mirror of
https://github.com/leptos-rs/leptos.git
synced 2025-12-27 09:54:41 -05:00
Bumps the rust-dependencies group with 32 updates: | Package | From | To | | --- | --- | --- | | [serde_json](https://github.com/serde-rs/json) | `1.0.141` | `1.0.142` | | [trybuild](https://github.com/dtolnay/trybuild) | `1.0.106` | `1.0.110` | | [tokio](https://github.com/tokio-rs/tokio) | `1.46.1` | `1.47.1` | | [proc-macro2](https://github.com/dtolnay/proc-macro2) | `1.0.95` | `1.0.96` | | [prettyplease](https://github.com/dtolnay/prettyplease) | `0.2.35` | `0.2.36` | | [camino](https://github.com/camino-rs/camino) | `1.1.10` | `1.1.11` | | [rkyv](https://github.com/rkyv/rkyv) | `0.8.10` | `0.8.11` | | [uuid](https://github.com/uuid-rs/uuid) | `1.17.0` | `1.18.0` | | [futures-lite](https://github.com/smol-rs/futures-lite) | `2.6.0` | `2.6.1` | | [const-str](https://github.com/Nugine/const-str) | `0.6.3` | `0.6.4` | | [postcard](https://github.com/jamesmunns/postcard) | `1.1.2` | `1.1.3` | | [rustversion](https://github.com/dtolnay/rustversion) | `1.0.21` | `1.0.22` | | [async-lock](https://github.com/smol-rs/async-lock) | `3.4.0` | `3.4.1` | | [cc](https://github.com/rust-lang/cc-rs) | `1.2.30` | `1.2.32` | | [cfg-expr](https://github.com/EmbarkStudios/cfg-expr) | `0.20.1` | `0.20.2` | | [derive-where](https://github.com/ModProg/derive-where) | `1.5.0` | `1.6.0` | | [event-listener](https://github.com/smol-rs/event-listener) | `5.4.0` | `5.4.1` | | [glob](https://github.com/rust-lang/glob) | `0.3.2` | `0.3.3` | | [hyper-util](https://github.com/hyperium/hyper-util) | `0.1.15` | `0.1.16` | | [io-uring](https://github.com/tokio-rs/io-uring) | `0.7.8` | `0.7.9` | | [libc](https://github.com/rust-lang/libc) | `0.2.174` | `0.2.175` | | [munge](https://github.com/djkoloski/munge) | `0.4.5` | `0.4.6` | | [munge_macro](https://github.com/djkoloski/munge) | `0.4.5` | `0.4.6` | | redox_syscall | `0.5.15` | `0.5.17` | | [rkyv_derive](https://github.com/rkyv/rkyv) | `0.8.10` | `0.8.11` | | [rustc-demangle](https://github.com/rust-lang/rustc-demangle) | `0.1.25` | `0.1.26` | | [rustls](https://github.com/rustls/rustls) | `0.23.29` | `0.23.31` | | [signal-hook-registry](https://github.com/vorner/signal-hook) | `1.4.5` | `1.4.6` | | [slab](https://github.com/tokio-rs/slab) | `0.4.10` | `0.4.11` | | [tokio-util](https://github.com/tokio-rs/tokio) | `0.7.15` | `0.7.16` | | [toml_parser](https://github.com/toml-rs/toml) | `1.0.1` | `1.0.2` | | [zerovec](https://github.com/unicode-org/icu4x) | `0.11.2` | `0.11.4` | Updates `serde_json` from 1.0.141 to 1.0.142 - [Release notes](https://github.com/serde-rs/json/releases) - [Commits](https://github.com/serde-rs/json/compare/v1.0.141...v1.0.142) Updates `trybuild` from 1.0.106 to 1.0.110 - [Release notes](https://github.com/dtolnay/trybuild/releases) - [Commits](https://github.com/dtolnay/trybuild/compare/1.0.106...1.0.110) Updates `tokio` from 1.46.1 to 1.47.1 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-1.46.1...tokio-1.47.1) Updates `proc-macro2` from 1.0.95 to 1.0.96 - [Release notes](https://github.com/dtolnay/proc-macro2/releases) - [Commits](https://github.com/dtolnay/proc-macro2/compare/1.0.95...1.0.96) Updates `prettyplease` from 0.2.35 to 0.2.36 - [Release notes](https://github.com/dtolnay/prettyplease/releases) - [Commits](https://github.com/dtolnay/prettyplease/compare/0.2.35...0.2.36) Updates `camino` from 1.1.10 to 1.1.11 - [Release notes](https://github.com/camino-rs/camino/releases) - [Changelog](https://github.com/camino-rs/camino/blob/main/CHANGELOG.md) - [Commits](https://github.com/camino-rs/camino/compare/camino-1.1.10...camino-1.1.11) Updates `rkyv` from 0.8.10 to 0.8.11 - [Release notes](https://github.com/rkyv/rkyv/releases) - [Commits](https://github.com/rkyv/rkyv/commits) Updates `uuid` from 1.17.0 to 1.18.0 - [Release notes](https://github.com/uuid-rs/uuid/releases) - [Commits](https://github.com/uuid-rs/uuid/compare/v1.17.0...v1.18.0) Updates `futures-lite` from 2.6.0 to 2.6.1 - [Release notes](https://github.com/smol-rs/futures-lite/releases) - [Changelog](https://github.com/smol-rs/futures-lite/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/futures-lite/compare/v2.6.0...v2.6.1) Updates `const-str` from 0.6.3 to 0.6.4 - [Release notes](https://github.com/Nugine/const-str/releases) - [Commits](https://github.com/Nugine/const-str/compare/v0.6.3...v0.6.4) Updates `postcard` from 1.1.2 to 1.1.3 - [Release notes](https://github.com/jamesmunns/postcard/releases) - [Commits](https://github.com/jamesmunns/postcard/compare/postcard/v1.1.2...postcard/v1.1.3) Updates `rustversion` from 1.0.21 to 1.0.22 - [Release notes](https://github.com/dtolnay/rustversion/releases) - [Commits](https://github.com/dtolnay/rustversion/compare/1.0.21...1.0.22) Updates `async-lock` from 3.4.0 to 3.4.1 - [Release notes](https://github.com/smol-rs/async-lock/releases) - [Changelog](https://github.com/smol-rs/async-lock/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/async-lock/compare/v3.4.0...v3.4.1) Updates `cc` from 1.2.30 to 1.2.32 - [Release notes](https://github.com/rust-lang/cc-rs/releases) - [Changelog](https://github.com/rust-lang/cc-rs/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/cc-rs/compare/cc-v1.2.30...cc-v1.2.32) Updates `cfg-expr` from 0.20.1 to 0.20.2 - [Release notes](https://github.com/EmbarkStudios/cfg-expr/releases) - [Changelog](https://github.com/EmbarkStudios/cfg-expr/blob/main/CHANGELOG.md) - [Commits](https://github.com/EmbarkStudios/cfg-expr/compare/0.20.1...0.20.2) Updates `derive-where` from 1.5.0 to 1.6.0 - [Release notes](https://github.com/ModProg/derive-where/releases) - [Changelog](https://github.com/ModProg/derive-where/blob/main/CHANGELOG.md) - [Commits](https://github.com/ModProg/derive-where/compare/v1.5.0...v1.6.0) Updates `event-listener` from 5.4.0 to 5.4.1 - [Release notes](https://github.com/smol-rs/event-listener/releases) - [Changelog](https://github.com/smol-rs/event-listener/blob/master/CHANGELOG.md) - [Commits](https://github.com/smol-rs/event-listener/compare/v5.4.0...v5.4.1) Updates `glob` from 0.3.2 to 0.3.3 - [Release notes](https://github.com/rust-lang/glob/releases) - [Changelog](https://github.com/rust-lang/glob/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-lang/glob/compare/v0.3.2...v0.3.3) Updates `hyper-util` from 0.1.15 to 0.1.16 - [Release notes](https://github.com/hyperium/hyper-util/releases) - [Changelog](https://github.com/hyperium/hyper-util/blob/master/CHANGELOG.md) - [Commits](https://github.com/hyperium/hyper-util/compare/v0.1.15...v0.1.16) Updates `io-uring` from 0.7.8 to 0.7.9 - [Commits](https://github.com/tokio-rs/io-uring/commits) Updates `libc` from 0.2.174 to 0.2.175 - [Release notes](https://github.com/rust-lang/libc/releases) - [Changelog](https://github.com/rust-lang/libc/blob/0.2.175/CHANGELOG.md) - [Commits](https://github.com/rust-lang/libc/compare/0.2.174...0.2.175) Updates `munge` from 0.4.5 to 0.4.6 - [Release notes](https://github.com/djkoloski/munge/releases) - [Commits](https://github.com/djkoloski/munge/commits) Updates `munge_macro` from 0.4.5 to 0.4.6 - [Release notes](https://github.com/djkoloski/munge/releases) - [Commits](https://github.com/djkoloski/munge/commits) Updates `redox_syscall` from 0.5.15 to 0.5.17 Updates `rkyv_derive` from 0.8.10 to 0.8.11 - [Release notes](https://github.com/rkyv/rkyv/releases) - [Commits](https://github.com/rkyv/rkyv/commits) Updates `rustc-demangle` from 0.1.25 to 0.1.26 - [Release notes](https://github.com/rust-lang/rustc-demangle/releases) - [Changelog](https://github.com/rust-lang/rustc-demangle/blob/main/CHANGELOG.md) - [Commits](https://github.com/rust-lang/rustc-demangle/commits/rustc-demangle-v0.1.26) Updates `rustls` from 0.23.29 to 0.23.31 - [Release notes](https://github.com/rustls/rustls/releases) - [Changelog](https://github.com/rustls/rustls/blob/main/CHANGELOG.md) - [Commits](https://github.com/rustls/rustls/compare/v/0.23.29...v/0.23.31) Updates `signal-hook-registry` from 1.4.5 to 1.4.6 - [Changelog](https://github.com/vorner/signal-hook/blob/master/CHANGELOG.md) - [Commits](https://github.com/vorner/signal-hook/compare/registry-v1.4.5...registry-v1.4.6) Updates `slab` from 0.4.10 to 0.4.11 - [Release notes](https://github.com/tokio-rs/slab/releases) - [Changelog](https://github.com/tokio-rs/slab/blob/master/CHANGELOG.md) - [Commits](https://github.com/tokio-rs/slab/compare/v0.4.10...v0.4.11) Updates `tokio-util` from 0.7.15 to 0.7.16 - [Release notes](https://github.com/tokio-rs/tokio/releases) - [Commits](https://github.com/tokio-rs/tokio/compare/tokio-util-0.7.15...tokio-util-0.7.16) Updates `toml_parser` from 1.0.1 to 1.0.2 - [Commits](https://github.com/toml-rs/toml/compare/toml_parser-v1.0.1...toml_parser-v1.0.2) Updates `zerovec` from 0.11.2 to 0.11.4 - [Release notes](https://github.com/unicode-org/icu4x/releases) - [Changelog](https://github.com/unicode-org/icu4x/blob/main/CHANGELOG.md) - [Commits](https://github.com/unicode-org/icu4x/commits/ind/zerovec@0.11.4) --- updated-dependencies: - dependency-name: serde_json dependency-version: 1.0.142 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: trybuild dependency-version: 1.0.110 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tokio dependency-version: 1.47.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: proc-macro2 dependency-version: 1.0.96 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: prettyplease dependency-version: 0.2.36 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: camino dependency-version: 1.1.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: rkyv dependency-version: 0.8.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: uuid dependency-version: 1.18.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: futures-lite dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: const-str dependency-version: 0.6.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: postcard dependency-version: 1.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: rustversion dependency-version: 1.0.22 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: async-lock dependency-version: 3.4.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: cc dependency-version: 1.2.32 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: cfg-expr dependency-version: 0.20.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: derive-where dependency-version: 1.6.0 dependency-type: indirect update-type: version-update:semver-minor dependency-group: rust-dependencies - dependency-name: event-listener dependency-version: 5.4.1 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: glob dependency-version: 0.3.3 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: hyper-util dependency-version: 0.1.16 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: io-uring dependency-version: 0.7.9 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: libc dependency-version: 0.2.175 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: munge dependency-version: 0.4.6 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: munge_macro dependency-version: 0.4.6 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: redox_syscall dependency-version: 0.5.17 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: rkyv_derive dependency-version: 0.8.11 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: rustc-demangle dependency-version: 0.1.26 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: rustls dependency-version: 0.23.31 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: signal-hook-registry dependency-version: 1.4.6 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: slab dependency-version: 0.4.11 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: tokio-util dependency-version: 0.7.16 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: toml_parser dependency-version: 1.0.2 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies - dependency-name: zerovec dependency-version: 0.11.4 dependency-type: indirect update-type: version-update:semver-patch dependency-group: rust-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
188 lines
8.5 KiB
TOML
188 lines
8.5 KiB
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
# utilities
|
|
"oco",
|
|
"any_spawner",
|
|
"const_str_slice_concat",
|
|
"either_of",
|
|
"next_tuple",
|
|
"oco",
|
|
"or_poisoned",
|
|
|
|
# core
|
|
"hydration_context",
|
|
"leptos",
|
|
"leptos_dom",
|
|
"leptos_config",
|
|
"leptos_hot_reload",
|
|
"leptos_macro",
|
|
"leptos_server",
|
|
"reactive_graph",
|
|
"reactive_stores",
|
|
"reactive_stores_macro",
|
|
"server_fn",
|
|
"server_fn_macro",
|
|
"server_fn/server_fn_macro_default",
|
|
"tachys",
|
|
|
|
# integrations
|
|
"integrations/actix",
|
|
"integrations/axum",
|
|
"integrations/utils",
|
|
|
|
# libraries
|
|
"meta",
|
|
"router",
|
|
"router_macro",
|
|
"any_error",
|
|
]
|
|
exclude = ["benchmarks", "examples", "projects"]
|
|
|
|
[workspace.package]
|
|
edition = "2021"
|
|
rust-version = "1.88"
|
|
|
|
[workspace.dependencies]
|
|
# members
|
|
throw_error = { path = "./any_error/", version = "0.3.0" }
|
|
any_spawner = { path = "./any_spawner/", version = "0.3.0" }
|
|
const_str_slice_concat = { path = "./const_str_slice_concat", version = "0.1" }
|
|
either_of = { path = "./either_of/", version = "0.1.6" }
|
|
hydration_context = { path = "./hydration_context", version = "0.3.0" }
|
|
leptos = { path = "./leptos", version = "0.8.6" }
|
|
leptos_config = { path = "./leptos_config", version = "0.8.5" }
|
|
leptos_dom = { path = "./leptos_dom", version = "0.8.5" }
|
|
leptos_hot_reload = { path = "./leptos_hot_reload", version = "0.8.5" }
|
|
leptos_integration_utils = { path = "./integrations/utils", version = "0.8.5" }
|
|
leptos_macro = { path = "./leptos_macro", version = "0.8.6" }
|
|
leptos_router = { path = "./router", version = "0.8.5" }
|
|
leptos_router_macro = { path = "./router_macro", version = "0.8.5" }
|
|
leptos_server = { path = "./leptos_server", version = "0.8.5" }
|
|
leptos_meta = { path = "./meta", version = "0.8.5" }
|
|
next_tuple = { path = "./next_tuple", version = "0.1.0" }
|
|
oco_ref = { path = "./oco", version = "0.2.1" }
|
|
or_poisoned = { path = "./or_poisoned", version = "0.1.0" }
|
|
reactive_graph = { path = "./reactive_graph", version = "0.2.5" }
|
|
reactive_stores = { path = "./reactive_stores", version = "0.2.5" }
|
|
reactive_stores_macro = { path = "./reactive_stores_macro", version = "0.2.5" }
|
|
server_fn = { path = "./server_fn", version = "0.8.5" }
|
|
server_fn_macro = { path = "./server_fn_macro", version = "0.8.6" }
|
|
server_fn_macro_default = { path = "./server_fn/server_fn_macro_default", version = "0.8.5" }
|
|
tachys = { path = "./tachys", version = "0.2.6" }
|
|
wasm_split_helpers = { path = "./wasm_split", version = "0.1.2" }
|
|
wasm_split_macros = { path = "./wasm_split_macros", version = "0.1.2" }
|
|
|
|
# members deps
|
|
async-once-cell = { default-features = false, version = "0.5.3" }
|
|
itertools = { default-features = false, version = "0.14.0" }
|
|
convert_case = { default-features = false, version = "0.8.0" }
|
|
serde_json = { default-features = false, version = "1.0.142" }
|
|
trybuild = { default-features = false, version = "1.0.110" }
|
|
typed-builder = { default-features = false, version = "0.21.0" }
|
|
thiserror = { default-features = false, version = "2.0.12" }
|
|
wasm-bindgen = { default-features = false, version = "0.2.100" }
|
|
indexmap = { default-features = false, version = "2.9.0" }
|
|
rstml = { default-features = false, version = "0.12.1" }
|
|
rustc_version = { default-features = false, version = "0.4.1" }
|
|
guardian = { default-features = false, version = "1.3.0" }
|
|
rustc-hash = { default-features = false, version = "2.1.1" }
|
|
actix-web = { default-features = false, version = "4.11.0" }
|
|
tracing = { default-features = false, version = "0.1.41" }
|
|
slotmap = { default-features = false, version = "1.0.7" }
|
|
futures = { default-features = false, version = "0.3.31" }
|
|
dashmap = { default-features = false, version = "6.1.0" }
|
|
pin-project-lite = { default-features = false, version = "0.2.16" }
|
|
send_wrapper = { default-features = false, version = "0.6.0" }
|
|
tokio-test = { default-features = false, version = "0.4.4" }
|
|
html-escape = { default-features = false, version = "0.2.13" }
|
|
proc-macro-error2 = { default-features = false, version = "2.0.1" }
|
|
const_format = { default-features = false, version = "0.2.34" }
|
|
gloo-net = { default-features = false, version = "0.6.0" }
|
|
url = { default-features = false, version = "2.5.4" }
|
|
tokio = { default-features = false, version = "1.47.1" }
|
|
base64 = { default-features = false, version = "0.22.1" }
|
|
cfg-if = { default-features = false, version = "1.0.0" }
|
|
wasm-bindgen-futures = { default-features = false, version = "0.4.50" }
|
|
tower = { default-features = false, version = "0.5.2" }
|
|
proc-macro2 = { default-features = false, version = "1.0.96" }
|
|
serde = { default-features = false, version = "1.0.219" }
|
|
parking_lot = { default-features = false, version = "0.12.4" }
|
|
axum = { default-features = false, version = "0.8.4" }
|
|
serde_qs = { default-features = false, version = "0.15.0" }
|
|
syn = { default-features = false, version = "2.0.104" }
|
|
xxhash-rust = { default-features = false, version = "0.8.15" }
|
|
paste = { default-features = false, version = "1.0.15" }
|
|
quote = { default-features = false, version = "1.0.40" }
|
|
web-sys = { default-features = false, version = "0.3.77" }
|
|
js-sys = { default-features = false, version = "0.3.77" }
|
|
rand = { default-features = false, version = "0.9.1" }
|
|
serde-lite = { default-features = false, version = "0.5.0" }
|
|
tokio-tungstenite = { default-features = false, version = "0.27.0" }
|
|
serial_test = { default-features = false, version = "3.2.0" }
|
|
erased = { default-features = false, version = "0.1.2" }
|
|
glib = { default-features = false, version = "0.20.12" }
|
|
async-trait = { default-features = false, version = "0.1.88" }
|
|
typed-builder-macro = { default-features = false, version = "0.21.0" }
|
|
linear-map = { default-features = false, version = "1.2.0" }
|
|
anyhow = { default-features = false, version = "1.0.98" }
|
|
walkdir = { default-features = false, version = "2.5.0" }
|
|
actix-ws = { default-features = false, version = "0.3.0" }
|
|
tower-http = { default-features = false, version = "0.6.4" }
|
|
prettyplease = { default-features = false, version = "0.2.36" }
|
|
inventory = { default-features = false, version = "0.3.20" }
|
|
config = { default-features = false, version = "0.15.13" }
|
|
camino = { default-features = false, version = "1.1.11" }
|
|
ciborium = { default-features = false, version = "0.2.2" }
|
|
multer = { default-features = false, version = "3.1.0" }
|
|
leptos-spin-macro = { default-features = false, version = "0.2.0" }
|
|
sledgehammer_utils = { default-features = false, version = "0.3.1" }
|
|
sledgehammer_bindgen = { default-features = false, version = "0.6.0" }
|
|
wasm-streams = { default-features = false, version = "0.4.2" }
|
|
rkyv = { default-features = false, version = "0.8.11" }
|
|
temp-env = { default-features = false, version = "0.3.6" }
|
|
uuid = { default-features = false, version = "1.18.0" }
|
|
bytes = { default-features = false, version = "1.10.1" }
|
|
http = { default-features = false, version = "1.3.1" }
|
|
regex = { default-features = false, version = "1.11.1" }
|
|
drain_filter_polyfill = { default-features = false, version = "0.1.3" }
|
|
tempfile = { default-features = false, version = "3.20.0" }
|
|
futures-lite = { default-features = false, version = "2.6.1" }
|
|
log = { default-features = false, version = "0.4.27" }
|
|
percent-encoding = { default-features = false, version = "2.3.1" }
|
|
async-executor = { default-features = false, version = "1.13.2" }
|
|
const-str = { default-features = false, version = "0.6.4" }
|
|
http-body-util = { default-features = false, version = "0.1.3" }
|
|
hyper = { default-features = false, version = "1.6.0" }
|
|
postcard = { default-features = false, version = "1.1.3" }
|
|
rmp-serde = { default-features = false, version = "1.3.0" }
|
|
reqwest = { default-features = false, version = "0.12.22" }
|
|
tower-layer = { default-features = false, version = "0.3.3" }
|
|
attribute-derive = { default-features = false, version = "0.10.3" }
|
|
insta = { default-features = false, version = "1.43.1" }
|
|
codee = { default-features = false, version = "0.3.0" }
|
|
actix-http = { default-features = false, version = "3.11.0" }
|
|
wasm-bindgen-test = { default-features = false, version = "0.3.50" }
|
|
rustversion = { default-features = false, version = "1.0.22" }
|
|
getrandom = { default-features = false, version = "0.3.3" }
|
|
actix-files = { default-features = false, version = "0.6.6" }
|
|
async-lock = { default-features = false, version = "3.4.1" }
|
|
base16 = { default-features = false, version = "0.2.1" }
|
|
digest = { default-features = false, version = "0.10.7" }
|
|
sha2 = { default-features = false, version = "0.10.8" }
|
|
|
|
[profile.release]
|
|
codegen-units = 1
|
|
lto = true
|
|
opt-level = 'z'
|
|
|
|
[workspace.metadata.cargo-all-features]
|
|
skip_feature_sets = [["csr", "ssr"], ["csr", "hydrate"], ["ssr", "hydrate"]]
|
|
max_combination_size = 2
|
|
|
|
[workspace.lints.rust]
|
|
unexpected_cfgs = { level = "warn", check-cfg = [
|
|
'cfg(leptos_debuginfo)',
|
|
'cfg(erase_components)',
|
|
] }
|