Cargo.toml

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