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"] }
49crossbeam-channel = { version = "0.5" }
50crossbeam-epoch = { version = "0.9" }
51crossbeam-utils = { version = "0.8" }
52deranged = { version = "0.4", default-features = false, features = ["powerfmt", "serde", "std"] }
53digest = { version = "0.10", features = ["mac", "oid", "std"] }
54either = { version = "1", features = ["serde", "use_std"] }
55euclid = { version = "0.22" }
56event-listener = { version = "5" }
57event-listener-strategy = { version = "0.5" }
58form_urlencoded = { version = "1" }
59futures = { version = "0.3", features = ["io-compat"] }
60futures-channel = { version = "0.3", features = ["sink"] }
61futures-core = { version = "0.3" }
62futures-executor = { version = "0.3" }
63futures-io = { version = "0.3" }
64futures-sink = { version = "0.3" }
65futures-task = { version = "0.3", default-features = false, features = ["std"] }
66futures-util = { version = "0.3", features = ["channel", "io-compat", "sink"] }
67getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["std"] }
68half = { version = "2", features = ["bytemuck", "num-traits", "rand_distr", "use-intrinsics"] }
69handlebars = { version = "4", features = ["rust-embed"] }
70hashbrown-3575ec1268b04181 = { package = "hashbrown", version = "0.15", features = ["serde"] }
71hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14", features = ["raw"] }
72hmac = { version = "0.12", default-features = false, features = ["reset"] }
73hyper = { version = "0.14", features = ["client", "http1", "http2", "runtime", "server", "stream"] }
74idna = { version = "1" }
75indexmap = { version = "2", features = ["serde"] }
76itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12" }
77lazy_static = { version = "1", default-features = false, features = ["spin_no_std"] }
78libc = { version = "0.2", features = ["extra_traits"] }
79libsqlite3-sys = { version = "0.30", features = ["bundled", "unlock_notify"] }
80log = { version = "0.4", default-features = false, features = ["kv_unstable_serde"] }
81lyon = { version = "1", default-features = false, features = ["extra"] }
82lyon_path = { version = "1" }
83md-5 = { version = "0.10" }
84memchr = { version = "2" }
85memmap2 = { version = "0.9", default-features = false, features = ["stable_deref_trait"] }
86mime_guess = { version = "2" }
87miniz_oxide = { version = "0.8", features = ["simd"] }
88nom = { version = "7" }
89num-bigint = { version = "0.4" }
90num-integer = { version = "0.1", features = ["i128"] }
91num-iter = { version = "0.1", default-features = false, features = ["i128", "std"] }
92num-rational = { version = "0.4", features = ["num-bigint-std"] }
93num-traits = { version = "0.2", features = ["i128", "libm"] }
94once_cell = { version = "1" }
95percent-encoding = { version = "2" }
96phf = { version = "0.11", features = ["macros"] }
97phf_shared = { version = "0.11" }
98prost-274715c4dabd11b0 = { package = "prost", version = "0.9" }
99prost-types = { version = "0.9" }
100rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8", features = ["small_rng"] }
101rand_chacha = { version = "0.3", default-features = false, features = ["std"] }
102rand_core = { version = "0.6", default-features = false, features = ["std"] }
103rand_distr = { version = "0.5" }
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_core = { version = "1", default-features = false, features = ["alloc", "rc", "result", "std"] }
118serde_json = { version = "1", features = ["alloc", "preserve_order", "raw_value", "unbounded_depth"] }
119simd-adler32 = { version = "0.3" }
120smallvec = { version = "1", default-features = false, features = ["const_new", "serde", "union"] }
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"] }
125stable_deref_trait = { version = "1" }
126strum = { version = "0.26", features = ["derive"] }
127subtle = { version = "2" }
128thiserror = { version = "2" }
129time = { version = "0.3", features = ["local-offset", "macros", "serde-well-known"] }
130tokio = { version = "1", features = ["full"] }
131tokio-rustls = { version = "0.26", default-features = false, features = ["tls12"] }
132tokio-util = { version = "0.7", features = ["codec", "compat", "io"] }
133toml_datetime = { version = "0.6", default-features = false, features = ["serde"] }
134toml_edit = { version = "0.22", default-features = false, features = ["display", "parse", "serde"] }
135tracing = { version = "0.1", features = ["log"] }
136tracing-core = { version = "0.1" }
137tungstenite = { version = "0.26", default-features = false, features = ["__rustls-tls", "handshake"] }
138unicode-properties = { version = "0.1" }
139url = { version = "2", features = ["serde"] }
140uuid = { version = "1", features = ["serde", "v4", "v5", "v7"] }
141wasmparser = { version = "0.221" }
142wasmtime = { version = "29", default-features = false, features = ["async", "component-model", "cranelift", "demangle", "gc-drc", "incremental-cache", "parallel-compilation"] }
143wasmtime-cranelift = { version = "29", default-features = false, features = ["component-model", "gc-drc", "incremental-cache"] }
144wasmtime-environ = { version = "29", default-features = false, features = ["compile", "component-model", "demangle", "gc-drc"] }
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"] }
179crossbeam-channel = { version = "0.5" }
180crossbeam-epoch = { version = "0.9" }
181crossbeam-utils = { version = "0.8" }
182deranged = { version = "0.4", default-features = false, features = ["powerfmt", "serde", "std"] }
183digest = { version = "0.10", features = ["mac", "oid", "std"] }
184either = { version = "1", features = ["serde", "use_std"] }
185euclid = { version = "0.22" }
186event-listener = { version = "5" }
187event-listener-strategy = { version = "0.5" }
188form_urlencoded = { version = "1" }
189futures = { version = "0.3", features = ["io-compat"] }
190futures-channel = { version = "0.3", features = ["sink"] }
191futures-core = { version = "0.3" }
192futures-executor = { version = "0.3" }
193futures-io = { version = "0.3" }
194futures-sink = { version = "0.3" }
195futures-task = { version = "0.3", default-features = false, features = ["std"] }
196futures-util = { version = "0.3", features = ["channel", "io-compat", "sink"] }
197getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["std"] }
198half = { version = "2", features = ["bytemuck", "num-traits", "rand_distr", "use-intrinsics"] }
199handlebars = { version = "4", features = ["rust-embed"] }
200hashbrown-3575ec1268b04181 = { package = "hashbrown", version = "0.15", features = ["serde"] }
201hashbrown-582f2526e08bb6a0 = { package = "hashbrown", version = "0.14", features = ["raw"] }
202heck = { version = "0.4", features = ["unicode"] }
203hmac = { version = "0.12", default-features = false, features = ["reset"] }
204hyper = { version = "0.14", features = ["client", "http1", "http2", "runtime", "server", "stream"] }
205idna = { version = "1" }
206indexmap = { version = "2", features = ["serde"] }
207itertools-594e8ee84c453af0 = { package = "itertools", version = "0.13" }
208itertools-5ef9efb8ec2df382 = { package = "itertools", version = "0.12" }
209lazy_static = { version = "1", default-features = false, features = ["spin_no_std"] }
210libc = { version = "0.2", features = ["extra_traits"] }
211libsqlite3-sys = { version = "0.30", features = ["bundled", "unlock_notify"] }
212log = { version = "0.4", default-features = false, features = ["kv_unstable_serde"] }
213lyon = { version = "1", default-features = false, features = ["extra"] }
214lyon_path = { version = "1" }
215md-5 = { version = "0.10" }
216memchr = { version = "2" }
217memmap2 = { version = "0.9", default-features = false, features = ["stable_deref_trait"] }
218mime_guess = { version = "2" }
219miniz_oxide = { version = "0.8", features = ["simd"] }
220nom = { version = "7" }
221num-bigint = { version = "0.4" }
222num-integer = { version = "0.1", features = ["i128"] }
223num-iter = { version = "0.1", default-features = false, features = ["i128", "std"] }
224num-rational = { version = "0.4", features = ["num-bigint-std"] }
225num-traits = { version = "0.2", features = ["i128", "libm"] }
226once_cell = { version = "1" }
227percent-encoding = { version = "2" }
228phf = { version = "0.11", features = ["macros"] }
229phf_shared = { version = "0.11" }
230prettyplease = { version = "0.2", default-features = false, features = ["verbatim"] }
231proc-macro2 = { version = "1" }
232prost-274715c4dabd11b0 = { package = "prost", version = "0.9" }
233prost-types = { version = "0.9" }
234quote = { version = "1" }
235rand-c38e5c1d305a1b54 = { package = "rand", version = "0.8", features = ["small_rng"] }
236rand_chacha = { version = "0.3", default-features = false, features = ["std"] }
237rand_core = { version = "0.6", default-features = false, features = ["std"] }
238rand_distr = { version = "0.5" }
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_core = { version = "1", default-features = false, features = ["alloc", "rc", "result", "std"] }
253serde_json = { version = "1", features = ["alloc", "preserve_order", "raw_value", "unbounded_depth"] }
254simd-adler32 = { version = "0.3" }
255smallvec = { version = "1", default-features = false, features = ["const_new", "serde", "union"] }
256spin = { version = "0.9" }
257sqlx = { version = "0.8", features = ["bigdecimal", "chrono", "postgres", "runtime-tokio-rustls", "rust_decimal", "sqlite", "time", "uuid"] }
258sqlx-macros = { version = "0.8", features = ["_rt-tokio", "_tls-rustls-ring-webpki", "bigdecimal", "chrono", "derive", "json", "macros", "migrate", "postgres", "rust_decimal", "sqlite", "time", "uuid"] }
259sqlx-macros-core = { version = "0.8", features = ["_rt-tokio", "_tls-rustls-ring-webpki", "bigdecimal", "chrono", "derive", "json", "macros", "migrate", "postgres", "rust_decimal", "sqlite", "time", "uuid"] }
260sqlx-postgres = { version = "0.8", default-features = false, features = ["any", "bigdecimal", "chrono", "json", "migrate", "offline", "rust_decimal", "time", "uuid"] }
261sqlx-sqlite = { version = "0.8", default-features = false, features = ["any", "bundled", "chrono", "json", "migrate", "offline", "time", "uuid"] }
262stable_deref_trait = { version = "1" }
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_datetime = { version = "0.6", default-features = false, features = ["serde"] }
274toml_edit = { version = "0.22", default-features = false, features = ["display", "parse", "serde"] }
275tracing = { version = "0.1", features = ["log"] }
276tracing-core = { version = "0.1" }
277tungstenite = { version = "0.26", default-features = false, features = ["__rustls-tls", "handshake"] }
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"] }
285
286[target.x86_64-apple-darwin.dependencies]
287codespan-reporting = { version = "0.12" }
288core-foundation = { version = "0.9" }
289core-foundation-sys = { version = "0.8" }
290flate2 = { version = "1" }
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"] }
295livekit-runtime = { git = "https://github.com/zed-industries/livekit-rust-sdks", rev = "5f04705ac3f356350ae31534ffbc476abc9ea83d" }
296naga = { version = "25", features = ["msl-out", "wgsl-in"] }
297nix-b73a96c0a5f6a7d9 = { package = "nix", version = "0.29", features = ["fs", "pthread", "signal", "user"] }
298objc2 = { version = "0.6" }
299objc2-core-foundation = { version = "0.3", default-features = false, features = ["CFArray", "CFCGTypes", "CFData", "CFDate", "CFDictionary", "CFRunLoop", "CFString", "CFURL", "objc2", "std"] }
300objc2-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"] }
301objc2-metal = { version = "0.3" }
302object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
303prost-5ef9efb8ec2df382 = { package = "prost", version = "0.12", features = ["prost-derive"] }
304ring = { version = "0.17", features = ["std"] }
305rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "mm", "net", "param", "process"] }
306rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", default-features = false, features = ["event", "pipe", "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" }
320flate2 = { version = "1" }
321foldhash = { version = "0.1", default-features = false, features = ["std"] }
322getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
323gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
324hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
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"] }
334prost-5ef9efb8ec2df382 = { package = "prost", version = "0.12", features = ["prost-derive"] }
335ring = { version = "0.17", features = ["std"] }
336rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "mm", "net", "param", "process"] }
337rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", default-features = false, features = ["event", "pipe", "process", "termios", "time"] }
338scopeguard = { version = "1" }
339security-framework = { version = "3", features = ["OSX_10_14"] }
340security-framework-sys = { version = "2", features = ["OSX_10_14"] }
341sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
342tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
343tokio-socks = { version = "0.5", features = ["futures-io"] }
344tokio-stream = { version = "0.1", features = ["fs"] }
345tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
346
347[target.aarch64-apple-darwin.dependencies]
348codespan-reporting = { version = "0.12" }
349core-foundation = { version = "0.9" }
350core-foundation-sys = { version = "0.8" }
351flate2 = { version = "1" }
352foldhash = { version = "0.1", default-features = false, features = ["std"] }
353getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
354gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
355hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
356livekit-runtime = { git = "https://github.com/zed-industries/livekit-rust-sdks", rev = "5f04705ac3f356350ae31534ffbc476abc9ea83d" }
357naga = { version = "25", features = ["msl-out", "wgsl-in"] }
358nix-b73a96c0a5f6a7d9 = { package = "nix", version = "0.29", features = ["fs", "pthread", "signal", "user"] }
359objc2 = { version = "0.6" }
360objc2-core-foundation = { version = "0.3", default-features = false, features = ["CFArray", "CFCGTypes", "CFData", "CFDate", "CFDictionary", "CFRunLoop", "CFString", "CFURL", "objc2", "std"] }
361objc2-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"] }
362objc2-metal = { version = "0.3" }
363object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
364prost-5ef9efb8ec2df382 = { package = "prost", version = "0.12", features = ["prost-derive"] }
365ring = { version = "0.17", features = ["std"] }
366rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "mm", "net", "param", "process"] }
367rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", default-features = false, features = ["event", "pipe", "process", "termios", "time"] }
368scopeguard = { version = "1" }
369security-framework = { version = "3", features = ["OSX_10_14"] }
370security-framework-sys = { version = "2", features = ["OSX_10_14"] }
371sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
372tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
373tokio-socks = { version = "0.5", features = ["futures-io"] }
374tokio-stream = { version = "0.1", features = ["fs"] }
375tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
376
377[target.aarch64-apple-darwin.build-dependencies]
378codespan-reporting = { version = "0.12" }
379core-foundation = { version = "0.9" }
380core-foundation-sys = { version = "0.8" }
381flate2 = { version = "1" }
382foldhash = { version = "0.1", default-features = false, features = ["std"] }
383getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
384gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
385hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
386livekit-runtime = { git = "https://github.com/zed-industries/livekit-rust-sdks", rev = "5f04705ac3f356350ae31534ffbc476abc9ea83d" }
387naga = { version = "25", features = ["msl-out", "wgsl-in"] }
388nix-b73a96c0a5f6a7d9 = { package = "nix", version = "0.29", features = ["fs", "pthread", "signal", "user"] }
389objc2 = { version = "0.6" }
390objc2-core-foundation = { version = "0.3", default-features = false, features = ["CFArray", "CFCGTypes", "CFData", "CFDate", "CFDictionary", "CFRunLoop", "CFString", "CFURL", "objc2", "std"] }
391objc2-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"] }
392objc2-metal = { version = "0.3" }
393object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
394proc-macro2 = { version = "1", default-features = false, features = ["span-locations"] }
395prost-5ef9efb8ec2df382 = { package = "prost", version = "0.12", features = ["prost-derive"] }
396ring = { version = "0.17", features = ["std"] }
397rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "mm", "net", "param", "process"] }
398rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", default-features = false, features = ["event", "pipe", "process", "termios", "time"] }
399scopeguard = { version = "1" }
400security-framework = { version = "3", features = ["OSX_10_14"] }
401security-framework-sys = { version = "2", features = ["OSX_10_14"] }
402sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
403tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
404tokio-socks = { version = "0.5", features = ["futures-io"] }
405tokio-stream = { version = "0.1", features = ["fs"] }
406tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
407
408[target.x86_64-unknown-linux-gnu.dependencies]
409aes = { version = "0.8", default-features = false, features = ["zeroize"] }
410ahash = { version = "0.8", default-features = false, features = ["compile-time-rng"] }
411bytemuck = { version = "1", default-features = false, features = ["min_const_generics"] }
412cipher = { version = "0.4", default-features = false, features = ["block-padding", "rand_core", "zeroize"] }
413codespan-reporting = { version = "0.12" }
414crypto-common = { version = "0.1", default-features = false, features = ["rand_core", "std"] }
415flate2 = { version = "1" }
416flume = { version = "0.11" }
417foldhash = { version = "0.1", default-features = false, features = ["std"] }
418getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
419getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
420gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
421hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
422inout = { version = "0.1", default-features = false, features = ["block-padding"] }
423linux-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"] }
424linux-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"] }
425livekit-runtime = { git = "https://github.com/zed-industries/livekit-rust-sdks", rev = "5f04705ac3f356350ae31534ffbc476abc9ea83d" }
426mio = { version = "1", features = ["net", "os-ext"] }
427naga = { version = "25", features = ["spv-out", "wgsl-in"] }
428nix-1f5adca70f036a62 = { package = "nix", version = "0.28", features = ["fs", "mman", "ptrace", "signal", "term", "user"] }
429nix-b73a96c0a5f6a7d9 = { package = "nix", version = "0.29", features = ["fs", "pthread", "signal", "user"] }
430nix-fa1f6196edfd7249 = { package = "nix", version = "0.30", features = ["fs", "socket", "uio", "user"] }
431num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
432num-complex = { version = "0.4", features = ["bytemuck"] }
433object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
434proc-macro2 = { version = "1", features = ["span-locations"] }
435prost-5ef9efb8ec2df382 = { package = "prost", version = "0.12", features = ["prost-derive"] }
436quote = { version = "1" }
437rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
438ring = { version = "0.17", features = ["std"] }
439rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "mm", "net", "param", "pipe", "process", "shm", "system"] }
440rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", default-features = false, features = ["event", "pipe", "process", "pty", "stdio", "termios", "time"] }
441scopeguard = { version = "1" }
442smallvec = { version = "1", default-features = false, features = ["write"] }
443syn-f595c2ba2a3f28df = { package = "syn", version = "2", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
444sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
445tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
446tokio-socks = { version = "0.5", features = ["futures-io"] }
447tokio-stream = { version = "0.1", features = ["fs"] }
448tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
449zeroize = { version = "1", features = ["zeroize_derive"] }
450zvariant = { version = "5", features = ["enumflags2", "gvariant", "url"] }
451
452[target.x86_64-unknown-linux-gnu.build-dependencies]
453aes = { version = "0.8", default-features = false, features = ["zeroize"] }
454ahash = { version = "0.8", default-features = false, features = ["compile-time-rng"] }
455bytemuck = { version = "1", default-features = false, features = ["min_const_generics"] }
456cipher = { version = "0.4", default-features = false, features = ["block-padding", "rand_core", "zeroize"] }
457codespan-reporting = { version = "0.12" }
458crypto-common = { version = "0.1", default-features = false, features = ["rand_core", "std"] }
459flate2 = { version = "1" }
460flume = { version = "0.11" }
461foldhash = { version = "0.1", default-features = false, features = ["std"] }
462getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
463getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
464gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
465hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
466inout = { version = "0.1", default-features = false, features = ["block-padding"] }
467linux-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"] }
468linux-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"] }
469livekit-runtime = { git = "https://github.com/zed-industries/livekit-rust-sdks", rev = "5f04705ac3f356350ae31534ffbc476abc9ea83d" }
470mio = { version = "1", features = ["net", "os-ext"] }
471naga = { version = "25", features = ["spv-out", "wgsl-in"] }
472nix-1f5adca70f036a62 = { package = "nix", version = "0.28", features = ["fs", "mman", "ptrace", "signal", "term", "user"] }
473nix-b73a96c0a5f6a7d9 = { package = "nix", version = "0.29", features = ["fs", "pthread", "signal", "user"] }
474nix-fa1f6196edfd7249 = { package = "nix", version = "0.30", features = ["fs", "socket", "uio", "user"] }
475num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
476num-complex = { version = "0.4", features = ["bytemuck"] }
477object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
478proc-macro2 = { version = "1", default-features = false, features = ["span-locations"] }
479prost-5ef9efb8ec2df382 = { package = "prost", version = "0.12", features = ["prost-derive"] }
480rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
481ring = { version = "0.17", features = ["std"] }
482rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "mm", "net", "param", "pipe", "process", "shm", "system"] }
483rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", default-features = false, features = ["event", "pipe", "process", "pty", "stdio", "termios", "time"] }
484scopeguard = { version = "1" }
485smallvec = { version = "1", default-features = false, features = ["write"] }
486sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
487tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
488tokio-socks = { version = "0.5", features = ["futures-io"] }
489tokio-stream = { version = "0.1", features = ["fs"] }
490tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
491zeroize = { version = "1", features = ["zeroize_derive"] }
492zvariant = { version = "5", features = ["enumflags2", "gvariant", "url"] }
493
494[target.aarch64-unknown-linux-gnu.dependencies]
495aes = { version = "0.8", default-features = false, features = ["zeroize"] }
496ahash = { version = "0.8", default-features = false, features = ["compile-time-rng"] }
497bytemuck = { version = "1", default-features = false, features = ["min_const_generics"] }
498cipher = { version = "0.4", default-features = false, features = ["block-padding", "rand_core", "zeroize"] }
499codespan-reporting = { version = "0.12" }
500crypto-common = { version = "0.1", default-features = false, features = ["rand_core", "std"] }
501flate2 = { version = "1" }
502flume = { version = "0.11" }
503foldhash = { version = "0.1", default-features = false, features = ["std"] }
504getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
505getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
506gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
507hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
508inout = { version = "0.1", default-features = false, features = ["block-padding"] }
509linux-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"] }
510linux-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"] }
511livekit-runtime = { git = "https://github.com/zed-industries/livekit-rust-sdks", rev = "5f04705ac3f356350ae31534ffbc476abc9ea83d" }
512mio = { version = "1", features = ["net", "os-ext"] }
513naga = { version = "25", features = ["spv-out", "wgsl-in"] }
514nix-1f5adca70f036a62 = { package = "nix", version = "0.28", features = ["fs", "mman", "ptrace", "signal", "term", "user"] }
515nix-b73a96c0a5f6a7d9 = { package = "nix", version = "0.29", features = ["fs", "pthread", "signal", "user"] }
516nix-fa1f6196edfd7249 = { package = "nix", version = "0.30", features = ["fs", "socket", "uio", "user"] }
517num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
518num-complex = { version = "0.4", features = ["bytemuck"] }
519object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
520proc-macro2 = { version = "1", features = ["span-locations"] }
521prost-5ef9efb8ec2df382 = { package = "prost", version = "0.12", features = ["prost-derive"] }
522quote = { version = "1" }
523rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
524ring = { version = "0.17", features = ["std"] }
525rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "mm", "net", "param", "pipe", "process", "shm", "system"] }
526rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", default-features = false, features = ["event", "pipe", "process", "pty", "stdio", "termios", "time"] }
527scopeguard = { version = "1" }
528smallvec = { version = "1", default-features = false, features = ["write"] }
529syn-f595c2ba2a3f28df = { package = "syn", version = "2", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
530sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
531tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
532tokio-socks = { version = "0.5", features = ["futures-io"] }
533tokio-stream = { version = "0.1", features = ["fs"] }
534tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
535zeroize = { version = "1", features = ["zeroize_derive"] }
536zvariant = { version = "5", features = ["enumflags2", "gvariant", "url"] }
537
538[target.aarch64-unknown-linux-gnu.build-dependencies]
539aes = { version = "0.8", default-features = false, features = ["zeroize"] }
540ahash = { version = "0.8", default-features = false, features = ["compile-time-rng"] }
541bytemuck = { version = "1", default-features = false, features = ["min_const_generics"] }
542cipher = { version = "0.4", default-features = false, features = ["block-padding", "rand_core", "zeroize"] }
543codespan-reporting = { version = "0.12" }
544crypto-common = { version = "0.1", default-features = false, features = ["rand_core", "std"] }
545flate2 = { version = "1" }
546flume = { version = "0.11" }
547foldhash = { version = "0.1", default-features = false, features = ["std"] }
548getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
549getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
550gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
551hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
552inout = { version = "0.1", default-features = false, features = ["block-padding"] }
553linux-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"] }
554linux-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"] }
555livekit-runtime = { git = "https://github.com/zed-industries/livekit-rust-sdks", rev = "5f04705ac3f356350ae31534ffbc476abc9ea83d" }
556mio = { version = "1", features = ["net", "os-ext"] }
557naga = { version = "25", features = ["spv-out", "wgsl-in"] }
558nix-1f5adca70f036a62 = { package = "nix", version = "0.28", features = ["fs", "mman", "ptrace", "signal", "term", "user"] }
559nix-b73a96c0a5f6a7d9 = { package = "nix", version = "0.29", features = ["fs", "pthread", "signal", "user"] }
560nix-fa1f6196edfd7249 = { package = "nix", version = "0.30", features = ["fs", "socket", "uio", "user"] }
561num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
562num-complex = { version = "0.4", features = ["bytemuck"] }
563object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
564proc-macro2 = { version = "1", default-features = false, features = ["span-locations"] }
565prost-5ef9efb8ec2df382 = { package = "prost", version = "0.12", features = ["prost-derive"] }
566rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
567ring = { version = "0.17", features = ["std"] }
568rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "mm", "net", "param", "pipe", "process", "shm", "system"] }
569rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", default-features = false, features = ["event", "pipe", "process", "pty", "stdio", "termios", "time"] }
570scopeguard = { version = "1" }
571smallvec = { version = "1", default-features = false, features = ["write"] }
572sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
573tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
574tokio-socks = { version = "0.5", features = ["futures-io"] }
575tokio-stream = { version = "0.1", features = ["fs"] }
576tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
577zeroize = { version = "1", features = ["zeroize_derive"] }
578zvariant = { version = "5", features = ["enumflags2", "gvariant", "url"] }
579
580[target.x86_64-pc-windows-msvc.dependencies]
581flate2 = { version = "1" }
582flume = { version = "0.11" }
583foldhash = { version = "0.1", default-features = false, features = ["std"] }
584getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
585getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
586hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
587livekit-runtime = { git = "https://github.com/zed-industries/livekit-rust-sdks", rev = "5f04705ac3f356350ae31534ffbc476abc9ea83d" }
588prost-5ef9efb8ec2df382 = { package = "prost", version = "0.12", features = ["prost-derive"] }
589ring = { version = "0.17", features = ["std"] }
590rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "fs", "net"] }
591scopeguard = { version = "1" }
592sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
593tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
594tokio-socks = { version = "0.5", features = ["futures-io"] }
595tokio-stream = { version = "0.1", features = ["fs"] }
596tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
597winapi = { 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"] }
598windows-core = { version = "0.61" }
599windows-numerics = { version = "0.2" }
600windows-sys-73dcd821b1037cfd = { package = "windows-sys", version = "0.59", features = ["Wdk_Foundation", "Wdk_Storage_FileSystem", "Win32_NetworkManagement_IpHelper", "Win32_Networking_WinSock", "Win32_Security_Authentication_Identity", "Win32_Security_Credentials", "Win32_Security_Cryptography", "Win32_Storage_FileSystem", "Win32_System_Com", "Win32_System_Console", "Win32_System_Diagnostics_Debug", "Win32_System_IO", "Win32_System_Ioctl", "Win32_System_Kernel", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_Performance", "Win32_System_Pipes", "Win32_System_Registry", "Win32_System_SystemInformation", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_Time", "Win32_System_WindowsProgramming", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_Shell", "Win32_UI_WindowsAndMessaging"] }
601windows-sys-b21d60becc0929df = { package = "windows-sys", version = "0.52", features = ["Wdk_Foundation", "Wdk_Storage_FileSystem", "Wdk_System_IO", "Win32_Foundation", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_IO", "Win32_System_Pipes", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming"] }
602windows-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"] }
603windows-sys-d4189bed749088b6 = { package = "windows-sys", version = "0.61", features = ["Wdk_Foundation", "Wdk_Storage_FileSystem", "Win32_Globalization", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Com", "Win32_System_IO", "Win32_System_LibraryLoader", "Win32_System_Threading", "Win32_System_WindowsProgramming", "Win32_UI_Shell"] }
604
605[target.x86_64-pc-windows-msvc.build-dependencies]
606flate2 = { version = "1" }
607flume = { version = "0.11" }
608foldhash = { version = "0.1", default-features = false, features = ["std"] }
609getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
610getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
611hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
612livekit-runtime = { git = "https://github.com/zed-industries/livekit-rust-sdks", rev = "5f04705ac3f356350ae31534ffbc476abc9ea83d" }
613proc-macro2 = { version = "1", default-features = false, features = ["span-locations"] }
614prost-5ef9efb8ec2df382 = { package = "prost", version = "0.12", features = ["prost-derive"] }
615ring = { version = "0.17", features = ["std"] }
616rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "fs", "net"] }
617scopeguard = { version = "1" }
618sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
619tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
620tokio-socks = { version = "0.5", features = ["futures-io"] }
621tokio-stream = { version = "0.1", features = ["fs"] }
622tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
623winapi = { 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"] }
624windows-core = { version = "0.61" }
625windows-numerics = { version = "0.2" }
626windows-sys-73dcd821b1037cfd = { package = "windows-sys", version = "0.59", features = ["Wdk_Foundation", "Wdk_Storage_FileSystem", "Win32_NetworkManagement_IpHelper", "Win32_Networking_WinSock", "Win32_Security_Authentication_Identity", "Win32_Security_Credentials", "Win32_Security_Cryptography", "Win32_Storage_FileSystem", "Win32_System_Com", "Win32_System_Console", "Win32_System_Diagnostics_Debug", "Win32_System_IO", "Win32_System_Ioctl", "Win32_System_Kernel", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_Performance", "Win32_System_Pipes", "Win32_System_Registry", "Win32_System_SystemInformation", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_Time", "Win32_System_WindowsProgramming", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_Shell", "Win32_UI_WindowsAndMessaging"] }
627windows-sys-b21d60becc0929df = { package = "windows-sys", version = "0.52", features = ["Wdk_Foundation", "Wdk_Storage_FileSystem", "Wdk_System_IO", "Win32_Foundation", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Console", "Win32_System_IO", "Win32_System_Pipes", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_WindowsProgramming"] }
628windows-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"] }
629windows-sys-d4189bed749088b6 = { package = "windows-sys", version = "0.61", features = ["Wdk_Foundation", "Wdk_Storage_FileSystem", "Win32_Globalization", "Win32_Networking_WinSock", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_Com", "Win32_System_IO", "Win32_System_LibraryLoader", "Win32_System_Threading", "Win32_System_WindowsProgramming", "Win32_UI_Shell"] }
630
631[target.x86_64-unknown-linux-musl.dependencies]
632aes = { version = "0.8", default-features = false, features = ["zeroize"] }
633ahash = { version = "0.8", default-features = false, features = ["compile-time-rng"] }
634bytemuck = { version = "1", default-features = false, features = ["min_const_generics"] }
635cipher = { version = "0.4", default-features = false, features = ["block-padding", "rand_core", "zeroize"] }
636codespan-reporting = { version = "0.12" }
637crypto-common = { version = "0.1", default-features = false, features = ["rand_core", "std"] }
638flate2 = { version = "1" }
639flume = { version = "0.11" }
640foldhash = { version = "0.1", default-features = false, features = ["std"] }
641getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
642getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
643gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
644hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
645inout = { version = "0.1", default-features = false, features = ["block-padding"] }
646linux-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"] }
647linux-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"] }
648livekit-runtime = { git = "https://github.com/zed-industries/livekit-rust-sdks", rev = "5f04705ac3f356350ae31534ffbc476abc9ea83d" }
649mio = { version = "1", features = ["net", "os-ext"] }
650naga = { version = "25", features = ["spv-out", "wgsl-in"] }
651nix-1f5adca70f036a62 = { package = "nix", version = "0.28", features = ["fs", "mman", "ptrace", "signal", "term", "user"] }
652nix-b73a96c0a5f6a7d9 = { package = "nix", version = "0.29", features = ["fs", "pthread", "signal", "user"] }
653nix-fa1f6196edfd7249 = { package = "nix", version = "0.30", features = ["fs", "socket", "uio", "user"] }
654num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
655num-complex = { version = "0.4", features = ["bytemuck"] }
656object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
657proc-macro2 = { version = "1", features = ["span-locations"] }
658prost-5ef9efb8ec2df382 = { package = "prost", version = "0.12", features = ["prost-derive"] }
659quote = { version = "1" }
660rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
661ring = { version = "0.17", features = ["std"] }
662rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "mm", "net", "param", "pipe", "process", "shm", "system"] }
663rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", default-features = false, features = ["event", "pipe", "process", "pty", "stdio", "termios", "time"] }
664scopeguard = { version = "1" }
665smallvec = { version = "1", default-features = false, features = ["write"] }
666syn-f595c2ba2a3f28df = { package = "syn", version = "2", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
667sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
668tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
669tokio-socks = { version = "0.5", features = ["futures-io"] }
670tokio-stream = { version = "0.1", features = ["fs"] }
671tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
672zeroize = { version = "1", features = ["zeroize_derive"] }
673zvariant = { version = "5", features = ["enumflags2", "gvariant", "url"] }
674
675[target.x86_64-unknown-linux-musl.build-dependencies]
676aes = { version = "0.8", default-features = false, features = ["zeroize"] }
677ahash = { version = "0.8", default-features = false, features = ["compile-time-rng"] }
678bytemuck = { version = "1", default-features = false, features = ["min_const_generics"] }
679cipher = { version = "0.4", default-features = false, features = ["block-padding", "rand_core", "zeroize"] }
680codespan-reporting = { version = "0.12" }
681crypto-common = { version = "0.1", default-features = false, features = ["rand_core", "std"] }
682flate2 = { version = "1" }
683flume = { version = "0.11" }
684foldhash = { version = "0.1", default-features = false, features = ["std"] }
685getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
686getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
687gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
688hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
689inout = { version = "0.1", default-features = false, features = ["block-padding"] }
690linux-raw-sys-274715c4dabd11b0 = { package = "linux-raw-sys", version = "0.9", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "xdp"] }
691linux-raw-sys-9fbad63c4bcf4a8f = { package = "linux-raw-sys", version = "0.4", default-features = false, features = ["elf", "errno", "general", "if_ether", "ioctl", "net", "netlink", "no_std", "prctl", "system", "xdp"] }
692livekit-runtime = { git = "https://github.com/zed-industries/livekit-rust-sdks", rev = "5f04705ac3f356350ae31534ffbc476abc9ea83d" }
693mio = { version = "1", features = ["net", "os-ext"] }
694naga = { version = "25", features = ["spv-out", "wgsl-in"] }
695nix-1f5adca70f036a62 = { package = "nix", version = "0.28", features = ["fs", "mman", "ptrace", "signal", "term", "user"] }
696nix-b73a96c0a5f6a7d9 = { package = "nix", version = "0.29", features = ["fs", "pthread", "signal", "user"] }
697nix-fa1f6196edfd7249 = { package = "nix", version = "0.30", features = ["fs", "socket", "uio", "user"] }
698num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
699num-complex = { version = "0.4", features = ["bytemuck"] }
700object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
701proc-macro2 = { version = "1", default-features = false, features = ["span-locations"] }
702prost-5ef9efb8ec2df382 = { package = "prost", version = "0.12", features = ["prost-derive"] }
703rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
704ring = { version = "0.17", features = ["std"] }
705rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "mm", "net", "param", "pipe", "process", "shm", "system"] }
706rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", default-features = false, features = ["event", "pipe", "process", "pty", "stdio", "termios", "time"] }
707scopeguard = { version = "1" }
708smallvec = { version = "1", default-features = false, features = ["write"] }
709sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
710tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
711tokio-socks = { version = "0.5", features = ["futures-io"] }
712tokio-stream = { version = "0.1", features = ["fs"] }
713tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
714zeroize = { version = "1", features = ["zeroize_derive"] }
715zvariant = { version = "5", features = ["enumflags2", "gvariant", "url"] }
716
717### END HAKARI SECTION