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