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