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