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-d585fab2519d2d1 = { package = "rustix", version = "0.38", default-features = false, features = ["fs", "net", "std"] }
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-d585fab2519d2d1 = { package = "rustix", version = "0.38", default-features = false, features = ["fs", "net", "std"] }
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", "param", "pipe", "process", "termios", "time"] }
306rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "net", "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", "param", "pipe", "process", "termios", "time"] }
336rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "net", "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", "param", "pipe", "process", "termios", "time"] }
365rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "net", "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", "param", "pipe", "process", "termios", "time"] }
395rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "net", "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", "socket", "uio", "user"] }
427num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
428object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
429proc-macro2 = { version = "1", features = ["span-locations"] }
430quote = { version = "1" }
431rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
432ring = { version = "0.17", features = ["std"] }
433rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "mm", "param", "pipe", "process", "pty", "shm", "stdio", "system", "termios", "time"] }
434rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "net", "process", "termios", "time"] }
435scopeguard = { version = "1" }
436syn-f595c2ba2a3f28df = { package = "syn", version = "2", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
437sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
438tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
439tokio-socks = { version = "0.5", features = ["futures-io"] }
440tokio-stream = { version = "0.1", features = ["fs"] }
441toml_datetime = { version = "0.6", default-features = false, features = ["serde"] }
442tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
443zeroize = { version = "1", features = ["zeroize_derive"] }
444zvariant = { version = "5", default-features = false, features = ["enumflags2", "gvariant", "url"] }
445
446[target.x86_64-unknown-linux-gnu.build-dependencies]
447aes = { version = "0.8", default-features = false, features = ["zeroize"] }
448ahash = { version = "0.8", default-features = false, features = ["compile-time-rng"] }
449bytemuck = { version = "1", default-features = false, features = ["min_const_generics"] }
450cipher = { version = "0.4", default-features = false, features = ["block-padding", "rand_core", "zeroize"] }
451codespan-reporting = { version = "0.12" }
452crypto-common = { version = "0.1", default-features = false, features = ["rand_core", "std"] }
453flume = { version = "0.11" }
454foldhash = { version = "0.1", default-features = false, features = ["std"] }
455getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
456getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
457gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
458hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
459inout = { version = "0.1", default-features = false, features = ["block-padding"] }
460itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12" }
461linux-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"] }
462linux-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"] }
463livekit-runtime = { git = "https://github.com/zed-industries/livekit-rust-sdks", rev = "5f04705ac3f356350ae31534ffbc476abc9ea83d" }
464mio = { version = "1", features = ["net", "os-ext"] }
465naga = { version = "25", features = ["spv-out", "wgsl-in"] }
466nix-1f5adca70f036a62 = { package = "nix", version = "0.28", features = ["fs", "mman", "ptrace", "signal", "term", "user"] }
467nix-b73a96c0a5f6a7d9 = { package = "nix", version = "0.29", features = ["fs", "pthread", "signal", "socket", "uio", "user"] }
468num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
469object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
470proc-macro2 = { version = "1", default-features = false, features = ["span-locations"] }
471rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
472ring = { version = "0.17", features = ["std"] }
473rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "mm", "param", "pipe", "process", "pty", "shm", "stdio", "system", "termios", "time"] }
474rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "net", "process", "termios", "time"] }
475scopeguard = { version = "1" }
476sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
477tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
478tokio-socks = { version = "0.5", features = ["futures-io"] }
479tokio-stream = { version = "0.1", features = ["fs"] }
480toml_datetime = { version = "0.6", default-features = false, features = ["serde"] }
481tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
482zeroize = { version = "1", features = ["zeroize_derive"] }
483zvariant = { version = "5", default-features = false, features = ["enumflags2", "gvariant", "url"] }
484
485[target.aarch64-unknown-linux-gnu.dependencies]
486aes = { version = "0.8", default-features = false, features = ["zeroize"] }
487ahash = { version = "0.8", default-features = false, features = ["compile-time-rng"] }
488bytemuck = { version = "1", default-features = false, features = ["min_const_generics"] }
489cipher = { version = "0.4", default-features = false, features = ["block-padding", "rand_core", "zeroize"] }
490codespan-reporting = { version = "0.12" }
491crypto-common = { version = "0.1", default-features = false, features = ["rand_core", "std"] }
492flume = { version = "0.11" }
493foldhash = { version = "0.1", default-features = false, features = ["std"] }
494getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
495getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
496gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
497hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
498inout = { version = "0.1", default-features = false, features = ["block-padding"] }
499itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12" }
500linux-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"] }
501linux-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"] }
502livekit-runtime = { git = "https://github.com/zed-industries/livekit-rust-sdks", rev = "5f04705ac3f356350ae31534ffbc476abc9ea83d" }
503mio = { version = "1", features = ["net", "os-ext"] }
504naga = { version = "25", features = ["spv-out", "wgsl-in"] }
505nix-1f5adca70f036a62 = { package = "nix", version = "0.28", features = ["fs", "mman", "ptrace", "signal", "term", "user"] }
506nix-b73a96c0a5f6a7d9 = { package = "nix", version = "0.29", features = ["fs", "pthread", "signal", "socket", "uio", "user"] }
507num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
508object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
509proc-macro2 = { version = "1", features = ["span-locations"] }
510quote = { version = "1" }
511rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
512ring = { version = "0.17", features = ["std"] }
513rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "mm", "param", "pipe", "process", "pty", "shm", "stdio", "system", "termios", "time"] }
514rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "net", "process", "termios", "time"] }
515scopeguard = { version = "1" }
516syn-f595c2ba2a3f28df = { package = "syn", version = "2", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
517sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
518tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
519tokio-socks = { version = "0.5", features = ["futures-io"] }
520tokio-stream = { version = "0.1", features = ["fs"] }
521toml_datetime = { version = "0.6", default-features = false, features = ["serde"] }
522tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
523zeroize = { version = "1", features = ["zeroize_derive"] }
524zvariant = { version = "5", default-features = false, features = ["enumflags2", "gvariant", "url"] }
525
526[target.aarch64-unknown-linux-gnu.build-dependencies]
527aes = { version = "0.8", default-features = false, features = ["zeroize"] }
528ahash = { version = "0.8", default-features = false, features = ["compile-time-rng"] }
529bytemuck = { version = "1", default-features = false, features = ["min_const_generics"] }
530cipher = { version = "0.4", default-features = false, features = ["block-padding", "rand_core", "zeroize"] }
531codespan-reporting = { version = "0.12" }
532crypto-common = { version = "0.1", default-features = false, features = ["rand_core", "std"] }
533flume = { version = "0.11" }
534foldhash = { version = "0.1", default-features = false, features = ["std"] }
535getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
536getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
537gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
538hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
539inout = { version = "0.1", default-features = false, features = ["block-padding"] }
540itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12" }
541linux-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"] }
542linux-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"] }
543livekit-runtime = { git = "https://github.com/zed-industries/livekit-rust-sdks", rev = "5f04705ac3f356350ae31534ffbc476abc9ea83d" }
544mio = { version = "1", features = ["net", "os-ext"] }
545naga = { version = "25", features = ["spv-out", "wgsl-in"] }
546nix-1f5adca70f036a62 = { package = "nix", version = "0.28", features = ["fs", "mman", "ptrace", "signal", "term", "user"] }
547nix-b73a96c0a5f6a7d9 = { package = "nix", version = "0.29", features = ["fs", "pthread", "signal", "socket", "uio", "user"] }
548num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
549object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
550proc-macro2 = { version = "1", default-features = false, features = ["span-locations"] }
551rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
552ring = { version = "0.17", features = ["std"] }
553rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "mm", "param", "pipe", "process", "pty", "shm", "stdio", "system", "termios", "time"] }
554rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "net", "process", "termios", "time"] }
555scopeguard = { version = "1" }
556sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
557tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
558tokio-socks = { version = "0.5", features = ["futures-io"] }
559tokio-stream = { version = "0.1", features = ["fs"] }
560toml_datetime = { version = "0.6", default-features = false, features = ["serde"] }
561tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
562zeroize = { version = "1", features = ["zeroize_derive"] }
563zvariant = { version = "5", default-features = false, features = ["enumflags2", "gvariant", "url"] }
564
565[target.x86_64-pc-windows-msvc.dependencies]
566codespan-reporting = { version = "0.12" }
567flume = { version = "0.11" }
568foldhash = { version = "0.1", default-features = false, features = ["std"] }
569getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
570getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
571hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
572itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12" }
573livekit-runtime = { git = "https://github.com/zed-industries/livekit-rust-sdks", rev = "5f04705ac3f356350ae31534ffbc476abc9ea83d" }
574ring = { version = "0.17", features = ["std"] }
575rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event"] }
576scopeguard = { version = "1" }
577sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
578tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
579tokio-socks = { version = "0.5", features = ["futures-io"] }
580tokio-stream = { version = "0.1", features = ["fs"] }
581tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
582winapi = { 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"] }
583windows-core = { version = "0.61" }
584windows-numerics = { version = "0.2" }
585windows-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"] }
586windows-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"] }
587windows-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"] }
588
589[target.x86_64-pc-windows-msvc.build-dependencies]
590codespan-reporting = { version = "0.12" }
591flume = { version = "0.11" }
592foldhash = { version = "0.1", default-features = false, features = ["std"] }
593getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
594getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
595hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
596itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12" }
597livekit-runtime = { git = "https://github.com/zed-industries/livekit-rust-sdks", rev = "5f04705ac3f356350ae31534ffbc476abc9ea83d" }
598proc-macro2 = { version = "1", default-features = false, features = ["span-locations"] }
599ring = { version = "0.17", features = ["std"] }
600rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event"] }
601scopeguard = { version = "1" }
602sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
603tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
604tokio-socks = { version = "0.5", features = ["futures-io"] }
605tokio-stream = { version = "0.1", features = ["fs"] }
606tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
607winapi = { 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"] }
608windows-core = { version = "0.61" }
609windows-numerics = { version = "0.2" }
610windows-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"] }
611windows-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"] }
612windows-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"] }
613
614[target.x86_64-unknown-linux-musl.dependencies]
615aes = { version = "0.8", default-features = false, features = ["zeroize"] }
616ahash = { version = "0.8", default-features = false, features = ["compile-time-rng"] }
617bytemuck = { version = "1", default-features = false, features = ["min_const_generics"] }
618cipher = { version = "0.4", default-features = false, features = ["block-padding", "rand_core", "zeroize"] }
619codespan-reporting = { version = "0.12" }
620crypto-common = { version = "0.1", default-features = false, features = ["rand_core", "std"] }
621flume = { version = "0.11" }
622foldhash = { version = "0.1", default-features = false, features = ["std"] }
623getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
624getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
625gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
626hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
627inout = { version = "0.1", default-features = false, features = ["block-padding"] }
628itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12" }
629linux-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"] }
630linux-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"] }
631livekit-runtime = { git = "https://github.com/zed-industries/livekit-rust-sdks", rev = "5f04705ac3f356350ae31534ffbc476abc9ea83d" }
632mio = { version = "1", features = ["net", "os-ext"] }
633naga = { version = "25", features = ["spv-out", "wgsl-in"] }
634nix-1f5adca70f036a62 = { package = "nix", version = "0.28", features = ["fs", "mman", "ptrace", "signal", "term", "user"] }
635nix-b73a96c0a5f6a7d9 = { package = "nix", version = "0.29", features = ["fs", "pthread", "signal", "socket", "uio", "user"] }
636num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
637object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
638proc-macro2 = { version = "1", features = ["span-locations"] }
639quote = { version = "1" }
640rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
641ring = { version = "0.17", features = ["std"] }
642rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "mm", "param", "pipe", "process", "pty", "shm", "stdio", "system", "termios", "time"] }
643rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "net", "process", "termios", "time"] }
644scopeguard = { version = "1" }
645syn-f595c2ba2a3f28df = { package = "syn", version = "2", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
646sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
647tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
648tokio-socks = { version = "0.5", features = ["futures-io"] }
649tokio-stream = { version = "0.1", features = ["fs"] }
650toml_datetime = { version = "0.6", default-features = false, features = ["serde"] }
651tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
652zeroize = { version = "1", features = ["zeroize_derive"] }
653zvariant = { version = "5", default-features = false, features = ["enumflags2", "gvariant", "url"] }
654
655[target.x86_64-unknown-linux-musl.build-dependencies]
656aes = { version = "0.8", default-features = false, features = ["zeroize"] }
657ahash = { version = "0.8", default-features = false, features = ["compile-time-rng"] }
658bytemuck = { version = "1", default-features = false, features = ["min_const_generics"] }
659cipher = { version = "0.4", default-features = false, features = ["block-padding", "rand_core", "zeroize"] }
660codespan-reporting = { version = "0.12" }
661crypto-common = { version = "0.1", default-features = false, features = ["rand_core", "std"] }
662flume = { version = "0.11" }
663foldhash = { version = "0.1", default-features = false, features = ["std"] }
664getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
665getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
666gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
667hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
668inout = { version = "0.1", default-features = false, features = ["block-padding"] }
669itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12" }
670linux-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"] }
671linux-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"] }
672livekit-runtime = { git = "https://github.com/zed-industries/livekit-rust-sdks", rev = "5f04705ac3f356350ae31534ffbc476abc9ea83d" }
673mio = { version = "1", features = ["net", "os-ext"] }
674naga = { version = "25", features = ["spv-out", "wgsl-in"] }
675nix-1f5adca70f036a62 = { package = "nix", version = "0.28", features = ["fs", "mman", "ptrace", "signal", "term", "user"] }
676nix-b73a96c0a5f6a7d9 = { package = "nix", version = "0.29", features = ["fs", "pthread", "signal", "socket", "uio", "user"] }
677num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
678object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
679proc-macro2 = { version = "1", default-features = false, features = ["span-locations"] }
680rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
681ring = { version = "0.17", features = ["std"] }
682rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "mm", "param", "pipe", "process", "pty", "shm", "stdio", "system", "termios", "time"] }
683rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", features = ["fs", "net", "process", "termios", "time"] }
684scopeguard = { version = "1" }
685sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
686tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
687tokio-socks = { version = "0.5", features = ["futures-io"] }
688tokio-stream = { version = "0.1", features = ["fs"] }
689toml_datetime = { version = "0.6", default-features = false, features = ["serde"] }
690tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
691zeroize = { version = "1", features = ["zeroize_derive"] }
692zvariant = { version = "5", default-features = false, features = ["enumflags2", "gvariant", "url"] }
693
694### END HAKARI SECTION