1# This file is generated by `cargo hakari`.
2# To regenerate, run:
3# cargo hakari generate
4
5[package]
6name = "workspace-hack"
7version = "0.1.0"
8edition = "2021"
9description = "workspace-hack package, managed by hakari"
10publish = false
11
12# The parts of the file between the BEGIN HAKARI SECTION and END HAKARI SECTION comments
13# are managed by hakari.
14
15### BEGIN HAKARI SECTION
16[dependencies]
17aho-corasick = { version = "1" }
18anstream = { version = "0.6" }
19arrayvec = { version = "0.7", features = ["serde"] }
20async-compression = { version = "0.4", default-features = false, features = ["deflate", "deflate64", "futures-io", "gzip"] }
21async-std = { version = "1", features = ["attributes", "unstable"] }
22async-tungstenite = { version = "0.28", features = ["async-std-runtime", "async-tls"] }
23aws-config = { version = "1", features = ["behavior-version-latest"] }
24aws-credential-types = { version = "1", default-features = false, features = ["hardcoded-credentials", "test-util"] }
25aws-runtime = { version = "1", default-features = false, features = ["event-stream", "http-02x", "sigv4a"] }
26aws-sigv4 = { version = "1", features = ["http0-compat", "sign-eventstream", "sigv4a"] }
27aws-smithy-async = { version = "1", default-features = false, features = ["rt-tokio"] }
28aws-smithy-http = { version = "0.62", default-features = false, features = ["event-stream"] }
29aws-smithy-runtime = { version = "1", default-features = false, features = ["client", "default-https-client", "rt-tokio", "tls-rustls"] }
30aws-smithy-runtime-api = { version = "1", features = ["client", "http-02x", "http-auth", "test-util"] }
31aws-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"] }
32base64 = { version = "0.22" }
33base64ct = { version = "1", default-features = false, features = ["std"] }
34bigdecimal = { version = "0.4", features = ["serde"] }
35bit-set = { version = "0.8" }
36bitflags = { version = "2", default-features = false, features = ["serde", "std"] }
37bstr = { version = "1" }
38bytemuck = { version = "1", default-features = false, features = ["aarch64_simd", "derive", "extern_crate_alloc"] }
39byteorder = { version = "1" }
40bytes = { version = "1" }
41chrono = { version = "0.4", features = ["serde"] }
42clap = { version = "4", features = ["cargo", "derive", "string", "wrap_help"] }
43clap_builder = { version = "4", default-features = false, features = ["cargo", "color", "std", "string", "suggestions", "usage", "wrap_help"] }
44concurrent-queue = { version = "2" }
45crc32fast = { version = "1" }
46crossbeam-utils = { version = "0.8" }
47deranged = { version = "0.4", default-features = false, features = ["powerfmt", "serde", "std"] }
48digest = { version = "0.10", features = ["mac", "oid", "std"] }
49either = { version = "1", features = ["serde", "use_std"] }
50euclid = { version = "0.22" }
51event-listener = { version = "5" }
52form_urlencoded = { version = "1" }
53futures = { version = "0.3", features = ["io-compat"] }
54futures-channel = { version = "0.3", features = ["sink"] }
55futures-core = { version = "0.3" }
56futures-executor = { version = "0.3" }
57futures-io = { version = "0.3" }
58futures-sink = { version = "0.3" }
59futures-task = { version = "0.3", default-features = false, features = ["std"] }
60futures-util = { version = "0.3", features = ["channel", "io-compat", "sink"] }
61getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["std"] }
62hashbrown-3575ec1268b04181 = { package = "hashbrown", version = "0.15", features = ["serde"] }
63hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14", features = ["raw"] }
64hmac = { version = "0.12", default-features = false, features = ["reset"] }
65hyper = { version = "0.14", features = ["client", "http1", "http2", "runtime", "server", "stream"] }
66indexmap = { version = "2", features = ["serde"] }
67lazy_static = { version = "1", default-features = false, features = ["spin_no_std"] }
68libc = { version = "0.2", features = ["extra_traits"] }
69libsqlite3-sys = { version = "0.30", features = ["bundled", "unlock_notify"] }
70log = { version = "0.4", default-features = false, features = ["kv_unstable_serde"] }
71lyon = { version = "1", default-features = false, features = ["extra"] }
72lyon_path = { version = "1" }
73md-5 = { version = "0.10" }
74memchr = { version = "2" }
75miniz_oxide = { version = "0.8", features = ["simd"] }
76nom = { version = "7" }
77num-bigint = { version = "0.4" }
78num-integer = { version = "0.1", features = ["i128"] }
79num-traits = { version = "0.2", features = ["i128", "libm"] }
80once_cell = { version = "1" }
81percent-encoding = { version = "2" }
82phf = { version = "0.11", features = ["macros"] }
83phf_shared = { version = "0.11" }
84prost = { version = "0.9" }
85prost-types = { version = "0.9" }
86rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8", features = ["small_rng"] }
87rand_core = { version = "0.6", default-features = false, features = ["std"] }
88regex = { version = "1" }
89regex-automata = { version = "0.4" }
90regex-syntax = { version = "0.8" }
91rust_decimal = { version = "1", default-features = false, features = ["maths", "serde", "std"] }
92rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["fs", "net"] }
93rustls = { version = "0.23", features = ["ring"] }
94rustls-webpki = { version = "0.103", default-features = false, features = ["aws-lc-rs", "ring", "std"] }
95sea-orm = { version = "1", features = ["runtime-tokio-rustls", "sqlx-postgres", "sqlx-sqlite"] }
96sea-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"] }
97semver = { version = "1", features = ["serde"] }
98serde = { version = "1", features = ["alloc", "derive", "rc"] }
99serde_json = { version = "1", features = ["preserve_order", "raw_value", "unbounded_depth"] }
100simd-adler32 = { version = "0.3" }
101smallvec = { version = "1", default-features = false, features = ["const_new", "serde", "union"] }
102spin = { version = "0.9" }
103sqlx = { version = "0.8", features = ["bigdecimal", "chrono", "postgres", "runtime-tokio-rustls", "rust_decimal", "sqlite", "time", "uuid"] }
104sqlx-postgres = { version = "0.8", default-features = false, features = ["any", "bigdecimal", "chrono", "json", "migrate", "offline", "rust_decimal", "time", "uuid"] }
105sqlx-sqlite = { version = "0.8", default-features = false, features = ["any", "bundled", "chrono", "json", "migrate", "offline", "time", "uuid"] }
106strum = { version = "0.26", features = ["derive"] }
107subtle = { version = "2" }
108thiserror = { version = "2" }
109time = { version = "0.3", features = ["local-offset", "macros", "serde-well-known"] }
110tokio = { version = "1", features = ["full"] }
111tokio-rustls = { version = "0.26", default-features = false, features = ["tls12"] }
112tokio-util = { version = "0.7", features = ["codec", "compat", "io"] }
113tracing = { version = "0.1", features = ["log"] }
114tracing-core = { version = "0.1" }
115unicode-properties = { version = "0.1" }
116url = { version = "2", features = ["serde"] }
117uuid = { version = "1", features = ["serde", "v4", "v5", "v7"] }
118wasm-encoder = { version = "0.221", features = ["wasmparser"] }
119wasmparser = { version = "0.221" }
120wasmtime = { version = "29", default-features = false, features = ["async", "component-model", "cranelift", "demangle", "gc-drc"] }
121wasmtime-cranelift = { version = "29", default-features = false, features = ["component-model", "gc-drc"] }
122wasmtime-environ = { version = "29", default-features = false, features = ["compile", "component-model", "demangle", "gc-drc"] }
123
124[build-dependencies]
125aho-corasick = { version = "1" }
126anstream = { version = "0.6" }
127arrayvec = { version = "0.7", features = ["serde"] }
128async-compression = { version = "0.4", default-features = false, features = ["deflate", "deflate64", "futures-io", "gzip"] }
129async-std = { version = "1", features = ["attributes", "unstable"] }
130async-tungstenite = { version = "0.28", features = ["async-std-runtime", "async-tls"] }
131aws-config = { version = "1", features = ["behavior-version-latest"] }
132aws-credential-types = { version = "1", default-features = false, features = ["hardcoded-credentials", "test-util"] }
133aws-runtime = { version = "1", default-features = false, features = ["event-stream", "http-02x", "sigv4a"] }
134aws-sigv4 = { version = "1", features = ["http0-compat", "sign-eventstream", "sigv4a"] }
135aws-smithy-async = { version = "1", default-features = false, features = ["rt-tokio"] }
136aws-smithy-http = { version = "0.62", default-features = false, features = ["event-stream"] }
137aws-smithy-runtime = { version = "1", default-features = false, features = ["client", "default-https-client", "rt-tokio", "tls-rustls"] }
138aws-smithy-runtime-api = { version = "1", features = ["client", "http-02x", "http-auth", "test-util"] }
139aws-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"] }
140base64 = { version = "0.22" }
141base64ct = { version = "1", default-features = false, features = ["std"] }
142bigdecimal = { version = "0.4", features = ["serde"] }
143bit-set = { version = "0.8" }
144bitflags = { version = "2", default-features = false, features = ["serde", "std"] }
145bstr = { version = "1" }
146bytemuck = { version = "1", default-features = false, features = ["aarch64_simd", "derive", "extern_crate_alloc"] }
147byteorder = { version = "1" }
148bytes = { version = "1" }
149cc = { version = "1", default-features = false, features = ["parallel"] }
150chrono = { version = "0.4", features = ["serde"] }
151clap = { version = "4", features = ["cargo", "derive", "string", "wrap_help"] }
152clap_builder = { version = "4", default-features = false, features = ["cargo", "color", "std", "string", "suggestions", "usage", "wrap_help"] }
153concurrent-queue = { version = "2" }
154crc32fast = { version = "1" }
155crossbeam-utils = { version = "0.8" }
156deranged = { version = "0.4", default-features = false, features = ["powerfmt", "serde", "std"] }
157digest = { version = "0.10", features = ["mac", "oid", "std"] }
158either = { version = "1", features = ["serde", "use_std"] }
159euclid = { version = "0.22" }
160event-listener = { version = "5" }
161form_urlencoded = { version = "1" }
162futures = { version = "0.3", features = ["io-compat"] }
163futures-channel = { version = "0.3", features = ["sink"] }
164futures-core = { version = "0.3" }
165futures-executor = { version = "0.3" }
166futures-io = { version = "0.3" }
167futures-sink = { version = "0.3" }
168futures-task = { version = "0.3", default-features = false, features = ["std"] }
169futures-util = { version = "0.3", features = ["channel", "io-compat", "sink"] }
170getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["std"] }
171hashbrown-3575ec1268b04181 = { package = "hashbrown", version = "0.15", features = ["serde"] }
172hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14", features = ["raw"] }
173heck = { version = "0.4", features = ["unicode"] }
174hmac = { version = "0.12", default-features = false, features = ["reset"] }
175hyper = { version = "0.14", features = ["client", "http1", "http2", "runtime", "server", "stream"] }
176indexmap = { version = "2", features = ["serde"] }
177lazy_static = { version = "1", default-features = false, features = ["spin_no_std"] }
178libc = { version = "0.2", features = ["extra_traits"] }
179libsqlite3-sys = { version = "0.30", features = ["bundled", "unlock_notify"] }
180log = { version = "0.4", default-features = false, features = ["kv_unstable_serde"] }
181lyon = { version = "1", default-features = false, features = ["extra"] }
182lyon_path = { version = "1" }
183md-5 = { version = "0.10" }
184memchr = { version = "2" }
185miniz_oxide = { version = "0.8", features = ["simd"] }
186nom = { version = "7" }
187num-bigint = { version = "0.4" }
188num-integer = { version = "0.1", features = ["i128"] }
189num-traits = { version = "0.2", features = ["i128", "libm"] }
190once_cell = { version = "1" }
191percent-encoding = { version = "2" }
192phf = { version = "0.11", features = ["macros"] }
193phf_shared = { version = "0.11" }
194prettyplease = { version = "0.2", default-features = false, features = ["verbatim"] }
195proc-macro2 = { version = "1" }
196prost = { version = "0.9" }
197prost-types = { version = "0.9" }
198quote = { version = "1" }
199rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8", features = ["small_rng"] }
200rand_core = { version = "0.6", default-features = false, features = ["std"] }
201regex = { version = "1" }
202regex-automata = { version = "0.4" }
203regex-syntax = { version = "0.8" }
204rust_decimal = { version = "1", default-features = false, features = ["maths", "serde", "std"] }
205rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["fs", "net"] }
206rustls = { version = "0.23", features = ["ring"] }
207rustls-webpki = { version = "0.103", default-features = false, features = ["aws-lc-rs", "ring", "std"] }
208sea-orm = { version = "1", features = ["runtime-tokio-rustls", "sqlx-postgres", "sqlx-sqlite"] }
209sea-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"] }
210semver = { version = "1", features = ["serde"] }
211serde = { version = "1", features = ["alloc", "derive", "rc"] }
212serde_derive = { version = "1", features = ["deserialize_in_place"] }
213serde_json = { version = "1", features = ["preserve_order", "raw_value", "unbounded_depth"] }
214simd-adler32 = { version = "0.3" }
215smallvec = { version = "1", default-features = false, features = ["const_new", "serde", "union"] }
216spin = { version = "0.9" }
217sqlx = { version = "0.8", features = ["bigdecimal", "chrono", "postgres", "runtime-tokio-rustls", "rust_decimal", "sqlite", "time", "uuid"] }
218sqlx-macros = { version = "0.8", features = ["_rt-tokio", "_tls-rustls-ring-webpki", "bigdecimal", "chrono", "derive", "json", "macros", "migrate", "postgres", "rust_decimal", "sqlite", "time", "uuid"] }
219sqlx-macros-core = { version = "0.8", features = ["_rt-tokio", "_tls-rustls-ring-webpki", "bigdecimal", "chrono", "derive", "json", "macros", "migrate", "postgres", "rust_decimal", "sqlite", "time", "uuid"] }
220sqlx-postgres = { version = "0.8", default-features = false, features = ["any", "bigdecimal", "chrono", "json", "migrate", "offline", "rust_decimal", "time", "uuid"] }
221sqlx-sqlite = { version = "0.8", default-features = false, features = ["any", "bundled", "chrono", "json", "migrate", "offline", "time", "uuid"] }
222strum = { version = "0.26", features = ["derive"] }
223subtle = { version = "2" }
224syn-dff4ba8e3ae991db = { package = "syn", version = "1", features = ["extra-traits", "full"] }
225syn-f595c2ba2a3f28df = { package = "syn", version = "2", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
226thiserror = { version = "2" }
227time = { version = "0.3", features = ["local-offset", "macros", "serde-well-known"] }
228time-macros = { version = "0.2", default-features = false, features = ["formatting", "parsing", "serde"] }
229tokio = { version = "1", features = ["full"] }
230tokio-rustls = { version = "0.26", default-features = false, features = ["tls12"] }
231tokio-util = { version = "0.7", features = ["codec", "compat", "io"] }
232tracing = { version = "0.1", features = ["log"] }
233tracing-core = { version = "0.1" }
234unicode-properties = { version = "0.1" }
235url = { version = "2", features = ["serde"] }
236uuid = { version = "1", features = ["serde", "v4", "v5", "v7"] }
237wasm-encoder = { version = "0.221", features = ["wasmparser"] }
238wasmparser = { version = "0.221" }
239wasmtime = { version = "29", default-features = false, features = ["async", "component-model", "cranelift", "demangle", "gc-drc"] }
240wasmtime-cranelift = { version = "29", default-features = false, features = ["component-model", "gc-drc"] }
241wasmtime-environ = { version = "29", default-features = false, features = ["compile", "component-model", "demangle", "gc-drc"] }
242
243[target.x86_64-apple-darwin.dependencies]
244core-foundation = { version = "0.9" }
245core-foundation-sys = { version = "0.8" }
246coreaudio-sys = { version = "0.2", default-features = false, features = ["audio_toolbox", "audio_unit", "core_audio", "core_midi", "open_al"] }
247flate2 = { version = "1" }
248foldhash = { version = "0.1", default-features = false, features = ["std"] }
249getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
250gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
251hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
252itertools = { version = "0.12" }
253naga = { version = "23", features = ["msl-out", "wgsl-in"] }
254nix = { version = "0.29", features = ["fs", "pthread", "signal"] }
255object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
256ring = { version = "0.17", features = ["std"] }
257rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", default-features = false, features = ["event", "mm", "param", "pipe", "process", "procfs", "termios", "time"] }
258rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "termios", "time"] }
259scopeguard = { version = "1" }
260security-framework-7b89eefb6aaa9bf3 = { package = "security-framework", version = "3", features = ["OSX_10_14"] }
261security-framework-f595c2ba2a3f28df = { package = "security-framework", version = "2", features = ["alpn"] }
262security-framework-sys = { version = "2", features = ["OSX_10_14"] }
263tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] }
264tokio-socks = { version = "0.5", features = ["futures-io"] }
265tokio-stream = { version = "0.1", features = ["fs"] }
266
267[target.x86_64-apple-darwin.build-dependencies]
268clang-sys = { version = "1", default-features = false, features = ["clang_11_0", "runtime"] }
269core-foundation = { version = "0.9" }
270core-foundation-sys = { version = "0.8" }
271coreaudio-sys = { version = "0.2", default-features = false, features = ["audio_toolbox", "audio_unit", "core_audio", "core_midi", "open_al"] }
272flate2 = { version = "1" }
273foldhash = { version = "0.1", default-features = false, features = ["std"] }
274getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
275gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
276hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
277itertools = { version = "0.12" }
278naga = { version = "23", features = ["msl-out", "wgsl-in"] }
279nix = { version = "0.29", features = ["fs", "pthread", "signal"] }
280object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
281proc-macro2 = { version = "1", default-features = false, features = ["span-locations"] }
282ring = { version = "0.17", features = ["std"] }
283rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", default-features = false, features = ["event", "mm", "param", "pipe", "process", "procfs", "termios", "time"] }
284rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "termios", "time"] }
285scopeguard = { version = "1" }
286security-framework-7b89eefb6aaa9bf3 = { package = "security-framework", version = "3", features = ["OSX_10_14"] }
287security-framework-f595c2ba2a3f28df = { package = "security-framework", version = "2", features = ["alpn"] }
288security-framework-sys = { version = "2", features = ["OSX_10_14"] }
289tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] }
290tokio-socks = { version = "0.5", features = ["futures-io"] }
291tokio-stream = { version = "0.1", features = ["fs"] }
292
293[target.aarch64-apple-darwin.dependencies]
294core-foundation = { version = "0.9" }
295core-foundation-sys = { version = "0.8" }
296coreaudio-sys = { version = "0.2", default-features = false, features = ["audio_toolbox", "audio_unit", "core_audio", "core_midi", "open_al"] }
297flate2 = { version = "1" }
298foldhash = { version = "0.1", default-features = false, features = ["std"] }
299getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
300gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
301hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
302itertools = { version = "0.12" }
303naga = { version = "23", features = ["msl-out", "wgsl-in"] }
304nix = { version = "0.29", features = ["fs", "pthread", "signal"] }
305object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
306ring = { version = "0.17", features = ["std"] }
307rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", default-features = false, features = ["event", "mm", "param", "pipe", "process", "procfs", "termios", "time"] }
308rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "termios", "time"] }
309scopeguard = { version = "1" }
310security-framework-7b89eefb6aaa9bf3 = { package = "security-framework", version = "3", features = ["OSX_10_14"] }
311security-framework-f595c2ba2a3f28df = { package = "security-framework", version = "2", features = ["alpn"] }
312security-framework-sys = { version = "2", features = ["OSX_10_14"] }
313tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] }
314tokio-socks = { version = "0.5", features = ["futures-io"] }
315tokio-stream = { version = "0.1", features = ["fs"] }
316
317[target.aarch64-apple-darwin.build-dependencies]
318clang-sys = { version = "1", default-features = false, features = ["clang_11_0", "runtime"] }
319core-foundation = { version = "0.9" }
320core-foundation-sys = { version = "0.8" }
321coreaudio-sys = { version = "0.2", default-features = false, features = ["audio_toolbox", "audio_unit", "core_audio", "core_midi", "open_al"] }
322flate2 = { version = "1" }
323foldhash = { version = "0.1", default-features = false, features = ["std"] }
324getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
325gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
326hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
327itertools = { version = "0.12" }
328naga = { version = "23", features = ["msl-out", "wgsl-in"] }
329nix = { version = "0.29", features = ["fs", "pthread", "signal"] }
330object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
331proc-macro2 = { version = "1", default-features = false, features = ["span-locations"] }
332ring = { version = "0.17", features = ["std"] }
333rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", default-features = false, features = ["event", "mm", "param", "pipe", "process", "procfs", "termios", "time"] }
334rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "termios", "time"] }
335scopeguard = { version = "1" }
336security-framework-7b89eefb6aaa9bf3 = { package = "security-framework", version = "3", features = ["OSX_10_14"] }
337security-framework-f595c2ba2a3f28df = { package = "security-framework", version = "2", features = ["alpn"] }
338security-framework-sys = { version = "2", features = ["OSX_10_14"] }
339tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] }
340tokio-socks = { version = "0.5", features = ["futures-io"] }
341tokio-stream = { version = "0.1", features = ["fs"] }
342
343[target.x86_64-unknown-linux-gnu.dependencies]
344aes = { version = "0.8", default-features = false, features = ["zeroize"] }
345ahash = { version = "0.8", default-features = false, features = ["compile-time-rng", "std"] }
346bytemuck = { version = "1", default-features = false, features = ["min_const_generics"] }
347cipher = { version = "0.4", default-features = false, features = ["block-padding", "rand_core", "zeroize"] }
348crypto-common = { version = "0.1", default-features = false, features = ["rand_core", "std"] }
349event-listener-strategy = { version = "0.5" }
350flate2 = { version = "1" }
351flume = { version = "0.11" }
352foldhash = { version = "0.1", default-features = false, features = ["std"] }
353getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
354getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
355gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
356hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
357inout = { version = "0.1", default-features = false, features = ["block-padding"] }
358itertools = { version = "0.12" }
359linux-raw-sys = { version = "0.4", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "system", "xdp"] }
360mio = { version = "1", features = ["net", "os-ext"] }
361naga = { version = "23", features = ["spv-out", "wgsl-in"] }
362nix = { version = "0.29", features = ["fs", "pthread", "signal", "socket", "uio", "user"] }
363num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
364num-iter = { version = "0.1", default-features = false, features = ["i128", "std"] }
365object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
366proc-macro2 = { version = "1", features = ["span-locations"] }
367quote = { version = "1" }
368rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
369ring = { version = "0.17", features = ["std"] }
370rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", default-features = false, features = ["event", "mm", "param", "pipe", "process", "procfs", "pty", "shm", "stdio", "system", "termios", "time"] }
371rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "termios", "time"] }
372scopeguard = { version = "1" }
373smallvec = { version = "1", default-features = false, features = ["write"] }
374syn-f595c2ba2a3f28df = { package = "syn", version = "2", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
375tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] }
376tokio-socks = { version = "0.5", features = ["futures-io"] }
377tokio-stream = { version = "0.1", features = ["fs"] }
378toml_datetime = { version = "0.6", default-features = false, features = ["serde"] }
379toml_edit = { version = "0.22", default-features = false, features = ["display", "parse", "serde"] }
380zeroize = { version = "1", features = ["zeroize_derive"] }
381zvariant = { version = "5", default-features = false, features = ["enumflags2", "gvariant", "url"] }
382
383[target.x86_64-unknown-linux-gnu.build-dependencies]
384aes = { version = "0.8", default-features = false, features = ["zeroize"] }
385ahash = { version = "0.8", default-features = false, features = ["compile-time-rng", "std"] }
386bytemuck = { version = "1", default-features = false, features = ["min_const_generics"] }
387cipher = { version = "0.4", default-features = false, features = ["block-padding", "rand_core", "zeroize"] }
388crypto-common = { version = "0.1", default-features = false, features = ["rand_core", "std"] }
389event-listener-strategy = { version = "0.5" }
390flate2 = { version = "1" }
391flume = { version = "0.11" }
392foldhash = { version = "0.1", default-features = false, features = ["std"] }
393getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
394getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
395gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
396hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
397inout = { version = "0.1", default-features = false, features = ["block-padding"] }
398itertools = { version = "0.12" }
399linux-raw-sys = { version = "0.4", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "system", "xdp"] }
400mio = { version = "1", features = ["net", "os-ext"] }
401naga = { version = "23", features = ["spv-out", "wgsl-in"] }
402nix = { version = "0.29", features = ["fs", "pthread", "signal", "socket", "uio", "user"] }
403num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
404num-iter = { version = "0.1", default-features = false, features = ["i128", "std"] }
405object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
406proc-macro2 = { version = "1", default-features = false, features = ["span-locations"] }
407rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
408ring = { version = "0.17", features = ["std"] }
409rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", default-features = false, features = ["event", "mm", "param", "pipe", "process", "procfs", "pty", "shm", "stdio", "system", "termios", "time"] }
410rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "termios", "time"] }
411scopeguard = { version = "1" }
412smallvec = { version = "1", default-features = false, features = ["write"] }
413tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] }
414tokio-socks = { version = "0.5", features = ["futures-io"] }
415tokio-stream = { version = "0.1", features = ["fs"] }
416toml_datetime = { version = "0.6", default-features = false, features = ["serde"] }
417toml_edit = { version = "0.22", default-features = false, features = ["display", "parse", "serde"] }
418zeroize = { version = "1", features = ["zeroize_derive"] }
419zvariant = { version = "5", default-features = false, features = ["enumflags2", "gvariant", "url"] }
420
421[target.aarch64-unknown-linux-gnu.dependencies]
422aes = { version = "0.8", default-features = false, features = ["zeroize"] }
423ahash = { version = "0.8", default-features = false, features = ["compile-time-rng", "std"] }
424bytemuck = { version = "1", default-features = false, features = ["min_const_generics"] }
425cipher = { version = "0.4", default-features = false, features = ["block-padding", "rand_core", "zeroize"] }
426crypto-common = { version = "0.1", default-features = false, features = ["rand_core", "std"] }
427event-listener-strategy = { version = "0.5" }
428flate2 = { version = "1" }
429flume = { version = "0.11" }
430foldhash = { version = "0.1", default-features = false, features = ["std"] }
431getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
432getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
433gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
434hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
435inout = { version = "0.1", default-features = false, features = ["block-padding"] }
436itertools = { version = "0.12" }
437linux-raw-sys = { version = "0.4", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "system", "xdp"] }
438mio = { version = "1", features = ["net", "os-ext"] }
439naga = { version = "23", features = ["spv-out", "wgsl-in"] }
440nix = { version = "0.29", features = ["fs", "pthread", "signal", "socket", "uio", "user"] }
441num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
442num-iter = { version = "0.1", default-features = false, features = ["i128", "std"] }
443object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
444proc-macro2 = { version = "1", features = ["span-locations"] }
445quote = { version = "1" }
446rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
447ring = { version = "0.17", features = ["std"] }
448rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", default-features = false, features = ["event", "mm", "param", "pipe", "process", "procfs", "pty", "shm", "stdio", "system", "termios", "time"] }
449rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "termios", "time"] }
450scopeguard = { version = "1" }
451smallvec = { version = "1", default-features = false, features = ["write"] }
452syn-f595c2ba2a3f28df = { package = "syn", version = "2", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
453tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] }
454tokio-socks = { version = "0.5", features = ["futures-io"] }
455tokio-stream = { version = "0.1", features = ["fs"] }
456toml_datetime = { version = "0.6", default-features = false, features = ["serde"] }
457toml_edit = { version = "0.22", default-features = false, features = ["display", "parse", "serde"] }
458zeroize = { version = "1", features = ["zeroize_derive"] }
459zvariant = { version = "5", default-features = false, features = ["enumflags2", "gvariant", "url"] }
460
461[target.aarch64-unknown-linux-gnu.build-dependencies]
462aes = { version = "0.8", default-features = false, features = ["zeroize"] }
463ahash = { version = "0.8", default-features = false, features = ["compile-time-rng", "std"] }
464bytemuck = { version = "1", default-features = false, features = ["min_const_generics"] }
465cipher = { version = "0.4", default-features = false, features = ["block-padding", "rand_core", "zeroize"] }
466crypto-common = { version = "0.1", default-features = false, features = ["rand_core", "std"] }
467event-listener-strategy = { version = "0.5" }
468flate2 = { version = "1" }
469flume = { version = "0.11" }
470foldhash = { version = "0.1", default-features = false, features = ["std"] }
471getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
472getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
473gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
474hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
475inout = { version = "0.1", default-features = false, features = ["block-padding"] }
476itertools = { version = "0.12" }
477linux-raw-sys = { version = "0.4", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "system", "xdp"] }
478mio = { version = "1", features = ["net", "os-ext"] }
479naga = { version = "23", features = ["spv-out", "wgsl-in"] }
480nix = { version = "0.29", features = ["fs", "pthread", "signal", "socket", "uio", "user"] }
481num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
482num-iter = { version = "0.1", default-features = false, features = ["i128", "std"] }
483object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
484proc-macro2 = { version = "1", default-features = false, features = ["span-locations"] }
485rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
486ring = { version = "0.17", features = ["std"] }
487rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", default-features = false, features = ["event", "mm", "param", "pipe", "process", "procfs", "pty", "shm", "stdio", "system", "termios", "time"] }
488rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "termios", "time"] }
489scopeguard = { version = "1" }
490smallvec = { version = "1", default-features = false, features = ["write"] }
491tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] }
492tokio-socks = { version = "0.5", features = ["futures-io"] }
493tokio-stream = { version = "0.1", features = ["fs"] }
494toml_datetime = { version = "0.6", default-features = false, features = ["serde"] }
495toml_edit = { version = "0.22", default-features = false, features = ["display", "parse", "serde"] }
496zeroize = { version = "1", features = ["zeroize_derive"] }
497zvariant = { version = "5", default-features = false, features = ["enumflags2", "gvariant", "url"] }
498
499[target.x86_64-pc-windows-msvc.dependencies]
500flate2 = { version = "1" }
501flume = { version = "0.11" }
502foldhash = { version = "0.1", default-features = false, features = ["std"] }
503getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
504getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
505hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
506itertools = { version = "0.12" }
507naga = { version = "23", features = ["spv-out", "wgsl-in"] }
508ring = { version = "0.17", features = ["std"] }
509rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", default-features = false, features = ["event"] }
510scopeguard = { version = "1" }
511tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] }
512tokio-socks = { version = "0.5", features = ["futures-io"] }
513tokio-stream = { version = "0.1", features = ["fs"] }
514winapi = { 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"] }
515windows-sys-73dcd821b1037cfd = { package = "windows-sys", version = "0.59", features = ["Wdk_Foundation", "Wdk_Storage_FileSystem", "Win32_NetworkManagement_IpHelper", "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_Ioctl", "Win32_System_Kernel", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_Performance", "Win32_System_Pipes", "Win32_System_SystemInformation", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_Shell", "Win32_UI_WindowsAndMessaging"] }
516windows-sys-b21d60becc0929df = { package = "windows-sys", version = "0.52", features = ["Wdk_Foundation", "Wdk_Storage_FileSystem", "Wdk_System_IO", "Win32_Foundation", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_IO", "Win32_System_Pipes", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming"] }
517windows-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_Diagnostics_Debug", "Win32_System_IO", "Win32_System_Pipes", "Win32_System_Registry", "Win32_System_Threading", "Win32_System_Time", "Win32_UI_Shell"] }
518
519[target.x86_64-pc-windows-msvc.build-dependencies]
520flate2 = { version = "1" }
521flume = { version = "0.11" }
522foldhash = { version = "0.1", default-features = false, features = ["std"] }
523getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
524getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
525hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
526itertools = { version = "0.12" }
527naga = { version = "23", features = ["spv-out", "wgsl-in"] }
528proc-macro2 = { version = "1", default-features = false, features = ["span-locations"] }
529ring = { version = "0.17", features = ["std"] }
530rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", default-features = false, features = ["event"] }
531scopeguard = { version = "1" }
532tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] }
533tokio-socks = { version = "0.5", features = ["futures-io"] }
534tokio-stream = { version = "0.1", features = ["fs"] }
535winapi = { 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"] }
536windows-sys-73dcd821b1037cfd = { package = "windows-sys", version = "0.59", features = ["Wdk_Foundation", "Wdk_Storage_FileSystem", "Win32_NetworkManagement_IpHelper", "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_Ioctl", "Win32_System_Kernel", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_Performance", "Win32_System_Pipes", "Win32_System_SystemInformation", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_Shell", "Win32_UI_WindowsAndMessaging"] }
537windows-sys-b21d60becc0929df = { package = "windows-sys", version = "0.52", features = ["Wdk_Foundation", "Wdk_Storage_FileSystem", "Wdk_System_IO", "Win32_Foundation", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_IO", "Win32_System_Pipes", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming"] }
538windows-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_Diagnostics_Debug", "Win32_System_IO", "Win32_System_Pipes", "Win32_System_Registry", "Win32_System_Threading", "Win32_System_Time", "Win32_UI_Shell"] }
539
540[target.x86_64-unknown-linux-musl.dependencies]
541aes = { version = "0.8", default-features = false, features = ["zeroize"] }
542ahash = { version = "0.8", default-features = false, features = ["compile-time-rng", "std"] }
543bytemuck = { version = "1", default-features = false, features = ["min_const_generics"] }
544cipher = { version = "0.4", default-features = false, features = ["block-padding", "rand_core", "zeroize"] }
545crypto-common = { version = "0.1", default-features = false, features = ["rand_core", "std"] }
546event-listener-strategy = { version = "0.5" }
547flate2 = { version = "1" }
548flume = { version = "0.11" }
549foldhash = { version = "0.1", default-features = false, features = ["std"] }
550getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
551getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
552gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
553hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
554inout = { version = "0.1", default-features = false, features = ["block-padding"] }
555itertools = { version = "0.12" }
556linux-raw-sys = { version = "0.4", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "system", "xdp"] }
557mio = { version = "1", features = ["net", "os-ext"] }
558naga = { version = "23", features = ["spv-out", "wgsl-in"] }
559nix = { version = "0.29", features = ["fs", "pthread", "signal", "socket", "uio", "user"] }
560num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
561num-iter = { version = "0.1", default-features = false, features = ["i128", "std"] }
562object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
563proc-macro2 = { version = "1", features = ["span-locations"] }
564quote = { version = "1" }
565rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
566ring = { version = "0.17", features = ["std"] }
567rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", default-features = false, features = ["event", "mm", "param", "pipe", "process", "procfs", "pty", "shm", "stdio", "system", "termios", "time"] }
568rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "termios", "time"] }
569scopeguard = { version = "1" }
570smallvec = { version = "1", default-features = false, features = ["write"] }
571syn-f595c2ba2a3f28df = { package = "syn", version = "2", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
572tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] }
573tokio-socks = { version = "0.5", features = ["futures-io"] }
574tokio-stream = { version = "0.1", features = ["fs"] }
575toml_datetime = { version = "0.6", default-features = false, features = ["serde"] }
576toml_edit = { version = "0.22", default-features = false, features = ["display", "parse", "serde"] }
577zeroize = { version = "1", features = ["zeroize_derive"] }
578zvariant = { version = "5", default-features = false, features = ["enumflags2", "gvariant", "url"] }
579
580[target.x86_64-unknown-linux-musl.build-dependencies]
581aes = { version = "0.8", default-features = false, features = ["zeroize"] }
582ahash = { version = "0.8", default-features = false, features = ["compile-time-rng", "std"] }
583bytemuck = { version = "1", default-features = false, features = ["min_const_generics"] }
584cipher = { version = "0.4", default-features = false, features = ["block-padding", "rand_core", "zeroize"] }
585crypto-common = { version = "0.1", default-features = false, features = ["rand_core", "std"] }
586event-listener-strategy = { version = "0.5" }
587flate2 = { version = "1" }
588flume = { version = "0.11" }
589foldhash = { version = "0.1", default-features = false, features = ["std"] }
590getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
591getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
592gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
593hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
594inout = { version = "0.1", default-features = false, features = ["block-padding"] }
595itertools = { version = "0.12" }
596linux-raw-sys = { version = "0.4", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "system", "xdp"] }
597mio = { version = "1", features = ["net", "os-ext"] }
598naga = { version = "23", features = ["spv-out", "wgsl-in"] }
599nix = { version = "0.29", features = ["fs", "pthread", "signal", "socket", "uio", "user"] }
600num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
601num-iter = { version = "0.1", default-features = false, features = ["i128", "std"] }
602object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
603proc-macro2 = { version = "1", default-features = false, features = ["span-locations"] }
604rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
605ring = { version = "0.17", features = ["std"] }
606rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", default-features = false, features = ["event", "mm", "param", "pipe", "process", "procfs", "pty", "shm", "stdio", "system", "termios", "time"] }
607rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "termios", "time"] }
608scopeguard = { version = "1" }
609smallvec = { version = "1", default-features = false, features = ["write"] }
610tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] }
611tokio-socks = { version = "0.5", features = ["futures-io"] }
612tokio-stream = { version = "0.1", features = ["fs"] }
613toml_datetime = { version = "0.6", default-features = false, features = ["serde"] }
614toml_edit = { version = "0.22", default-features = false, features = ["display", "parse", "serde"] }
615zeroize = { version = "1", features = ["zeroize_derive"] }
616zvariant = { version = "5", default-features = false, features = ["enumflags2", "gvariant", "url"] }
617
618### END HAKARI SECTION