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