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-std = { version = "1", features = ["attributes", "unstable"] }
23async-tungstenite = { version = "0.29", features = ["tokio-rustls-manual-roots"] }
24aws-config = { version = "1", features = ["behavior-version-latest"] }
25aws-credential-types = { version = "1", default-features = false, features = ["hardcoded-credentials", "test-util"] }
26aws-runtime = { version = "1", default-features = false, features = ["event-stream", "http-02x", "sigv4a"] }
27aws-sigv4 = { version = "1", features = ["http0-compat", "sign-eventstream", "sigv4a"] }
28aws-smithy-async = { version = "1", default-features = false, features = ["rt-tokio"] }
29aws-smithy-http = { version = "0.62", default-features = false, features = ["event-stream"] }
30aws-smithy-runtime = { version = "1", default-features = false, features = ["client", "default-https-client", "rt-tokio", "tls-rustls"] }
31aws-smithy-runtime-api = { version = "1", features = ["client", "http-02x", "http-auth", "test-util"] }
32aws-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"] }
33base64 = { version = "0.22" }
34base64ct = { version = "1", default-features = false, features = ["std"] }
35bigdecimal = { version = "0.4", features = ["serde"] }
36bit-set = { version = "0.8", default-features = false, features = ["std"] }
37bit-vec = { version = "0.8", default-features = false, features = ["std"] }
38bitflags = { version = "2", default-features = false, features = ["serde", "std"] }
39bstr = { version = "1" }
40bytemuck = { version = "1", default-features = false, features = ["aarch64_simd", "derive", "extern_crate_alloc"] }
41byteorder = { version = "1" }
42bytes = { version = "1" }
43chrono = { version = "0.4", features = ["serde"] }
44clap = { version = "4", features = ["cargo", "derive", "string", "wrap_help"] }
45clap_builder = { version = "4", default-features = false, features = ["cargo", "color", "std", "string", "suggestions", "usage", "wrap_help"] }
46concurrent-queue = { version = "2" }
47cranelift-codegen = { version = "0.116", default-features = false, features = ["host-arch", "incremental-cache", "std", "timing", "unwind"] }
48crc32fast = { version = "1" }
49crossbeam-epoch = { version = "0.9" }
50crossbeam-utils = { version = "0.8" }
51deranged = { version = "0.4", default-features = false, features = ["powerfmt", "serde", "std"] }
52digest = { version = "0.10", features = ["mac", "oid", "std"] }
53either = { version = "1", features = ["serde", "use_std"] }
54euclid = { version = "0.22" }
55event-listener = { version = "5" }
56flate2 = { version = "1", features = ["zlib-rs"] }
57form_urlencoded = { version = "1" }
58futures = { version = "0.3", features = ["io-compat"] }
59futures-channel = { version = "0.3", features = ["sink"] }
60futures-core = { version = "0.3" }
61futures-executor = { version = "0.3" }
62futures-io = { version = "0.3" }
63futures-sink = { version = "0.3" }
64futures-task = { version = "0.3", default-features = false, features = ["std"] }
65futures-util = { version = "0.3", features = ["channel", "io-compat", "sink"] }
66getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["std"] }
67half = { version = "2", features = ["num-traits"] }
68handlebars = { version = "4", features = ["rust-embed"] }
69hashbrown-3575ec1268b04181 = { package = "hashbrown", version = "0.15", features = ["serde"] }
70hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14", features = ["raw"] }
71hmac = { version = "0.12", default-features = false, features = ["reset"] }
72hyper = { version = "0.14", features = ["client", "http1", "http2", "runtime", "server", "stream"] }
73idna = { version = "1" }
74indexmap = { version = "2", features = ["serde"] }
75jiff = { version = "0.2" }
76lazy_static = { version = "1", default-features = false, features = ["spin_no_std"] }
77libc = { version = "0.2", features = ["extra_traits"] }
78libsqlite3-sys = { version = "0.30", features = ["bundled", "unlock_notify"] }
79log = { version = "0.4", default-features = false, features = ["kv_unstable_serde"] }
80lyon = { version = "1", default-features = false, features = ["extra"] }
81lyon_path = { version = "1" }
82md-5 = { version = "0.10" }
83memchr = { version = "2" }
84miniz_oxide = { version = "0.8", features = ["simd"] }
85nom = { version = "7" }
86num-bigint = { version = "0.4" }
87num-integer = { version = "0.1", features = ["i128"] }
88num-iter = { version = "0.1", default-features = false, features = ["i128", "std"] }
89num-rational = { version = "0.4", features = ["num-bigint-std"] }
90num-traits = { version = "0.2", features = ["i128", "libm"] }
91once_cell = { version = "1" }
92percent-encoding = { version = "2" }
93phf = { version = "0.11", features = ["macros"] }
94phf_shared = { version = "0.11" }
95prost = { version = "0.9" }
96prost-types = { version = "0.9" }
97rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8", features = ["small_rng"] }
98rand_chacha = { version = "0.3" }
99rand_core = { version = "0.6", default-features = false, features = ["std"] }
100regalloc2 = { version = "0.11", features = ["checker", "enable-serde"] }
101regex = { version = "1" }
102regex-automata = { version = "0.4" }
103regex-syntax = { version = "0.8" }
104rust_decimal = { version = "1", default-features = false, features = ["maths", "serde", "std"] }
105rustc-hash = { version = "1" }
106rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", default-features = false, features = ["fs", "net", "std"] }
107rustls = { version = "0.23", features = ["ring"] }
108rustls-webpki = { version = "0.103", default-features = false, features = ["aws-lc-rs", "ring", "std"] }
109sea-orm = { version = "1", features = ["runtime-tokio-rustls", "sqlx-postgres", "sqlx-sqlite"] }
110sea-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"] }
111semver = { version = "1", features = ["serde"] }
112serde = { version = "1", features = ["alloc", "derive", "rc"] }
113serde_json = { version = "1", features = ["preserve_order", "raw_value", "unbounded_depth"] }
114sha1 = { version = "0.10", features = ["compress"] }
115simd-adler32 = { version = "0.3" }
116smallvec = { version = "1", default-features = false, features = ["const_new", "serde", "union", "write"] }
117spin = { version = "0.9" }
118sqlx = { version = "0.8", features = ["bigdecimal", "chrono", "postgres", "runtime-tokio-rustls", "rust_decimal", "sqlite", "time", "uuid"] }
119sqlx-postgres = { version = "0.8", default-features = false, features = ["any", "bigdecimal", "chrono", "json", "migrate", "offline", "rust_decimal", "time", "uuid"] }
120sqlx-sqlite = { version = "0.8", default-features = false, features = ["any", "bundled", "chrono", "json", "migrate", "offline", "time", "uuid"] }
121strum = { version = "0.26", features = ["derive"] }
122subtle = { version = "2" }
123thiserror = { version = "2" }
124time = { version = "0.3", features = ["local-offset", "macros", "serde-well-known"] }
125tokio = { version = "1", features = ["full"] }
126tokio-rustls = { version = "0.26", default-features = false, features = ["tls12"] }
127tokio-util = { version = "0.7", features = ["codec", "compat", "io"] }
128toml_edit = { version = "0.22", features = ["serde"] }
129tracing = { version = "0.1", features = ["log"] }
130tracing-core = { version = "0.1" }
131tungstenite = { version = "0.26", default-features = false, features = ["__rustls-tls", "handshake"] }
132unicode-normalization = { version = "0.1" }
133unicode-properties = { version = "0.1" }
134url = { version = "2", features = ["serde"] }
135uuid = { version = "1", features = ["serde", "v4", "v5", "v7"] }
136wasm-encoder = { version = "0.221", features = ["wasmparser"] }
137wasmparser = { version = "0.221" }
138wasmtime = { version = "29", default-features = false, features = ["async", "component-model", "cranelift", "demangle", "gc-drc", "incremental-cache", "parallel-compilation"] }
139wasmtime-cranelift = { version = "29", default-features = false, features = ["component-model", "gc-drc", "incremental-cache"] }
140wasmtime-environ = { version = "29", default-features = false, features = ["compile", "component-model", "demangle", "gc-drc"] }
141winnow = { version = "0.7", features = ["simd"] }
142
143[build-dependencies]
144ahash = { version = "0.8", features = ["serde"] }
145aho-corasick = { version = "1" }
146anstream = { version = "0.6" }
147arrayvec = { version = "0.7", features = ["serde"] }
148async-std = { version = "1", features = ["attributes", "unstable"] }
149async-tungstenite = { version = "0.29", features = ["tokio-rustls-manual-roots"] }
150aws-config = { version = "1", features = ["behavior-version-latest"] }
151aws-credential-types = { version = "1", default-features = false, features = ["hardcoded-credentials", "test-util"] }
152aws-runtime = { version = "1", default-features = false, features = ["event-stream", "http-02x", "sigv4a"] }
153aws-sigv4 = { version = "1", features = ["http0-compat", "sign-eventstream", "sigv4a"] }
154aws-smithy-async = { version = "1", default-features = false, features = ["rt-tokio"] }
155aws-smithy-http = { version = "0.62", default-features = false, features = ["event-stream"] }
156aws-smithy-runtime = { version = "1", default-features = false, features = ["client", "default-https-client", "rt-tokio", "tls-rustls"] }
157aws-smithy-runtime-api = { version = "1", features = ["client", "http-02x", "http-auth", "test-util"] }
158aws-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"] }
159base64 = { version = "0.22" }
160base64ct = { version = "1", default-features = false, features = ["std"] }
161bigdecimal = { version = "0.4", features = ["serde"] }
162bit-set = { version = "0.8", default-features = false, features = ["std"] }
163bit-vec = { version = "0.8", default-features = false, features = ["std"] }
164bitflags = { version = "2", default-features = false, features = ["serde", "std"] }
165bstr = { version = "1" }
166bytemuck = { version = "1", default-features = false, features = ["aarch64_simd", "derive", "extern_crate_alloc"] }
167byteorder = { version = "1" }
168bytes = { version = "1" }
169cc = { version = "1", default-features = false, features = ["parallel"] }
170chrono = { version = "0.4", features = ["serde"] }
171clap = { version = "4", features = ["cargo", "derive", "string", "wrap_help"] }
172clap_builder = { version = "4", default-features = false, features = ["cargo", "color", "std", "string", "suggestions", "usage", "wrap_help"] }
173concurrent-queue = { version = "2" }
174cranelift-codegen = { version = "0.116", default-features = false, features = ["host-arch", "incremental-cache", "std", "timing", "unwind"] }
175crc32fast = { version = "1" }
176crossbeam-epoch = { version = "0.9" }
177crossbeam-utils = { version = "0.8" }
178deranged = { version = "0.4", default-features = false, features = ["powerfmt", "serde", "std"] }
179digest = { version = "0.10", features = ["mac", "oid", "std"] }
180either = { version = "1", features = ["serde", "use_std"] }
181euclid = { version = "0.22" }
182event-listener = { version = "5" }
183flate2 = { version = "1", features = ["zlib-rs"] }
184form_urlencoded = { version = "1" }
185futures = { version = "0.3", features = ["io-compat"] }
186futures-channel = { version = "0.3", features = ["sink"] }
187futures-core = { version = "0.3" }
188futures-executor = { version = "0.3" }
189futures-io = { version = "0.3" }
190futures-sink = { version = "0.3" }
191futures-task = { version = "0.3", default-features = false, features = ["std"] }
192futures-util = { version = "0.3", features = ["channel", "io-compat", "sink"] }
193getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["std"] }
194half = { version = "2", features = ["num-traits"] }
195handlebars = { version = "4", features = ["rust-embed"] }
196hashbrown-3575ec1268b04181 = { package = "hashbrown", version = "0.15", features = ["serde"] }
197hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14", features = ["raw"] }
198heck = { version = "0.4", features = ["unicode"] }
199hmac = { version = "0.12", default-features = false, features = ["reset"] }
200hyper = { version = "0.14", features = ["client", "http1", "http2", "runtime", "server", "stream"] }
201idna = { version = "1" }
202indexmap = { version = "2", features = ["serde"] }
203itertools-594e8ee84c453af0 = { package = "itertools", version = "0.13" }
204jiff = { version = "0.2" }
205lazy_static = { version = "1", default-features = false, features = ["spin_no_std"] }
206libc = { version = "0.2", features = ["extra_traits"] }
207libsqlite3-sys = { version = "0.30", features = ["bundled", "unlock_notify"] }
208log = { version = "0.4", default-features = false, features = ["kv_unstable_serde"] }
209lyon = { version = "1", default-features = false, features = ["extra"] }
210lyon_path = { version = "1" }
211md-5 = { version = "0.10" }
212memchr = { version = "2" }
213miniz_oxide = { version = "0.8", features = ["simd"] }
214nom = { version = "7" }
215num-bigint = { version = "0.4" }
216num-integer = { version = "0.1", features = ["i128"] }
217num-iter = { version = "0.1", default-features = false, features = ["i128", "std"] }
218num-rational = { version = "0.4", features = ["num-bigint-std"] }
219num-traits = { version = "0.2", features = ["i128", "libm"] }
220once_cell = { version = "1" }
221percent-encoding = { version = "2" }
222phf = { version = "0.11", features = ["macros"] }
223phf_shared = { version = "0.11" }
224prettyplease = { version = "0.2", default-features = false, features = ["verbatim"] }
225proc-macro2 = { version = "1" }
226prost = { version = "0.9" }
227prost-types = { version = "0.9" }
228quote = { version = "1" }
229rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8", features = ["small_rng"] }
230rand_chacha = { version = "0.3" }
231rand_core = { version = "0.6", default-features = false, features = ["std"] }
232regalloc2 = { version = "0.11", features = ["checker", "enable-serde"] }
233regex = { version = "1" }
234regex-automata = { version = "0.4" }
235regex-syntax = { version = "0.8" }
236rust_decimal = { version = "1", default-features = false, features = ["maths", "serde", "std"] }
237rustc-hash = { version = "1" }
238rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", default-features = false, features = ["fs", "net", "std"] }
239rustls = { version = "0.23", features = ["ring"] }
240rustls-webpki = { version = "0.103", default-features = false, features = ["aws-lc-rs", "ring", "std"] }
241sea-orm = { version = "1", features = ["runtime-tokio-rustls", "sqlx-postgres", "sqlx-sqlite"] }
242sea-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"] }
243semver = { version = "1", features = ["serde"] }
244serde = { version = "1", features = ["alloc", "derive", "rc"] }
245serde_derive = { version = "1", features = ["deserialize_in_place"] }
246serde_json = { version = "1", features = ["preserve_order", "raw_value", "unbounded_depth"] }
247sha1 = { version = "0.10", features = ["compress"] }
248simd-adler32 = { version = "0.3" }
249smallvec = { version = "1", default-features = false, features = ["const_new", "serde", "union", "write"] }
250spin = { version = "0.9" }
251sqlx = { version = "0.8", features = ["bigdecimal", "chrono", "postgres", "runtime-tokio-rustls", "rust_decimal", "sqlite", "time", "uuid"] }
252sqlx-macros = { version = "0.8", features = ["_rt-tokio", "_tls-rustls-ring-webpki", "bigdecimal", "chrono", "derive", "json", "macros", "migrate", "postgres", "rust_decimal", "sqlite", "time", "uuid"] }
253sqlx-macros-core = { version = "0.8", features = ["_rt-tokio", "_tls-rustls-ring-webpki", "bigdecimal", "chrono", "derive", "json", "macros", "migrate", "postgres", "rust_decimal", "sqlite", "time", "uuid"] }
254sqlx-postgres = { version = "0.8", default-features = false, features = ["any", "bigdecimal", "chrono", "json", "migrate", "offline", "rust_decimal", "time", "uuid"] }
255sqlx-sqlite = { version = "0.8", default-features = false, features = ["any", "bundled", "chrono", "json", "migrate", "offline", "time", "uuid"] }
256strum = { version = "0.26", features = ["derive"] }
257subtle = { version = "2" }
258syn-dff4ba8e3ae991db = { package = "syn", version = "1", features = ["extra-traits", "full"] }
259syn-f595c2ba2a3f28df = { package = "syn", version = "2", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
260thiserror = { version = "2" }
261time = { version = "0.3", features = ["local-offset", "macros", "serde-well-known"] }
262time-macros = { version = "0.2", default-features = false, features = ["formatting", "parsing", "serde"] }
263tokio = { version = "1", features = ["full"] }
264tokio-rustls = { version = "0.26", default-features = false, features = ["tls12"] }
265tokio-util = { version = "0.7", features = ["codec", "compat", "io"] }
266toml_edit = { version = "0.22", features = ["serde"] }
267tracing = { version = "0.1", features = ["log"] }
268tracing-core = { version = "0.1" }
269tungstenite = { version = "0.26", default-features = false, features = ["__rustls-tls", "handshake"] }
270unicode-normalization = { version = "0.1" }
271unicode-properties = { version = "0.1" }
272url = { version = "2", features = ["serde"] }
273uuid = { version = "1", features = ["serde", "v4", "v5", "v7"] }
274wasm-encoder = { version = "0.221", features = ["wasmparser"] }
275wasmparser = { version = "0.221" }
276wasmtime = { version = "29", default-features = false, features = ["async", "component-model", "cranelift", "demangle", "gc-drc", "incremental-cache", "parallel-compilation"] }
277wasmtime-cranelift = { version = "29", default-features = false, features = ["component-model", "gc-drc", "incremental-cache"] }
278wasmtime-environ = { version = "29", default-features = false, features = ["compile", "component-model", "demangle", "gc-drc"] }
279winnow = { version = "0.7", features = ["simd"] }
280
281[target.x86_64-apple-darwin.dependencies]
282codespan-reporting = { version = "0.12" }
283core-foundation = { version = "0.9" }
284core-foundation-sys = { version = "0.8" }
285coreaudio-sys = { version = "0.2", default-features = false, features = ["audio_toolbox", "audio_unit", "core_audio", "core_midi", "open_al"] }
286foldhash = { version = "0.1", default-features = false, features = ["std"] }
287getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
288gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
289hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
290itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12" }
291naga = { version = "25", features = ["msl-out", "wgsl-in"] }
292nix = { version = "0.29", features = ["fs", "pthread", "signal"] }
293objc2 = { version = "0.6" }
294objc2-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"] }
295objc2-metal = { version = "0.3" }
296object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
297ring = { version = "0.17", features = ["std"] }
298rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "mm", "param", "pipe", "process", "termios", "time"] }
299rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "net", "process", "termios", "time"] }
300scopeguard = { version = "1" }
301security-framework = { version = "3", features = ["OSX_10_14"] }
302security-framework-sys = { version = "2", features = ["OSX_10_14"] }
303sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
304tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] }
305tokio-socks = { version = "0.5", features = ["futures-io"] }
306tokio-stream = { version = "0.1", features = ["fs"] }
307tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
308
309[target.x86_64-apple-darwin.build-dependencies]
310clang-sys = { version = "1", default-features = false, features = ["clang_11_0", "runtime"] }
311codespan-reporting = { version = "0.12" }
312core-foundation = { version = "0.9" }
313core-foundation-sys = { version = "0.8" }
314coreaudio-sys = { version = "0.2", default-features = false, features = ["audio_toolbox", "audio_unit", "core_audio", "core_midi", "open_al"] }
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"] }
322objc2 = { version = "0.6" }
323objc2-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"] }
324objc2-metal = { version = "0.3" }
325object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
326proc-macro2 = { version = "1", default-features = false, features = ["span-locations"] }
327ring = { version = "0.17", features = ["std"] }
328rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "mm", "param", "pipe", "process", "termios", "time"] }
329rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "net", "process", "termios", "time"] }
330scopeguard = { version = "1" }
331security-framework = { version = "3", features = ["OSX_10_14"] }
332security-framework-sys = { version = "2", features = ["OSX_10_14"] }
333sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
334tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] }
335tokio-socks = { version = "0.5", features = ["futures-io"] }
336tokio-stream = { version = "0.1", features = ["fs"] }
337tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
338
339[target.aarch64-apple-darwin.dependencies]
340codespan-reporting = { version = "0.12" }
341core-foundation = { version = "0.9" }
342core-foundation-sys = { version = "0.8" }
343coreaudio-sys = { version = "0.2", default-features = false, features = ["audio_toolbox", "audio_unit", "core_audio", "core_midi", "open_al"] }
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"] }
351objc2 = { version = "0.6" }
352objc2-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"] }
353objc2-metal = { version = "0.3" }
354object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
355ring = { version = "0.17", features = ["std"] }
356rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "mm", "param", "pipe", "process", "termios", "time"] }
357rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "net", "process", "termios", "time"] }
358scopeguard = { version = "1" }
359security-framework = { version = "3", features = ["OSX_10_14"] }
360security-framework-sys = { version = "2", features = ["OSX_10_14"] }
361sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
362tokio-rustls = { version = "0.26", default-features = false, features = ["ring"] }
363tokio-socks = { version = "0.5", features = ["futures-io"] }
364tokio-stream = { version = "0.1", features = ["fs"] }
365tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
366
367[target.aarch64-apple-darwin.build-dependencies]
368clang-sys = { version = "1", default-features = false, features = ["clang_11_0", "runtime"] }
369codespan-reporting = { version = "0.12" }
370core-foundation = { version = "0.9" }
371core-foundation-sys = { version = "0.8" }
372coreaudio-sys = { version = "0.2", default-features = false, features = ["audio_toolbox", "audio_unit", "core_audio", "core_midi", "open_al"] }
373foldhash = { version = "0.1", default-features = false, features = ["std"] }
374getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
375gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
376hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
377itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12" }
378naga = { version = "25", features = ["msl-out", "wgsl-in"] }
379nix = { version = "0.29", features = ["fs", "pthread", "signal"] }
380objc2 = { version = "0.6" }
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