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