Cargo.toml

  1# This file is generated by `cargo hakari`.
  2# To regenerate, run:
  3#     cargo install cargo-hakari
  4#     cargo hakari generate
  5
  6[package]
  7name = "workspace-hack"
  8version = "0.1.0"
  9description = "workspace-hack package, managed by hakari"
 10edition.workspace = true
 11publish.workspace = true
 12
 13# The parts of the file between the BEGIN HAKARI SECTION and END HAKARI SECTION comments
 14# are managed by hakari.
 15
 16### BEGIN HAKARI SECTION
 17[dependencies]
 18ahash = { version = "0.8", features = ["serde"] }
 19aho-corasick = { version = "1" }
 20anstream = { version = "0.6" }
 21arrayvec = { version = "0.7", features = ["serde"] }
 22async-compression = { version = "0.4", default-features = false, features = ["deflate", "deflate64", "futures-io", "gzip"] }
 23async-std = { version = "1", features = ["attributes", "unstable"] }
 24async-tungstenite = { version = "0.29", features = ["tokio-rustls-manual-roots"] }
 25aws-config = { version = "1", features = ["behavior-version-latest"] }
 26aws-credential-types = { version = "1", default-features = false, features = ["hardcoded-credentials", "test-util"] }
 27aws-runtime = { version = "1", default-features = false, features = ["event-stream", "http-02x", "sigv4a"] }
 28aws-sigv4 = { version = "1", features = ["http0-compat", "sign-eventstream", "sigv4a"] }
 29aws-smithy-async = { version = "1", default-features = false, features = ["rt-tokio"] }
 30aws-smithy-http = { version = "0.62", default-features = false, features = ["event-stream"] }
 31aws-smithy-runtime = { version = "1", default-features = false, features = ["client", "default-https-client", "rt-tokio", "tls-rustls"] }
 32aws-smithy-runtime-api = { version = "1", features = ["client", "http-02x", "http-auth", "test-util"] }
 33aws-smithy-types = { version = "1", default-features = false, features = ["byte-stream-poll-next", "http-body-0-4-x", "http-body-1-x", "rt-tokio", "test-util"] }
 34base64 = { version = "0.22" }
 35base64ct = { version = "1", default-features = false, features = ["std"] }
 36bigdecimal = { version = "0.4", features = ["serde"] }
 37bit-set = { version = "0.8", default-features = false, features = ["std"] }
 38bit-vec = { version = "0.8", default-features = false, features = ["std"] }
 39bitflags = { version = "2", default-features = false, features = ["serde", "std"] }
 40bstr = { version = "1" }
 41bytemuck = { version = "1", default-features = false, features = ["aarch64_simd", "derive", "extern_crate_alloc"] }
 42byteorder = { version = "1" }
 43bytes = { version = "1" }
 44chrono = { version = "0.4", features = ["serde"] }
 45clap = { version = "4", features = ["cargo", "derive", "string", "wrap_help"] }
 46clap_builder = { version = "4", default-features = false, features = ["cargo", "color", "std", "string", "suggestions", "usage", "wrap_help"] }
 47concurrent-queue = { version = "2" }
 48cranelift-codegen = { version = "0.116", default-features = false, features = ["host-arch", "incremental-cache", "std", "timing", "unwind"] }
 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", "CFBase", "CFCGTypes", "CFData", "CFDate", "CFDictionary", "CFError", "CFNumber", "CFPlugInCOM", "CFRunLoop", "CFString", "CFURL", "CFUUID", "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", "CFBase", "CFCGTypes", "CFData", "CFDate", "CFDictionary", "CFError", "CFNumber", "CFPlugInCOM", "CFRunLoop", "CFString", "CFURL", "CFUUID", "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", "CFBase", "CFCGTypes", "CFData", "CFDate", "CFDictionary", "CFError", "CFNumber", "CFPlugInCOM", "CFRunLoop", "CFString", "CFURL", "CFUUID", "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", "CFBase", "CFCGTypes", "CFData", "CFDate", "CFDictionary", "CFError", "CFNumber", "CFPlugInCOM", "CFRunLoop", "CFString", "CFURL", "CFUUID", "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"] }
411ashpd = { version = "0.11", default-features = false, features = ["async-std", "wayland"] }
412bytemuck = { version = "1", default-features = false, features = ["min_const_generics"] }
413cipher = { version = "0.4", default-features = false, features = ["block-padding", "rand_core", "zeroize"] }
414codespan-reporting = { version = "0.12" }
415crypto-common = { version = "0.1", default-features = false, features = ["rand_core", "std"] }
416flate2 = { version = "1" }
417flume = { version = "0.11" }
418foldhash = { version = "0.1", default-features = false, features = ["std"] }
419getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
420getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
421gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
422hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
423inout = { version = "0.1", default-features = false, features = ["block-padding"] }
424linux-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"] }
425linux-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"] }
426livekit-runtime = { git = "https://github.com/zed-industries/livekit-rust-sdks", rev = "5f04705ac3f356350ae31534ffbc476abc9ea83d" }
427mio = { version = "1", features = ["net", "os-ext"] }
428naga = { version = "25", features = ["spv-out", "wgsl-in"] }
429nix-1f5adca70f036a62 = { package = "nix", version = "0.28", features = ["fs", "mman", "ptrace", "signal", "term", "user"] }
430nix-b73a96c0a5f6a7d9 = { package = "nix", version = "0.29", features = ["fs", "pthread", "signal", "user"] }
431nix-fa1f6196edfd7249 = { package = "nix", version = "0.30", features = ["fs", "socket", "uio", "user"] }
432num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
433num-complex = { version = "0.4", features = ["bytemuck"] }
434object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
435proc-macro2 = { version = "1", features = ["span-locations"] }
436prost-5ef9efb8ec2df382 = { package = "prost", version = "0.12", features = ["prost-derive"] }
437quote = { version = "1" }
438rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
439ring = { version = "0.17", features = ["std"] }
440rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "mm", "net", "param", "pipe", "process", "shm", "system"] }
441rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", default-features = false, features = ["event", "pipe", "process", "pty", "stdio", "termios", "time"] }
442scopeguard = { version = "1" }
443smallvec = { version = "1", default-features = false, features = ["write"] }
444syn-f595c2ba2a3f28df = { package = "syn", version = "2", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
445sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
446tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
447tokio-socks = { version = "0.5", features = ["futures-io"] }
448tokio-stream = { version = "0.1", features = ["fs"] }
449tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
450wayland-backend = { version = "0.3", default-features = false, features = ["client_system", "dlopen"] }
451wayland-sys = { version = "0.31", default-features = false, features = ["client", "dlopen"] }
452zeroize = { version = "1", features = ["zeroize_derive"] }
453zvariant = { version = "5", features = ["enumflags2", "gvariant", "url"] }
454
455[target.x86_64-unknown-linux-gnu.build-dependencies]
456aes = { version = "0.8", default-features = false, features = ["zeroize"] }
457ahash = { version = "0.8", default-features = false, features = ["compile-time-rng"] }
458ashpd = { version = "0.11", default-features = false, features = ["async-std", "wayland"] }
459bytemuck = { version = "1", default-features = false, features = ["min_const_generics"] }
460cipher = { version = "0.4", default-features = false, features = ["block-padding", "rand_core", "zeroize"] }
461codespan-reporting = { version = "0.12" }
462crypto-common = { version = "0.1", default-features = false, features = ["rand_core", "std"] }
463flate2 = { version = "1" }
464flume = { version = "0.11" }
465foldhash = { version = "0.1", default-features = false, features = ["std"] }
466getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
467getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
468gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
469hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
470inout = { version = "0.1", default-features = false, features = ["block-padding"] }
471linux-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"] }
472linux-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"] }
473livekit-runtime = { git = "https://github.com/zed-industries/livekit-rust-sdks", rev = "5f04705ac3f356350ae31534ffbc476abc9ea83d" }
474mio = { version = "1", features = ["net", "os-ext"] }
475naga = { version = "25", features = ["spv-out", "wgsl-in"] }
476nix-1f5adca70f036a62 = { package = "nix", version = "0.28", features = ["fs", "mman", "ptrace", "signal", "term", "user"] }
477nix-b73a96c0a5f6a7d9 = { package = "nix", version = "0.29", features = ["fs", "pthread", "signal", "user"] }
478nix-fa1f6196edfd7249 = { package = "nix", version = "0.30", features = ["fs", "socket", "uio", "user"] }
479num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
480num-complex = { version = "0.4", features = ["bytemuck"] }
481object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
482proc-macro2 = { version = "1", default-features = false, features = ["span-locations"] }
483prost-5ef9efb8ec2df382 = { package = "prost", version = "0.12", features = ["prost-derive"] }
484rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
485ring = { version = "0.17", features = ["std"] }
486rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "mm", "net", "param", "pipe", "process", "shm", "system"] }
487rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", default-features = false, features = ["event", "pipe", "process", "pty", "stdio", "termios", "time"] }
488scopeguard = { version = "1" }
489smallvec = { version = "1", default-features = false, features = ["write"] }
490sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
491tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
492tokio-socks = { version = "0.5", features = ["futures-io"] }
493tokio-stream = { version = "0.1", features = ["fs"] }
494tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
495wayland-backend = { version = "0.3", default-features = false, features = ["client_system", "dlopen"] }
496wayland-sys = { version = "0.31", default-features = false, features = ["client", "dlopen"] }
497zbus_macros = { version = "5", features = ["gvariant"] }
498zeroize = { version = "1", features = ["zeroize_derive"] }
499zvariant = { version = "5", features = ["enumflags2", "gvariant", "url"] }
500
501[target.aarch64-unknown-linux-gnu.dependencies]
502aes = { version = "0.8", default-features = false, features = ["zeroize"] }
503ahash = { version = "0.8", default-features = false, features = ["compile-time-rng"] }
504ashpd = { version = "0.11", default-features = false, features = ["async-std", "wayland"] }
505bytemuck = { version = "1", default-features = false, features = ["min_const_generics"] }
506cipher = { version = "0.4", default-features = false, features = ["block-padding", "rand_core", "zeroize"] }
507codespan-reporting = { version = "0.12" }
508crypto-common = { version = "0.1", default-features = false, features = ["rand_core", "std"] }
509flate2 = { version = "1" }
510flume = { version = "0.11" }
511foldhash = { version = "0.1", default-features = false, features = ["std"] }
512getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
513getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
514gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
515hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
516inout = { version = "0.1", default-features = false, features = ["block-padding"] }
517linux-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"] }
518linux-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"] }
519livekit-runtime = { git = "https://github.com/zed-industries/livekit-rust-sdks", rev = "5f04705ac3f356350ae31534ffbc476abc9ea83d" }
520mio = { version = "1", features = ["net", "os-ext"] }
521naga = { version = "25", features = ["spv-out", "wgsl-in"] }
522nix-1f5adca70f036a62 = { package = "nix", version = "0.28", features = ["fs", "mman", "ptrace", "signal", "term", "user"] }
523nix-b73a96c0a5f6a7d9 = { package = "nix", version = "0.29", features = ["fs", "pthread", "signal", "user"] }
524nix-fa1f6196edfd7249 = { package = "nix", version = "0.30", features = ["fs", "socket", "uio", "user"] }
525num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
526num-complex = { version = "0.4", features = ["bytemuck"] }
527object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
528proc-macro2 = { version = "1", features = ["span-locations"] }
529prost-5ef9efb8ec2df382 = { package = "prost", version = "0.12", features = ["prost-derive"] }
530quote = { version = "1" }
531rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
532ring = { version = "0.17", features = ["std"] }
533rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "mm", "net", "param", "pipe", "process", "shm", "system"] }
534rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", default-features = false, features = ["event", "pipe", "process", "pty", "stdio", "termios", "time"] }
535scopeguard = { version = "1" }
536smallvec = { version = "1", default-features = false, features = ["write"] }
537syn-f595c2ba2a3f28df = { package = "syn", version = "2", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
538sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
539tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
540tokio-socks = { version = "0.5", features = ["futures-io"] }
541tokio-stream = { version = "0.1", features = ["fs"] }
542tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
543wayland-backend = { version = "0.3", default-features = false, features = ["client_system", "dlopen"] }
544wayland-sys = { version = "0.31", default-features = false, features = ["client", "dlopen"] }
545zeroize = { version = "1", features = ["zeroize_derive"] }
546zvariant = { version = "5", features = ["enumflags2", "gvariant", "url"] }
547
548[target.aarch64-unknown-linux-gnu.build-dependencies]
549aes = { version = "0.8", default-features = false, features = ["zeroize"] }
550ahash = { version = "0.8", default-features = false, features = ["compile-time-rng"] }
551ashpd = { version = "0.11", default-features = false, features = ["async-std", "wayland"] }
552bytemuck = { version = "1", default-features = false, features = ["min_const_generics"] }
553cipher = { version = "0.4", default-features = false, features = ["block-padding", "rand_core", "zeroize"] }
554codespan-reporting = { version = "0.12" }
555crypto-common = { version = "0.1", default-features = false, features = ["rand_core", "std"] }
556flate2 = { version = "1" }
557flume = { version = "0.11" }
558foldhash = { version = "0.1", default-features = false, features = ["std"] }
559getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
560getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
561gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
562hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
563inout = { version = "0.1", default-features = false, features = ["block-padding"] }
564linux-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"] }
565linux-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"] }
566livekit-runtime = { git = "https://github.com/zed-industries/livekit-rust-sdks", rev = "5f04705ac3f356350ae31534ffbc476abc9ea83d" }
567mio = { version = "1", features = ["net", "os-ext"] }
568naga = { version = "25", features = ["spv-out", "wgsl-in"] }
569nix-1f5adca70f036a62 = { package = "nix", version = "0.28", features = ["fs", "mman", "ptrace", "signal", "term", "user"] }
570nix-b73a96c0a5f6a7d9 = { package = "nix", version = "0.29", features = ["fs", "pthread", "signal", "user"] }
571nix-fa1f6196edfd7249 = { package = "nix", version = "0.30", features = ["fs", "socket", "uio", "user"] }
572num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
573num-complex = { version = "0.4", features = ["bytemuck"] }
574object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
575proc-macro2 = { version = "1", default-features = false, features = ["span-locations"] }
576prost-5ef9efb8ec2df382 = { package = "prost", version = "0.12", features = ["prost-derive"] }
577rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
578ring = { version = "0.17", features = ["std"] }
579rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "mm", "net", "param", "pipe", "process", "shm", "system"] }
580rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", default-features = false, features = ["event", "pipe", "process", "pty", "stdio", "termios", "time"] }
581scopeguard = { version = "1" }
582smallvec = { version = "1", default-features = false, features = ["write"] }
583sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
584tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
585tokio-socks = { version = "0.5", features = ["futures-io"] }
586tokio-stream = { version = "0.1", features = ["fs"] }
587tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
588wayland-backend = { version = "0.3", default-features = false, features = ["client_system", "dlopen"] }
589wayland-sys = { version = "0.31", default-features = false, features = ["client", "dlopen"] }
590zbus_macros = { version = "5", features = ["gvariant"] }
591zeroize = { version = "1", features = ["zeroize_derive"] }
592zvariant = { version = "5", features = ["enumflags2", "gvariant", "url"] }
593
594[target.x86_64-pc-windows-msvc.dependencies]
595flate2 = { version = "1" }
596flume = { version = "0.11" }
597foldhash = { version = "0.1", default-features = false, features = ["std"] }
598getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
599getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
600hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
601livekit-runtime = { git = "https://github.com/zed-industries/livekit-rust-sdks", rev = "5f04705ac3f356350ae31534ffbc476abc9ea83d" }
602prost-5ef9efb8ec2df382 = { package = "prost", version = "0.12", features = ["prost-derive"] }
603ring = { version = "0.17", features = ["std"] }
604rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "fs", "net"] }
605scopeguard = { version = "1" }
606sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
607tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
608tokio-socks = { version = "0.5", features = ["futures-io"] }
609tokio-stream = { version = "0.1", features = ["fs"] }
610tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
611winapi = { version = "0.3", default-features = false, features = ["cfg", "commapi", "consoleapi", "evntrace", "fileapi", "handleapi", "impl-debug", "impl-default", "in6addr", "inaddr", "ioapiset", "knownfolders", "minwinbase", "minwindef", "namedpipeapi", "ntsecapi", "objbase", "processenv", "processthreadsapi", "shlobj", "std", "synchapi", "sysinfoapi", "timezoneapi", "winbase", "windef", "winerror", "winioctl", "winnt", "winreg", "winsock2", "winuser"] }
612windows = { version = "0.61", features = ["Foundation_Numerics", "Storage_Search", "Storage_Streams", "System_Threading", "UI_ViewManagement", "Wdk_System_SystemInformation", "Wdk_System_SystemServices", "Wdk_System_Threading", "Win32_Globalization", "Win32_Graphics_Direct3D11", "Win32_Graphics_Direct3D_Fxc", "Win32_Graphics_DirectComposition", "Win32_Graphics_DirectWrite", "Win32_Graphics_Dwm", "Win32_Graphics_Dxgi_Common", "Win32_Graphics_Gdi", "Win32_Graphics_Hlsl", "Win32_Graphics_Imaging", "Win32_NetworkManagement_IpHelper", "Win32_NetworkManagement_Ndis", "Win32_NetworkManagement_NetManagement", "Win32_Networking_WinSock", "Win32_Security_Authentication_Identity", "Win32_Security_Authorization", "Win32_Security_Credentials", "Win32_Security_Cryptography", "Win32_Storage_FileSystem", "Win32_System_Com_StructuredStorage", "Win32_System_Console", "Win32_System_DataExchange", "Win32_System_Diagnostics_Debug", "Win32_System_Diagnostics_ToolHelp", "Win32_System_IO", "Win32_System_Ioctl", "Win32_System_Kernel", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_Ole", "Win32_System_Performance", "Win32_System_Pipes", "Win32_System_Power", "Win32_System_ProcessStatus", "Win32_System_Registry", "Win32_System_RemoteDesktop", "Win32_System_Rpc", "Win32_System_SystemInformation", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_Variant", "Win32_System_WinRT", "Win32_System_WindowsProgramming", "Win32_System_Wmi", "Win32_UI_Controls", "Win32_UI_HiDpi", "Win32_UI_Input_Ime", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_Shell_Common", "Win32_UI_Shell_PropertiesSystem", "Win32_UI_WindowsAndMessaging"] }
613windows-core = { version = "0.61" }
614windows-numerics = { version = "0.2" }
615windows-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"] }
616windows-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"] }
617windows-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"] }
618windows-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"] }
619
620[target.x86_64-pc-windows-msvc.build-dependencies]
621flate2 = { version = "1" }
622flume = { version = "0.11" }
623foldhash = { version = "0.1", default-features = false, features = ["std"] }
624getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
625getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
626hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
627livekit-runtime = { git = "https://github.com/zed-industries/livekit-rust-sdks", rev = "5f04705ac3f356350ae31534ffbc476abc9ea83d" }
628proc-macro2 = { version = "1", default-features = false, features = ["span-locations"] }
629prost-5ef9efb8ec2df382 = { package = "prost", version = "0.12", features = ["prost-derive"] }
630ring = { version = "0.17", features = ["std"] }
631rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "fs", "net"] }
632scopeguard = { version = "1" }
633sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
634tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
635tokio-socks = { version = "0.5", features = ["futures-io"] }
636tokio-stream = { version = "0.1", features = ["fs"] }
637tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
638winapi = { 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"] }
639windows = { version = "0.61", features = ["Foundation_Numerics", "Storage_Search", "Storage_Streams", "System_Threading", "UI_ViewManagement", "Wdk_System_SystemInformation", "Wdk_System_SystemServices", "Wdk_System_Threading", "Win32_Globalization", "Win32_Graphics_Direct3D11", "Win32_Graphics_Direct3D_Fxc", "Win32_Graphics_DirectComposition", "Win32_Graphics_DirectWrite", "Win32_Graphics_Dwm", "Win32_Graphics_Dxgi_Common", "Win32_Graphics_Gdi", "Win32_Graphics_Hlsl", "Win32_Graphics_Imaging", "Win32_NetworkManagement_IpHelper", "Win32_NetworkManagement_Ndis", "Win32_NetworkManagement_NetManagement", "Win32_Networking_WinSock", "Win32_Security_Authentication_Identity", "Win32_Security_Authorization", "Win32_Security_Credentials", "Win32_Security_Cryptography", "Win32_Storage_FileSystem", "Win32_System_Com_StructuredStorage", "Win32_System_Console", "Win32_System_DataExchange", "Win32_System_Diagnostics_Debug", "Win32_System_Diagnostics_ToolHelp", "Win32_System_IO", "Win32_System_Ioctl", "Win32_System_Kernel", "Win32_System_LibraryLoader", "Win32_System_Memory", "Win32_System_Ole", "Win32_System_Performance", "Win32_System_Pipes", "Win32_System_Power", "Win32_System_ProcessStatus", "Win32_System_Registry", "Win32_System_RemoteDesktop", "Win32_System_Rpc", "Win32_System_SystemInformation", "Win32_System_SystemServices", "Win32_System_Threading", "Win32_System_Variant", "Win32_System_WinRT", "Win32_System_WindowsProgramming", "Win32_System_Wmi", "Win32_UI_Controls", "Win32_UI_HiDpi", "Win32_UI_Input_Ime", "Win32_UI_Input_KeyboardAndMouse", "Win32_UI_Shell_Common", "Win32_UI_Shell_PropertiesSystem", "Win32_UI_WindowsAndMessaging"] }
640windows-core = { version = "0.61" }
641windows-numerics = { version = "0.2" }
642windows-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"] }
643windows-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"] }
644windows-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"] }
645windows-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"] }
646
647[target.x86_64-unknown-linux-musl.dependencies]
648aes = { version = "0.8", default-features = false, features = ["zeroize"] }
649ahash = { version = "0.8", default-features = false, features = ["compile-time-rng"] }
650ashpd = { version = "0.11", default-features = false, features = ["async-std", "wayland"] }
651bytemuck = { version = "1", default-features = false, features = ["min_const_generics"] }
652cipher = { version = "0.4", default-features = false, features = ["block-padding", "rand_core", "zeroize"] }
653codespan-reporting = { version = "0.12" }
654crypto-common = { version = "0.1", default-features = false, features = ["rand_core", "std"] }
655flate2 = { version = "1" }
656flume = { version = "0.11" }
657foldhash = { version = "0.1", default-features = false, features = ["std"] }
658getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
659getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
660gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
661hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
662inout = { version = "0.1", default-features = false, features = ["block-padding"] }
663linux-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"] }
664linux-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"] }
665livekit-runtime = { git = "https://github.com/zed-industries/livekit-rust-sdks", rev = "5f04705ac3f356350ae31534ffbc476abc9ea83d" }
666mio = { version = "1", features = ["net", "os-ext"] }
667naga = { version = "25", features = ["spv-out", "wgsl-in"] }
668nix-1f5adca70f036a62 = { package = "nix", version = "0.28", features = ["fs", "mman", "ptrace", "signal", "term", "user"] }
669nix-b73a96c0a5f6a7d9 = { package = "nix", version = "0.29", features = ["fs", "pthread", "signal", "user"] }
670nix-fa1f6196edfd7249 = { package = "nix", version = "0.30", features = ["fs", "socket", "uio", "user"] }
671num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
672num-complex = { version = "0.4", features = ["bytemuck"] }
673object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
674proc-macro2 = { version = "1", features = ["span-locations"] }
675prost-5ef9efb8ec2df382 = { package = "prost", version = "0.12", features = ["prost-derive"] }
676quote = { version = "1" }
677rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
678ring = { version = "0.17", features = ["std"] }
679rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "mm", "net", "param", "pipe", "process", "shm", "system"] }
680rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", default-features = false, features = ["event", "pipe", "process", "pty", "stdio", "termios", "time"] }
681scopeguard = { version = "1" }
682smallvec = { version = "1", default-features = false, features = ["write"] }
683syn-f595c2ba2a3f28df = { package = "syn", version = "2", features = ["extra-traits", "fold", "full", "visit", "visit-mut"] }
684sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
685tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
686tokio-socks = { version = "0.5", features = ["futures-io"] }
687tokio-stream = { version = "0.1", features = ["fs"] }
688tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
689wayland-backend = { version = "0.3", default-features = false, features = ["client_system", "dlopen"] }
690wayland-sys = { version = "0.31", default-features = false, features = ["client", "dlopen"] }
691zeroize = { version = "1", features = ["zeroize_derive"] }
692zvariant = { version = "5", features = ["enumflags2", "gvariant", "url"] }
693
694[target.x86_64-unknown-linux-musl.build-dependencies]
695aes = { version = "0.8", default-features = false, features = ["zeroize"] }
696ahash = { version = "0.8", default-features = false, features = ["compile-time-rng"] }
697ashpd = { version = "0.11", default-features = false, features = ["async-std", "wayland"] }
698bytemuck = { version = "1", default-features = false, features = ["min_const_generics"] }
699cipher = { version = "0.4", default-features = false, features = ["block-padding", "rand_core", "zeroize"] }
700codespan-reporting = { version = "0.12" }
701crypto-common = { version = "0.1", default-features = false, features = ["rand_core", "std"] }
702flate2 = { version = "1" }
703flume = { version = "0.11" }
704foldhash = { version = "0.1", default-features = false, features = ["std"] }
705getrandom-468e82937335b1c9 = { package = "getrandom", version = "0.3", default-features = false, features = ["std"] }
706getrandom-6f8ce4dd05d13bba = { package = "getrandom", version = "0.2", default-features = false, features = ["js", "rdrand"] }
707gimli = { version = "0.31", default-features = false, features = ["read", "std", "write"] }
708hyper-rustls = { version = "0.27", default-features = false, features = ["http1", "http2", "native-tokio", "ring", "tls12"] }
709inout = { version = "0.1", default-features = false, features = ["block-padding"] }
710linux-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"] }
711linux-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"] }
712livekit-runtime = { git = "https://github.com/zed-industries/livekit-rust-sdks", rev = "5f04705ac3f356350ae31534ffbc476abc9ea83d" }
713mio = { version = "1", features = ["net", "os-ext"] }
714naga = { version = "25", features = ["spv-out", "wgsl-in"] }
715nix-1f5adca70f036a62 = { package = "nix", version = "0.28", features = ["fs", "mman", "ptrace", "signal", "term", "user"] }
716nix-b73a96c0a5f6a7d9 = { package = "nix", version = "0.29", features = ["fs", "pthread", "signal", "user"] }
717nix-fa1f6196edfd7249 = { package = "nix", version = "0.30", features = ["fs", "socket", "uio", "user"] }
718num-bigint-dig = { version = "0.8", features = ["i128", "prime", "zeroize"] }
719num-complex = { version = "0.4", features = ["bytemuck"] }
720object = { version = "0.36", default-features = false, features = ["archive", "read_core", "unaligned", "write"] }
721proc-macro2 = { version = "1", default-features = false, features = ["span-locations"] }
722prost-5ef9efb8ec2df382 = { package = "prost", version = "0.12", features = ["prost-derive"] }
723rand-274715c4dabd11b0 = { package = "rand", version = "0.9" }
724ring = { version = "0.17", features = ["std"] }
725rustix-d585fab2519d2d1 = { package = "rustix", version = "0.38", features = ["event", "mm", "net", "param", "pipe", "process", "shm", "system"] }
726rustix-dff4ba8e3ae991db = { package = "rustix", version = "1", default-features = false, features = ["event", "pipe", "process", "pty", "stdio", "termios", "time"] }
727scopeguard = { version = "1" }
728smallvec = { version = "1", default-features = false, features = ["write"] }
729sync_wrapper = { version = "1", default-features = false, features = ["futures"] }
730tokio-rustls = { version = "0.26", default-features = false, features = ["logging", "ring"] }
731tokio-socks = { version = "0.5", features = ["futures-io"] }
732tokio-stream = { version = "0.1", features = ["fs"] }
733tower = { version = "0.5", default-features = false, features = ["timeout", "util"] }
734wayland-backend = { version = "0.3", default-features = false, features = ["client_system", "dlopen"] }
735wayland-sys = { version = "0.31", default-features = false, features = ["client", "dlopen"] }
736zbus_macros = { version = "5", features = ["gvariant"] }
737zeroize = { version = "1", features = ["zeroize_derive"] }
738zvariant = { version = "5", features = ["enumflags2", "gvariant", "url"] }
739
740### END HAKARI SECTION