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