Cargo.toml

  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-582f2526e08bb6a0 = { package = "hyper", 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-582f2526e08bb6a0 = { package = "hyper", 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-dff4ba8e3ae991db = { package = "hyper", version = "1", features = ["client", "http1", "http2"] }
291hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
292hyper-util = { version = "0.1", features = ["client-legacy", "http1", "http2"] }
293itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12" }
294naga = { version = "25", features = ["msl-out", "wgsl-in"] }
295nix = { version = "0.29", features = ["fs", "pthread", "signal", "user"] }
296objc2 = { version = "0.6" }
297objc2-core-foundation = { version = "0.3", default-features = false, features = ["CFArray", "CFCGTypes", "CFData", "CFDate", "CFDictionary", "CFRunLoop", "CFString", "CFURL", "objc2", "std"] }
298objc2-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"] }
299objc2-metal = { version = "0.3" }
300object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
301ring = { version = "0.17", features = ["std"] }
302rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "mm", "param", "pipe", "process", "termios", "time"] }
303rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "net", "process", "termios", "time"] }
304scopeguard = { version = "1" }
305security-framework = { version = "3", features = ["OSX_10_14"] }
306security-framework-sys = { version = "2", features = ["OSX_10_14"] }
307sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
308tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
309tokio-socks = { version = "0.5", features = ["futures-io"] }
310tokio-stream = { version = "0.1", features = ["fs"] }
311tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
312
313[target.x86_64-apple-darwin.build-dependencies]
314codespan-reporting = { version = "0.12" }
315core-foundation = { version = "0.9" }
316core-foundation-sys = { version = "0.8" }
317foldhash = { version = "0.1", default-features = false, features = ["std"] }
318getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
319gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
320hyper-dff4ba8e3ae991db = { package = "hyper", version = "1", features = ["client", "http1", "http2"] }
321hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
322hyper-util = { version = "0.1", features = ["client-legacy", "http1", "http2"] }
323itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12" }
324naga = { version = "25", features = ["msl-out", "wgsl-in"] }
325nix = { version = "0.29", features = ["fs", "pthread", "signal", "user"] }
326objc2 = { version = "0.6" }
327objc2-core-foundation = { version = "0.3", default-features = false, features = ["CFArray", "CFCGTypes", "CFData", "CFDate", "CFDictionary", "CFRunLoop", "CFString", "CFURL", "objc2", "std"] }
328objc2-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"] }
329objc2-metal = { version = "0.3" }
330object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
331proc-macro2 = { version = "1", default-features = false, features = ["span-locations"] }
332ring = { version = "0.17", features = ["std"] }
333rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "mm", "param", "pipe", "process", "termios", "time"] }
334rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "net", "process", "termios", "time"] }
335scopeguard = { version = "1" }
336security-framework = { version = "3", features = ["OSX_10_14"] }
337security-framework-sys = { version = "2", features = ["OSX_10_14"] }
338sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
339tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
340tokio-socks = { version = "0.5", features = ["futures-io"] }
341tokio-stream = { version = "0.1", features = ["fs"] }
342tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
343
344[target.aarch64-apple-darwin.dependencies]
345codespan-reporting = { version = "0.12" }
346core-foundation = { version = "0.9" }
347core-foundation-sys = { version = "0.8" }
348foldhash = { version = "0.1", default-features = false, features = ["std"] }
349getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
350gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
351hyper-dff4ba8e3ae991db = { package = "hyper", version = "1", features = ["client", "http1", "http2"] }
352hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
353hyper-util = { version = "0.1", features = ["client-legacy", "http1", "http2"] }
354itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12" }
355naga = { version = "25", features = ["msl-out", "wgsl-in"] }
356nix = { version = "0.29", features = ["fs", "pthread", "signal", "user"] }
357objc2 = { version = "0.6" }
358objc2-core-foundation = { version = "0.3", default-features = false, features = ["CFArray", "CFCGTypes", "CFData", "CFDate", "CFDictionary", "CFRunLoop", "CFString", "CFURL", "objc2", "std"] }
359objc2-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"] }
360objc2-metal = { version = "0.3" }
361object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
362ring = { version = "0.17", features = ["std"] }
363rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "mm", "param", "pipe", "process", "termios", "time"] }
364rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "net", "process", "termios", "time"] }
365scopeguard = { version = "1" }
366security-framework = { version = "3", features = ["OSX_10_14"] }
367security-framework-sys = { version = "2", features = ["OSX_10_14"] }
368sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
369tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
370tokio-socks = { version = "0.5", features = ["futures-io"] }
371tokio-stream = { version = "0.1", features = ["fs"] }
372tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
373
374[target.aarch64-apple-darwin.build-dependencies]
375codespan-reporting = { version = "0.12" }
376core-foundation = { version = "0.9" }
377core-foundation-sys = { version = "0.8" }
378foldhash = { version = "0.1", default-features = false, features = ["std"] }
379getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
380gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
381hyper-dff4ba8e3ae991db = { package = "hyper", version = "1", features = ["client", "http1", "http2"] }
382hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
383hyper-util = { version = "0.1", features = ["client-legacy", "http1", "http2"] }
384itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12" }
385naga = { version = "25", features = ["msl-out", "wgsl-in"] }
386nix = { version = "0.29", features = ["fs", "pthread", "signal", "user"] }
387objc2 = { version = "0.6" }
388objc2-core-foundation = { version = "0.3", default-features = false, features = ["CFArray", "CFCGTypes", "CFData", "CFDate", "CFDictionary", "CFRunLoop", "CFString", "CFURL", "objc2", "std"] }
389objc2-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"] }
390objc2-metal = { version = "0.3" }
391object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
392proc-macro2 = { version = "1", default-features = false, features = ["span-locations"] }
393ring = { version = "0.17", features = ["std"] }
394rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "mm", "param", "pipe", "process", "termios", "time"] }
395rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "net", "process", "termios", "time"] }
396scopeguard = { version = "1" }
397security-framework = { version = "3", features = ["OSX_10_14"] }
398security-framework-sys = { version = "2", features = ["OSX_10_14"] }
399sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
400tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
401tokio-socks = { version = "0.5", features = ["futures-io"] }
402tokio-stream = { version = "0.1", features = ["fs"] }
403tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
404
405[target.x86_64-unknown-linux-gnu.dependencies]
406aes = { version = "0.8", default-features = false, features = ["zeroize"] }
407ahash = { version = "0.8", default-features = false, features = ["compile-time-rng"] }
408bytemuck = { version = "1", default-features = false, features = ["min_const_generics"] }
409cipher = { version = "0.4", default-features = false, features = ["block-padding", "rand_core", "zeroize"] }
410codespan-reporting = { version = "0.12" }
411crypto-common = { version = "0.1", default-features = false, features = ["rand_core", "std"] }
412event-listener-strategy = { version = "0.5" }
413flume = { version = "0.11" }
414foldhash = { version = "0.1", default-features = false, features = ["std"] }
415getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
416getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
417gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
418hyper-dff4ba8e3ae991db = { package = "hyper", version = "1", features = ["client", "http1", "http2"] }
419hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
420hyper-util = { version = "0.1", features = ["client-legacy", "http1", "http2"] }
421inout = { version = "0.1", default-features = false, features = ["block-padding"] }
422itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12" }
423linux-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"] }
424linux-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"] }
425mio = { version = "1", features = ["net", "os-ext"] }
426naga = { version = "25", features = ["spv-out", "wgsl-in"] }
427nix = { version = "0.29", features = ["fs", "pthread", "signal", "socket", "uio", "user"] }
428num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
429object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
430proc-macro2 = { version = "1", features = ["span-locations"] }
431quote = { version = "1" }
432rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
433ring = { version = "0.17", features = ["std"] }
434rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "mm", "param", "pipe", "process", "pty", "shm", "stdio", "system", "termios", "time"] }
435rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "net", "process", "termios", "time"] }
436scopeguard = { version = "1" }
437syn-f595c2ba2a3f28df = { package = "syn", version = "2", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
438sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
439tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
440tokio-socks = { version = "0.5", features = ["futures-io"] }
441tokio-stream = { version = "0.1", features = ["fs"] }
442toml_datetime = { version = "0.6", default-features = false, features = ["serde"] }
443tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
444zeroize = { version = "1", features = ["zeroize_derive"] }
445zvariant = { version = "5", default-features = false, features = ["enumflags2", "gvariant", "url"] }
446
447[target.x86_64-unknown-linux-gnu.build-dependencies]
448aes = { version = "0.8", default-features = false, features = ["zeroize"] }
449ahash = { version = "0.8", default-features = false, features = ["compile-time-rng"] }
450bytemuck = { version = "1", default-features = false, features = ["min_const_generics"] }
451cipher = { version = "0.4", default-features = false, features = ["block-padding", "rand_core", "zeroize"] }
452codespan-reporting = { version = "0.12" }
453crypto-common = { version = "0.1", default-features = false, features = ["rand_core", "std"] }
454event-listener-strategy = { version = "0.5" }
455flume = { version = "0.11" }
456foldhash = { version = "0.1", default-features = false, features = ["std"] }
457getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
458getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
459gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
460hyper-dff4ba8e3ae991db = { package = "hyper", version = "1", features = ["client", "http1", "http2"] }
461hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
462hyper-util = { version = "0.1", features = ["client-legacy", "http1", "http2"] }
463inout = { version = "0.1", default-features = false, features = ["block-padding"] }
464itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12" }
465linux-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"] }
466linux-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"] }
467mio = { version = "1", features = ["net", "os-ext"] }
468naga = { version = "25", features = ["spv-out", "wgsl-in"] }
469nix = { version = "0.29", features = ["fs", "pthread", "signal", "socket", "uio", "user"] }
470num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
471object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
472proc-macro2 = { version = "1", default-features = false, features = ["span-locations"] }
473rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
474ring = { version = "0.17", features = ["std"] }
475rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "mm", "param", "pipe", "process", "pty", "shm", "stdio", "system", "termios", "time"] }
476rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "net", "process", "termios", "time"] }
477scopeguard = { version = "1" }
478sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
479tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
480tokio-socks = { version = "0.5", features = ["futures-io"] }
481tokio-stream = { version = "0.1", features = ["fs"] }
482toml_datetime = { version = "0.6", default-features = false, features = ["serde"] }
483tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
484zeroize = { version = "1", features = ["zeroize_derive"] }
485zvariant = { version = "5", default-features = false, features = ["enumflags2", "gvariant", "url"] }
486
487[target.aarch64-unknown-linux-gnu.dependencies]
488aes = { version = "0.8", default-features = false, features = ["zeroize"] }
489ahash = { version = "0.8", default-features = false, features = ["compile-time-rng"] }
490bytemuck = { version = "1", default-features = false, features = ["min_const_generics"] }
491cipher = { version = "0.4", default-features = false, features = ["block-padding", "rand_core", "zeroize"] }
492codespan-reporting = { version = "0.12" }
493crypto-common = { version = "0.1", default-features = false, features = ["rand_core", "std"] }
494event-listener-strategy = { version = "0.5" }
495flume = { version = "0.11" }
496foldhash = { version = "0.1", default-features = false, features = ["std"] }
497getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
498getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
499gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
500hyper-dff4ba8e3ae991db = { package = "hyper", version = "1", features = ["client", "http1", "http2"] }
501hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
502hyper-util = { version = "0.1", features = ["client-legacy", "http1", "http2"] }
503inout = { version = "0.1", default-features = false, features = ["block-padding"] }
504itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12" }
505linux-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"] }
506linux-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"] }
507mio = { version = "1", features = ["net", "os-ext"] }
508naga = { version = "25", features = ["spv-out", "wgsl-in"] }
509nix = { version = "0.29", features = ["fs", "pthread", "signal", "socket", "uio", "user"] }
510num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
511object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
512proc-macro2 = { version = "1", features = ["span-locations"] }
513quote = { version = "1" }
514rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
515ring = { version = "0.17", features = ["std"] }
516rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "mm", "param", "pipe", "process", "pty", "shm", "stdio", "system", "termios", "time"] }
517rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "net", "process", "termios", "time"] }
518scopeguard = { version = "1" }
519syn-f595c2ba2a3f28df = { package = "syn", version = "2", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
520sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
521tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
522tokio-socks = { version = "0.5", features = ["futures-io"] }
523tokio-stream = { version = "0.1", features = ["fs"] }
524toml_datetime = { version = "0.6", default-features = false, features = ["serde"] }
525tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
526zeroize = { version = "1", features = ["zeroize_derive"] }
527zvariant = { version = "5", default-features = false, features = ["enumflags2", "gvariant", "url"] }
528
529[target.aarch64-unknown-linux-gnu.build-dependencies]
530aes = { version = "0.8", default-features = false, features = ["zeroize"] }
531ahash = { version = "0.8", default-features = false, features = ["compile-time-rng"] }
532bytemuck = { version = "1", default-features = false, features = ["min_const_generics"] }
533cipher = { version = "0.4", default-features = false, features = ["block-padding", "rand_core", "zeroize"] }
534codespan-reporting = { version = "0.12" }
535crypto-common = { version = "0.1", default-features = false, features = ["rand_core", "std"] }
536event-listener-strategy = { version = "0.5" }
537flume = { version = "0.11" }
538foldhash = { version = "0.1", default-features = false, features = ["std"] }
539getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
540getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
541gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
542hyper-dff4ba8e3ae991db = { package = "hyper", version = "1", features = ["client", "http1", "http2"] }
543hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
544hyper-util = { version = "0.1", features = ["client-legacy", "http1", "http2"] }
545inout = { version = "0.1", default-features = false, features = ["block-padding"] }
546itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12" }
547linux-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"] }
548linux-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"] }
549mio = { version = "1", features = ["net", "os-ext"] }
550naga = { version = "25", features = ["spv-out", "wgsl-in"] }
551nix = { version = "0.29", features = ["fs", "pthread", "signal", "socket", "uio", "user"] }
552num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
553object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
554proc-macro2 = { version = "1", default-features = false, features = ["span-locations"] }
555rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
556ring = { version = "0.17", features = ["std"] }
557rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "mm", "param", "pipe", "process", "pty", "shm", "stdio", "system", "termios", "time"] }
558rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "net", "process", "termios", "time"] }
559scopeguard = { version = "1" }
560sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
561tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
562tokio-socks = { version = "0.5", features = ["futures-io"] }
563tokio-stream = { version = "0.1", features = ["fs"] }
564toml_datetime = { version = "0.6", default-features = false, features = ["serde"] }
565tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
566zeroize = { version = "1", features = ["zeroize_derive"] }
567zvariant = { version = "5", default-features = false, features = ["enumflags2", "gvariant", "url"] }
568
569[target.x86_64-pc-windows-msvc.dependencies]
570codespan-reporting = { version = "0.12" }
571flume = { version = "0.11" }
572foldhash = { version = "0.1", default-features = false, features = ["std"] }
573getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
574getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
575hyper-dff4ba8e3ae991db = { package = "hyper", version = "1", features = ["client", "http1", "http2"] }
576hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
577hyper-util = { version = "0.1", features = ["client-legacy", "http1", "http2"] }
578itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12" }
579naga = { version = "25", features = ["spv-out", "wgsl-in"] }
580ring = { version = "0.17", features = ["std"] }
581rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event"] }
582scopeguard = { version = "1" }
583sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
584tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
585tokio-socks = { version = "0.5", features = ["futures-io"] }
586tokio-stream = { version = "0.1", features = ["fs"] }
587tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
588winapi = { 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"] }
589windows-core = { version = "0.61" }
590windows-numerics = { version = "0.2" }
591windows-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"] }
592windows-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"] }
593windows-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"] }
594
595[target.x86_64-pc-windows-msvc.build-dependencies]
596codespan-reporting = { version = "0.12" }
597flume = { version = "0.11" }
598foldhash = { version = "0.1", default-features = false, features = ["std"] }
599getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
600getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
601hyper-dff4ba8e3ae991db = { package = "hyper", version = "1", features = ["client", "http1", "http2"] }
602hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
603hyper-util = { version = "0.1", features = ["client-legacy", "http1", "http2"] }
604itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12" }
605naga = { version = "25", features = ["spv-out", "wgsl-in"] }
606proc-macro2 = { version = "1", default-features = false, features = ["span-locations"] }
607ring = { version = "0.17", features = ["std"] }
608rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event"] }
609scopeguard = { version = "1" }
610sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
611tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
612tokio-socks = { version = "0.5", features = ["futures-io"] }
613tokio-stream = { version = "0.1", features = ["fs"] }
614tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
615winapi = { 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"] }
616windows-core = { version = "0.61" }
617windows-numerics = { version = "0.2" }
618windows-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"] }
619windows-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"] }
620windows-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"] }
621
622[target.x86_64-unknown-linux-musl.dependencies]
623aes = { version = "0.8", default-features = false, features = ["zeroize"] }
624ahash = { version = "0.8", default-features = false, features = ["compile-time-rng"] }
625bytemuck = { version = "1", default-features = false, features = ["min_const_generics"] }
626cipher = { version = "0.4", default-features = false, features = ["block-padding", "rand_core", "zeroize"] }
627codespan-reporting = { version = "0.12" }
628crypto-common = { version = "0.1", default-features = false, features = ["rand_core", "std"] }
629event-listener-strategy = { version = "0.5" }
630flume = { version = "0.11" }
631foldhash = { version = "0.1", default-features = false, features = ["std"] }
632getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
633getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
634gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
635hyper-dff4ba8e3ae991db = { package = "hyper", version = "1", features = ["client", "http1", "http2"] }
636hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
637hyper-util = { version = "0.1", features = ["client-legacy", "http1", "http2"] }
638inout = { version = "0.1", default-features = false, features = ["block-padding"] }
639itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12" }
640linux-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"] }
641linux-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"] }
642mio = { version = "1", features = ["net", "os-ext"] }
643naga = { version = "25", features = ["spv-out", "wgsl-in"] }
644nix = { version = "0.29", features = ["fs", "pthread", "signal", "socket", "uio", "user"] }
645num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
646object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
647proc-macro2 = { version = "1", features = ["span-locations"] }
648quote = { version = "1" }
649rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
650ring = { version = "0.17", features = ["std"] }
651rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "mm", "param", "pipe", "process", "pty", "shm", "stdio", "system", "termios", "time"] }
652rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "net", "process", "termios", "time"] }
653scopeguard = { version = "1" }
654syn-f595c2ba2a3f28df = { package = "syn", version = "2", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
655sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
656tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
657tokio-socks = { version = "0.5", features = ["futures-io"] }
658tokio-stream = { version = "0.1", features = ["fs"] }
659toml_datetime = { version = "0.6", default-features = false, features = ["serde"] }
660tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
661zeroize = { version = "1", features = ["zeroize_derive"] }
662zvariant = { version = "5", default-features = false, features = ["enumflags2", "gvariant", "url"] }
663
664[target.x86_64-unknown-linux-musl.build-dependencies]
665aes = { version = "0.8", default-features = false, features = ["zeroize"] }
666ahash = { version = "0.8", default-features = false, features = ["compile-time-rng"] }
667bytemuck = { version = "1", default-features = false, features = ["min_const_generics"] }
668cipher = { version = "0.4", default-features = false, features = ["block-padding", "rand_core", "zeroize"] }
669codespan-reporting = { version = "0.12" }
670crypto-common = { version = "0.1", default-features = false, features = ["rand_core", "std"] }
671event-listener-strategy = { version = "0.5" }
672flume = { version = "0.11" }
673foldhash = { version = "0.1", default-features = false, features = ["std"] }
674getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
675getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
676gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
677hyper-dff4ba8e3ae991db = { package = "hyper", version = "1", features = ["client", "http1", "http2"] }
678hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
679hyper-util = { version = "0.1", features = ["client-legacy", "http1", "http2"] }
680inout = { version = "0.1", default-features = false, features = ["block-padding"] }
681itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12" }
682linux-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"] }
683linux-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"] }
684mio = { version = "1", features = ["net", "os-ext"] }
685naga = { version = "25", features = ["spv-out", "wgsl-in"] }
686nix = { version = "0.29", features = ["fs", "pthread", "signal", "socket", "uio", "user"] }
687num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
688object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
689proc-macro2 = { version = "1", default-features = false, features = ["span-locations"] }
690rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
691ring = { version = "0.17", features = ["std"] }
692rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "mm", "param", "pipe", "process", "pty", "shm", "stdio", "system", "termios", "time"] }
693rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "net", "process", "termios", "time"] }
694scopeguard = { version = "1" }
695sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
696tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
697tokio-socks = { version = "0.5", features = ["futures-io"] }
698tokio-stream = { version = "0.1", features = ["fs"] }
699toml_datetime = { version = "0.6", default-features = false, features = ["serde"] }
700tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
701zeroize = { version = "1", features = ["zeroize_derive"] }
702zvariant = { version = "5", default-features = false, features = ["enumflags2", "gvariant", "url"] }
703
704### END HAKARI SECTION