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