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