diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 472 |
1 files changed, 83 insertions, 389 deletions
diff --git a/Cargo.lock b/Cargo.lock index 25d3913..1e9e619 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -37,17 +37,6 @@ dependencies = [ [[package]] name = "any_spawner" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "41058deaa38c9d9dd933d6d238d825227cffa668e2839b52879f6619c63eee3b" -dependencies = [ - "futures", - "thiserror 2.0.16", - "wasm-bindgen-futures", -] - -[[package]] -name = "any_spawner" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "1384d3fe1eecb464229fcf6eebb72306591c56bf27b373561489458a7c73027d" @@ -340,15 +329,6 @@ dependencies = [ [[package]] name = "convert_case" -version = "0.7.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "bb402b8d4c85569410425650ce3eddc7d698ed96d39a73f941b08fb63082f1e7" -dependencies = [ - "unicode-segmentation", -] - -[[package]] -name = "convert_case" version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f" @@ -681,6 +661,18 @@ dependencies = [ ] [[package]] +name = "getset" +version = "0.1.6" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "9cf0fc11e47561d47397154977bc219f4cf809b2974facc3ccb3b89e2436f912" +dependencies = [ + "proc-macro-error2", + "proc-macro2", + "quote", + "syn", +] + +[[package]] name = "gimli" version = "0.31.1" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -807,20 +799,6 @@ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" [[package]] name = "hydration_context" -version = "0.2.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d35485b3dcbf7e044b8f28c73f04f13e7b509c2466fd10cb2a8a447e38f8a93a" -dependencies = [ - "futures", - "once_cell", - "or_poisoned", - "pin-project-lite", - "serde", - "throw_error 0.2.0", -] - -[[package]] -name = "hydration_context" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "e8714ae4adeaa846d838f380fbd72f049197de629948f91bf045329e0cf0a283" @@ -830,7 +808,7 @@ dependencies = [ "or_poisoned", "pin-project-lite", "serde", - "throw_error 0.3.0", + "throw_error", ] [[package]] @@ -1113,73 +1091,38 @@ dependencies = [ [[package]] name = "leptos" -version = "0.7.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "26b8731cb00f3f0894058155410b95c8955b17273181d2bc72600ab84edd24f1" -dependencies = [ - "any_spawner 0.2.0", - "cfg-if", - "either_of", - "futures", - "hydration_context 0.2.1", - "leptos_config 0.7.8", - "leptos_dom 0.7.8", - "leptos_hot_reload 0.7.8", - "leptos_macro 0.7.9", - "leptos_server 0.7.8", - "oco_ref", - "or_poisoned", - "paste", - "reactive_graph 0.1.8", - "rustc-hash", - "send_wrapper", - "serde", - "serde_qs 0.13.0", - "server_fn 0.7.8", - "slotmap", - "tachys 0.1.9", - "thiserror 2.0.16", - "throw_error 0.2.0", - "typed-builder 0.20.1", - "typed-builder-macro 0.20.1", - "wasm-bindgen", - "web-sys", -] - -[[package]] -name = "leptos" version = "0.8.9" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "52efe8eff3278b12f7897a15bdf067bbbb02212773e379d6fc121592752eb718" dependencies = [ - "any_spawner 0.3.0", + "any_spawner", "cfg-if", "either_of", "futures", "getrandom", - "hydration_context 0.3.0", - "leptos_config 0.8.7", - "leptos_dom 0.8.6", - "leptos_hot_reload 0.8.5", - "leptos_macro 0.8.8", - "leptos_server 0.8.5", + "hydration_context", + "leptos_config", + "leptos_dom", + "leptos_hot_reload", + "leptos_macro", + "leptos_server", "oco_ref", "or_poisoned", "paste", - "reactive_graph 0.2.7", + "reactive_graph", "rustc-hash", "rustc_version", "send_wrapper", "serde", "serde_json", - "serde_qs 0.15.0", - "server_fn 0.8.7", + "serde_qs", + "server_fn", "slotmap", - "tachys 0.2.8", + "tachys", "thiserror 2.0.16", - "throw_error 0.3.0", - "typed-builder 0.21.2", - "typed-builder-macro 0.21.2", + "throw_error", + "typed-builder", + "typed-builder-macro", "wasm-bindgen", "wasm-bindgen-futures", "wasm_split_helpers", @@ -1188,19 +1131,6 @@ dependencies = [ [[package]] name = "leptos_config" -version = "0.7.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5bae3e0ead5a7a814c8340eef7cb8b6cba364125bd8174b15dc9fe1b3cab7e03" -dependencies = [ - "config", - "regex", - "serde", - "thiserror 2.0.16", - "typed-builder 0.20.1", -] - -[[package]] -name = "leptos_config" version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "240b4cb96284256a44872563cf029f24d6fe14bc341dcf0f4164e077cb5a1471" @@ -1209,22 +1139,7 @@ dependencies = [ "regex", "serde", "thiserror 2.0.16", - "typed-builder 0.21.2", -] - -[[package]] -name = "leptos_dom" -version = "0.7.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f89d4eb263bd5a9e7c49f780f17063f15aca56fd638c90b9dfd5f4739152e87d" -dependencies = [ - "js-sys", - "or_poisoned", - "reactive_graph 0.1.8", - "send_wrapper", - "tachys 0.1.9", - "wasm-bindgen", - "web-sys", + "typed-builder", ] [[package]] @@ -1235,33 +1150,15 @@ checksum = "4e920c8b2fd202b25786b0c72a00c745a6962fa923e600df6f3ec352d844be91" dependencies = [ "js-sys", "or_poisoned", - "reactive_graph 0.2.7", + "reactive_graph", "send_wrapper", - "tachys 0.2.8", + "tachys", "wasm-bindgen", "web-sys", ] [[package]] name = "leptos_hot_reload" -version = "0.7.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e80219388501d99b246f43b6e7d08a28f327cdd34ba630a35654d917f3e1788e" -dependencies = [ - "anyhow", - "camino", - "indexmap 2.11.4", - "parking_lot", - "proc-macro2", - "quote", - "rstml", - "serde", - "syn", - "walkdir", -] - -[[package]] -name = "leptos_hot_reload" version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "0d61ec3e1ff8aaee8c5151688550c0363f85bc37845450764c31ff7584a33f38" @@ -1280,28 +1177,6 @@ dependencies = [ [[package]] name = "leptos_macro" -version = "0.7.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e621f8f5342b9bdc93bb263b839cee7405027a74560425a2dabea9de7952b1fd" -dependencies = [ - "attribute-derive", - "cfg-if", - "convert_case 0.7.1", - "html-escape", - "itertools", - "leptos_hot_reload 0.7.8", - "prettyplease", - "proc-macro-error2", - "proc-macro2", - "quote", - "rstml", - "server_fn_macro 0.7.8", - "syn", - "uuid", -] - -[[package]] -name = "leptos_macro" version = "0.8.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "a84c7e53895c786f1128e91c36a708435e301f487338d19f2f6b5b67bb39ece2" @@ -1311,14 +1186,14 @@ dependencies = [ "convert_case 0.8.0", "html-escape", "itertools", - "leptos_hot_reload 0.8.5", + "leptos_hot_reload", "prettyplease", "proc-macro-error2", "proc-macro2", "quote", "rstml", "rustc_version", - "server_fn_macro 0.8.7", + "server_fn_macro", "syn", "uuid", ] @@ -1331,7 +1206,7 @@ checksum = "2d489e38d3f541e9e43ecc2e3a815527840345a2afca629b3e23fcc1dd254578" dependencies = [ "futures", "indexmap 2.11.4", - "leptos 0.8.9", + "leptos", "or_poisoned", "send_wrapper", "wasm-bindgen", @@ -1344,18 +1219,18 @@ version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "6a35447cd0ffcd6fcee0c4e424186c3e967507f36d9d4aaff4ab9976e5faab68" dependencies = [ - "any_spawner 0.3.0", + "any_spawner", "either_of", "futures", "gloo-net", "js-sys", - "leptos 0.8.9", + "leptos", "leptos_router_macro", "or_poisoned", - "reactive_graph 0.2.7", + "reactive_graph", "rustc_version", "send_wrapper", - "tachys 0.2.8", + "tachys", "thiserror 2.0.16", "url", "wasm-bindgen", @@ -1376,42 +1251,33 @@ dependencies = [ [[package]] name = "leptos_server" -version = "0.7.8" +version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "66985242812ec95e224fb48effe651ba02728beca92c461a9464c811a71aab11" +checksum = "38acbf32649a4b127c8d4ccaed8fb388e19a746430a0ea8f8160e51e28c36e2d" dependencies = [ - "any_spawner 0.2.0", + "any_spawner", "base64", "codee", "futures", - "hydration_context 0.2.1", + "hydration_context", "or_poisoned", - "reactive_graph 0.1.8", + "reactive_graph", "send_wrapper", "serde", "serde_json", - "server_fn 0.7.8", - "tachys 0.1.9", + "server_fn", + "tachys", ] [[package]] -name = "leptos_server" -version = "0.8.5" +name = "leptos_transition_group" +version = "0.2.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "38acbf32649a4b127c8d4ccaed8fb388e19a746430a0ea8f8160e51e28c36e2d" +checksum = "eeb1c87b92e7df414c6d2d5dc033a0b413797ffad5c379b996b68cf5695a9bce" dependencies = [ - "any_spawner 0.3.0", - "base64", - "codee", - "futures", - "hydration_context 0.3.0", - "or_poisoned", - "reactive_graph 0.2.7", + "leptos", "send_wrapper", - "serde", - "serde_json", - "server_fn 0.8.7", - "tachys 0.2.8", + "web-sys", ] [[package]] @@ -1811,6 +1677,12 @@ dependencies = [ ] [[package]] +name = "pure-rust-locales" +version = "0.8.1" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "1190fd18ae6ce9e137184f207593877e70f39b015040156b1e05081cdfe3733a" + +[[package]] name = "quote" version = "1.0.40" source = "registry+https://github.com/rust-lang/crates.io-index" @@ -1864,36 +1736,15 @@ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" [[package]] name = "reactive_graph" -version = "0.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "76a0ccddbc11a648bd09761801dac9e3f246ef7641130987d6120fced22515e6" -dependencies = [ - "any_spawner 0.2.0", - "async-lock", - "futures", - "guardian", - "hydration_context 0.2.1", - "or_poisoned", - "pin-project-lite", - "rustc-hash", - "send_wrapper", - "serde", - "slotmap", - "thiserror 2.0.16", - "web-sys", -] - -[[package]] -name = "reactive_graph" version = "0.2.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "37b9e227617c8e257900ea3c9aa536319b138bf961e950a258214edea3c2d591" dependencies = [ - "any_spawner 0.3.0", + "any_spawner", "async-lock", "futures", "guardian", - "hydration_context 0.3.0", + "hydration_context", "indexmap 2.11.4", "or_poisoned", "pin-project-lite", @@ -1908,21 +1759,6 @@ dependencies = [ [[package]] name = "reactive_stores" -version = "0.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "aadc7c19e3a360bf19cd595d2dc8b58ce67b9240b95a103fbc1317a8ff194237" -dependencies = [ - "guardian", - "itertools", - "or_poisoned", - "paste", - "reactive_graph 0.1.8", - "reactive_stores_macro 0.1.8", - "rustc-hash", -] - -[[package]] -name = "reactive_stores" version = "0.2.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "79983e88dfd1a2925e29a4853ab9161b234ea78dd0d44ed33a706c9cd5e35762" @@ -1932,27 +1768,14 @@ dependencies = [ "itertools", "or_poisoned", "paste", - "reactive_graph 0.2.7", - "reactive_stores_macro 0.2.6", + "reactive_graph", + "reactive_stores_macro", "rustc-hash", "send_wrapper", ] [[package]] name = "reactive_stores_macro" -version = "0.1.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "221095cb028dc51fbc2833743ea8b1a585da1a2af19b440b3528027495bf1f2d" -dependencies = [ - "convert_case 0.7.1", - "proc-macro-error2", - "proc-macro2", - "quote", - "syn", -] - -[[package]] -name = "reactive_stores_macro" version = "0.2.6" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "4fa40919eb2975100283b2a70e68eafce1e8bcf81f0622ff168e4c2b3f8d46bb" @@ -2075,7 +1898,7 @@ version = "0.1.0" dependencies = [ "console_error_panic_hook", "console_log", - "leptos 0.8.9", + "leptos", "leptos_meta", "leptos_router", "log", @@ -2234,17 +2057,6 @@ dependencies = [ [[package]] name = "serde_qs" -version = "0.13.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd34f36fe4c5ba9654417139a9b3a20d2e1de6012ee678ad14d240c22c78d8d6" -dependencies = [ - "percent-encoding", - "serde", - "thiserror 1.0.69", -] - -[[package]] -name = "serde_qs" version = "0.15.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "f3faaf9e727533a19351a43cc5a8de957372163c7d35cc48c90b75cdda13c352" @@ -2320,36 +2132,6 @@ dependencies = [ [[package]] name = "server_fn" -version = "0.7.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8d05a9e3fd8d7404985418db38c6617cc793a1a27f398d4fbc9dfe8e41b804e6" -dependencies = [ - "bytes", - "const_format", - "dashmap", - "futures", - "gloo-net", - "http", - "js-sys", - "once_cell", - "pin-project-lite", - "send_wrapper", - "serde", - "serde_json", - "serde_qs 0.13.0", - "server_fn_macro_default 0.7.8", - "thiserror 2.0.16", - "throw_error 0.2.0", - "url", - "wasm-bindgen", - "wasm-bindgen-futures", - "wasm-streams", - "web-sys", - "xxhash-rust", -] - -[[package]] -name = "server_fn" version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "7f77e178602e84703fd88cc3633b11bfcdcca51def9004ed467387a52e1434ba" @@ -2369,10 +2151,10 @@ dependencies = [ "send_wrapper", "serde", "serde_json", - "serde_qs 0.15.0", - "server_fn_macro_default 0.8.5", + "serde_qs", + "server_fn_macro_default", "thiserror 2.0.16", - "throw_error 0.3.0", + "throw_error", "url", "wasm-bindgen", "wasm-bindgen-futures", @@ -2383,20 +2165,6 @@ dependencies = [ [[package]] name = "server_fn_macro" -version = "0.7.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "504b35e883267b3206317b46d02952ed7b8bf0e11b2e209e2eb453b609a5e052" -dependencies = [ - "const_format", - "convert_case 0.6.0", - "proc-macro2", - "quote", - "syn", - "xxhash-rust", -] - -[[package]] -name = "server_fn_macro" version = "0.8.7" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5d1a916793571234d1c4622153d42495d26605ed7b9d5d38a2699666cfef46b3" @@ -2412,21 +2180,11 @@ dependencies = [ [[package]] name = "server_fn_macro_default" -version = "0.7.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "eb8b274f568c94226a8045668554aace8142a59b8bca5414ac5a79627c825568" -dependencies = [ - "server_fn_macro 0.7.8", - "syn", -] - -[[package]] -name = "server_fn_macro_default" version = "0.8.5" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "63eb08f80db903d3c42f64e60ebb3875e0305be502bdc064ec0a0eab42207f00" dependencies = [ - "server_fn_macro 0.8.7", + "server_fn_macro", "syn", ] @@ -2541,45 +2299,11 @@ dependencies = [ [[package]] name = "tachys" -version = "0.1.9" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "f66c3b70c32844a6f1e2943c72a33ebb777ad6acbeb20d1329d62e3a7806d6ec" -dependencies = [ - "any_spawner 0.2.0", - "async-trait", - "const_str_slice_concat", - "drain_filter_polyfill", - "dyn-clone", - "either_of", - "futures", - "html-escape", - "indexmap 2.11.4", - "itertools", - "js-sys", - "linear-map", - "next_tuple", - "oco_ref", - "once_cell", - "or_poisoned", - "parking_lot", - "paste", - "reactive_graph 0.1.8", - "reactive_stores 0.1.8", - "rustc-hash", - "send_wrapper", - "slotmap", - "throw_error 0.2.0", - "wasm-bindgen", - "web-sys", -] - -[[package]] -name = "tachys" version = "0.2.8" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "5db6367a7dfbdb427d421ada82425d804bee78ed5297a7c467c10cc993037923" dependencies = [ - "any_spawner 0.3.0", + "any_spawner", "async-trait", "const_str_slice_concat", "drain_filter_polyfill", @@ -2596,30 +2320,32 @@ dependencies = [ "or_poisoned", "parking_lot", "paste", - "reactive_graph 0.2.7", - "reactive_stores 0.2.5", + "reactive_graph", + "reactive_stores", "rustc-hash", "rustc_version", "send_wrapper", "slotmap", - "throw_error 0.3.0", + "throw_error", "wasm-bindgen", "web-sys", ] [[package]] name = "thaw" -version = "0.4.8" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "654cf56fe252b8b6f61af4ba47732f6f943ec5aa2df8f18dd07518d577c1d547" +version = "0.5.0-beta" +source = "git+https://github.com/thaw-ui/thaw?branch=main#0492a030cf45582bc7eb729869a2d8578002d318" dependencies = [ "cfg-if", "chrono", + "getset", "icondata_ai", "icondata_core", - "leptos 0.7.8", + "leptos", + "leptos_transition_group", "num-traits", "palette", + "pure-rust-locales", "send_wrapper", "slotmap", "thaw_components", @@ -2632,12 +2358,11 @@ dependencies = [ [[package]] name = "thaw_components" -version = "0.3.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "8963ad3a3d5bf47a64abe12d1deaa4760774751f5953335fe0806fe35645fe3a" +version = "0.4.0-beta" +source = "git+https://github.com/thaw-ui/thaw?branch=main#0492a030cf45582bc7eb729869a2d8578002d318" dependencies = [ "cfg-if", - "leptos 0.7.8", + "leptos", "send_wrapper", "thaw_utils", "uuid", @@ -2647,8 +2372,7 @@ dependencies = [ [[package]] name = "thaw_macro" version = "0.1.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5af50a5123e480e7ee8961e6456f63530816875d0a19cb73060b8e61dd2a95fb" +source = "git+https://github.com/thaw-ui/thaw?branch=main#0492a030cf45582bc7eb729869a2d8578002d318" dependencies = [ "proc-macro2", "quote", @@ -2657,14 +2381,13 @@ dependencies = [ [[package]] name = "thaw_utils" -version = "0.1.2" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "c3a80028493030263acd93d3e21e57a2dd8dd6772c7439de02c4636c63bb1b6b" +version = "0.2.0-beta" +source = "git+https://github.com/thaw-ui/thaw?branch=main#0492a030cf45582bc7eb729869a2d8578002d318" dependencies = [ "cfg-if", "chrono", - "leptos 0.7.8", - "reactive_stores 0.1.8", + "leptos", + "reactive_stores", "send_wrapper", "wasm-bindgen", "web-sys", @@ -2712,15 +2435,6 @@ dependencies = [ [[package]] name = "throw_error" -version = "0.2.0" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "e4ef8bf264c6ae02a065a4a16553283f0656bd6266fc1fcb09fd2e6b5e91427b" -dependencies = [ - "pin-project-lite", -] - -[[package]] -name = "throw_error" version = "0.3.0" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "41e42a6afdde94f3e656fae18f837cb9bbe500a5ac5de325b09f3ec05b9c28e3" @@ -2888,31 +2602,11 @@ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" [[package]] name = "typed-builder" -version = "0.20.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "cd9d30e3a08026c78f246b173243cf07b3696d274debd26680773b6773c2afc7" -dependencies = [ - "typed-builder-macro 0.20.1", -] - -[[package]] -name = "typed-builder" version = "0.21.2" source = "registry+https://github.com/rust-lang/crates.io-index" checksum = "fef81aec2ca29576f9f6ae8755108640d0a86dd3161b2e8bca6cfa554e98f77d" dependencies = [ - "typed-builder-macro 0.21.2", -] - -[[package]] -name = "typed-builder-macro" -version = "0.20.1" -source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3c36781cc0e46a83726d9879608e4cf6c2505237e263a8eb8c24502989cfdb28" -dependencies = [ - "proc-macro2", - "quote", - "syn", + "typed-builder-macro", ] [[package]] |
