|
|
|
@ -382,9 +382,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "attribute-derive"
|
|
|
|
|
version = "0.6.1"
|
|
|
|
|
version = "0.8.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c124f12ade4e670107b132722d0ad1a5c9790bcbc1b265336369ea05626b4498"
|
|
|
|
|
checksum = "0c94f43ede6f25dab1dea046bff84d85dea61bd49aba7a9011ad66c0d449077b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"attribute-derive-macro",
|
|
|
|
|
"proc-macro2",
|
|
|
|
@ -394,13 +394,13 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "attribute-derive-macro"
|
|
|
|
|
version = "0.6.1"
|
|
|
|
|
version = "0.8.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8b217a07446e0fb086f83401a98297e2d81492122f5874db5391bd270a185f88"
|
|
|
|
|
checksum = "b409e2b2d2dc206d2c0ad3575a93f001ae21a1593e2d0c69b69c308e63f3b422"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"collection_literals",
|
|
|
|
|
"interpolator",
|
|
|
|
|
"proc-macro-error",
|
|
|
|
|
"manyhow",
|
|
|
|
|
"proc-macro-utils",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
@ -414,12 +414,6 @@ version = "1.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "base64"
|
|
|
|
|
version = "0.13.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "base64"
|
|
|
|
|
version = "0.20.0"
|
|
|
|
@ -742,16 +736,11 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d379af7f68bfc21714c6c7dea883544201741d2ce8274bb12fa54f89507f52a7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"async-trait",
|
|
|
|
|
"json5",
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"nom",
|
|
|
|
|
"pathdiff",
|
|
|
|
|
"ron",
|
|
|
|
|
"rust-ini",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
|
|
|
|
"toml",
|
|
|
|
|
"yaml-rust",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
@ -1002,12 +991,6 @@ dependencies = [
|
|
|
|
|
"subtle",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "dlv-list"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "dotenvy"
|
|
|
|
|
version = "0.15.7"
|
|
|
|
@ -1603,6 +1586,15 @@ dependencies = [
|
|
|
|
|
"either",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "itertools"
|
|
|
|
|
version = "0.11.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"either",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "itoa"
|
|
|
|
|
version = "1.0.6"
|
|
|
|
@ -1627,17 +1619,6 @@ dependencies = [
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "json5"
|
|
|
|
|
version = "0.4.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"pest",
|
|
|
|
|
"pest_derive",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "language-tags"
|
|
|
|
|
version = "0.3.2"
|
|
|
|
@ -1655,9 +1636,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "leptos"
|
|
|
|
|
version = "0.5.0-rc1"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4d811de15430df8e4886afe09e5e741a886876c51ea32b8f11e0963ba9415e4b"
|
|
|
|
|
checksum = "4d3885e75a25bbf43c95350cf2f6b9f5228a3d911e28512c44c2a6c8aa49e9c9"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"leptos_config",
|
|
|
|
@ -1675,9 +1656,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "leptos_actix"
|
|
|
|
|
version = "0.5.0-rc1"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "82ae271646ca49e2464ee454428775064a330658559e1c92d20170ee9c12b674"
|
|
|
|
|
checksum = "bd04ab9afac818fe45695b8e1f103714e612135b42519a21761c730fc9223c14"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"actix-http",
|
|
|
|
|
"actix-web",
|
|
|
|
@ -1695,9 +1676,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "leptos_config"
|
|
|
|
|
version = "0.5.0-rc1"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "92015175317cafe8e651289a48bc3cdd68c276c6054229f20dbee73a81fea21f"
|
|
|
|
|
checksum = "d3936a83035a4ec03487792d8c9c2c5ad00c269d09701d102630ac5c31caa463"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"config",
|
|
|
|
|
"regex",
|
|
|
|
@ -1708,9 +1689,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "leptos_dom"
|
|
|
|
|
version = "0.5.0-rc1"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ba03b4357fd08d2c84da3572f66f47973703e0ef6166c2dd0db4766f83310a72"
|
|
|
|
|
checksum = "6cbea8aeea07633b3559818fa963c03857751fbafc6bb4a73c995662836070e1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"async-recursion",
|
|
|
|
|
"cfg-if",
|
|
|
|
@ -1719,7 +1700,7 @@ dependencies = [
|
|
|
|
|
"getrandom",
|
|
|
|
|
"html-escape",
|
|
|
|
|
"indexmap 2.0.0",
|
|
|
|
|
"itertools",
|
|
|
|
|
"itertools 0.10.5",
|
|
|
|
|
"js-sys",
|
|
|
|
|
"leptos_reactive",
|
|
|
|
|
"once_cell",
|
|
|
|
@ -1738,9 +1719,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "leptos_hot_reload"
|
|
|
|
|
version = "0.5.0-rc1"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "21cade49ea1a5e72b3a546b4507b3ef4e43586d306b7f20c180ed6a3bf855665"
|
|
|
|
|
checksum = "b56ec18e255737108b4f4d570c1c4f036f54a9989befe2658758500b636ebda4"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"anyhow",
|
|
|
|
|
"camino",
|
|
|
|
@ -1756,9 +1737,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "leptos_integration_utils"
|
|
|
|
|
version = "0.5.0-rc1"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "cb2d6a0d32b073fa1a9326f83b99f02f60a0e159fe0a7ce53d2708318114a6a3"
|
|
|
|
|
checksum = "77e1faf41644272929c47993af12928a51c0a03a1ed7ee55afcacf4a3a02073c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"futures",
|
|
|
|
|
"leptos",
|
|
|
|
@ -1770,15 +1751,15 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "leptos_macro"
|
|
|
|
|
version = "0.5.0-rc1"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "befb8d664269550a918a6a160c10792951a37e95b542ca454c191ec7480505de"
|
|
|
|
|
checksum = "dae8be584ba63e002cec113e0a831f2ba17ad452104781a2b1b65555db049779"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"attribute-derive",
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"convert_case 0.6.0",
|
|
|
|
|
"html-escape",
|
|
|
|
|
"itertools",
|
|
|
|
|
"itertools 0.11.0",
|
|
|
|
|
"leptos_hot_reload",
|
|
|
|
|
"prettyplease",
|
|
|
|
|
"proc-macro-error",
|
|
|
|
@ -1793,9 +1774,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "leptos_meta"
|
|
|
|
|
version = "0.5.0-rc1"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6c77f3ae209084fae41024f3023fa816a6fe91a45da00729ff349dd0ddb9b2c0"
|
|
|
|
|
checksum = "013e23a79d48c6eee6063b162e5ba0beb7d1a42c07361e4c16effb916160a5f0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"indexmap 2.0.0",
|
|
|
|
@ -1807,15 +1788,16 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "leptos_reactive"
|
|
|
|
|
version = "0.5.0-rc1"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4382426f6e79d209408e362883b9542f934bafb3b98cc957f94e085f707508a0"
|
|
|
|
|
checksum = "90ec5366c79892fa8232dcfa6f05d610d0fd780af155fea8c466e77da18e744f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"base64 0.21.2",
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"futures",
|
|
|
|
|
"indexmap 2.0.0",
|
|
|
|
|
"js-sys",
|
|
|
|
|
"pin-project",
|
|
|
|
|
"rustc-hash",
|
|
|
|
|
"self_cell",
|
|
|
|
|
"serde",
|
|
|
|
@ -1832,9 +1814,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "leptos_router"
|
|
|
|
|
version = "0.5.0-rc1"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b250d706ddbfb9991c5615b35dd27596e5b23024d8ee50fe4717aa21f67bb3b1"
|
|
|
|
|
checksum = "f55951a1e4ee0b9c26e4ebc0c09ecc4b7fffbefecb912c72db0c5dfa33b1584c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cached",
|
|
|
|
|
"cfg-if",
|
|
|
|
@ -1843,6 +1825,8 @@ dependencies = [
|
|
|
|
|
"js-sys",
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"leptos",
|
|
|
|
|
"leptos_integration_utils",
|
|
|
|
|
"leptos_meta",
|
|
|
|
|
"linear-map",
|
|
|
|
|
"lru",
|
|
|
|
|
"once_cell",
|
|
|
|
@ -1861,9 +1845,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "leptos_server"
|
|
|
|
|
version = "0.5.0-rc1"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0dfe03995c38441e45dc0d44828b657dbcff3b87c8ce5c2f4219297226c752b0"
|
|
|
|
|
checksum = "520f4f7221a323c029877ffb09e97d38cc805f1a5821f9554ecf0e7f6852100c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"inventory",
|
|
|
|
|
"lazy_static",
|
|
|
|
@ -1908,12 +1892,6 @@ dependencies = [
|
|
|
|
|
"serde_test",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "linked-hash-map"
|
|
|
|
|
version = "0.5.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
|
version = "0.4.5"
|
|
|
|
@ -1963,6 +1941,29 @@ dependencies = [
|
|
|
|
|
"hashbrown 0.14.0",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "manyhow"
|
|
|
|
|
version = "0.8.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "516b76546495d933baa165075b95c0a15e8f7ef75e53f56b19b7144d80fd52bd"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"manyhow-macros",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 2.0.28",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "manyhow-macros"
|
|
|
|
|
version = "0.8.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8ba072c0eadade3160232e70893311f1f8903974488096e2eb8e48caba2f0cf1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro-utils",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "md-5"
|
|
|
|
|
version = "0.9.1"
|
|
|
|
@ -2123,16 +2124,6 @@ version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ordered-multimap"
|
|
|
|
|
version = "0.4.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ccd746e37177e1711c20dd619a1620f34f5c8b569c53590a72dedd5344d8924a"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"dlv-list",
|
|
|
|
|
"hashbrown 0.12.3",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pad-adapter"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
@ -2189,50 +2180,6 @@ version = "2.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pest"
|
|
|
|
|
version = "2.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f73935e4d55e2abf7f130186537b19e7a4abc886a0252380b59248af473a3fc9"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"thiserror",
|
|
|
|
|
"ucd-trie",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pest_derive"
|
|
|
|
|
version = "2.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "aef623c9bbfa0eedf5a0efba11a5ee83209c326653ca31ff019bec3a95bfff2b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"pest",
|
|
|
|
|
"pest_generator",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pest_generator"
|
|
|
|
|
version = "2.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b3e8cba4ec22bada7fc55ffe51e2deb6a0e0db2d0b7ab0b103acc80d2510c190"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"pest",
|
|
|
|
|
"pest_meta",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 2.0.28",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pest_meta"
|
|
|
|
|
version = "2.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a01f71cb40bd8bb94232df14b946909e14660e33fc05db3e50ae2a82d7ea0ca0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"once_cell",
|
|
|
|
|
"pest",
|
|
|
|
|
"sha2 0.10.7",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pin-project"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
@ -2616,17 +2563,6 @@ dependencies = [
|
|
|
|
|
"syn 1.0.109",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ron"
|
|
|
|
|
version = "0.7.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "88073939a61e5b7680558e6be56b419e208420c2adb92be54921fa6b72283f1a"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"base64 0.13.1",
|
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rsa"
|
|
|
|
|
version = "0.9.2"
|
|
|
|
@ -2663,16 +2599,6 @@ dependencies = [
|
|
|
|
|
"thiserror",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rust-ini"
|
|
|
|
|
version = "0.18.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"ordered-multimap",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rust_decimal"
|
|
|
|
|
version = "1.31.0"
|
|
|
|
@ -2883,9 +2809,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "server_fn"
|
|
|
|
|
version = "0.5.0-rc1"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0c5839ea169c9ac14c08d368ed523d0896b050cf18d754fcbde19923995f19be"
|
|
|
|
|
checksum = "29eefae61211e81059a092a3428612c475a3a28e0ea4fb3fd49b0a940d837f84"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ciborium",
|
|
|
|
|
"const_format",
|
|
|
|
@ -2908,9 +2834,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "server_fn_macro"
|
|
|
|
|
version = "0.5.0-rc1"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "80116501286c018b8d6330be8b2bc286ed801f59439f2fbfad2b79d96942c2a2"
|
|
|
|
|
checksum = "f68140099f8e55bd526dc176d17d341189bf669d45216c4797ddc344610a84a4"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"const_format",
|
|
|
|
|
"proc-macro-error",
|
|
|
|
@ -2923,9 +2849,9 @@ dependencies = [
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "server_fn_macro_default"
|
|
|
|
|
version = "0.5.0-rc1"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "709cc458808a38f20b9d0121a3022fa35b704e5e577d352b92b5dd4ad78f4923"
|
|
|
|
|
checksum = "eee874f357d640ad221ba0c27c2559fa3d1434f7f7bbf688a34118518c5924b7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"server_fn_macro",
|
|
|
|
|
"syn 2.0.28",
|
|
|
|
@ -3080,7 +3006,7 @@ version = "0.2.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0c12bc9199d1db8234678b7051747c07f517cdcf019262d1847b94ec8b1aee3e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"itertools",
|
|
|
|
|
"itertools 0.10.5",
|
|
|
|
|
"nom",
|
|
|
|
|
"unicode_categories",
|
|
|
|
|
]
|
|
|
|
@ -3561,12 +3487,6 @@ version = "1.16.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ucd-trie"
|
|
|
|
|
version = "0.1.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "unicase"
|
|
|
|
|
version = "2.6.0"
|
|
|
|
@ -3963,15 +3883,6 @@ version = "0.8.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "735a71d46c4d68d71d4b24d03fdc2b98e38cea81730595801db779c04fe80d70"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "yaml-rust"
|
|
|
|
|
version = "0.4.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"linked-hash-map",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "yansi"
|
|
|
|
|
version = "1.0.0-rc.1"
|
|
|
|
|