Cargo.toml

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