![renovate[bot]](/assets/img/avatar_default.png)
This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [clap](https://redirect.github.com/clap-rs/clap) | workspace.dependencies | patch | `4.5.35` -> `4.5.36` | --- ### Release Notes <details> <summary>clap-rs/clap (clap)</summary> ### [`v4.5.36`](https://redirect.github.com/clap-rs/clap/blob/HEAD/CHANGELOG.md#4536---2025-04-11) [Compare Source](https://redirect.github.com/clap-rs/clap/compare/v4.5.35...v4.5.36) ##### Fixes - *(help)* Revert 4.5.35's "Don't leave space for shorts if there are none" for now </details> --- ### Configuration 📅 **Schedule**: Branch creation - "after 3pm on Wednesday" in timezone America/New_York, Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- Release Notes: - N/A <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMzguMCIsInVwZGF0ZWRJblZlciI6IjM5LjI0OC40IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Kirill Bulatov <kirill@zed.dev>
610 lines
47 KiB
TOML
610 lines
47 KiB
TOML
# This file is generated by `cargo hakari`.
|
|
# To regenerate, run:
|
|
# cargo install cargo-hakari
|
|
# cargo hakari generate
|
|
|
|
[package]
|
|
name = "workspace-hack"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
description = "workspace-hack package, managed by hakari"
|
|
publish = false
|
|
|
|
# The parts of the file between the BEGIN HAKARI SECTION and END HAKARI SECTION comments
|
|
# are managed by hakari.
|
|
|
|
### BEGIN HAKARI SECTION
|
|
[dependencies]
|
|
aho-corasick = { version = "1" }
|
|
anstream = { version = "0.6" }
|
|
arrayvec = { version = "0.7", features = ["serde"] }
|
|
async-compression = { version = "0.4", default-features = false, features = ["deflate", "deflate64", "futures-io", "gzip"] }
|
|
async-std = { version = "1", features = ["attributes", "unstable"] }
|
|
async-tungstenite = { version = "0.29", features = ["tokio-rustls-manual-roots"] }
|
|
aws-config = { version = "1", features = ["behavior-version-latest"] }
|
|
aws-credential-types = { version = "1", default-features = false, features = ["hardcoded-credentials", "test-util"] }
|
|
aws-runtime = { version = "1", default-features = false, features = ["event-stream", "http-02x", "sigv4a"] }
|
|
aws-sigv4 = { version = "1", features = ["http0-compat", "sign-eventstream", "sigv4a"] }
|
|
aws-smithy-async = { version = "1", default-features = false, features = ["rt-tokio"] }
|
|
aws-smithy-http = { version = "0.62", default-features = false, features = ["event-stream"] }
|
|
aws-smithy-runtime = { version = "1", default-features = false, features = ["client", "default-https-client", "rt-tokio", "tls-rustls"] }
|
|
aws-smithy-runtime-api = { version = "1", features = ["client", "http-02x", "http-auth", "test-util"] }
|
|
aws-smithy-types = { version = "1", default-features = false, features = ["byte-stream-poll-next", "http-body-0-4-x", "http-body-1-x", "rt-tokio", "test-util"] }
|
|
base64 = { version = "0.22" }
|
|
base64ct = { version = "1", default-features = false, features = ["std"] }
|
|
bigdecimal = { version = "0.4", features = ["serde"] }
|
|
bit-set = { version = "0.8" }
|
|
bitflags = { version = "2", default-features = false, features = ["serde", "std"] }
|
|
bstr = { version = "1" }
|
|
bytemuck = { version = "1", default-features = false, features = ["aarch64_simd", "derive", "extern_crate_alloc"] }
|
|
byteorder = { version = "1" }
|
|
bytes = { version = "1" }
|
|
chrono = { version = "0.4", features = ["serde"] }
|
|
clap = { version = "4", features = ["cargo", "derive", "string", "wrap_help"] }
|
|
clap_builder = { version = "4", default-features = false, features = ["cargo", "color", "std", "string", "suggestions", "usage", "wrap_help"] }
|
|
concurrent-queue = { version = "2" }
|
|
crc32fast = { version = "1" }
|
|
crossbeam-utils = { version = "0.8" }
|
|
deranged = { version = "0.4", default-features = false, features = ["powerfmt", "serde", "std"] }
|
|
digest = { version = "0.10", features = ["mac", "oid", "std"] }
|
|
either = { version = "1", features = ["serde", "use_std"] }
|
|
euclid = { version = "0.22" }
|
|
event-listener = { version = "5" }
|
|
form_urlencoded = { version = "1" }
|
|
futures = { version = "0.3", features = ["io-compat"] }
|
|
futures-channel = { version = "0.3", features = ["sink"] }
|
|
futures-core = { version = "0.3" }
|
|
futures-executor = { version = "0.3" }
|
|
futures-io = { version = "0.3" }
|
|
futures-sink = { version = "0.3" }
|
|
futures-task = { version = "0.3", default-features = false, features = ["std"] }
|
|
futures-util = { version = "0.3", features = ["channel", "io-compat", "sink"] }
|
|
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["std"] }
|
|
hashbrown-3575ec1268b04181 = { package = "hashbrown", version = "0.15", features = ["serde"] }
|
|
hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14", features = ["raw"] }
|
|
hmac = { version = "0.12", default-features = false, features = ["reset"] }
|
|
hyper = { version = "0.14", features = ["client", "http1", "http2", "runtime", "server", "stream"] }
|
|
indexmap = { version = "2", features = ["serde"] }
|
|
lazy_static = { version = "1", default-features = false, features = ["spin_no_std"] }
|
|
libc = { version = "0.2", features = ["extra_traits"] }
|
|
libsqlite3-sys = { version = "0.30", features = ["bundled", "unlock_notify"] }
|
|
log = { version = "0.4", default-features = false, features = ["kv_unstable_serde"] }
|
|
lyon = { version = "1", default-features = false, features = ["extra"] }
|
|
lyon_path = { version = "1" }
|
|
md-5 = { version = "0.10" }
|
|
memchr = { version = "2" }
|
|
miniz_oxide = { version = "0.8", features = ["simd"] }
|
|
nom = { version = "7" }
|
|
num-bigint = { version = "0.4" }
|
|
num-integer = { version = "0.1", features = ["i128"] }
|
|
num-traits = { version = "0.2", features = ["i128", "libm"] }
|
|
once_cell = { version = "1" }
|
|
percent-encoding = { version = "2" }
|
|
phf = { version = "0.11", features = ["macros"] }
|
|
phf_shared = { version = "0.11" }
|
|
prost = { version = "0.9" }
|
|
prost-types = { version = "0.9" }
|
|
rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8", features = ["small_rng"] }
|
|
rand_core = { version = "0.6", default-features = false, features = ["std"] }
|
|
regex = { version = "1" }
|
|
regex-automata = { version = "0.4" }
|
|
regex-syntax = { version = "0.8" }
|
|
rust_decimal = { version = "1", default-features = false, features = ["maths", "serde", "std"] }
|
|
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["fs", "net"] }
|
|
rustls = { version = "0.23", features = ["ring"] }
|
|
rustls-webpki = { version = "0.103", default-features = false, features = ["aws-lc-rs", "ring", "std"] }
|
|
sea-orm = { version = "1", features = ["runtime-tokio-rustls", "sqlx-postgres", "sqlx-sqlite"] }
|
|
sea-query-binder = { version = "0.7", default-features = false, features = ["postgres-array", "sqlx-postgres", "sqlx-sqlite", "with-bigdecimal", "with-chrono", "with-json", "with-rust_decimal", "with-time", "with-uuid"] }
|
|
semver = { version = "1", features = ["serde"] }
|
|
serde = { version = "1", features = ["alloc", "derive", "rc"] }
|
|
serde_json = { version = "1", features = ["preserve_order", "raw_value", "unbounded_depth"] }
|
|
simd-adler32 = { version = "0.3" }
|
|
smallvec = { version = "1", default-features = false, features = ["const_new", "serde", "union"] }
|
|
spin = { version = "0.9" }
|
|
sqlx = { version = "0.8", features = ["bigdecimal", "chrono", "postgres", "runtime-tokio-rustls", "rust_decimal", "sqlite", "time", "uuid"] }
|
|
sqlx-postgres = { version = "0.8", default-features = false, features = ["any", "bigdecimal", "chrono", "json", "migrate", "offline", "rust_decimal", "time", "uuid"] }
|
|
sqlx-sqlite = { version = "0.8", default-features = false, features = ["any", "bundled", "chrono", "json", "migrate", "offline", "time", "uuid"] }
|
|
strum = { version = "0.26", features = ["derive"] }
|
|
subtle = { version = "2" }
|
|
thiserror = { version = "2" }
|
|
time = { version = "0.3", features = ["local-offset", "macros", "serde-well-known"] }
|
|
tokio = { version = "1", features = ["full"] }
|
|
tokio-rustls = { version = "0.26", default-features = false, features = ["tls12"] }
|
|
tokio-util = { version = "0.7", features = ["codec", "compat", "io"] }
|
|
tracing = { version = "0.1", features = ["log"] }
|
|
tracing-core = { version = "0.1" }
|
|
tungstenite = { version = "0.26", default-features = false, features = ["__rustls-tls", "handshake"] }
|
|
unicode-properties = { version = "0.1" }
|
|
url = { version = "2", features = ["serde"] }
|
|
uuid = { version = "1", features = ["serde", "v4", "v5", "v7"] }
|
|
wasm-encoder = { version = "0.221", features = ["wasmparser"] }
|
|
wasmparser = { version = "0.221" }
|
|
wasmtime = { version = "29", default-features = false, features = ["async", "component-model", "cranelift", "demangle", "gc-drc"] }
|
|
wasmtime-cranelift = { version = "29", default-features = false, features = ["component-model", "gc-drc"] }
|
|
wasmtime-environ = { version = "29", default-features = false, features = ["compile", "component-model", "demangle", "gc-drc"] }
|
|
|
|
[build-dependencies]
|
|
aho-corasick = { version = "1" }
|
|
anstream = { version = "0.6" }
|
|
arrayvec = { version = "0.7", features = ["serde"] }
|
|
async-compression = { version = "0.4", default-features = false, features = ["deflate", "deflate64", "futures-io", "gzip"] }
|
|
async-std = { version = "1", features = ["attributes", "unstable"] }
|
|
async-tungstenite = { version = "0.29", features = ["tokio-rustls-manual-roots"] }
|
|
aws-config = { version = "1", features = ["behavior-version-latest"] }
|
|
aws-credential-types = { version = "1", default-features = false, features = ["hardcoded-credentials", "test-util"] }
|
|
aws-runtime = { version = "1", default-features = false, features = ["event-stream", "http-02x", "sigv4a"] }
|
|
aws-sigv4 = { version = "1", features = ["http0-compat", "sign-eventstream", "sigv4a"] }
|
|
aws-smithy-async = { version = "1", default-features = false, features = ["rt-tokio"] }
|
|
aws-smithy-http = { version = "0.62", default-features = false, features = ["event-stream"] }
|
|
aws-smithy-runtime = { version = "1", default-features = false, features = ["client", "default-https-client", "rt-tokio", "tls-rustls"] }
|
|
aws-smithy-runtime-api = { version = "1", features = ["client", "http-02x", "http-auth", "test-util"] }
|
|
aws-smithy-types = { version = "1", default-features = false, features = ["byte-stream-poll-next", "http-body-0-4-x", "http-body-1-x", "rt-tokio", "test-util"] }
|
|
base64 = { version = "0.22" }
|
|
base64ct = { version = "1", default-features = false, features = ["std"] }
|
|
bigdecimal = { version = "0.4", features = ["serde"] }
|
|
bit-set = { version = "0.8" }
|
|
bitflags = { version = "2", default-features = false, features = ["serde", "std"] }
|
|
bstr = { version = "1" }
|
|
bytemuck = { version = "1", default-features = false, features = ["aarch64_simd", "derive", "extern_crate_alloc"] }
|
|
byteorder = { version = "1" }
|
|
bytes = { version = "1" }
|
|
cc = { version = "1", default-features = false, features = ["parallel"] }
|
|
chrono = { version = "0.4", features = ["serde"] }
|
|
clap = { version = "4", features = ["cargo", "derive", "string", "wrap_help"] }
|
|
clap_builder = { version = "4", default-features = false, features = ["cargo", "color", "std", "string", "suggestions", "usage", "wrap_help"] }
|
|
concurrent-queue = { version = "2" }
|
|
crc32fast = { version = "1" }
|
|
crossbeam-utils = { version = "0.8" }
|
|
deranged = { version = "0.4", default-features = false, features = ["powerfmt", "serde", "std"] }
|
|
digest = { version = "0.10", features = ["mac", "oid", "std"] }
|
|
either = { version = "1", features = ["serde", "use_std"] }
|
|
euclid = { version = "0.22" }
|
|
event-listener = { version = "5" }
|
|
form_urlencoded = { version = "1" }
|
|
futures = { version = "0.3", features = ["io-compat"] }
|
|
futures-channel = { version = "0.3", features = ["sink"] }
|
|
futures-core = { version = "0.3" }
|
|
futures-executor = { version = "0.3" }
|
|
futures-io = { version = "0.3" }
|
|
futures-sink = { version = "0.3" }
|
|
futures-task = { version = "0.3", default-features = false, features = ["std"] }
|
|
futures-util = { version = "0.3", features = ["channel", "io-compat", "sink"] }
|
|
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["std"] }
|
|
hashbrown-3575ec1268b04181 = { package = "hashbrown", version = "0.15", features = ["serde"] }
|
|
hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14", features = ["raw"] }
|
|
heck = { version = "0.4", features = ["unicode"] }
|
|
hmac = { version = "0.12", default-features = false, features = ["reset"] }
|
|
hyper = { version = "0.14", features = ["client", "http1", "http2", "runtime", "server", "stream"] }
|
|
indexmap = { version = "2", features = ["serde"] }
|
|
itertools = { version = "0.13" }
|
|
lazy_static = { version = "1", default-features = false, features = ["spin_no_std"] }
|
|
libc = { version = "0.2", features = ["extra_traits"] }
|
|
libsqlite3-sys = { version = "0.30", features = ["bundled", "unlock_notify"] }
|
|
log = { version = "0.4", default-features = false, features = ["kv_unstable_serde"] }
|
|
lyon = { version = "1", default-features = false, features = ["extra"] }
|
|
lyon_path = { version = "1" }
|
|
md-5 = { version = "0.10" }
|
|
memchr = { version = "2" }
|
|
miniz_oxide = { version = "0.8", features = ["simd"] }
|
|
nom = { version = "7" }
|
|
num-bigint = { version = "0.4" }
|
|
num-integer = { version = "0.1", features = ["i128"] }
|
|
num-traits = { version = "0.2", features = ["i128", "libm"] }
|
|
once_cell = { version = "1" }
|
|
percent-encoding = { version = "2" }
|
|
phf = { version = "0.11", features = ["macros"] }
|
|
phf_shared = { version = "0.11" }
|
|
prettyplease = { version = "0.2", default-features = false, features = ["verbatim"] }
|
|
proc-macro2 = { version = "1" }
|
|
prost = { version = "0.9" }
|
|
prost-types = { version = "0.9" }
|
|
quote = { version = "1" }
|
|
rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8", features = ["small_rng"] }
|
|
rand_core = { version = "0.6", default-features = false, features = ["std"] }
|
|
regex = { version = "1" }
|
|
regex-automata = { version = "0.4" }
|
|
regex-syntax = { version = "0.8" }
|
|
rust_decimal = { version = "1", default-features = false, features = ["maths", "serde", "std"] }
|
|
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["fs", "net"] }
|
|
rustls = { version = "0.23", features = ["ring"] }
|
|
rustls-webpki = { version = "0.103", default-features = false, features = ["aws-lc-rs", "ring", "std"] }
|
|
sea-orm = { version = "1", features = ["runtime-tokio-rustls", "sqlx-postgres", "sqlx-sqlite"] }
|
|
sea-query-binder = { version = "0.7", default-features = false, features = ["postgres-array", "sqlx-postgres", "sqlx-sqlite", "with-bigdecimal", "with-chrono", "with-json", "with-rust_decimal", "with-time", "with-uuid"] }
|
|
semver = { version = "1", features = ["serde"] }
|
|
serde = { version = "1", features = ["alloc", "derive", "rc"] }
|
|
serde_derive = { version = "1", features = ["deserialize_in_place"] }
|
|
serde_json = { version = "1", features = ["preserve_order", "raw_value", "unbounded_depth"] }
|
|
simd-adler32 = { version = "0.3" }
|
|
smallvec = { version = "1", default-features = false, features = ["const_new", "serde", "union"] }
|
|
spin = { version = "0.9" }
|
|
sqlx = { version = "0.8", features = ["bigdecimal", "chrono", "postgres", "runtime-tokio-rustls", "rust_decimal", "sqlite", "time", "uuid"] }
|
|
sqlx-macros = { version = "0.8", features = ["_rt-tokio", "_tls-rustls-ring-webpki", "bigdecimal", "chrono", "derive", "json", "macros", "migrate", "postgres", "rust_decimal", "sqlite", "time", "uuid"] }
|
|
sqlx-macros-core = { version = "0.8", features = ["_rt-tokio", "_tls-rustls-ring-webpki", "bigdecimal", "chrono", "derive", "json", "macros", "migrate", "postgres", "rust_decimal", "sqlite", "time", "uuid"] }
|
|
sqlx-postgres = { version = "0.8", default-features = false, features = ["any", "bigdecimal", "chrono", "json", "migrate", "offline", "rust_decimal", "time", "uuid"] }
|
|
sqlx-sqlite = { version = "0.8", default-features = false, features = ["any", "bundled", "chrono", "json", "migrate", "offline", "time", "uuid"] }
|
|
strum = { version = "0.26", features = ["derive"] }
|
|
subtle = { version = "2" }
|
|
syn-dff4ba8e3ae991db = { package = "syn", version = "1", features = ["extra-traits", "full"] }
|
|
syn-f595c2ba2a3f28df = { package = "syn", version = "2", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
|
|
thiserror = { version = "2" }
|
|
time = { version = "0.3", features = ["local-offset", "macros", "serde-well-known"] }
|
|
time-macros = { version = "0.2", default-features = false, features = ["formatting", "parsing", "serde"] }
|
|
tokio = { version = "1", features = ["full"] }
|
|
tokio-rustls = { version = "0.26", default-features = false, features = ["tls12"] }
|
|
tokio-util = { version = "0.7", features = ["codec", "compat", "io"] }
|
|
tracing = { version = "0.1", features = ["log"] }
|
|
tracing-core = { version = "0.1" }
|
|
tungstenite = { version = "0.26", default-features = false, features = ["__rustls-tls", "handshake"] }
|
|
unicode-properties = { version = "0.1" }
|
|
url = { version = "2", features = ["serde"] }
|
|
uuid = { version = "1", features = ["serde", "v4", "v5", "v7"] }
|
|
wasm-encoder = { version = "0.221", features = ["wasmparser"] }
|
|
wasmparser = { version = "0.221" }
|
|
wasmtime = { version = "29", default-features = false, features = ["async", "component-model", "cranelift", "demangle", "gc-drc"] }
|
|
wasmtime-cranelift = { version = "29", default-features = false, features = ["component-model", "gc-drc"] }
|
|
wasmtime-environ = { version = "29", default-features = false, features = ["compile", "component-model", "demangle", "gc-drc"] }
|
|
|
|
[target.x86_64-apple-darwin.dependencies]
|
|
core-foundation = { version = "0.9" }
|
|
core-foundation-sys = { version = "0.8" }
|
|
coreaudio-sys = { version = "0.2", default-features = false, features = ["audio_toolbox", "audio_unit", "core_audio", "core_midi", "open_al"] }
|
|
flate2 = { version = "1" }
|
|
foldhash = { version = "0.1", default-features = false, features = ["std"] }
|
|
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
|
|
gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
|
|
hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
|
|
naga = { version = "23", features = ["msl-out", "wgsl-in"] }
|
|
nix = { version = "0.29", features = ["fs", "pthread", "signal"] }
|
|
object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
|
|
ring = { version = "0.17", features = ["std"] }
|
|
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", default-features = false, features = ["event", "mm", "param", "pipe", "process", "procfs", "termios", "time"] }
|
|
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "termios", "time"] }
|
|
scopeguard = { version = "1" }
|
|
security-framework = { version = "3", features = ["OSX_10_14"] }
|
|
security-framework-sys = { version = "2", features = ["OSX_10_14"] }
|
|
tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] }
|
|
tokio-socks = { version = "0.5", features = ["futures-io"] }
|
|
tokio-stream = { version = "0.1", features = ["fs"] }
|
|
|
|
[target.x86_64-apple-darwin.build-dependencies]
|
|
clang-sys = { version = "1", default-features = false, features = ["clang_11_0", "runtime"] }
|
|
core-foundation = { version = "0.9" }
|
|
core-foundation-sys = { version = "0.8" }
|
|
coreaudio-sys = { version = "0.2", default-features = false, features = ["audio_toolbox", "audio_unit", "core_audio", "core_midi", "open_al"] }
|
|
flate2 = { version = "1" }
|
|
foldhash = { version = "0.1", default-features = false, features = ["std"] }
|
|
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
|
|
gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
|
|
hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
|
|
naga = { version = "23", features = ["msl-out", "wgsl-in"] }
|
|
nix = { version = "0.29", features = ["fs", "pthread", "signal"] }
|
|
object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
|
|
proc-macro2 = { version = "1", default-features = false, features = ["span-locations"] }
|
|
ring = { version = "0.17", features = ["std"] }
|
|
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", default-features = false, features = ["event", "mm", "param", "pipe", "process", "procfs", "termios", "time"] }
|
|
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "termios", "time"] }
|
|
scopeguard = { version = "1" }
|
|
security-framework = { version = "3", features = ["OSX_10_14"] }
|
|
security-framework-sys = { version = "2", features = ["OSX_10_14"] }
|
|
tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] }
|
|
tokio-socks = { version = "0.5", features = ["futures-io"] }
|
|
tokio-stream = { version = "0.1", features = ["fs"] }
|
|
|
|
[target.aarch64-apple-darwin.dependencies]
|
|
core-foundation = { version = "0.9" }
|
|
core-foundation-sys = { version = "0.8" }
|
|
coreaudio-sys = { version = "0.2", default-features = false, features = ["audio_toolbox", "audio_unit", "core_audio", "core_midi", "open_al"] }
|
|
flate2 = { version = "1" }
|
|
foldhash = { version = "0.1", default-features = false, features = ["std"] }
|
|
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
|
|
gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
|
|
hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
|
|
naga = { version = "23", features = ["msl-out", "wgsl-in"] }
|
|
nix = { version = "0.29", features = ["fs", "pthread", "signal"] }
|
|
object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
|
|
ring = { version = "0.17", features = ["std"] }
|
|
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", default-features = false, features = ["event", "mm", "param", "pipe", "process", "procfs", "termios", "time"] }
|
|
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "termios", "time"] }
|
|
scopeguard = { version = "1" }
|
|
security-framework = { version = "3", features = ["OSX_10_14"] }
|
|
security-framework-sys = { version = "2", features = ["OSX_10_14"] }
|
|
tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] }
|
|
tokio-socks = { version = "0.5", features = ["futures-io"] }
|
|
tokio-stream = { version = "0.1", features = ["fs"] }
|
|
|
|
[target.aarch64-apple-darwin.build-dependencies]
|
|
clang-sys = { version = "1", default-features = false, features = ["clang_11_0", "runtime"] }
|
|
core-foundation = { version = "0.9" }
|
|
core-foundation-sys = { version = "0.8" }
|
|
coreaudio-sys = { version = "0.2", default-features = false, features = ["audio_toolbox", "audio_unit", "core_audio", "core_midi", "open_al"] }
|
|
flate2 = { version = "1" }
|
|
foldhash = { version = "0.1", default-features = false, features = ["std"] }
|
|
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
|
|
gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
|
|
hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
|
|
naga = { version = "23", features = ["msl-out", "wgsl-in"] }
|
|
nix = { version = "0.29", features = ["fs", "pthread", "signal"] }
|
|
object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
|
|
proc-macro2 = { version = "1", default-features = false, features = ["span-locations"] }
|
|
ring = { version = "0.17", features = ["std"] }
|
|
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", default-features = false, features = ["event", "mm", "param", "pipe", "process", "procfs", "termios", "time"] }
|
|
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "termios", "time"] }
|
|
scopeguard = { version = "1" }
|
|
security-framework = { version = "3", features = ["OSX_10_14"] }
|
|
security-framework-sys = { version = "2", features = ["OSX_10_14"] }
|
|
tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] }
|
|
tokio-socks = { version = "0.5", features = ["futures-io"] }
|
|
tokio-stream = { version = "0.1", features = ["fs"] }
|
|
|
|
[target.x86_64-unknown-linux-gnu.dependencies]
|
|
aes = { version = "0.8", default-features = false, features = ["zeroize"] }
|
|
ahash = { version = "0.8", default-features = false, features = ["compile-time-rng", "std"] }
|
|
bytemuck = { version = "1", default-features = false, features = ["min_const_generics"] }
|
|
cipher = { version = "0.4", default-features = false, features = ["block-padding", "rand_core", "zeroize"] }
|
|
crypto-common = { version = "0.1", default-features = false, features = ["rand_core", "std"] }
|
|
event-listener-strategy = { version = "0.5" }
|
|
flate2 = { version = "1" }
|
|
flume = { version = "0.11" }
|
|
foldhash = { version = "0.1", default-features = false, features = ["std"] }
|
|
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
|
|
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
|
|
gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
|
|
hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
|
|
inout = { version = "0.1", default-features = false, features = ["block-padding"] }
|
|
linux-raw-sys = { version = "0.4", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "system", "xdp"] }
|
|
mio = { version = "1", features = ["net", "os-ext"] }
|
|
naga = { version = "23", features = ["spv-out", "wgsl-in"] }
|
|
nix = { version = "0.29", features = ["fs", "pthread", "signal", "socket", "uio", "user"] }
|
|
num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
|
|
num-iter = { version = "0.1", default-features = false, features = ["i128", "std"] }
|
|
object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
|
|
proc-macro2 = { version = "1", features = ["span-locations"] }
|
|
quote = { version = "1" }
|
|
rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
|
|
ring = { version = "0.17", features = ["std"] }
|
|
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", default-features = false, features = ["event", "mm", "param", "pipe", "process", "procfs", "pty", "shm", "stdio", "system", "termios", "time"] }
|
|
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "termios", "time"] }
|
|
scopeguard = { version = "1" }
|
|
smallvec = { version = "1", default-features = false, features = ["write"] }
|
|
syn-f595c2ba2a3f28df = { package = "syn", version = "2", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
|
|
tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] }
|
|
tokio-socks = { version = "0.5", features = ["futures-io"] }
|
|
tokio-stream = { version = "0.1", features = ["fs"] }
|
|
toml_datetime = { version = "0.6", default-features = false, features = ["serde"] }
|
|
toml_edit = { version = "0.22", default-features = false, features = ["display", "parse", "serde"] }
|
|
zeroize = { version = "1", features = ["zeroize_derive"] }
|
|
zvariant = { version = "5", default-features = false, features = ["enumflags2", "gvariant", "url"] }
|
|
|
|
[target.x86_64-unknown-linux-gnu.build-dependencies]
|
|
aes = { version = "0.8", default-features = false, features = ["zeroize"] }
|
|
ahash = { version = "0.8", default-features = false, features = ["compile-time-rng", "std"] }
|
|
bytemuck = { version = "1", default-features = false, features = ["min_const_generics"] }
|
|
cipher = { version = "0.4", default-features = false, features = ["block-padding", "rand_core", "zeroize"] }
|
|
crypto-common = { version = "0.1", default-features = false, features = ["rand_core", "std"] }
|
|
event-listener-strategy = { version = "0.5" }
|
|
flate2 = { version = "1" }
|
|
flume = { version = "0.11" }
|
|
foldhash = { version = "0.1", default-features = false, features = ["std"] }
|
|
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
|
|
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
|
|
gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
|
|
hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
|
|
inout = { version = "0.1", default-features = false, features = ["block-padding"] }
|
|
linux-raw-sys = { version = "0.4", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "system", "xdp"] }
|
|
mio = { version = "1", features = ["net", "os-ext"] }
|
|
naga = { version = "23", features = ["spv-out", "wgsl-in"] }
|
|
nix = { version = "0.29", features = ["fs", "pthread", "signal", "socket", "uio", "user"] }
|
|
num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
|
|
num-iter = { version = "0.1", default-features = false, features = ["i128", "std"] }
|
|
object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
|
|
proc-macro2 = { version = "1", default-features = false, features = ["span-locations"] }
|
|
rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
|
|
ring = { version = "0.17", features = ["std"] }
|
|
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", default-features = false, features = ["event", "mm", "param", "pipe", "process", "procfs", "pty", "shm", "stdio", "system", "termios", "time"] }
|
|
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "termios", "time"] }
|
|
scopeguard = { version = "1" }
|
|
smallvec = { version = "1", default-features = false, features = ["write"] }
|
|
tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] }
|
|
tokio-socks = { version = "0.5", features = ["futures-io"] }
|
|
tokio-stream = { version = "0.1", features = ["fs"] }
|
|
toml_datetime = { version = "0.6", default-features = false, features = ["serde"] }
|
|
toml_edit = { version = "0.22", default-features = false, features = ["display", "parse", "serde"] }
|
|
zeroize = { version = "1", features = ["zeroize_derive"] }
|
|
zvariant = { version = "5", default-features = false, features = ["enumflags2", "gvariant", "url"] }
|
|
|
|
[target.aarch64-unknown-linux-gnu.dependencies]
|
|
aes = { version = "0.8", default-features = false, features = ["zeroize"] }
|
|
ahash = { version = "0.8", default-features = false, features = ["compile-time-rng", "std"] }
|
|
bytemuck = { version = "1", default-features = false, features = ["min_const_generics"] }
|
|
cipher = { version = "0.4", default-features = false, features = ["block-padding", "rand_core", "zeroize"] }
|
|
crypto-common = { version = "0.1", default-features = false, features = ["rand_core", "std"] }
|
|
event-listener-strategy = { version = "0.5" }
|
|
flate2 = { version = "1" }
|
|
flume = { version = "0.11" }
|
|
foldhash = { version = "0.1", default-features = false, features = ["std"] }
|
|
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
|
|
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
|
|
gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
|
|
hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
|
|
inout = { version = "0.1", default-features = false, features = ["block-padding"] }
|
|
linux-raw-sys = { version = "0.4", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "system", "xdp"] }
|
|
mio = { version = "1", features = ["net", "os-ext"] }
|
|
naga = { version = "23", features = ["spv-out", "wgsl-in"] }
|
|
nix = { version = "0.29", features = ["fs", "pthread", "signal", "socket", "uio", "user"] }
|
|
num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
|
|
num-iter = { version = "0.1", default-features = false, features = ["i128", "std"] }
|
|
object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
|
|
proc-macro2 = { version = "1", features = ["span-locations"] }
|
|
quote = { version = "1" }
|
|
rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
|
|
ring = { version = "0.17", features = ["std"] }
|
|
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", default-features = false, features = ["event", "mm", "param", "pipe", "process", "procfs", "pty", "shm", "stdio", "system", "termios", "time"] }
|
|
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "termios", "time"] }
|
|
scopeguard = { version = "1" }
|
|
smallvec = { version = "1", default-features = false, features = ["write"] }
|
|
syn-f595c2ba2a3f28df = { package = "syn", version = "2", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
|
|
tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] }
|
|
tokio-socks = { version = "0.5", features = ["futures-io"] }
|
|
tokio-stream = { version = "0.1", features = ["fs"] }
|
|
toml_datetime = { version = "0.6", default-features = false, features = ["serde"] }
|
|
toml_edit = { version = "0.22", default-features = false, features = ["display", "parse", "serde"] }
|
|
zeroize = { version = "1", features = ["zeroize_derive"] }
|
|
zvariant = { version = "5", default-features = false, features = ["enumflags2", "gvariant", "url"] }
|
|
|
|
[target.aarch64-unknown-linux-gnu.build-dependencies]
|
|
aes = { version = "0.8", default-features = false, features = ["zeroize"] }
|
|
ahash = { version = "0.8", default-features = false, features = ["compile-time-rng", "std"] }
|
|
bytemuck = { version = "1", default-features = false, features = ["min_const_generics"] }
|
|
cipher = { version = "0.4", default-features = false, features = ["block-padding", "rand_core", "zeroize"] }
|
|
crypto-common = { version = "0.1", default-features = false, features = ["rand_core", "std"] }
|
|
event-listener-strategy = { version = "0.5" }
|
|
flate2 = { version = "1" }
|
|
flume = { version = "0.11" }
|
|
foldhash = { version = "0.1", default-features = false, features = ["std"] }
|
|
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
|
|
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
|
|
gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
|
|
hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
|
|
inout = { version = "0.1", default-features = false, features = ["block-padding"] }
|
|
linux-raw-sys = { version = "0.4", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "system", "xdp"] }
|
|
mio = { version = "1", features = ["net", "os-ext"] }
|
|
naga = { version = "23", features = ["spv-out", "wgsl-in"] }
|
|
nix = { version = "0.29", features = ["fs", "pthread", "signal", "socket", "uio", "user"] }
|
|
num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
|
|
num-iter = { version = "0.1", default-features = false, features = ["i128", "std"] }
|
|
object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
|
|
proc-macro2 = { version = "1", default-features = false, features = ["span-locations"] }
|
|
rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
|
|
ring = { version = "0.17", features = ["std"] }
|
|
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", default-features = false, features = ["event", "mm", "param", "pipe", "process", "procfs", "pty", "shm", "stdio", "system", "termios", "time"] }
|
|
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "termios", "time"] }
|
|
scopeguard = { version = "1" }
|
|
smallvec = { version = "1", default-features = false, features = ["write"] }
|
|
tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] }
|
|
tokio-socks = { version = "0.5", features = ["futures-io"] }
|
|
tokio-stream = { version = "0.1", features = ["fs"] }
|
|
toml_datetime = { version = "0.6", default-features = false, features = ["serde"] }
|
|
toml_edit = { version = "0.22", default-features = false, features = ["display", "parse", "serde"] }
|
|
zeroize = { version = "1", features = ["zeroize_derive"] }
|
|
zvariant = { version = "5", default-features = false, features = ["enumflags2", "gvariant", "url"] }
|
|
|
|
[target.x86_64-pc-windows-msvc.dependencies]
|
|
flate2 = { version = "1" }
|
|
flume = { version = "0.11" }
|
|
foldhash = { version = "0.1", default-features = false, features = ["std"] }
|
|
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
|
|
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
|
|
hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
|
|
naga = { version = "23", features = ["spv-out", "wgsl-in"] }
|
|
ring = { version = "0.17", features = ["std"] }
|
|
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", default-features = false, features = ["event"] }
|
|
scopeguard = { version = "1" }
|
|
tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] }
|
|
tokio-socks = { version = "0.5", features = ["futures-io"] }
|
|
tokio-stream = { version = "0.1", features = ["fs"] }
|
|
winapi = { version = "0.3", default-features = false, features = ["cfg", "consoleapi", "errhandlingapi", "evntrace", "fileapi", "handleapi", "in6addr", "inaddr", "knownfolders", "minwinbase", "ntsecapi", "objbase", "processenv", "processthreadsapi", "shlobj", "std", "sysinfoapi", "winbase", "windef", "winerror", "winioctl"] }
|
|
windows-core = { version = "0.61" }
|
|
windows-numerics = { version = "0.2" }
|
|
windows-sys-73dcd821b1037cfd = { package = "windows-sys", version = "0.59", features = ["Wdk_Foundation", "Wdk_Storage_FileSystem", "Win32_Networking_WinSock", "Win32_Security_Authentication_Identity", "Win32_Security_Credentials", "Win32_Security_Cryptography", "Win32_Storage_FileSystem", "Win32_System_Com", "Win32_System_Console", "Win32_System_Diagnostics_Debug", "Win32_System_IO", "Win32_System_Kernel", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_Registry", "Win32_System_SystemInformation", "Win32_System_Threading", "Win32_System_Time", "Win32_System_WindowsProgramming", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_Shell", "Win32_UI_WindowsAndMessaging"] }
|
|
windows-sys-b21d60becc0929df = { package = "windows-sys", version = "0.52", features = ["Wdk_Foundation", "Wdk_Storage_FileSystem", "Wdk_System_IO", "Win32_Foundation", "Win32_NetworkManagement_IpHelper", "Win32_Networking_WinSock", "Win32_Security_Cryptography", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_Diagnostics_Debug", "Win32_System_IO", "Win32_System_Ioctl", "Win32_System_Kernel", "Win32_System_LibraryLoader", "Win32_System_Performance", "Win32_System_Pipes", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming"] }
|
|
windows-sys-c8eced492e86ede7 = { package = "windows-sys", version = "0.48", features = ["Win32_Foundation", "Win32_Globalization", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Com", "Win32_System_Console", "Win32_System_Diagnostics_Debug", "Win32_System_IO", "Win32_System_Pipes", "Win32_System_Registry", "Win32_System_SystemInformation", "Win32_System_Threading", "Win32_System_Time", "Win32_UI_Shell"] }
|
|
|
|
[target.x86_64-pc-windows-msvc.build-dependencies]
|
|
flate2 = { version = "1" }
|
|
flume = { version = "0.11" }
|
|
foldhash = { version = "0.1", default-features = false, features = ["std"] }
|
|
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
|
|
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
|
|
hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
|
|
naga = { version = "23", features = ["spv-out", "wgsl-in"] }
|
|
proc-macro2 = { version = "1", default-features = false, features = ["span-locations"] }
|
|
ring = { version = "0.17", features = ["std"] }
|
|
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", default-features = false, features = ["event"] }
|
|
scopeguard = { version = "1" }
|
|
tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] }
|
|
tokio-socks = { version = "0.5", features = ["futures-io"] }
|
|
tokio-stream = { version = "0.1", features = ["fs"] }
|
|
winapi = { version = "0.3", default-features = false, features = ["cfg", "consoleapi", "errhandlingapi", "evntrace", "fileapi", "handleapi", "in6addr", "inaddr", "knownfolders", "minwinbase", "ntsecapi", "objbase", "processenv", "processthreadsapi", "shlobj", "std", "sysinfoapi", "winbase", "windef", "winerror", "winioctl"] }
|
|
windows-core = { version = "0.61" }
|
|
windows-numerics = { version = "0.2" }
|
|
windows-sys-73dcd821b1037cfd = { package = "windows-sys", version = "0.59", features = ["Wdk_Foundation", "Wdk_Storage_FileSystem", "Win32_Networking_WinSock", "Win32_Security_Authentication_Identity", "Win32_Security_Credentials", "Win32_Security_Cryptography", "Win32_Storage_FileSystem", "Win32_System_Com", "Win32_System_Console", "Win32_System_Diagnostics_Debug", "Win32_System_IO", "Win32_System_Kernel", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_Registry", "Win32_System_SystemInformation", "Win32_System_Threading", "Win32_System_Time", "Win32_System_WindowsProgramming", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_Shell", "Win32_UI_WindowsAndMessaging"] }
|
|
windows-sys-b21d60becc0929df = { package = "windows-sys", version = "0.52", features = ["Wdk_Foundation", "Wdk_Storage_FileSystem", "Wdk_System_IO", "Win32_Foundation", "Win32_NetworkManagement_IpHelper", "Win32_Networking_WinSock", "Win32_Security_Cryptography", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_Diagnostics_Debug", "Win32_System_IO", "Win32_System_Ioctl", "Win32_System_Kernel", "Win32_System_LibraryLoader", "Win32_System_Performance", "Win32_System_Pipes", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming"] }
|
|
windows-sys-c8eced492e86ede7 = { package = "windows-sys", version = "0.48", features = ["Win32_Foundation", "Win32_Globalization", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Com", "Win32_System_Console", "Win32_System_Diagnostics_Debug", "Win32_System_IO", "Win32_System_Pipes", "Win32_System_Registry", "Win32_System_SystemInformation", "Win32_System_Threading", "Win32_System_Time", "Win32_UI_Shell"] }
|
|
|
|
[target.x86_64-unknown-linux-musl.dependencies]
|
|
aes = { version = "0.8", default-features = false, features = ["zeroize"] }
|
|
ahash = { version = "0.8", default-features = false, features = ["compile-time-rng", "std"] }
|
|
bytemuck = { version = "1", default-features = false, features = ["min_const_generics"] }
|
|
cipher = { version = "0.4", default-features = false, features = ["block-padding", "rand_core", "zeroize"] }
|
|
crypto-common = { version = "0.1", default-features = false, features = ["rand_core", "std"] }
|
|
event-listener-strategy = { version = "0.5" }
|
|
flate2 = { version = "1" }
|
|
flume = { version = "0.11" }
|
|
foldhash = { version = "0.1", default-features = false, features = ["std"] }
|
|
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
|
|
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
|
|
gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
|
|
hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
|
|
inout = { version = "0.1", default-features = false, features = ["block-padding"] }
|
|
linux-raw-sys = { version = "0.4", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "system", "xdp"] }
|
|
mio = { version = "1", features = ["net", "os-ext"] }
|
|
naga = { version = "23", features = ["spv-out", "wgsl-in"] }
|
|
nix = { version = "0.29", features = ["fs", "pthread", "signal", "socket", "uio", "user"] }
|
|
num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
|
|
num-iter = { version = "0.1", default-features = false, features = ["i128", "std"] }
|
|
object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
|
|
proc-macro2 = { version = "1", features = ["span-locations"] }
|
|
quote = { version = "1" }
|
|
rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
|
|
ring = { version = "0.17", features = ["std"] }
|
|
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", default-features = false, features = ["event", "mm", "param", "pipe", "process", "procfs", "pty", "shm", "stdio", "system", "termios", "time"] }
|
|
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "termios", "time"] }
|
|
scopeguard = { version = "1" }
|
|
smallvec = { version = "1", default-features = false, features = ["write"] }
|
|
syn-f595c2ba2a3f28df = { package = "syn", version = "2", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
|
|
tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] }
|
|
tokio-socks = { version = "0.5", features = ["futures-io"] }
|
|
tokio-stream = { version = "0.1", features = ["fs"] }
|
|
toml_datetime = { version = "0.6", default-features = false, features = ["serde"] }
|
|
toml_edit = { version = "0.22", default-features = false, features = ["display", "parse", "serde"] }
|
|
zeroize = { version = "1", features = ["zeroize_derive"] }
|
|
zvariant = { version = "5", default-features = false, features = ["enumflags2", "gvariant", "url"] }
|
|
|
|
[target.x86_64-unknown-linux-musl.build-dependencies]
|
|
aes = { version = "0.8", default-features = false, features = ["zeroize"] }
|
|
ahash = { version = "0.8", default-features = false, features = ["compile-time-rng", "std"] }
|
|
bytemuck = { version = "1", default-features = false, features = ["min_const_generics"] }
|
|
cipher = { version = "0.4", default-features = false, features = ["block-padding", "rand_core", "zeroize"] }
|
|
crypto-common = { version = "0.1", default-features = false, features = ["rand_core", "std"] }
|
|
event-listener-strategy = { version = "0.5" }
|
|
flate2 = { version = "1" }
|
|
flume = { version = "0.11" }
|
|
foldhash = { version = "0.1", default-features = false, features = ["std"] }
|
|
getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
|
|
getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
|
|
gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
|
|
hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
|
|
inout = { version = "0.1", default-features = false, features = ["block-padding"] }
|
|
linux-raw-sys = { version = "0.4", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "system", "xdp"] }
|
|
mio = { version = "1", features = ["net", "os-ext"] }
|
|
naga = { version = "23", features = ["spv-out", "wgsl-in"] }
|
|
nix = { version = "0.29", features = ["fs", "pthread", "signal", "socket", "uio", "user"] }
|
|
num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
|
|
num-iter = { version = "0.1", default-features = false, features = ["i128", "std"] }
|
|
object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
|
|
proc-macro2 = { version = "1", default-features = false, features = ["span-locations"] }
|
|
rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
|
|
ring = { version = "0.17", features = ["std"] }
|
|
rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", default-features = false, features = ["event", "mm", "param", "pipe", "process", "procfs", "pty", "shm", "stdio", "system", "termios", "time"] }
|
|
rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "termios", "time"] }
|
|
scopeguard = { version = "1" }
|
|
smallvec = { version = "1", default-features = false, features = ["write"] }
|
|
tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] }
|
|
tokio-socks = { version = "0.5", features = ["futures-io"] }
|
|
tokio-stream = { version = "0.1", features = ["fs"] }
|
|
toml_datetime = { version = "0.6", default-features = false, features = ["serde"] }
|
|
toml_edit = { version = "0.22", default-features = false, features = ["display", "parse", "serde"] }
|
|
zeroize = { version = "1", features = ["zeroize_derive"] }
|
|
zvariant = { version = "5", default-features = false, features = ["enumflags2", "gvariant", "url"] }
|
|
|
|
### END HAKARI SECTION
|