nandi/jolt-nativepublic Fork 0
1d16366b59c457d09332a93d7337e1c80fe934c0
Commits
Clone
git clone https://git.rickub.com/nandi/jolt-native.git
git clone ssh://git@rickub.com/nandi/jolt-native.git

Host key fingerprint (ed25519): SHA256:iycHnxEyq0Q7uyVpB7JlznP0G7JrTPXLYRcAU5CSLhc — verify it before your first connect.

Cargo.lock · 8773 lines · 206.8 KBGDScript3 Blame HistoryRaw
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
Bring vidya in cfd3e36 nandi 19d ago5[[package]]
6name = "ab_glyph"
7version = "0.2.32"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "01c0457472c38ea5bd1c3b5ada5e368271cb550be7a4ca4a0b4634e9913f6cc2"
10dependencies = [
11 "ab_glyph_rasterizer",
12 "owned_ttf_parser",
13]
14
15[[package]]
16name = "ab_glyph_rasterizer"
17version = "0.1.10"
18source = "registry+https://github.com/rust-lang/crates.io-index"
19checksum = "366ffbaa4442f4684d91e2cd7c5ea7c4ed8add41959a31447066e279e432b618"
20
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago21[[package]]
22name = "addr2line"
23version = "0.25.1"
24source = "registry+https://github.com/rust-lang/crates.io-index"
25checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
26dependencies = [
27 "gimli",
28]
29
30[[package]]
31name = "adler2"
32version = "2.0.1"
33source = "registry+https://github.com/rust-lang/crates.io-index"
34checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
35
36[[package]]
37name = "aead"
38version = "0.5.2"
39source = "registry+https://github.com/rust-lang/crates.io-index"
40checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
41dependencies = [
42 "crypto-common 0.1.6",
43 "generic-array",
44]
45
46[[package]]
47name = "aes"
48version = "0.8.4"
49source = "registry+https://github.com/rust-lang/crates.io-index"
50checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
51dependencies = [
52 "cfg-if",
53 "cipher",
54 "cpufeatures 0.2.17",
55]
56
57[[package]]
58name = "aes-gcm"
59version = "0.10.3"
60source = "registry+https://github.com/rust-lang/crates.io-index"
61checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1"
62dependencies = [
63 "aead",
64 "aes",
65 "cipher",
66 "ctr",
67 "ghash",
68 "subtle",
69]
70
Bring vidya in cfd3e36 nandi 19d ago71[[package]]
72name = "ahash"
73version = "0.8.12"
74source = "registry+https://github.com/rust-lang/crates.io-index"
75checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
76dependencies = [
77 "cfg-if",
78 "getrandom 0.3.4",
79 "once_cell",
80 "version_check",
81 "zerocopy",
82]
83
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago84[[package]]
85name = "aho-corasick"
86version = "1.1.4"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
89dependencies = [
90 "memchr",
91]
92
93[[package]]
94name = "allocator-api2"
95version = "0.2.21"
96source = "registry+https://github.com/rust-lang/crates.io-index"
97checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
98
99[[package]]
100name = "alsa"
101version = "0.11.0"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "812947049edcd670a82cd5c73c3661d2e58468577ba8489de58e1a73c04cbd5d"
104dependencies = [
105 "alsa-sys",
106 "bitflags 2.13.1",
107 "cfg-if",
108 "libc",
109]
110
111[[package]]
112name = "alsa-sys"
113version = "0.4.0"
114source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "ad7569085a265dd3f607ebecce7458eaab2132a84393534c95b18dcbc3f31e04"
116dependencies = [
117 "libc",
118 "pkg-config",
119]
120
Bring vidya in cfd3e36 nandi 19d ago121[[package]]
122name = "android-activity"
123version = "0.6.1"
124source = "registry+https://github.com/rust-lang/crates.io-index"
125checksum = "0f2a1bb052857d5dd49572219344a7332b31b76405648eabac5bc68978251bcd"
126dependencies = [
127 "android-properties",
128 "bitflags 2.13.1",
129 "cc",
130 "jni 0.22.4",
131 "libc",
132 "log",
133 "ndk",
134 "ndk-context",
135 "ndk-sys",
136 "num_enum",
137 "thiserror 2.0.19",
138]
139
140[[package]]
141name = "android-properties"
142version = "0.2.2"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
145
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago146[[package]]
147name = "android_system_properties"
148version = "0.1.5"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
151dependencies = [
152 "libc",
153]
154
155[[package]]
156name = "annotate-snippets"
157version = "0.11.5"
158source = "registry+https://github.com/rust-lang/crates.io-index"
159checksum = "710e8eae58854cdc1790fcb56cca04d712a17be849eeb81da2a724bf4bae2bc4"
160dependencies = [
161 "anstyle",
162 "unicode-width",
163]
164
165[[package]]
166name = "anstream"
167version = "0.6.21"
168source = "registry+https://github.com/rust-lang/crates.io-index"
169checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
170dependencies = [
171 "anstyle",
172 "anstyle-parse 0.2.7",
173 "anstyle-query",
174 "anstyle-wincon",
175 "colorchoice",
176 "is_terminal_polyfill",
177 "utf8parse",
178]
179
180[[package]]
181name = "anstream"
182version = "1.0.0"
183source = "registry+https://github.com/rust-lang/crates.io-index"
184checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
185dependencies = [
186 "anstyle",
187 "anstyle-parse 1.0.0",
188 "anstyle-query",
189 "anstyle-wincon",
190 "colorchoice",
191 "is_terminal_polyfill",
192 "utf8parse",
193]
194
195[[package]]
196name = "anstyle"
197version = "1.0.14"
198source = "registry+https://github.com/rust-lang/crates.io-index"
199checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
200
201[[package]]
202name = "anstyle-parse"
203version = "0.2.7"
204source = "registry+https://github.com/rust-lang/crates.io-index"
205checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
206dependencies = [
207 "utf8parse",
208]
209
210[[package]]
211name = "anstyle-parse"
212version = "1.0.0"
213source = "registry+https://github.com/rust-lang/crates.io-index"
214checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
215dependencies = [
216 "utf8parse",
217]
218
219[[package]]
220name = "anstyle-query"
221version = "1.1.5"
222source = "registry+https://github.com/rust-lang/crates.io-index"
223checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
224dependencies = [
225 "windows-sys 0.61.2",
226]
227
228[[package]]
229name = "anstyle-wincon"
230version = "3.0.11"
231source = "registry+https://github.com/rust-lang/crates.io-index"
232checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
233dependencies = [
234 "anstyle",
235 "once_cell_polyfill",
236 "windows-sys 0.61.2",
237]
238
239[[package]]
240name = "anyhow"
241version = "1.0.104"
242source = "registry+https://github.com/rust-lang/crates.io-index"
243checksum = "330a5ed07fa54e4702c9d6c4174f74427fc0ef6e214bbd677ae50a5099946470"
244
Bring vidya in cfd3e36 nandi 19d ago245[[package]]
246name = "arbitrary"
247version = "1.4.2"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
250dependencies = [
251 "derive_arbitrary",
252]
253
254[[package]]
255name = "arboard"
256version = "3.6.1"
257source = "registry+https://github.com/rust-lang/crates.io-index"
258checksum = "0348a1c054491f4bfe6ab86a7b6ab1e44e45d899005de92f58b3df180b36ddaf"
259dependencies = [
260 "clipboard-win",
261 "image",
262 "log",
263 "objc2 0.6.4",
264 "objc2-app-kit 0.3.2",
265 "objc2-core-foundation",
266 "objc2-core-graphics",
267 "objc2-foundation 0.3.2",
268 "parking_lot",
269 "percent-encoding",
270 "windows-sys 0.59.0",
271 "x11rb",
272]
273
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago274[[package]]
275name = "arc-swap"
276version = "1.9.2"
277source = "registry+https://github.com/rust-lang/crates.io-index"
278checksum = "c049c0be4daef0b145cb3555416b3b8ef5b7888a38aea1a3a155801fe7b0810b"
279dependencies = [
280 "rustversion",
281]
282
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago283[[package]]
284name = "archery"
285version = "1.2.2"
286source = "registry+https://github.com/rust-lang/crates.io-index"
287checksum = "70e0a5f99dfebb87bb342d0f53bb92c81842e100bbb915223e38349580e5441d"
288dependencies = [
289 "triomphe",
290]
291
292[[package]]
293name = "arrayref"
294version = "0.3.9"
295source = "registry+https://github.com/rust-lang/crates.io-index"
296checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
297
298[[package]]
299name = "arrayvec"
300version = "0.7.8"
301source = "registry+https://github.com/rust-lang/crates.io-index"
302checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56"
303
Bring vidya in cfd3e36 nandi 19d ago304[[package]]
305name = "as-raw-xcb-connection"
306version = "1.0.1"
307source = "registry+https://github.com/rust-lang/crates.io-index"
308checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
309
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago310[[package]]
311name = "asn1-rs"
312version = "0.7.2"
313source = "registry+https://github.com/rust-lang/crates.io-index"
314checksum = "b7f43a50ac4fdca5df8e885c21b835997f0a1cdee65494a6847694a98652d9d8"
315dependencies = [
316 "asn1-rs-derive",
317 "asn1-rs-impl",
318 "displaydoc",
319 "nom 7.1.3",
320 "num-traits",
321 "rusticata-macros",
322 "thiserror 2.0.19",
323 "time",
324]
325
326[[package]]
327name = "asn1-rs-derive"
328version = "0.6.0"
329source = "registry+https://github.com/rust-lang/crates.io-index"
330checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c"
331dependencies = [
332 "proc-macro2",
333 "quote",
334 "syn 2.0.119",
335 "synstructure",
336]
337
338[[package]]
339name = "asn1-rs-impl"
340version = "0.2.0"
341source = "registry+https://github.com/rust-lang/crates.io-index"
342checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7"
343dependencies = [
344 "proc-macro2",
345 "quote",
346 "syn 2.0.119",
347]
348
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago349[[package]]
350name = "async-compression"
351version = "0.4.45"
352source = "registry+https://github.com/rust-lang/crates.io-index"
353checksum = "24a8ec73eb862508b7041723c89386365894b4e7d9f6998bf1b8529e5b0ee254"
354dependencies = [
355 "compression-codecs",
356 "compression-core",
357 "pin-project-lite",
358 "tokio",
359]
360
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago361[[package]]
362name = "async-trait"
363version = "0.1.91"
364source = "registry+https://github.com/rust-lang/crates.io-index"
365checksum = "ae36dc4177970ef04fde5178d3e2429882def40e57a451f919c098f72baa6cec"
366dependencies = [
367 "proc-macro2",
368 "quote",
369 "syn 3.0.3",
370]
371
372[[package]]
373name = "async_io_stream"
374version = "0.3.3"
375source = "registry+https://github.com/rust-lang/crates.io-index"
376checksum = "b6d7b9decdf35d8908a7e3ef02f64c5e9b1695e230154c0e8de3969142d9b94c"
377dependencies = [
378 "futures",
379 "pharos",
380 "rustc_version",
381]
382
383[[package]]
384name = "atomic-polyfill"
385version = "1.0.3"
386source = "registry+https://github.com/rust-lang/crates.io-index"
387checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4"
388dependencies = [
389 "critical-section",
390]
391
392[[package]]
393name = "atomic-waker"
394version = "1.1.2"
395source = "registry+https://github.com/rust-lang/crates.io-index"
396checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
397
398[[package]]
399name = "attohttpc"
400version = "0.30.1"
401source = "registry+https://github.com/rust-lang/crates.io-index"
402checksum = "16e2cdb6d5ed835199484bb92bb8b3edd526effe995c61732580439c1a67e2e9"
403dependencies = [
404 "base64",
405 "http",
406 "log",
407 "url",
408]
409
410[[package]]
411name = "audio-core"
412version = "0.2.1"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "f93ebbf82d06013f4c41fe71303feb980cddd78496d904d06be627972de51a24"
415
416[[package]]
417name = "audioadapter"
418version = "2.0.1"
419source = "registry+https://github.com/rust-lang/crates.io-index"
420checksum = "98e72b98fa467adcb7a88c5d1b8b686193185c81b9bf9c3fa3ac3524180cd55c"
421dependencies = [
422 "audio-core",
423 "libm",
424 "num-traits",
425]
426
427[[package]]
428name = "audioadapter-buffers"
429version = "2.0.0"
430source = "registry+https://github.com/rust-lang/crates.io-index"
431checksum = "a6af89882334c4e501faa08992888593ada468f9e1ab211635c32f9ada7786e0"
432dependencies = [
433 "audioadapter",
434 "audioadapter-sample",
435 "num-traits",
436]
437
438[[package]]
439name = "audioadapter-sample"
440version = "2.0.0"
441source = "registry+https://github.com/rust-lang/crates.io-index"
442checksum = "4e9a3d502fec0b21aa420febe0b110875cf8a7057c49e83a0cace1df6a73e03e"
443dependencies = [
444 "audio-core",
445 "num-traits",
446]
447
448[[package]]
449name = "autocfg"
450version = "1.5.1"
451source = "registry+https://github.com/rust-lang/crates.io-index"
452checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
453
454[[package]]
455name = "aws-lc-rs"
456version = "1.17.3"
457source = "registry+https://github.com/rust-lang/crates.io-index"
458checksum = "00bdb5da18dac48ca2cc7cd4a98e533e8635a58e2361d13a1a4ee3888e0d72f1"
459dependencies = [
460 "aws-lc-sys",
461 "untrusted 0.7.1",
462 "zeroize",
463]
464
465[[package]]
466name = "aws-lc-sys"
467version = "0.43.0"
468source = "registry+https://github.com/rust-lang/crates.io-index"
469checksum = "43103168cc76fe62678a375e722fc9cb3a0146159ac5828bc4f0dfd755c2224c"
470dependencies = [
471 "cc",
472 "cmake",
473 "dunce",
474 "fs_extra",
475 "pkg-config",
476]
477
478[[package]]
479name = "backon"
480version = "1.6.0"
481source = "registry+https://github.com/rust-lang/crates.io-index"
482checksum = "cffb0e931875b666fc4fcb20fee52e9bbd1ef836fd9e9e04ec21555f9f85f7ef"
483dependencies = [
484 "fastrand",
485 "gloo-timers",
486 "tokio",
487]
488
489[[package]]
490name = "backtrace"
491version = "0.3.76"
492source = "registry+https://github.com/rust-lang/crates.io-index"
493checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
494dependencies = [
495 "addr2line",
496 "cfg-if",
497 "libc",
Bring vidya in cfd3e36 nandi 19d ago498 "miniz_oxide 0.8.9",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago499 "object",
500 "rustc-demangle",
501 "windows-link",
502]
503
504[[package]]
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago505name = "base16ct"
506version = "1.0.0"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago507source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago508checksum = "fd307490d624467aa6f74b0eabb77633d1f758a7b25f12bceb0b22e08d9726f6"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago509
510[[package]]
511name = "base64"
512version = "0.22.1"
513source = "registry+https://github.com/rust-lang/crates.io-index"
514checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
515
516[[package]]
517name = "base64ct"
518version = "1.8.3"
519source = "registry+https://github.com/rust-lang/crates.io-index"
520checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
521
522[[package]]
523name = "bindgen"
524version = "0.70.1"
525source = "registry+https://github.com/rust-lang/crates.io-index"
526checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
527dependencies = [
528 "bitflags 2.13.1",
529 "cexpr",
530 "clang-sys",
531 "itertools",
532 "log",
533 "prettyplease",
534 "proc-macro2",
535 "quote",
536 "regex",
537 "rustc-hash 1.1.0",
538 "shlex 1.3.0",
539 "syn 2.0.119",
540]
541
542[[package]]
543name = "bindgen"
544version = "0.72.1"
545source = "registry+https://github.com/rust-lang/crates.io-index"
546checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
547dependencies = [
548 "annotate-snippets",
549 "bitflags 2.13.1",
550 "cexpr",
551 "clang-sys",
552 "itertools",
553 "proc-macro2",
554 "quote",
555 "regex",
556 "rustc-hash 2.1.3",
557 "shlex 1.3.0",
558 "syn 2.0.119",
559]
560
561[[package]]
562name = "bit-vec"
563version = "0.9.1"
564source = "registry+https://github.com/rust-lang/crates.io-index"
565checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
566dependencies = [
567 "serde",
568]
569
570[[package]]
571name = "bitflags"
572version = "1.3.2"
573source = "registry+https://github.com/rust-lang/crates.io-index"
574checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
575
576[[package]]
577name = "bitflags"
578version = "2.13.1"
579source = "registry+https://github.com/rust-lang/crates.io-index"
580checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
581
582[[package]]
583name = "blake3"
584version = "1.8.5"
585source = "registry+https://github.com/rust-lang/crates.io-index"
586checksum = "0aa83c34e62843d924f905e0f5c866eb1dd6545fc4d719e803d9ba6030371fce"
587dependencies = [
588 "arrayref",
589 "arrayvec",
590 "cc",
591 "cfg-if",
592 "constant_time_eq",
593 "cpufeatures 0.3.0",
594]
595
596[[package]]
597name = "block-buffer"
598version = "0.10.4"
599source = "registry+https://github.com/rust-lang/crates.io-index"
600checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
601dependencies = [
602 "generic-array",
603]
604
605[[package]]
606name = "block-buffer"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago607version = "0.12.1"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago608source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago609checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago610dependencies = [
611 "hybrid-array",
612]
613
Bring vidya in cfd3e36 nandi 19d ago614[[package]]
615name = "block2"
616version = "0.5.1"
617source = "registry+https://github.com/rust-lang/crates.io-index"
618checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
619dependencies = [
620 "objc2 0.5.2",
621]
622
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago623[[package]]
624name = "block2"
625version = "0.6.2"
626source = "registry+https://github.com/rust-lang/crates.io-index"
627checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
628dependencies = [
Bring vidya in cfd3e36 nandi 19d ago629 "objc2 0.6.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago630]
631
632[[package]]
633name = "bs58"
634version = "0.5.1"
635source = "registry+https://github.com/rust-lang/crates.io-index"
636checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
637dependencies = [
638 "tinyvec",
639]
640
641[[package]]
642name = "buf-list"
643version = "1.1.2"
644source = "registry+https://github.com/rust-lang/crates.io-index"
645checksum = "a6b175f9cf8fffedd4c4b18bcfef092356e952b81f596e148f18e98280994593"
646dependencies = [
647 "bytes",
648]
649
650[[package]]
651name = "bumpalo"
652version = "3.20.3"
653source = "registry+https://github.com/rust-lang/crates.io-index"
654checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
655
656[[package]]
657name = "bytemuck"
658version = "1.25.2"
659source = "registry+https://github.com/rust-lang/crates.io-index"
660checksum = "95832e849adfb21180ccb6826a99da14e5d266ae5c2e668e1602cf234f153797"
661dependencies = [
662 "bytemuck_derive",
663]
664
665[[package]]
666name = "bytemuck_derive"
667version = "1.11.0"
668source = "registry+https://github.com/rust-lang/crates.io-index"
669checksum = "f65693059b6b9c588b9f62fed1cedbf0a8b805631457ea162d68f0de186f3de5"
670dependencies = [
671 "proc-macro2",
672 "quote",
673 "syn 2.0.119",
674]
675
676[[package]]
677name = "byteorder"
678version = "1.5.0"
679source = "registry+https://github.com/rust-lang/crates.io-index"
680checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
681
682[[package]]
683name = "byteorder-lite"
684version = "0.1.0"
685source = "registry+https://github.com/rust-lang/crates.io-index"
686checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
687
688[[package]]
689name = "bytes"
690version = "1.12.1"
691source = "registry+https://github.com/rust-lang/crates.io-index"
692checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
693dependencies = [
694 "serde",
695]
696
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago697[[package]]
698name = "bytestring"
699version = "1.5.1"
700source = "registry+https://github.com/rust-lang/crates.io-index"
701checksum = "86566c496f2f47d9b8147a4c8b02ffdb69c919fe0c2b2e7195d22cbba0e635c9"
702dependencies = [
703 "bytes",
704]
705
Bring vidya in cfd3e36 nandi 19d ago706[[package]]
707name = "calloop"
708version = "0.13.0"
709source = "registry+https://github.com/rust-lang/crates.io-index"
710checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
711dependencies = [
712 "bitflags 2.13.1",
713 "log",
714 "polling",
715 "rustix 0.38.44",
716 "slab",
717 "thiserror 1.0.69",
718]
719
720[[package]]
721name = "calloop"
722version = "0.14.4"
723source = "registry+https://github.com/rust-lang/crates.io-index"
724checksum = "4dbf9978365bac10f54d1d4b04f7ce4427e51f71d61f2fe15e3fed5166474df7"
725dependencies = [
726 "bitflags 2.13.1",
727 "polling",
728 "rustix 1.1.4",
729 "slab",
730 "tracing",
731]
732
733[[package]]
734name = "calloop-wayland-source"
735version = "0.3.0"
736source = "registry+https://github.com/rust-lang/crates.io-index"
737checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
738dependencies = [
739 "calloop 0.13.0",
740 "rustix 0.38.44",
741 "wayland-backend",
742 "wayland-client",
743]
744
745[[package]]
746name = "calloop-wayland-source"
747version = "0.4.1"
748source = "registry+https://github.com/rust-lang/crates.io-index"
749checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
750dependencies = [
751 "calloop 0.14.4",
752 "rustix 1.1.4",
753 "wayland-backend",
754 "wayland-client",
755]
756
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago757[[package]]
758name = "cc"
759version = "1.4.0"
760source = "registry+https://github.com/rust-lang/crates.io-index"
761checksum = "5add81bb678e6cb321aff7fa0dc7689ad82b112dbc032cea19f91d6b8e3582b9"
762dependencies = [
763 "find-msvc-tools",
764 "jobserver",
765 "libc",
766 "shlex 2.0.1",
767]
768
769[[package]]
770name = "cesu8"
771version = "1.1.0"
772source = "registry+https://github.com/rust-lang/crates.io-index"
773checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
774
775[[package]]
776name = "cexpr"
777version = "0.6.0"
778source = "registry+https://github.com/rust-lang/crates.io-index"
779checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
780dependencies = [
781 "nom 7.1.3",
782]
783
784[[package]]
785name = "cfg-expr"
786version = "0.20.8"
787source = "registry+https://github.com/rust-lang/crates.io-index"
788checksum = "fb693542bcafa528e198be0ebd9d3632ca5b7c93dbe7237460e199910835997c"
789dependencies = [
790 "smallvec",
791 "target-lexicon",
792]
793
794[[package]]
795name = "cfg-if"
796version = "1.0.4"
797source = "registry+https://github.com/rust-lang/crates.io-index"
798checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
799
800[[package]]
801name = "cfg_aliases"
802version = "0.1.1"
803source = "registry+https://github.com/rust-lang/crates.io-index"
804checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
805
806[[package]]
807name = "cfg_aliases"
808version = "0.2.2"
809source = "registry+https://github.com/rust-lang/crates.io-index"
810checksum = "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527"
811
Bring vidya in cfd3e36 nandi 19d ago812[[package]]
813name = "cgl"
814version = "0.3.2"
815source = "registry+https://github.com/rust-lang/crates.io-index"
816checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
817dependencies = [
818 "libc",
819]
820
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago821[[package]]
822name = "chacha20"
823version = "0.10.1"
824source = "registry+https://github.com/rust-lang/crates.io-index"
825checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
826dependencies = [
827 "cfg-if",
828 "cpufeatures 0.3.0",
829 "rand_core 0.10.1",
830]
831
832[[package]]
833name = "chrono"
834version = "0.4.45"
835source = "registry+https://github.com/rust-lang/crates.io-index"
836checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
837dependencies = [
838 "iana-time-zone",
839 "num-traits",
840 "serde",
841 "windows-link",
842]
843
844[[package]]
845name = "cipher"
846version = "0.4.4"
847source = "registry+https://github.com/rust-lang/crates.io-index"
848checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
849dependencies = [
850 "crypto-common 0.1.6",
851 "inout",
852]
853
854[[package]]
855name = "clang-sys"
856version = "1.9.1"
857source = "registry+https://github.com/rust-lang/crates.io-index"
858checksum = "157a8ba7b480713b56f4c09fd13fc3e0a22a5dfab8097ba61cbc5feef950788a"
859dependencies = [
860 "glob",
861 "libc",
862 "libloading",
863]
864
865[[package]]
866name = "clap"
867version = "4.5.57"
868source = "registry+https://github.com/rust-lang/crates.io-index"
869checksum = "6899ea499e3fb9305a65d5ebf6e3d2248c5fab291f300ad0a704fbe142eae31a"
870dependencies = [
871 "clap_builder",
872 "clap_derive",
873]
874
875[[package]]
876name = "clap_builder"
877version = "4.5.57"
878source = "registry+https://github.com/rust-lang/crates.io-index"
879checksum = "7b12c8b680195a62a8364d16b8447b01b6c2c8f9aaf68bee653be34d4245e238"
880dependencies = [
881 "anstream 0.6.21",
882 "anstyle",
883 "clap_lex",
884 "strsim",
885]
886
887[[package]]
888name = "clap_derive"
889version = "4.5.55"
890source = "registry+https://github.com/rust-lang/crates.io-index"
891checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5"
892dependencies = [
893 "heck",
894 "proc-macro2",
895 "quote",
896 "syn 2.0.119",
897]
898
899[[package]]
900name = "clap_lex"
901version = "0.7.7"
902source = "registry+https://github.com/rust-lang/crates.io-index"
903checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
904
Bring vidya in cfd3e36 nandi 19d ago905[[package]]
906name = "clipboard-win"
907version = "5.4.1"
908source = "registry+https://github.com/rust-lang/crates.io-index"
909checksum = "bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4"
910dependencies = [
911 "error-code",
912]
913
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago914[[package]]
915name = "cmake"
916version = "0.1.58"
917source = "registry+https://github.com/rust-lang/crates.io-index"
918checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678"
919dependencies = [
920 "cc",
921]
922
923[[package]]
924name = "cmov"
925version = "0.5.4"
926source = "registry+https://github.com/rust-lang/crates.io-index"
927checksum = "0c9ea0ac24bc397ab3c98583a3c9ba74fa56b09a4449bbe172b9b1ddb016027a"
928
929[[package]]
930name = "cobs"
931version = "0.3.0"
932source = "registry+https://github.com/rust-lang/crates.io-index"
933checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
934dependencies = [
935 "thiserror 2.0.19",
936]
937
938[[package]]
939name = "colorchoice"
940version = "1.0.5"
941source = "registry+https://github.com/rust-lang/crates.io-index"
942checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
943
944[[package]]
945name = "colorutils-rs"
946version = "0.7.6"
947source = "registry+https://github.com/rust-lang/crates.io-index"
948checksum = "6e2fc25857fa523662de5cae84225b0e7bfb24a2a3f9ed8802fecf03df7252b1"
949dependencies = [
950 "erydanos",
951 "half",
952 "num-traits",
953 "rayon",
954]
955
956[[package]]
957name = "combine"
958version = "4.6.7"
959source = "registry+https://github.com/rust-lang/crates.io-index"
960checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
961dependencies = [
962 "bytes",
963 "memchr",
964]
965
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago966[[package]]
967name = "compression-codecs"
968version = "0.4.40"
969source = "registry+https://github.com/rust-lang/crates.io-index"
970checksum = "100590da849306918656ffbb22576bbdfc1382b50ad10d1d50ec177d3b205fb2"
971dependencies = [
972 "compression-core",
973 "flate2",
974 "memchr",
975]
976
977[[package]]
978name = "compression-core"
979version = "0.4.33"
980source = "registry+https://github.com/rust-lang/crates.io-index"
981checksum = "6e8ccc4ea9f6acc32d102c0f6d471d11d913ad15f20c04de743374861fa1d414"
982
Bring vidya in cfd3e36 nandi 19d ago983[[package]]
984name = "concurrent-queue"
985version = "2.5.0"
986source = "registry+https://github.com/rust-lang/crates.io-index"
987checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
988dependencies = [
989 "crossbeam-utils",
990]
991
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago992[[package]]
993name = "const-oid"
994version = "0.10.2"
995source = "registry+https://github.com/rust-lang/crates.io-index"
996checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c"
997
998[[package]]
999name = "constant_time_eq"
1000version = "0.4.2"
1001source = "registry+https://github.com/rust-lang/crates.io-index"
1002checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b"
1003
1004[[package]]
1005name = "convert_case"
1006version = "0.10.0"
1007source = "registry+https://github.com/rust-lang/crates.io-index"
1008checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
1009dependencies = [
1010 "unicode-segmentation",
1011]
1012
1013[[package]]
1014name = "cookie-factory"
1015version = "0.3.3"
1016source = "registry+https://github.com/rust-lang/crates.io-index"
1017checksum = "9885fa71e26b8ab7855e2ec7cae6e9b380edff76cd052e07c683a0319d51b3a2"
1018
1019[[package]]
1020name = "cordyceps"
1021version = "0.3.5"
1022source = "registry+https://github.com/rust-lang/crates.io-index"
1023checksum = "5b9ab7e0ca1d179628fa0172b2b97203c7fa0cd81be2448bd446fb9559ca9261"
1024dependencies = [
1025 "loom",
1026 "tracing",
1027]
1028
Bring vidya in cfd3e36 nandi 19d ago1029[[package]]
1030name = "core-foundation"
1031version = "0.9.4"
1032source = "registry+https://github.com/rust-lang/crates.io-index"
1033checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
1034dependencies = [
1035 "core-foundation-sys",
1036 "libc",
1037]
1038
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1039[[package]]
1040name = "core-foundation"
1041version = "0.10.1"
1042source = "registry+https://github.com/rust-lang/crates.io-index"
1043checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
1044dependencies = [
1045 "core-foundation-sys",
1046 "libc",
1047]
1048
1049[[package]]
1050name = "core-foundation-sys"
1051version = "0.8.7"
1052source = "registry+https://github.com/rust-lang/crates.io-index"
1053checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
1054
Bring vidya in cfd3e36 nandi 19d ago1055[[package]]
1056name = "core-graphics"
1057version = "0.23.2"
1058source = "registry+https://github.com/rust-lang/crates.io-index"
1059checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
1060dependencies = [
1061 "bitflags 1.3.2",
1062 "core-foundation 0.9.4",
1063 "core-graphics-types",
1064 "foreign-types",
1065 "libc",
1066]
1067
1068[[package]]
1069name = "core-graphics-types"
1070version = "0.1.3"
1071source = "registry+https://github.com/rust-lang/crates.io-index"
1072checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
1073dependencies = [
1074 "bitflags 1.3.2",
1075 "core-foundation 0.9.4",
1076 "libc",
1077]
1078
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1079[[package]]
1080name = "core_affinity"
1081version = "0.8.3"
1082source = "registry+https://github.com/rust-lang/crates.io-index"
1083checksum = "a034b3a7b624016c6e13f5df875747cc25f884156aad2abd12b6c46797971342"
1084dependencies = [
1085 "libc",
1086 "num_cpus",
1087 "winapi",
1088]
1089
1090[[package]]
1091name = "coreaudio-rs"
1092version = "0.14.2"
1093source = "registry+https://github.com/rust-lang/crates.io-index"
1094checksum = "7d5d7dca3ebcf65a035582c9ad4385371a9d9ee6537474d2a278f4e1e475bb58"
1095dependencies = [
1096 "bitflags 2.13.1",
1097 "libc",
1098 "objc2-audio-toolbox",
1099 "objc2-core-audio",
1100 "objc2-core-audio-types",
1101 "objc2-core-foundation",
1102]
1103
1104[[package]]
1105name = "cpal"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago1106version = "0.18.2"
1107source = "registry+https://github.com/rust-lang/crates.io-index"
1108checksum = "6f02e8d0327b42d3e2e4ab2119af397344eb9fc54a34bf0ddeaa1277af8681f1"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1109dependencies = [
1110 "alsa",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago1111 "block2 0.6.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1112 "coreaudio-rs",
1113 "dasp_sample",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago1114 "jni 0.22.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1115 "js-sys",
1116 "libc",
1117 "mach2",
1118 "ndk",
1119 "ndk-context",
1120 "num-derive",
1121 "num-traits",
Bring vidya in cfd3e36 nandi 19d ago1122 "objc2 0.6.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1123 "objc2-audio-toolbox",
1124 "objc2-avf-audio",
1125 "objc2-core-audio",
1126 "objc2-core-audio-types",
1127 "objc2-core-foundation",
Bring vidya in cfd3e36 nandi 19d ago1128 "objc2-foundation 0.3.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1129 "pipewire",
1130 "web-sys",
1131 "windows",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago1132 "windows-core",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1133]
1134
1135[[package]]
1136name = "cpufeatures"
1137version = "0.2.17"
1138source = "registry+https://github.com/rust-lang/crates.io-index"
1139checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
1140dependencies = [
1141 "libc",
1142]
1143
1144[[package]]
1145name = "cpufeatures"
1146version = "0.3.0"
1147source = "registry+https://github.com/rust-lang/crates.io-index"
1148checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
1149dependencies = [
1150 "libc",
1151]
1152
Bring vidya in cfd3e36 nandi 19d ago1153[[package]]
1154name = "crc32fast"
1155version = "1.5.1"
1156source = "registry+https://github.com/rust-lang/crates.io-index"
1157checksum = "8498c871161e1742aaa9d52551b2d6ebdd4c3d45a3be423e3728f33b955be550"
1158dependencies = [
1159 "cfg-if",
1160]
1161
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1162[[package]]
1163name = "critical-section"
1164version = "1.2.0"
1165source = "registry+https://github.com/rust-lang/crates.io-index"
1166checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
1167
1168[[package]]
1169name = "crossbeam-channel"
1170version = "0.5.16"
1171source = "registry+https://github.com/rust-lang/crates.io-index"
1172checksum = "d85363c37faeca707aef026efa9f3b34d077bce547e48f770770625c6013679e"
1173dependencies = [
1174 "crossbeam-utils",
1175]
1176
1177[[package]]
1178name = "crossbeam-deque"
1179version = "0.8.7"
1180source = "registry+https://github.com/rust-lang/crates.io-index"
1181checksum = "5181e0de7b61eb03a81e347d6dd8797bae9da5146707b51077e2d71a54ec0ceb"
1182dependencies = [
1183 "crossbeam-epoch",
1184 "crossbeam-utils",
1185]
1186
1187[[package]]
1188name = "crossbeam-epoch"
1189version = "0.9.20"
1190source = "registry+https://github.com/rust-lang/crates.io-index"
1191checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f"
1192dependencies = [
1193 "crossbeam-utils",
1194]
1195
1196[[package]]
1197name = "crossbeam-utils"
1198version = "0.8.22"
1199source = "registry+https://github.com/rust-lang/crates.io-index"
1200checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17"
1201
Paint the same tree into a terminal, for the machines with no window a7f6202 nandi 17d ago1202[[package]]
1203name = "crossterm"
1204version = "0.28.1"
1205source = "registry+https://github.com/rust-lang/crates.io-index"
1206checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6"
1207dependencies = [
1208 "bitflags 2.13.1",
1209 "mio",
1210 "parking_lot",
1211 "rustix 0.38.44",
1212 "signal-hook",
1213 "signal-hook-mio",
1214]
1215
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1216[[package]]
1217name = "crunchy"
1218version = "0.2.4"
1219source = "registry+https://github.com/rust-lang/crates.io-index"
1220checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
1221
1222[[package]]
1223name = "crypto-common"
1224version = "0.1.6"
1225source = "registry+https://github.com/rust-lang/crates.io-index"
1226checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
1227dependencies = [
1228 "generic-array",
1229 "typenum",
1230]
1231
1232[[package]]
1233name = "crypto-common"
1234version = "0.2.2"
1235source = "registry+https://github.com/rust-lang/crates.io-index"
1236checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453"
1237dependencies = [
1238 "hybrid-array",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago1239 "rand_core 0.10.1",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1240]
1241
1242[[package]]
1243name = "ctr"
1244version = "0.9.2"
1245source = "registry+https://github.com/rust-lang/crates.io-index"
1246checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
1247dependencies = [
1248 "cipher",
1249]
1250
1251[[package]]
1252name = "ctutils"
1253version = "0.4.2"
1254source = "registry+https://github.com/rust-lang/crates.io-index"
1255checksum = "7d5515a3834141de9eafb9717ad39eea8247b5674e6066c404e8c4b365d2a29e"
1256dependencies = [
1257 "cmov",
1258]
1259
Bring vidya in cfd3e36 nandi 19d ago1260[[package]]
1261name = "cursor-icon"
1262version = "1.2.0"
1263source = "registry+https://github.com/rust-lang/crates.io-index"
1264checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
1265
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1266[[package]]
1267name = "curve25519-dalek"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago1268version = "5.0.0"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1269source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago1270checksum = "b5eed333089e2e1c1ac8c6c0398e5e2497b4c9926ca6d0365ed1e099afa5bc23"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1271dependencies = [
1272 "cfg-if",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago1273 "cpufeatures 0.3.0",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1274 "curve25519-dalek-derive",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago1275 "digest 0.11.3",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1276 "fiat-crypto",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago1277 "rand_core 0.10.1",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1278 "rustc_version",
1279 "serde",
1280 "subtle",
1281 "zeroize",
1282]
1283
1284[[package]]
1285name = "curve25519-dalek-derive"
1286version = "0.1.1"
1287source = "registry+https://github.com/rust-lang/crates.io-index"
1288checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
1289dependencies = [
1290 "proc-macro2",
1291 "quote",
1292 "syn 2.0.119",
1293]
1294
1295[[package]]
1296name = "darling"
1297version = "0.23.0"
1298source = "registry+https://github.com/rust-lang/crates.io-index"
1299checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
1300dependencies = [
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago1301 "darling_core",
1302 "darling_macro",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1303]
1304
1305[[package]]
1306name = "darling_core"
1307version = "0.23.0"
1308source = "registry+https://github.com/rust-lang/crates.io-index"
1309checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
1310dependencies = [
1311 "ident_case",
1312 "proc-macro2",
1313 "quote",
1314 "strsim",
1315 "syn 2.0.119",
1316]
1317
1318[[package]]
1319name = "darling_macro"
1320version = "0.23.0"
1321source = "registry+https://github.com/rust-lang/crates.io-index"
1322checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
1323dependencies = [
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago1324 "darling_core",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1325 "quote",
1326 "syn 2.0.119",
1327]
1328
1329[[package]]
1330name = "dasp_sample"
1331version = "0.11.0"
1332source = "registry+https://github.com/rust-lang/crates.io-index"
1333checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
1334
1335[[package]]
1336name = "data-encoding"
1337version = "2.11.0"
1338source = "registry+https://github.com/rust-lang/crates.io-index"
1339checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8"
1340
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago1341[[package]]
1342name = "data-encoding-macro"
1343version = "0.1.20"
1344source = "registry+https://github.com/rust-lang/crates.io-index"
1345checksum = "3259c913752a86488b501ed8680446a5ed2d5aeac6e596cb23ba3800768ea32c"
1346dependencies = [
1347 "data-encoding",
1348 "data-encoding-macro-internal",
1349]
1350
1351[[package]]
1352name = "data-encoding-macro-internal"
1353version = "0.1.18"
1354source = "registry+https://github.com/rust-lang/crates.io-index"
1355checksum = "ccc2776f0c61eca1ca32528f85548abd1a4be8fb53d1b21c013e4f18da1e7090"
1356dependencies = [
1357 "data-encoding",
1358 "syn 2.0.119",
1359]
1360
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1361[[package]]
1362name = "defmt"
1363version = "1.1.1"
1364source = "registry+https://github.com/rust-lang/crates.io-index"
1365checksum = "e2953bfe4f93bbd20cc71198842756f77d161884c99ebbabc41d80231ded88d1"
1366dependencies = [
1367 "bitflags 1.3.2",
1368 "defmt-macros",
1369]
1370
1371[[package]]
1372name = "defmt-macros"
1373version = "1.1.1"
1374source = "registry+https://github.com/rust-lang/crates.io-index"
1375checksum = "bad9c72e7ca2137e0dc3813245a0d282fd6daad32fd800af018306a9169b5fe8"
1376dependencies = [
1377 "defmt-parser",
1378 "proc-macro2",
1379 "quote",
1380 "syn 2.0.119",
1381]
1382
1383[[package]]
1384name = "defmt-parser"
1385version = "1.0.0"
1386source = "registry+https://github.com/rust-lang/crates.io-index"
1387checksum = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e"
1388dependencies = [
1389 "thiserror 2.0.19",
1390]
1391
1392[[package]]
1393name = "der"
1394version = "0.8.1"
1395source = "registry+https://github.com/rust-lang/crates.io-index"
1396checksum = "a69dedd701da44b0536442edf09c81a64b0ab97a7a4a5e3d1971f00027cbc63d"
1397dependencies = [
1398 "const-oid",
1399 "pem-rfc7468",
1400 "zeroize",
1401]
1402
1403[[package]]
1404name = "der-parser"
1405version = "10.0.0"
1406source = "registry+https://github.com/rust-lang/crates.io-index"
1407checksum = "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6"
1408dependencies = [
1409 "asn1-rs",
1410 "displaydoc",
1411 "nom 7.1.3",
1412 "num-bigint",
1413 "num-traits",
1414 "rusticata-macros",
1415]
1416
1417[[package]]
1418name = "deranged"
1419version = "0.5.8"
1420source = "registry+https://github.com/rust-lang/crates.io-index"
1421checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
1422dependencies = [
1423 "serde_core",
1424]
1425
Bring vidya in cfd3e36 nandi 19d ago1426[[package]]
1427name = "derive_arbitrary"
1428version = "1.4.2"
1429source = "registry+https://github.com/rust-lang/crates.io-index"
1430checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
1431dependencies = [
1432 "proc-macro2",
1433 "quote",
1434 "syn 2.0.119",
1435]
1436
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1437[[package]]
1438name = "derive_more"
1439version = "2.1.1"
1440source = "registry+https://github.com/rust-lang/crates.io-index"
1441checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
1442dependencies = [
1443 "derive_more-impl",
1444]
1445
1446[[package]]
1447name = "derive_more-impl"
1448version = "2.1.1"
1449source = "registry+https://github.com/rust-lang/crates.io-index"
1450checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
1451dependencies = [
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago1452 "convert_case",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1453 "proc-macro2",
1454 "quote",
1455 "rustc_version",
1456 "syn 2.0.119",
1457 "unicode-xid",
1458]
1459
1460[[package]]
1461name = "diatomic-waker"
1462version = "0.2.3"
1463source = "registry+https://github.com/rust-lang/crates.io-index"
1464checksum = "ab03c107fafeb3ee9f5925686dbb7a73bc76e3932abb0d2b365cb64b169cf04c"
1465
1466[[package]]
1467name = "digest"
1468version = "0.10.7"
1469source = "registry+https://github.com/rust-lang/crates.io-index"
1470checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
1471dependencies = [
1472 "block-buffer 0.10.4",
1473 "crypto-common 0.1.6",
1474]
1475
1476[[package]]
1477name = "digest"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago1478version = "0.11.3"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1479source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago1480checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1481dependencies = [
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago1482 "block-buffer 0.12.1",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1483 "crypto-common 0.2.2",
1484]
1485
Bring vidya in cfd3e36 nandi 19d ago1486[[package]]
1487name = "dispatch"
1488version = "0.2.0"
1489source = "registry+https://github.com/rust-lang/crates.io-index"
1490checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
1491
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1492[[package]]
1493name = "dispatch2"
1494version = "0.3.1"
1495source = "registry+https://github.com/rust-lang/crates.io-index"
1496checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
1497dependencies = [
1498 "bitflags 2.13.1",
Bring vidya in cfd3e36 nandi 19d ago1499 "block2 0.6.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1500 "libc",
Bring vidya in cfd3e36 nandi 19d ago1501 "objc2 0.6.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1502]
1503
1504[[package]]
1505name = "displaydoc"
1506version = "0.2.7"
1507source = "registry+https://github.com/rust-lang/crates.io-index"
1508checksum = "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8"
1509dependencies = [
1510 "proc-macro2",
1511 "quote",
1512 "syn 3.0.3",
1513]
1514
Bring vidya in cfd3e36 nandi 19d ago1515[[package]]
1516name = "dlib"
1517version = "0.5.3"
1518source = "registry+https://github.com/rust-lang/crates.io-index"
1519checksum = "ab8ecd87370524b461f8557c119c405552c396ed91fc0a8eec68679eab26f94a"
1520dependencies = [
1521 "libloading",
1522]
1523
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1524[[package]]
1525name = "dlopen2"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago1526version = "0.8.2"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1527source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago1528checksum = "5e2c5bd4158e66d1e215c49b837e11d62f3267b30c92f1d171c4d3105e3dc4d4"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1529dependencies = [
1530 "libc",
1531 "once_cell",
1532 "winapi",
1533]
1534
Bring vidya in cfd3e36 nandi 19d ago1535[[package]]
1536name = "downcast-rs"
1537version = "1.2.1"
1538source = "registry+https://github.com/rust-lang/crates.io-index"
1539checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
1540
1541[[package]]
1542name = "dpi"
1543version = "0.1.2"
1544source = "registry+https://github.com/rust-lang/crates.io-index"
1545checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76"
1546
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1547[[package]]
1548name = "dunce"
1549version = "1.0.5"
1550source = "registry+https://github.com/rust-lang/crates.io-index"
1551checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
1552
1553[[package]]
1554name = "dyn-clone"
1555version = "1.0.20"
1556source = "registry+https://github.com/rust-lang/crates.io-index"
1557checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
1558
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago1559[[package]]
1560name = "ebml-iterable"
1561version = "0.6.3"
1562source = "registry+https://github.com/rust-lang/crates.io-index"
1563checksum = "7b5173ac3752f08b526a6991509615e1a345b221ec3c58c7633433e8c9582312"
1564dependencies = [
1565 "ebml-iterable-specification",
1566 "ebml-iterable-specification-derive",
1567 "futures",
1568]
1569
1570[[package]]
1571name = "ebml-iterable-specification"
1572version = "0.4.0"
1573source = "registry+https://github.com/rust-lang/crates.io-index"
1574checksum = "f56467af159a98735d44231f53eaa505e919e6003266f103b99649a93f106784"
1575
1576[[package]]
1577name = "ebml-iterable-specification-derive"
1578version = "0.4.0"
1579source = "registry+https://github.com/rust-lang/crates.io-index"
1580checksum = "b066b81018300fdce40f71c4db355a102699324af96fad28f25ab1b5f87de066"
1581dependencies = [
1582 "ebml-iterable-specification",
1583 "proc-macro2",
1584 "quote",
1585 "syn 1.0.109",
1586]
1587
Bring vidya in cfd3e36 nandi 19d ago1588[[package]]
1589name = "ecolor"
1590version = "0.31.1"
1591source = "registry+https://github.com/rust-lang/crates.io-index"
1592checksum = "bc4feb366740ded31a004a0e4452fbf84e80ef432ecf8314c485210229672fd1"
1593dependencies = [
1594 "bytemuck",
1595 "emath",
1596]
1597
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1598[[package]]
1599name = "ed25519"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago1600version = "3.0.0"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1601source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago1602checksum = "29fcf32e6c73d1079f83ab4d782de2d81620346a5f38c6237a86a22f8368980a"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1603dependencies = [
1604 "pkcs8",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago1605 "serdect",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1606 "signature",
1607]
1608
1609[[package]]
1610name = "ed25519-dalek"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago1611version = "3.0.0"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1612source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago1613checksum = "6ebaa1a2bf1290ab3bfe5a7b771d050ebffab2711c19a81691c683a5144a25de"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1614dependencies = [
1615 "curve25519-dalek",
1616 "ed25519",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago1617 "rand_core 0.10.1",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1618 "serde",
1619 "sha2",
1620 "signature",
1621 "subtle",
1622 "zeroize",
1623]
1624
Bring vidya in cfd3e36 nandi 19d ago1625[[package]]
1626name = "egui"
1627version = "0.31.1"
1628source = "registry+https://github.com/rust-lang/crates.io-index"
1629checksum = "25dd34cec49ab55d85ebf70139cb1ccd29c977ef6b6ba4fe85489d6877ee9ef3"
1630dependencies = [
1631 "ahash",
1632 "bitflags 2.13.1",
1633 "emath",
1634 "epaint",
1635 "log",
1636 "nohash-hasher",
1637 "profiling",
1638]
1639
1640[[package]]
1641name = "egui-winit"
1642version = "0.31.1"
1643source = "registry+https://github.com/rust-lang/crates.io-index"
1644checksum = "7d9dfbb78fe4eb9c3a39ad528b90ee5915c252e77bbab9d4ebc576541ab67e13"
1645dependencies = [
1646 "ahash",
1647 "arboard",
1648 "bytemuck",
1649 "egui",
1650 "log",
1651 "profiling",
1652 "raw-window-handle",
1653 "smithay-clipboard",
1654 "web-time",
1655 "webbrowser",
1656 "winit",
1657]
1658
1659[[package]]
1660name = "egui_glow"
1661version = "0.31.1"
1662source = "registry+https://github.com/rust-lang/crates.io-index"
1663checksum = "910906e3f042ea6d2378ec12a6fd07698e14ddae68aed2d819ffe944a73aab9e"
1664dependencies = [
1665 "ahash",
1666 "bytemuck",
1667 "egui",
1668 "glow",
1669 "log",
1670 "memoffset",
1671 "profiling",
1672 "wasm-bindgen",
1673 "web-sys",
1674]
1675
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1676[[package]]
1677name = "either"
1678version = "1.17.0"
1679source = "registry+https://github.com/rust-lang/crates.io-index"
1680checksum = "9e5e8f6c15a24b9a3ee5efec809ccd006d3b30e8b3bb63c39af737c7f87daa1d"
1681
Bring vidya in cfd3e36 nandi 19d ago1682[[package]]
1683name = "emath"
1684version = "0.31.1"
1685source = "registry+https://github.com/rust-lang/crates.io-index"
1686checksum = "9e4cadcff7a5353ba72b7fea76bf2122b5ebdbc68e8155aa56dfdea90083fe1b"
1687dependencies = [
1688 "bytemuck",
1689]
1690
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1691[[package]]
1692name = "embedded-io"
1693version = "0.4.0"
1694source = "registry+https://github.com/rust-lang/crates.io-index"
1695checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
1696
1697[[package]]
1698name = "embedded-io"
1699version = "0.6.1"
1700source = "registry+https://github.com/rust-lang/crates.io-index"
1701checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
1702
1703[[package]]
1704name = "encoding_rs"
1705version = "0.8.35"
1706source = "registry+https://github.com/rust-lang/crates.io-index"
1707checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
1708dependencies = [
1709 "cfg-if",
1710]
1711
1712[[package]]
1713name = "enum-assoc"
1714version = "1.3.0"
1715source = "registry+https://github.com/rust-lang/crates.io-index"
1716checksum = "3ed8956bd5c1f0415200516e78ff07ec9e16415ade83c056c230d7b7ea0d55b7"
1717dependencies = [
1718 "proc-macro2",
1719 "quote",
1720 "syn 2.0.119",
1721]
1722
1723[[package]]
1724name = "enumn"
1725version = "0.1.14"
1726source = "registry+https://github.com/rust-lang/crates.io-index"
1727checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38"
1728dependencies = [
1729 "proc-macro2",
1730 "quote",
1731 "syn 2.0.119",
1732]
1733
1734[[package]]
1735name = "env_filter"
1736version = "2.0.0"
1737source = "registry+https://github.com/rust-lang/crates.io-index"
1738checksum = "900d271a03799a1ee8d1ca9b19893b48ca674a9284fefcfb85f05e74ed314217"
1739dependencies = [
1740 "log",
1741 "regex",
1742]
1743
1744[[package]]
1745name = "env_logger"
1746version = "0.11.11"
1747source = "registry+https://github.com/rust-lang/crates.io-index"
1748checksum = "de671bd27a75a797dc9ae289ba1e77276e75e2026408aab65185384e2d5cd3f6"
1749dependencies = [
1750 "anstream 1.0.0",
1751 "anstyle",
1752 "env_filter",
1753 "jiff",
1754 "log",
1755]
1756
Bring vidya in cfd3e36 nandi 19d ago1757[[package]]
1758name = "epaint"
1759version = "0.31.1"
1760source = "registry+https://github.com/rust-lang/crates.io-index"
1761checksum = "41fcc0f5a7c613afd2dee5e4b30c3e6acafb8ad6f0edb06068811f708a67c562"
1762dependencies = [
1763 "ab_glyph",
1764 "ahash",
1765 "bytemuck",
1766 "ecolor",
1767 "emath",
1768 "epaint_default_fonts",
1769 "log",
1770 "nohash-hasher",
1771 "parking_lot",
1772 "profiling",
1773]
1774
1775[[package]]
1776name = "epaint_default_fonts"
1777version = "0.31.1"
1778source = "registry+https://github.com/rust-lang/crates.io-index"
1779checksum = "fc7e7a64c02cf7a5b51e745a9e45f60660a286f151c238b9d397b3e923f5082f"
1780
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1781[[package]]
1782name = "equivalent"
1783version = "1.0.2"
1784source = "registry+https://github.com/rust-lang/crates.io-index"
1785checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
1786
1787[[package]]
1788name = "errno"
1789version = "0.3.14"
1790source = "registry+https://github.com/rust-lang/crates.io-index"
1791checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1792dependencies = [
1793 "libc",
1794 "windows-sys 0.61.2",
1795]
1796
Bring vidya in cfd3e36 nandi 19d ago1797[[package]]
1798name = "error-code"
1799version = "3.4.0"
1800source = "registry+https://github.com/rust-lang/crates.io-index"
1801checksum = "0b5343afd4a8365a643ac588dab4cf234a190c7f6c88c9f6dd6ffe00837661b7"
1802
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1803[[package]]
1804name = "erydanos"
1805version = "0.2.18"
1806source = "registry+https://github.com/rust-lang/crates.io-index"
1807checksum = "8cbdc4987ed8e9ece64845393c2d53596b3a4ccbfb3948d799d58f6450e89fb1"
1808dependencies = [
1809 "num-traits",
1810]
1811
1812[[package]]
1813name = "extended"
1814version = "0.1.0"
1815source = "registry+https://github.com/rust-lang/crates.io-index"
1816checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
1817
1818[[package]]
1819name = "fast-interleave"
1820version = "0.1.3"
1821source = "registry+https://github.com/rust-lang/crates.io-index"
1822checksum = "a0a5ab837f0983c0a9210d7847931f64e3be67fcb0ab93d625f7845a0132c825"
1823
1824[[package]]
1825name = "fastbloom"
1826version = "0.17.0"
1827source = "registry+https://github.com/rust-lang/crates.io-index"
1828checksum = "ef975e30683b2d965054bb0a836f8973857c4ebf6acf274fe46617cd285060d8"
1829dependencies = [
1830 "foldhash",
1831 "libm",
1832 "portable-atomic",
1833 "siphasher",
1834]
1835
1836[[package]]
1837name = "fastrand"
1838version = "2.5.0"
1839source = "registry+https://github.com/rust-lang/crates.io-index"
1840checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
1841
Bring vidya in cfd3e36 nandi 19d ago1842[[package]]
1843name = "fax"
1844version = "0.2.7"
1845source = "registry+https://github.com/rust-lang/crates.io-index"
1846checksum = "caf1079563223d5d59d83c85886a56e586cfd5c1a26292e971a0fa266531ac5a"
1847
1848[[package]]
1849name = "fdeflate"
1850version = "0.3.7"
1851source = "registry+https://github.com/rust-lang/crates.io-index"
1852checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
1853dependencies = [
1854 "simd-adler32",
1855]
1856
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1857[[package]]
1858name = "fiat-crypto"
1859version = "0.3.0"
1860source = "registry+https://github.com/rust-lang/crates.io-index"
1861checksum = "64cd1e32ddd350061ae6edb1b082d7c54915b5c672c389143b9a63403a109f24"
1862
1863[[package]]
1864name = "find-msvc-tools"
1865version = "0.1.9"
1866source = "registry+https://github.com/rust-lang/crates.io-index"
1867checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
1868
1869[[package]]
1870name = "fixed-resample"
1871version = "0.9.2"
1872source = "registry+https://github.com/rust-lang/crates.io-index"
1873checksum = "3e548b80c8a294b230847d73ae8e53d1b2d5b407a1a9ec51c9698a761c4610b1"
1874dependencies = [
1875 "arrayvec",
1876 "fast-interleave",
1877 "ringbuf",
1878 "rubato 0.16.2",
1879]
1880
1881[[package]]
1882name = "fixedbitset"
1883version = "0.4.2"
1884source = "registry+https://github.com/rust-lang/crates.io-index"
1885checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
1886
1887[[package]]
1888name = "fixedbitset"
1889version = "0.5.7"
1890source = "registry+https://github.com/rust-lang/crates.io-index"
1891checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
1892
Bring vidya in cfd3e36 nandi 19d ago1893[[package]]
1894name = "flate2"
1895version = "1.1.10"
1896source = "registry+https://github.com/rust-lang/crates.io-index"
1897checksum = "6e634e2e0ebac1ee034020da1ca582e17ffe4e0f5e985823721e168928136dcb"
1898dependencies = [
1899 "crc32fast",
1900 "miniz_oxide 0.9.1",
1901 "zlib-rs",
1902]
1903
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1904[[package]]
1905name = "fnv"
1906version = "1.0.7"
1907source = "registry+https://github.com/rust-lang/crates.io-index"
1908checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1909
1910[[package]]
1911name = "foldhash"
1912version = "0.2.0"
1913source = "registry+https://github.com/rust-lang/crates.io-index"
1914checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
1915
Bring vidya in cfd3e36 nandi 19d ago1916[[package]]
1917name = "foreign-types"
1918version = "0.5.0"
1919source = "registry+https://github.com/rust-lang/crates.io-index"
1920checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
1921dependencies = [
1922 "foreign-types-macros",
1923 "foreign-types-shared",
1924]
1925
1926[[package]]
1927name = "foreign-types-macros"
1928version = "0.2.4"
1929source = "registry+https://github.com/rust-lang/crates.io-index"
1930checksum = "ea5190182e6915eb873ddbc16e23b711b6eb1f9c00a0d0a3a91b5f6228475225"
1931dependencies = [
1932 "proc-macro2",
1933 "quote",
1934 "syn 3.0.3",
1935]
1936
1937[[package]]
1938name = "foreign-types-shared"
1939version = "0.3.1"
1940source = "registry+https://github.com/rust-lang/crates.io-index"
1941checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
1942
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1943[[package]]
1944name = "form_urlencoded"
1945version = "1.2.2"
1946source = "registry+https://github.com/rust-lang/crates.io-index"
1947checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
1948dependencies = [
1949 "percent-encoding",
1950]
1951
1952[[package]]
1953name = "fs_extra"
1954version = "1.3.0"
1955source = "registry+https://github.com/rust-lang/crates.io-index"
1956checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
1957
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago1958[[package]]
1959name = "fsevent-sys"
1960version = "4.1.0"
1961source = "registry+https://github.com/rust-lang/crates.io-index"
1962checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
1963dependencies = [
1964 "libc",
1965]
1966
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1967[[package]]
1968name = "futures"
1969version = "0.3.33"
1970source = "registry+https://github.com/rust-lang/crates.io-index"
1971checksum = "a88cf1f829d945f548cf8fec32c61b1f202b6d93b45848602fc02af4b12ad218"
1972dependencies = [
1973 "futures-channel",
1974 "futures-core",
1975 "futures-executor",
1976 "futures-io",
1977 "futures-sink",
1978 "futures-task",
1979 "futures-util",
1980]
1981
1982[[package]]
1983name = "futures-buffered"
1984version = "0.2.13"
1985source = "registry+https://github.com/rust-lang/crates.io-index"
1986checksum = "4421cb78ee172b6b06080093479d3c50f058e7c81b7d577bbb8d118d551d4cd5"
1987dependencies = [
1988 "cordyceps",
1989 "diatomic-waker",
1990 "futures-core",
1991 "pin-project-lite",
1992 "spin 0.10.1",
1993]
1994
1995[[package]]
1996name = "futures-channel"
1997version = "0.3.33"
1998source = "registry+https://github.com/rust-lang/crates.io-index"
1999checksum = "262590f4fe6afeb0bc83be1daa64e52657fe185690a958af7f3ad0e92085c5ae"
2000dependencies = [
2001 "futures-core",
2002 "futures-sink",
2003]
2004
2005[[package]]
2006name = "futures-concurrency"
2007version = "7.7.1"
2008source = "registry+https://github.com/rust-lang/crates.io-index"
2009checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
2010dependencies = [
2011 "fixedbitset 0.5.7",
2012 "futures-core",
2013 "futures-lite",
2014 "pin-project",
2015 "smallvec",
2016]
2017
2018[[package]]
2019name = "futures-core"
2020version = "0.3.33"
2021source = "registry+https://github.com/rust-lang/crates.io-index"
2022checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7"
2023
2024[[package]]
2025name = "futures-executor"
2026version = "0.3.33"
2027source = "registry+https://github.com/rust-lang/crates.io-index"
2028checksum = "6754879cc9f2c66f88c6e5c35344bb0bdb0708b0352b1201815667c7eabc7458"
2029dependencies = [
2030 "futures-core",
2031 "futures-task",
2032 "futures-util",
2033]
2034
2035[[package]]
2036name = "futures-io"
2037version = "0.3.33"
2038source = "registry+https://github.com/rust-lang/crates.io-index"
2039checksum = "4577ecaa3c4f96589d473f679a71b596316f6641bc350038b962a5daf0085d7a"
2040
2041[[package]]
2042name = "futures-lite"
2043version = "2.6.1"
2044source = "registry+https://github.com/rust-lang/crates.io-index"
2045checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
2046dependencies = [
2047 "fastrand",
2048 "futures-core",
2049 "futures-io",
2050 "parking",
2051 "pin-project-lite",
2052]
2053
2054[[package]]
2055name = "futures-macro"
2056version = "0.3.33"
2057source = "registry+https://github.com/rust-lang/crates.io-index"
2058checksum = "2d6d3cde68c518367be28956066ddfef33813991b77a55005a69dae04bf3b10b"
2059dependencies = [
2060 "proc-macro2",
2061 "quote",
2062 "syn 2.0.119",
2063]
2064
2065[[package]]
2066name = "futures-sink"
2067version = "0.3.33"
2068source = "registry+https://github.com/rust-lang/crates.io-index"
2069checksum = "e34418ac499d6305c2fb5ad0ed2f6ac998c5f8ca209b4510f7f94242c647e307"
2070
2071[[package]]
2072name = "futures-task"
2073version = "0.3.33"
2074source = "registry+https://github.com/rust-lang/crates.io-index"
2075checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109"
2076
2077[[package]]
2078name = "futures-util"
2079version = "0.3.33"
2080source = "registry+https://github.com/rust-lang/crates.io-index"
2081checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa"
2082dependencies = [
2083 "futures-channel",
2084 "futures-core",
2085 "futures-io",
2086 "futures-macro",
2087 "futures-sink",
2088 "futures-task",
2089 "memchr",
2090 "pin-project-lite",
2091 "slab",
2092]
2093
2094[[package]]
2095name = "generator"
2096version = "0.8.9"
2097source = "registry+https://github.com/rust-lang/crates.io-index"
2098checksum = "b3b854b0e584ead1a33f18b2fcad7cf7be18b3875c78816b753639aa501513ae"
2099dependencies = [
2100 "cc",
2101 "cfg-if",
2102 "libc",
2103 "log",
2104 "rustversion",
2105 "windows-link",
2106 "windows-result",
2107]
2108
2109[[package]]
2110name = "generic-array"
2111version = "0.14.9"
2112source = "registry+https://github.com/rust-lang/crates.io-index"
2113checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
2114dependencies = [
2115 "typenum",
2116 "version_check",
2117]
2118
Bring vidya in cfd3e36 nandi 19d ago2119[[package]]
2120name = "gethostname"
2121version = "1.1.0"
2122source = "registry+https://github.com/rust-lang/crates.io-index"
2123checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
2124dependencies = [
2125 "rustix 1.1.4",
2126 "windows-link",
2127]
2128
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2129[[package]]
2130name = "getrandom"
2131version = "0.2.17"
2132source = "registry+https://github.com/rust-lang/crates.io-index"
2133checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
2134dependencies = [
2135 "cfg-if",
2136 "js-sys",
2137 "libc",
2138 "wasi",
2139 "wasm-bindgen",
2140]
2141
2142[[package]]
2143name = "getrandom"
2144version = "0.3.4"
2145source = "registry+https://github.com/rust-lang/crates.io-index"
2146checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
2147dependencies = [
2148 "cfg-if",
2149 "libc",
2150 "r-efi 5.3.0",
2151 "wasip2",
2152]
2153
2154[[package]]
2155name = "getrandom"
2156version = "0.4.3"
2157source = "registry+https://github.com/rust-lang/crates.io-index"
2158checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
2159dependencies = [
2160 "cfg-if",
2161 "js-sys",
2162 "libc",
2163 "r-efi 6.0.0",
2164 "rand_core 0.10.1",
2165 "wasm-bindgen",
2166]
2167
2168[[package]]
2169name = "ghash"
2170version = "0.5.1"
2171source = "registry+https://github.com/rust-lang/crates.io-index"
2172checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1"
2173dependencies = [
2174 "opaque-debug",
2175 "polyval",
2176]
2177
2178[[package]]
2179name = "gimli"
2180version = "0.32.3"
2181source = "registry+https://github.com/rust-lang/crates.io-index"
2182checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
2183
Bring vidya in cfd3e36 nandi 19d ago2184[[package]]
2185name = "gl_generator"
2186version = "0.14.0"
2187source = "registry+https://github.com/rust-lang/crates.io-index"
2188checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
2189dependencies = [
2190 "khronos_api",
2191 "log",
2192 "xml-rs",
2193]
2194
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2195[[package]]
2196name = "glob"
2197version = "0.3.4"
2198source = "registry+https://github.com/rust-lang/crates.io-index"
2199checksum = "e4eba85ea1d0a966a983acd07deee566e67395d2d96b6fb39e62b5a833f1eb0b"
2200
2201[[package]]
2202name = "gloo-timers"
2203version = "0.3.0"
2204source = "registry+https://github.com/rust-lang/crates.io-index"
2205checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
2206dependencies = [
2207 "futures-channel",
2208 "futures-core",
2209 "js-sys",
2210 "wasm-bindgen",
2211]
2212
Bring vidya in cfd3e36 nandi 19d ago2213[[package]]
2214name = "glow"
2215version = "0.16.0"
2216source = "registry+https://github.com/rust-lang/crates.io-index"
2217checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08"
2218dependencies = [
2219 "js-sys",
2220 "slotmap",
2221 "wasm-bindgen",
2222 "web-sys",
2223]
2224
2225[[package]]
2226name = "glutin"
2227version = "0.32.3"
2228source = "registry+https://github.com/rust-lang/crates.io-index"
2229checksum = "12124de845cacfebedff80e877bb37b5b75c34c5a4c89e47e1cdd67fb6041325"
2230dependencies = [
2231 "bitflags 2.13.1",
2232 "cfg_aliases 0.2.2",
2233 "cgl",
2234 "dispatch2",
2235 "glutin_egl_sys",
2236 "glutin_glx_sys",
2237 "glutin_wgl_sys",
2238 "libloading",
2239 "objc2 0.6.4",
2240 "objc2-app-kit 0.3.2",
2241 "objc2-core-foundation",
2242 "objc2-foundation 0.3.2",
2243 "once_cell",
2244 "raw-window-handle",
2245 "wayland-sys",
2246 "windows-sys 0.52.0",
2247 "x11-dl",
2248]
2249
2250[[package]]
2251name = "glutin-winit"
2252version = "0.5.0"
2253source = "registry+https://github.com/rust-lang/crates.io-index"
2254checksum = "85edca7075f8fc728f28cb8fbb111a96c3b89e930574369e3e9c27eb75d3788f"
2255dependencies = [
2256 "cfg_aliases 0.2.2",
2257 "glutin",
2258 "raw-window-handle",
2259 "winit",
2260]
2261
2262[[package]]
2263name = "glutin_egl_sys"
2264version = "0.7.1"
2265source = "registry+https://github.com/rust-lang/crates.io-index"
2266checksum = "4c4680ba6195f424febdc3ba46e7a42a0e58743f2edb115297b86d7f8ecc02d2"
2267dependencies = [
2268 "gl_generator",
2269 "windows-sys 0.52.0",
2270]
2271
2272[[package]]
2273name = "glutin_glx_sys"
2274version = "0.6.1"
2275source = "registry+https://github.com/rust-lang/crates.io-index"
2276checksum = "8a7bb2938045a88b612499fbcba375a77198e01306f52272e692f8c1f3751185"
2277dependencies = [
2278 "gl_generator",
2279 "x11-dl",
2280]
2281
2282[[package]]
2283name = "glutin_wgl_sys"
2284version = "0.6.1"
2285source = "registry+https://github.com/rust-lang/crates.io-index"
2286checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
2287dependencies = [
2288 "gl_generator",
2289]
2290
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2291[[package]]
2292name = "h2"
2293version = "0.4.15"
2294source = "registry+https://github.com/rust-lang/crates.io-index"
2295checksum = "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155"
2296dependencies = [
2297 "atomic-waker",
2298 "bytes",
2299 "fnv",
2300 "futures-core",
2301 "futures-sink",
2302 "http",
2303 "indexmap 2.14.0",
2304 "slab",
2305 "tokio",
2306 "tokio-util",
2307 "tracing",
2308]
2309
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago2310[[package]]
2311name = "h264-parser"
2312version = "0.4.1"
2313source = "registry+https://github.com/rust-lang/crates.io-index"
2314checksum = "253b313319f7109de64e480ffb606f89475cd758bae82e096e00c5d95341d30e"
2315
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2316[[package]]
2317name = "half"
2318version = "2.7.1"
2319source = "registry+https://github.com/rust-lang/crates.io-index"
2320checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
2321dependencies = [
2322 "cfg-if",
2323 "crunchy",
2324 "zerocopy",
2325]
2326
2327[[package]]
2328name = "hang"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago2329version = "0.19.5"
2330source = "registry+https://github.com/rust-lang/crates.io-index"
2331checksum = "7e5b6a314aa44f88d1342e1b259ddaa78b22f723b9548d80b695407fa4fd0f1b"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2332dependencies = [
2333 "bytes",
2334 "derive_more",
2335 "hex",
2336 "lazy_static",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago2337 "moq-net",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2338 "regex",
2339 "serde",
2340 "serde_json",
2341 "serde_with",
2342 "thiserror 2.0.19",
2343 "url",
2344]
2345
2346[[package]]
2347name = "hash32"
2348version = "0.2.1"
2349source = "registry+https://github.com/rust-lang/crates.io-index"
2350checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
2351dependencies = [
2352 "byteorder",
2353]
2354
2355[[package]]
2356name = "hashbrown"
2357version = "0.12.3"
2358source = "registry+https://github.com/rust-lang/crates.io-index"
2359checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2360
2361[[package]]
2362name = "hashbrown"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago2363version = "0.17.1"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2364source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago2365checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2366dependencies = [
2367 "allocator-api2",
2368 "equivalent",
2369 "foldhash",
2370]
2371
2372[[package]]
2373name = "heapless"
2374version = "0.7.17"
2375source = "registry+https://github.com/rust-lang/crates.io-index"
2376checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f"
2377dependencies = [
2378 "atomic-polyfill",
2379 "hash32",
2380 "rustc_version",
2381 "serde",
2382 "spin 0.9.9",
2383 "stable_deref_trait",
2384]
2385
2386[[package]]
2387name = "heck"
2388version = "0.5.0"
2389source = "registry+https://github.com/rust-lang/crates.io-index"
2390checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2391
2392[[package]]
2393name = "hermit-abi"
2394version = "0.5.2"
2395source = "registry+https://github.com/rust-lang/crates.io-index"
2396checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
2397
2398[[package]]
2399name = "hex"
2400version = "0.4.3"
2401source = "registry+https://github.com/rust-lang/crates.io-index"
2402checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2403
2404[[package]]
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago2405name = "hickory-net"
2406version = "0.26.2"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2407source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago2408checksum = "084e7bd6a377435d568f652153e571b50970d7ccc1d1eeec0519f834632287e1"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2409dependencies = [
2410 "async-trait",
2411 "bytes",
2412 "cfg-if",
2413 "data-encoding",
2414 "futures-channel",
2415 "futures-io",
2416 "futures-util",
2417 "h2",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago2418 "hickory-proto",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2419 "http",
2420 "idna",
2421 "ipnet",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago2422 "jni 0.22.4",
2423 "rand 0.10.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2424 "rustls",
2425 "thiserror 2.0.19",
2426 "tinyvec",
2427 "tokio",
2428 "tokio-rustls",
2429 "tracing",
2430 "url",
2431]
2432
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago2433[[package]]
2434name = "hickory-proto"
2435version = "0.26.2"
2436source = "registry+https://github.com/rust-lang/crates.io-index"
2437checksum = "7e2da0694c15b44c6f68a6b05e0233617008c54080e31d6eb848d858a9c5b38d"
2438dependencies = [
2439 "data-encoding",
2440 "idna",
2441 "ipnet",
2442 "jni 0.22.4",
2443 "once_cell",
2444 "prefix-trie",
2445 "rand 0.10.2",
2446 "ring",
2447 "thiserror 2.0.19",
2448 "tinyvec",
2449 "tracing",
2450 "url",
2451]
2452
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2453[[package]]
2454name = "hickory-resolver"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago2455version = "0.26.2"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2456source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago2457checksum = "0e4f9f4603319422d482738f3f6fe5aac03157fdbfed1cd85a3ff45adb09072f"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2458dependencies = [
2459 "cfg-if",
2460 "futures-util",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago2461 "hickory-net",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2462 "hickory-proto",
2463 "ipconfig",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago2464 "ipnet",
2465 "jni 0.22.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2466 "moka",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago2467 "ndk-context",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2468 "once_cell",
2469 "parking_lot",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago2470 "rand 0.10.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2471 "resolv-conf",
2472 "rustls",
2473 "smallvec",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago2474 "system-configuration",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2475 "thiserror 2.0.19",
2476 "tokio",
2477 "tokio-rustls",
2478 "tracing",
2479]
2480
2481[[package]]
2482name = "http"
2483version = "1.5.0"
2484source = "registry+https://github.com/rust-lang/crates.io-index"
2485checksum = "918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0"
2486dependencies = [
2487 "bytes",
2488 "itoa",
2489]
2490
2491[[package]]
2492name = "http-body"
2493version = "1.1.0"
2494source = "registry+https://github.com/rust-lang/crates.io-index"
2495checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c"
2496dependencies = [
2497 "bytes",
2498 "http",
2499]
2500
2501[[package]]
2502name = "http-body-util"
2503version = "0.1.4"
2504source = "registry+https://github.com/rust-lang/crates.io-index"
2505checksum = "e9f41fd6a08e4d4ec69df65976da761afd5ad5e58a9d4acb46bd1c953a9e3ff2"
2506dependencies = [
2507 "bytes",
2508 "futures-core",
2509 "http",
2510 "http-body",
2511 "pin-project-lite",
2512]
2513
2514[[package]]
2515name = "httparse"
2516version = "1.10.1"
2517source = "registry+https://github.com/rust-lang/crates.io-index"
2518checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
2519
2520[[package]]
2521name = "httpdate"
2522version = "1.0.3"
2523source = "registry+https://github.com/rust-lang/crates.io-index"
2524checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2525
2526[[package]]
2527name = "humantime"
2528version = "2.4.0"
2529source = "registry+https://github.com/rust-lang/crates.io-index"
2530checksum = "15cdd26707701c53297e2fa6afb323d55fbc1d0810c3aec078ae3ef0424c3c15"
2531
2532[[package]]
2533name = "humantime-serde"
2534version = "1.1.1"
2535source = "registry+https://github.com/rust-lang/crates.io-index"
2536checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c"
2537dependencies = [
2538 "humantime",
2539 "serde",
2540]
2541
2542[[package]]
2543name = "hybrid-array"
2544version = "0.4.13"
2545source = "registry+https://github.com/rust-lang/crates.io-index"
2546checksum = "818356c5132c1fede50f837ca96afbe78ff42413047f4abb886217845e1b6c8c"
2547dependencies = [
2548 "typenum",
2549]
2550
2551[[package]]
2552name = "hyper"
2553version = "1.11.0"
2554source = "registry+https://github.com/rust-lang/crates.io-index"
2555checksum = "d22053281f852e11534f5198498373cbb59295120a20771d90f7ed1897490a72"
2556dependencies = [
2557 "atomic-waker",
2558 "bytes",
2559 "futures-channel",
2560 "futures-core",
2561 "h2",
2562 "http",
2563 "http-body",
2564 "httparse",
2565 "httpdate",
2566 "itoa",
2567 "pin-project-lite",
2568 "smallvec",
2569 "tokio",
2570 "want",
2571]
2572
2573[[package]]
2574name = "hyper-rustls"
2575version = "0.27.9"
2576source = "registry+https://github.com/rust-lang/crates.io-index"
2577checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
2578dependencies = [
2579 "http",
2580 "hyper",
2581 "hyper-util",
2582 "rustls",
2583 "tokio",
2584 "tokio-rustls",
2585 "tower-service",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago2586 "webpki-roots",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2587]
2588
2589[[package]]
2590name = "hyper-util"
2591version = "0.1.20"
2592source = "registry+https://github.com/rust-lang/crates.io-index"
2593checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
2594dependencies = [
2595 "base64",
2596 "bytes",
2597 "futures-channel",
2598 "futures-util",
2599 "http",
2600 "http-body",
2601 "hyper",
2602 "ipnet",
2603 "libc",
2604 "percent-encoding",
2605 "pin-project-lite",
2606 "socket2",
2607 "tokio",
2608 "tower-service",
2609 "tracing",
2610]
2611
2612[[package]]
2613name = "iana-time-zone"
2614version = "0.1.65"
2615source = "registry+https://github.com/rust-lang/crates.io-index"
2616checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
2617dependencies = [
2618 "android_system_properties",
2619 "core-foundation-sys",
2620 "iana-time-zone-haiku",
2621 "js-sys",
2622 "log",
2623 "wasm-bindgen",
2624 "windows-core",
2625]
2626
2627[[package]]
2628name = "iana-time-zone-haiku"
2629version = "0.1.2"
2630source = "registry+https://github.com/rust-lang/crates.io-index"
2631checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2632dependencies = [
2633 "cc",
2634]
2635
2636[[package]]
2637name = "icu_collections"
2638version = "2.2.0"
2639source = "registry+https://github.com/rust-lang/crates.io-index"
2640checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
2641dependencies = [
2642 "displaydoc",
2643 "potential_utf",
2644 "utf8_iter",
2645 "yoke",
2646 "zerofrom",
2647 "zerovec",
2648]
2649
2650[[package]]
2651name = "icu_locale_core"
2652version = "2.2.0"
2653source = "registry+https://github.com/rust-lang/crates.io-index"
2654checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
2655dependencies = [
2656 "displaydoc",
2657 "litemap",
2658 "tinystr",
2659 "writeable",
2660 "zerovec",
2661]
2662
2663[[package]]
2664name = "icu_normalizer"
2665version = "2.2.0"
2666source = "registry+https://github.com/rust-lang/crates.io-index"
2667checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
2668dependencies = [
2669 "icu_collections",
2670 "icu_normalizer_data",
2671 "icu_properties",
2672 "icu_provider",
2673 "smallvec",
2674 "zerovec",
2675]
2676
2677[[package]]
2678name = "icu_normalizer_data"
2679version = "2.2.0"
2680source = "registry+https://github.com/rust-lang/crates.io-index"
2681checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
2682
2683[[package]]
2684name = "icu_properties"
2685version = "2.2.0"
2686source = "registry+https://github.com/rust-lang/crates.io-index"
2687checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
2688dependencies = [
2689 "icu_collections",
2690 "icu_locale_core",
2691 "icu_properties_data",
2692 "icu_provider",
2693 "zerotrie",
2694 "zerovec",
2695]
2696
2697[[package]]
2698name = "icu_properties_data"
2699version = "2.2.0"
2700source = "registry+https://github.com/rust-lang/crates.io-index"
2701checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
2702
2703[[package]]
2704name = "icu_provider"
2705version = "2.2.0"
2706source = "registry+https://github.com/rust-lang/crates.io-index"
2707checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
2708dependencies = [
2709 "displaydoc",
2710 "icu_locale_core",
2711 "writeable",
2712 "yoke",
2713 "zerofrom",
2714 "zerotrie",
2715 "zerovec",
2716]
2717
2718[[package]]
2719name = "ident_case"
2720version = "1.0.1"
2721source = "registry+https://github.com/rust-lang/crates.io-index"
2722checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2723
2724[[package]]
2725name = "identity-hash"
2726version = "0.1.0"
2727source = "registry+https://github.com/rust-lang/crates.io-index"
2728checksum = "dfdd7caa900436d8f13b2346fe10257e0c05c1f1f9e351f4f5d57c03bd5f45da"
2729
2730[[package]]
2731name = "idna"
2732version = "1.1.0"
2733source = "registry+https://github.com/rust-lang/crates.io-index"
2734checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
2735dependencies = [
2736 "idna_adapter",
2737 "smallvec",
2738 "utf8_iter",
2739]
2740
2741[[package]]
2742name = "idna_adapter"
2743version = "1.2.2"
2744source = "registry+https://github.com/rust-lang/crates.io-index"
2745checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
2746dependencies = [
2747 "icu_normalizer",
2748 "icu_properties",
2749]
2750
2751[[package]]
2752name = "igd-next"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago2753version = "0.17.1"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2754source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago2755checksum = "de7238d487a9aff61f81b5ab41c0a841532a115a398b5fa92a2fadd0885e2581"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2756dependencies = [
2757 "attohttpc",
2758 "bytes",
2759 "futures",
2760 "http",
2761 "http-body-util",
2762 "hyper",
2763 "hyper-util",
2764 "log",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago2765 "rand 0.10.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2766 "tokio",
2767 "url",
2768 "xmltree",
2769]
2770
2771[[package]]
2772name = "image"
2773version = "0.25.10"
2774source = "registry+https://github.com/rust-lang/crates.io-index"
2775checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104"
2776dependencies = [
2777 "bytemuck",
2778 "byteorder-lite",
2779 "moxcms",
2780 "num-traits",
Bring vidya in cfd3e36 nandi 19d ago2781 "png 0.18.1",
2782 "tiff",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2783 "zune-core",
2784 "zune-jpeg",
2785]
2786
2787[[package]]
2788name = "indexmap"
2789version = "1.9.3"
2790source = "registry+https://github.com/rust-lang/crates.io-index"
2791checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2792dependencies = [
2793 "autocfg",
2794 "hashbrown 0.12.3",
2795 "serde",
2796]
2797
2798[[package]]
2799name = "indexmap"
2800version = "2.14.0"
2801source = "registry+https://github.com/rust-lang/crates.io-index"
2802checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
2803dependencies = [
2804 "equivalent",
2805 "hashbrown 0.17.1",
2806 "serde",
2807 "serde_core",
2808]
2809
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago2810[[package]]
2811name = "inotify"
2812version = "0.11.5"
2813source = "registry+https://github.com/rust-lang/crates.io-index"
2814checksum = "4cc00ea907cab49550b7da656f80ebb97be1b997d931fbcd28d39734e17ce592"
2815dependencies = [
2816 "bitflags 2.13.1",
2817 "inotify-sys",
2818 "libc",
2819]
2820
2821[[package]]
2822name = "inotify-sys"
2823version = "0.1.8"
2824source = "registry+https://github.com/rust-lang/crates.io-index"
2825checksum = "c033f80b2c113cdf91ab7a33faa9cbc014726dcad99880c8609af2a370edf37d"
2826dependencies = [
2827 "libc",
2828]
2829
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2830[[package]]
2831name = "inout"
2832version = "0.1.4"
2833source = "registry+https://github.com/rust-lang/crates.io-index"
2834checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
2835dependencies = [
2836 "generic-array",
2837]
2838
2839[[package]]
2840name = "ipconfig"
2841version = "0.3.4"
2842source = "registry+https://github.com/rust-lang/crates.io-index"
2843checksum = "4d40460c0ce33d6ce4b0630ad68ff63d6661961c48b6dba35e5a4d81cfb48222"
2844dependencies = [
2845 "socket2",
2846 "widestring",
2847 "windows-registry",
2848 "windows-result",
2849 "windows-sys 0.61.2",
2850]
2851
2852[[package]]
2853name = "ipnet"
2854version = "2.12.0"
2855source = "registry+https://github.com/rust-lang/crates.io-index"
2856checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago2857dependencies = [
2858 "serde",
2859]
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2860
2861[[package]]
2862name = "iroh"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago2863version = "1.1.0"
2864source = "registry+https://github.com/rust-lang/crates.io-index"
2865checksum = "329552fad4e46b5ccb4439d5635216f6289eec2c46f3fde4bc732d762694b9e5"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2866dependencies = [
2867 "backon",
2868 "blake3",
2869 "bytes",
2870 "cfg_aliases 0.2.2",
2871 "ctutils",
2872 "data-encoding",
2873 "derive_more",
2874 "ed25519-dalek",
2875 "futures-util",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago2876 "getrandom 0.4.3",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2877 "hickory-resolver",
2878 "http",
2879 "ipnet",
2880 "iroh-base",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago2881 "iroh-dns",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2882 "iroh-metrics",
2883 "iroh-relay",
2884 "n0-error",
2885 "n0-future",
2886 "n0-watcher",
2887 "netwatch",
2888 "noq",
2889 "noq-proto",
2890 "noq-udp",
2891 "papaya",
2892 "pin-project",
2893 "portable-atomic",
2894 "portmapper",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago2895 "rand 0.10.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2896 "reqwest 0.13.4",
2897 "rustc-hash 2.1.3",
2898 "rustls",
2899 "rustls-pki-types",
2900 "serde",
2901 "smallvec",
2902 "strum",
2903 "time",
2904 "tokio",
2905 "tokio-stream",
2906 "tokio-util",
2907 "tracing",
2908 "url",
2909 "wasm-bindgen-futures",
2910]
2911
2912[[package]]
2913name = "iroh-base"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago2914version = "1.1.0"
2915source = "registry+https://github.com/rust-lang/crates.io-index"
2916checksum = "3ccf4cde68a02ef03c0095ab2c031c6adfe508f3bc8e7c258558a027ebe64a8e"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2917dependencies = [
2918 "curve25519-dalek",
2919 "data-encoding",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago2920 "data-encoding-macro",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2921 "derive_more",
2922 "ed25519-dalek",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago2923 "getrandom 0.4.3",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2924 "n0-error",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago2925 "rand 0.10.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2926 "serde",
2927 "url",
2928 "zeroize",
2929]
2930
2931[[package]]
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago2932name = "iroh-dns"
2933version = "1.1.0"
2934source = "registry+https://github.com/rust-lang/crates.io-index"
2935checksum = "9a41224eb0140a5c519935d4073fc6b236d174080be401f9bf7da126b2ee3aa4"
2936dependencies = [
2937 "arc-swap",
2938 "cfg_aliases 0.2.2",
2939 "derive_more",
2940 "hickory-resolver",
2941 "iroh-base",
2942 "n0-error",
2943 "n0-future",
2944 "ndk-context",
2945 "portable-atomic",
2946 "rand 0.10.2",
2947 "rustls",
2948 "simple-dns",
2949 "strum",
2950 "tokio",
2951 "tracing",
2952 "url",
2953]
2954
2955[[package]]
2956name = "iroh-gossip"
2957version = "0.101.0"
2958source = "registry+https://github.com/rust-lang/crates.io-index"
2959checksum = "4e1dc4b05f73e7a1b9e83b531eb63c3fd671b0af3aeb13b59c546dd7ca747515"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2960dependencies = [
2961 "blake3",
2962 "bytes",
2963 "data-encoding",
2964 "derive_more",
2965 "futures-concurrency",
2966 "hex",
2967 "indexmap 2.14.0",
2968 "iroh",
2969 "iroh-base",
2970 "iroh-metrics",
2971 "irpc",
2972 "n0-error",
2973 "n0-future",
2974 "postcard",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago2975 "rand 0.10.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2976 "serde",
2977 "tokio",
2978 "tokio-util",
2979 "tracing",
2980]
2981
2982[[package]]
2983name = "iroh-live"
2984version = "0.1.0"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago2985source = "git+https://github.com/n0-computer/iroh-live?rev=c329850759740e3c9c27391258a66196c1a74a22#c329850759740e3c9c27391258a66196c1a74a22"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2986dependencies = [
2987 "anyhow",
2988 "bytes",
2989 "data-encoding",
2990 "derive_more",
2991 "hang",
2992 "iroh",
2993 "iroh-gossip",
2994 "iroh-moq",
2995 "iroh-smol-kv",
2996 "iroh-tickets",
2997 "moq-media",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago2998 "moq-net",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2999 "n0-error",
3000 "n0-future",
3001 "n0-watcher",
3002 "postcard",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3003 "rand 0.10.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3004 "serde",
3005 "strum",
3006 "throttled-tracing",
3007 "tokio",
3008 "tokio-util",
3009 "tracing",
3010]
3011
3012[[package]]
3013name = "iroh-metrics"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3014version = "1.0.1"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3015source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3016checksum = "291065721ad7c477b972e581bbc528df031dc8eb5e39fe1ff3300ae5dfb157ef"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3017dependencies = [
3018 "iroh-metrics-derive",
3019 "itoa",
3020 "n0-error",
3021 "portable-atomic",
3022 "ryu",
3023 "serde",
3024 "tracing",
3025]
3026
3027[[package]]
3028name = "iroh-metrics-derive"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3029version = "1.0.1"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3030source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3031checksum = "1ae5f0c4405d1fbc9fb16ff422ca40620e93dc36c30ecaba0c2aee3992b7bd48"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3032dependencies = [
3033 "heck",
3034 "proc-macro2",
3035 "quote",
3036 "syn 2.0.119",
3037]
3038
3039[[package]]
3040name = "iroh-moq"
3041version = "0.1.0"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3042source = "git+https://github.com/n0-computer/iroh-live?rev=c329850759740e3c9c27391258a66196c1a74a22#c329850759740e3c9c27391258a66196c1a74a22"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3043dependencies = [
3044 "iroh",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3045 "moq-net",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3046 "n0-error",
3047 "n0-future",
3048 "tokio",
3049 "tokio-util",
3050 "tracing",
3051 "url",
3052 "web-transport-iroh",
3053]
3054
3055[[package]]
3056name = "iroh-relay"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3057version = "1.1.0"
3058source = "registry+https://github.com/rust-lang/crates.io-index"
3059checksum = "1b5f6f07e2c9b0c4bc82e2864be09f4aea4320165d5316e668616dbc822f428a"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3060dependencies = [
3061 "blake3",
3062 "bytes",
3063 "cfg_aliases 0.2.2",
3064 "data-encoding",
3065 "derive_more",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3066 "getrandom 0.4.3",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3067 "hickory-resolver",
3068 "http",
3069 "http-body-util",
3070 "hyper",
3071 "hyper-util",
3072 "iroh-base",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3073 "iroh-dns",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3074 "iroh-metrics",
3075 "lru",
3076 "n0-error",
3077 "n0-future",
3078 "noq",
3079 "noq-proto",
3080 "num_enum",
3081 "pin-project",
3082 "postcard",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3083 "rand 0.10.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3084 "reqwest 0.13.4",
3085 "rustls",
3086 "rustls-pki-types",
3087 "serde",
3088 "serde_bytes",
3089 "strum",
3090 "tokio",
3091 "tokio-rustls",
3092 "tokio-util",
3093 "tokio-websockets",
3094 "tracing",
3095 "url",
3096 "webpki-roots",
3097 "ws_stream_wasm",
3098]
3099
3100[[package]]
3101name = "iroh-smol-kv"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3102version = "0.4.0"
3103source = "registry+https://github.com/rust-lang/crates.io-index"
3104checksum = "611e9eb3b2037e247304eb0a78527aa2cfd62b9d14c4a23b06e020697ab8f4df"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3105dependencies = [
3106 "bytes",
3107 "ed25519-dalek",
3108 "hex",
3109 "iroh",
3110 "iroh-gossip",
3111 "irpc",
3112 "n0-error",
3113 "n0-future",
3114 "postcard",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3115 "rand 0.10.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3116 "rpds",
3117 "serde",
3118 "serde-big-array",
3119 "sync_wrapper",
3120 "tokio",
3121 "tracing",
3122]
3123
3124[[package]]
3125name = "iroh-tickets"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3126version = "1.0.0"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3127source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3128checksum = "da53233419ca36bf521ed45683b7748366f9b233032891eefc2d70567a84ac54"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3129dependencies = [
3130 "data-encoding",
3131 "derive_more",
3132 "iroh-base",
3133 "n0-error",
3134 "postcard",
3135 "serde",
3136]
3137
3138[[package]]
3139name = "irpc"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3140version = "0.17.0"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3141source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3142checksum = "3623d6ff582b415904b29bbe6ebcb4a4f9a262ccdee05a45fdd003ef0950c386"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3143dependencies = [
3144 "futures-util",
3145 "irpc-derive",
3146 "n0-error",
3147 "n0-future",
3148 "noq",
3149 "postcard",
3150 "serde",
3151 "smallvec",
3152 "tokio",
3153 "tokio-util",
3154 "tracing",
3155]
3156
3157[[package]]
3158name = "irpc-derive"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3159version = "0.17.0"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3160source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3161checksum = "35c254013736de16472140d26904e6ac98e8f3887284dcf4af40f88c77411b56"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3162dependencies = [
3163 "proc-macro2",
3164 "quote",
3165 "syn 2.0.119",
3166]
3167
3168[[package]]
3169name = "is_terminal_polyfill"
3170version = "1.70.2"
3171source = "registry+https://github.com/rust-lang/crates.io-index"
3172checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
3173
3174[[package]]
3175name = "itertools"
3176version = "0.13.0"
3177source = "registry+https://github.com/rust-lang/crates.io-index"
3178checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
3179dependencies = [
3180 "either",
3181]
3182
3183[[package]]
3184name = "itoa"
3185version = "1.0.18"
3186source = "registry+https://github.com/rust-lang/crates.io-index"
3187checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
3188
3189[[package]]
3190name = "jiff"
3191version = "0.2.35"
3192source = "registry+https://github.com/rust-lang/crates.io-index"
3193checksum = "668b7183bd07af9a4885f5c35b0cc5c83c4607a913c16b7e17291832910d2dcc"
3194dependencies = [
3195 "defmt",
3196 "jiff-core",
3197 "jiff-static",
3198 "log",
3199 "portable-atomic",
3200 "portable-atomic-util",
3201 "serde_core",
3202]
3203
3204[[package]]
3205name = "jiff-core"
3206version = "0.1.0"
3207source = "registry+https://github.com/rust-lang/crates.io-index"
3208checksum = "7feca88439efe53da3754500c1851dedf3cb36c524dd5cf8225cc0794de95d09"
3209dependencies = [
3210 "defmt",
3211]
3212
3213[[package]]
3214name = "jiff-static"
3215version = "0.2.35"
3216source = "registry+https://github.com/rust-lang/crates.io-index"
3217checksum = "3a69dcb3a21cfb32ce1cd056169337ca284af0766dd766e7878819b251a49204"
3218dependencies = [
3219 "jiff-core",
3220 "proc-macro2",
3221 "quote",
3222 "syn 2.0.119",
3223]
3224
3225[[package]]
3226name = "jni"
3227version = "0.21.1"
3228source = "registry+https://github.com/rust-lang/crates.io-index"
3229checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
3230dependencies = [
3231 "cesu8",
3232 "cfg-if",
3233 "combine",
3234 "jni-sys 0.3.1",
3235 "log",
3236 "thiserror 1.0.69",
3237 "walkdir",
3238 "windows-sys 0.45.0",
3239]
3240
3241[[package]]
3242name = "jni"
3243version = "0.22.4"
3244source = "registry+https://github.com/rust-lang/crates.io-index"
3245checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498"
3246dependencies = [
3247 "cfg-if",
3248 "combine",
3249 "jni-macros",
3250 "jni-sys 0.4.1",
3251 "log",
3252 "simd_cesu8",
3253 "thiserror 2.0.19",
3254 "walkdir",
3255 "windows-link",
3256]
3257
3258[[package]]
3259name = "jni-macros"
3260version = "0.22.4"
3261source = "registry+https://github.com/rust-lang/crates.io-index"
3262checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3"
3263dependencies = [
3264 "proc-macro2",
3265 "quote",
3266 "rustc_version",
3267 "simd_cesu8",
3268 "syn 2.0.119",
3269]
3270
3271[[package]]
3272name = "jni-sys"
3273version = "0.3.1"
3274source = "registry+https://github.com/rust-lang/crates.io-index"
3275checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258"
3276dependencies = [
3277 "jni-sys 0.4.1",
3278]
3279
3280[[package]]
3281name = "jni-sys"
3282version = "0.4.1"
3283source = "registry+https://github.com/rust-lang/crates.io-index"
3284checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
3285dependencies = [
3286 "jni-sys-macros",
3287]
3288
3289[[package]]
3290name = "jni-sys-macros"
3291version = "0.4.1"
3292source = "registry+https://github.com/rust-lang/crates.io-index"
3293checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
3294dependencies = [
3295 "quote",
3296 "syn 2.0.119",
3297]
3298
3299[[package]]
3300name = "jobserver"
3301version = "0.1.35"
3302source = "registry+https://github.com/rust-lang/crates.io-index"
3303checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3"
3304dependencies = [
3305 "getrandom 0.4.3",
3306 "libc",
3307]
3308
3309[[package]]
3310name = "jolt-abi"
3311version = "0.1.0"
3312dependencies = [
3313 "log",
3314]
3315
3316[[package]]
3317name = "jolt-moq"
3318version = "0.1.0"
3319dependencies = [
3320 "anyhow",
3321 "cpal",
3322 "env_logger",
3323 "image",
3324 "iroh-live",
Let the media plane cross to the phone, camera and all fd0e21a nandi 18d ago3325 "jni 0.22.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3326 "jolt-abi",
3327 "libc",
3328 "log",
3329 "moq-native",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3330 "moq-net",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3331 "n0-future",
Let the media plane cross to the phone, camera and all fd0e21a nandi 18d ago3332 "ndk-context",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3333 "rand 0.8.7",
3334 "rustls",
3335 "tokio",
3336 "url",
3337 "urlencoding",
3338 "v4l2r",
3339]
3340
Paint the same tree into a terminal, for the machines with no window a7f6202 nandi 17d ago3341[[package]]
3342name = "jolt-tui"
3343version = "0.1.0"
3344dependencies = [
3345 "crossterm",
3346 "jolt-abi",
3347 "log",
3348]
3349
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3350[[package]]
3351name = "js-sys"
3352version = "0.3.103"
3353source = "registry+https://github.com/rust-lang/crates.io-index"
3354checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
3355dependencies = [
3356 "cfg-if",
3357 "futures-util",
3358 "wasm-bindgen",
3359]
3360
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3361[[package]]
3362name = "json-patch"
3363version = "4.2.0"
3364source = "registry+https://github.com/rust-lang/crates.io-index"
3365checksum = "7421438de105a0827e44fadd05377727847d717c80ce29a229f85fd04c427b72"
3366dependencies = [
3367 "jsonptr",
3368 "serde",
3369 "serde_json",
3370 "thiserror 2.0.19",
3371]
3372
3373[[package]]
3374name = "jsonptr"
3375version = "0.7.1"
3376source = "registry+https://github.com/rust-lang/crates.io-index"
3377checksum = "a5a3cc660ba5d72bce0b3bb295bf20847ccbb40fd423f3f05b61273672e561fe"
3378dependencies = [
3379 "serde",
3380 "serde_json",
3381]
3382
Bring vidya in cfd3e36 nandi 19d ago3383[[package]]
3384name = "khronos_api"
3385version = "3.1.0"
3386source = "registry+https://github.com/rust-lang/crates.io-index"
3387checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
3388
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3389[[package]]
3390name = "kio"
3391version = "0.4.4"
3392source = "registry+https://github.com/rust-lang/crates.io-index"
3393checksum = "b31d86314938a5b2c2bea39f271424a3a2432d5b01412555a02181ecbb656af3"
3394dependencies = [
3395 "smallvec",
3396]
3397
3398[[package]]
3399name = "kqueue"
3400version = "1.2.1"
3401source = "registry+https://github.com/rust-lang/crates.io-index"
3402checksum = "8d763e5b24120b4ddf50de6c92308156765aabfbbccebf401da7cff2d70a41ea"
3403dependencies = [
3404 "kqueue-sys",
3405 "libc",
3406]
3407
3408[[package]]
3409name = "kqueue-sys"
3410version = "1.1.2"
3411source = "registry+https://github.com/rust-lang/crates.io-index"
3412checksum = "07293a4e297ac234359b510362495713f75ea345d5307140414f20c69ffeb087"
3413dependencies = [
3414 "bitflags 2.13.1",
3415 "libc",
3416]
3417
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3418[[package]]
3419name = "lazy_static"
3420version = "1.5.0"
3421source = "registry+https://github.com/rust-lang/crates.io-index"
3422checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
3423
3424[[package]]
3425name = "libc"
3426version = "0.2.189"
3427source = "registry+https://github.com/rust-lang/crates.io-index"
3428checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
3429
3430[[package]]
3431name = "libloading"
3432version = "0.8.9"
3433source = "registry+https://github.com/rust-lang/crates.io-index"
3434checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
3435dependencies = [
3436 "cfg-if",
3437 "windows-link",
3438]
3439
3440[[package]]
3441name = "libm"
3442version = "0.2.16"
3443source = "registry+https://github.com/rust-lang/crates.io-index"
3444checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
3445
Bring vidya in cfd3e36 nandi 19d ago3446[[package]]
3447name = "libredox"
3448version = "0.1.21"
3449source = "registry+https://github.com/rust-lang/crates.io-index"
3450checksum = "d7955dfc218a8afb29dfeffd540e3a6e96baeb94fe7138228dd7cc6937fbbf96"
3451dependencies = [
3452 "bitflags 2.13.1",
3453 "libc",
3454 "plain",
3455 "redox_syscall 0.9.3",
3456]
3457
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3458[[package]]
3459name = "libspa"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3460version = "0.10.1"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3461source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3462checksum = "882f7427e7989dcc9d388b7f05c4630390a1d7696f9ffa469cd4a7a48f0b4c40"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3463dependencies = [
3464 "bitflags 2.13.1",
3465 "cc",
3466 "cookie-factory",
3467 "libc",
3468 "libspa-sys",
3469 "nom 8.0.0",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3470 "rustix 1.1.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3471 "system-deps",
3472]
3473
3474[[package]]
3475name = "libspa-sys"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3476version = "0.10.1"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3477source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3478checksum = "3b6e17bdaf63ed0d5e4144022624032b41fd9733112e8c74ac26fc9bf1291924"
Bring vidya in cfd3e36 nandi 19d ago3479dependencies = [
3480 "bindgen 0.72.1",
3481 "cc",
3482 "system-deps",
3483]
3484
3485[[package]]
3486name = "linux-raw-sys"
3487version = "0.4.15"
3488source = "registry+https://github.com/rust-lang/crates.io-index"
3489checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
3490
3491[[package]]
3492name = "linux-raw-sys"
3493version = "0.12.1"
3494source = "registry+https://github.com/rust-lang/crates.io-index"
3495checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3496
3497[[package]]
3498name = "litemap"
3499version = "0.8.2"
3500source = "registry+https://github.com/rust-lang/crates.io-index"
3501checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
3502
3503[[package]]
3504name = "lock_api"
3505version = "0.4.14"
3506source = "registry+https://github.com/rust-lang/crates.io-index"
3507checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
3508dependencies = [
3509 "scopeguard",
3510]
3511
3512[[package]]
3513name = "log"
3514version = "0.4.33"
3515source = "registry+https://github.com/rust-lang/crates.io-index"
3516checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
3517
3518[[package]]
3519name = "loom"
3520version = "0.7.2"
3521source = "registry+https://github.com/rust-lang/crates.io-index"
3522checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
3523dependencies = [
3524 "cfg-if",
3525 "generator",
3526 "scoped-tls",
3527 "tracing",
3528 "tracing-subscriber",
3529]
3530
3531[[package]]
3532name = "lru"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3533version = "0.18.4"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3534source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3535checksum = "ff9840bcc50b71349309900da0ce7279aa336ae71d73250b07998932c7d97c25"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3536dependencies = [
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3537 "hashbrown 0.17.1",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3538]
3539
3540[[package]]
3541name = "lru-slab"
3542version = "0.1.2"
3543source = "registry+https://github.com/rust-lang/crates.io-index"
3544checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
3545
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3546[[package]]
3547name = "m3u8-rs"
3548version = "6.0.1"
3549source = "registry+https://github.com/rust-lang/crates.io-index"
3550checksum = "c94fe25bd0d08c68fd0fac4f9537f747246579cd270658fa9fee3d10af382716"
3551dependencies = [
3552 "chrono",
3553 "nom 7.1.3",
3554]
3555
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3556[[package]]
3557name = "mac-addr"
3558version = "0.3.0"
3559source = "registry+https://github.com/rust-lang/crates.io-index"
3560checksum = "d3d25b0e0b648a86960ac23b7ad4abb9717601dec6f66c165f5b037f3f03065f"
3561
3562[[package]]
3563name = "mach2"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3564version = "0.6.0"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3565source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3566checksum = "dae608c151f68243f2b000364e1f7b186d9c29845f7d2d85bd31b9ad77ad552b"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3567
3568[[package]]
3569name = "matchers"
3570version = "0.2.0"
3571source = "registry+https://github.com/rust-lang/crates.io-index"
3572checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
3573dependencies = [
3574 "regex-automata",
3575]
3576
3577[[package]]
3578name = "memchr"
3579version = "2.8.3"
3580source = "registry+https://github.com/rust-lang/crates.io-index"
3581checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
3582
Bring vidya in cfd3e36 nandi 19d ago3583[[package]]
3584name = "memmap2"
3585version = "0.9.11"
3586source = "registry+https://github.com/rust-lang/crates.io-index"
3587checksum = "d1219ed1b7f229ee7104d281dd01d6802fe28bb6e95d292942c4daacdeb798c0"
3588dependencies = [
3589 "libc",
3590]
3591
3592[[package]]
3593name = "memoffset"
3594version = "0.9.1"
3595source = "registry+https://github.com/rust-lang/crates.io-index"
3596checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
3597dependencies = [
3598 "autocfg",
3599]
3600
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3601[[package]]
3602name = "minimal-lexical"
3603version = "0.2.1"
3604source = "registry+https://github.com/rust-lang/crates.io-index"
3605checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
3606
3607[[package]]
3608name = "miniz_oxide"
3609version = "0.8.9"
3610source = "registry+https://github.com/rust-lang/crates.io-index"
3611checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
3612dependencies = [
3613 "adler2",
Bring vidya in cfd3e36 nandi 19d ago3614 "simd-adler32",
3615]
3616
3617[[package]]
3618name = "miniz_oxide"
3619version = "0.9.1"
3620source = "registry+https://github.com/rust-lang/crates.io-index"
3621checksum = "b63fbc4a50860e98e7b2aa7804ded1db5cbc3aff9193adaff57a6931bf7c4b4c"
3622dependencies = [
3623 "adler2",
3624 "simd-adler32",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3625]
3626
3627[[package]]
3628name = "mio"
3629version = "1.2.2"
3630source = "registry+https://github.com/rust-lang/crates.io-index"
3631checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427"
3632dependencies = [
3633 "libc",
Paint the same tree into a terminal, for the machines with no window a7f6202 nandi 17d ago3634 "log",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3635 "wasi",
3636 "windows-sys 0.61.2",
3637]
3638
3639[[package]]
3640name = "moka"
3641version = "0.12.15"
3642source = "registry+https://github.com/rust-lang/crates.io-index"
3643checksum = "957228ad12042ee839f93c8f257b62b4c0ab5eaae1d4fa60de53b27c9d7c5046"
3644dependencies = [
3645 "crossbeam-channel",
3646 "crossbeam-epoch",
3647 "crossbeam-utils",
3648 "equivalent",
3649 "parking_lot",
3650 "portable-atomic",
3651 "smallvec",
3652 "tagptr",
3653 "uuid",
3654]
3655
3656[[package]]
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3657name = "moq-json"
3658version = "0.0.4"
3659source = "registry+https://github.com/rust-lang/crates.io-index"
3660checksum = "c18431f9a1ba9a47635d87b57e14f2b0ec351ce3cc35b5b56c29f1273857ce3a"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3661dependencies = [
3662 "bytes",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3663 "json-patch",
3664 "kio",
3665 "moq-net",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3666 "serde",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3667 "serde_json",
3668 "thiserror 2.0.19",
3669]
3670
3671[[package]]
3672name = "moq-loc"
3673version = "0.1.0"
3674source = "registry+https://github.com/rust-lang/crates.io-index"
3675checksum = "489094f71ebaef7f33f400947a9fd9ef1cd65b390a36b83e356920bf91866cae"
3676dependencies = [
3677 "bytes",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3678 "thiserror 2.0.19",
3679]
3680
3681[[package]]
3682name = "moq-media"
3683version = "0.1.0"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3684source = "git+https://github.com/n0-computer/iroh-live?rev=c329850759740e3c9c27391258a66196c1a74a22#c329850759740e3c9c27391258a66196c1a74a22"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3685dependencies = [
3686 "anyhow",
3687 "audioadapter-buffers",
3688 "bytes",
3689 "cpal",
3690 "derive_more",
3691 "fixed-resample",
3692 "hang",
3693 "image",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3694 "moq-mux",
3695 "moq-net",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3696 "n0-error",
3697 "n0-future",
3698 "n0-watcher",
3699 "ringbuf",
3700 "rubato 1.0.1",
3701 "rusty-capture",
3702 "rusty-codecs",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3703 "serde",
3704 "serde_json",
3705 "serde_with",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3706 "sonora",
3707 "strum",
3708 "symphonia",
3709 "throttled-tracing",
3710 "tokio",
3711 "tokio-util",
3712 "tracing",
3713]
3714
3715[[package]]
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3716name = "moq-msf"
3717version = "0.2.0"
3718source = "registry+https://github.com/rust-lang/crates.io-index"
3719checksum = "9ccfbfb04d4fc9f7f3f31662bf12c590dbfcd79ecc4113496c07bdf497a2636d"
3720dependencies = [
3721 "serde",
3722 "serde_json",
3723 "serde_with",
3724]
3725
3726[[package]]
3727name = "moq-mux"
3728version = "0.5.6"
3729source = "registry+https://github.com/rust-lang/crates.io-index"
3730checksum = "4fe656e9f814b13787c2c58ffa0bb8c1b3b9f34dfc463b1cccb94ebff8b7e616"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3731dependencies = [
3732 "anyhow",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3733 "base64",
3734 "bytes",
3735 "h264-parser",
3736 "hang",
3737 "kio",
3738 "m3u8-rs",
3739 "memchr",
3740 "moq-json",
3741 "moq-loc",
3742 "moq-msf",
3743 "moq-net",
3744 "mp4-atom",
3745 "mpeg2ts",
3746 "num_enum",
3747 "reqwest 0.12.28",
3748 "scuffle-av1",
3749 "scuffle-h265",
3750 "serde",
3751 "thiserror 2.0.19",
3752 "tokio",
3753 "tracing",
3754 "url",
3755 "webm-iterable",
3756]
3757
3758[[package]]
3759name = "moq-native"
3760version = "0.17.8"
3761source = "registry+https://github.com/rust-lang/crates.io-index"
3762checksum = "d719256ae586b3c02dc18ba6bf50c09cc5b05e410084d73e2257b74b121ef1e8"
3763dependencies = [
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3764 "clap",
3765 "futures",
3766 "hex",
3767 "humantime",
3768 "humantime-serde",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3769 "jni 0.22.4",
3770 "moq-net",
3771 "notify",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3772 "parking_lot",
3773 "qmux",
3774 "quinn",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3775 "rand 0.10.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3776 "rcgen",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3777 "reqwest 0.13.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3778 "rustls",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3779 "rustls-platform-verifier",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3780 "rustls-webpki",
3781 "serde",
3782 "serde_with",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3783 "socket2",
3784 "thiserror 2.0.19",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3785 "time",
3786 "tokio",
3787 "tracing",
3788 "tracing-subscriber",
3789 "url",
3790 "web-transport-noq",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3791 "web-transport-trait",
3792 "webpki-roots",
3793 "x509-parser",
3794]
3795
3796[[package]]
3797name = "moq-net"
3798version = "0.1.18"
3799source = "registry+https://github.com/rust-lang/crates.io-index"
3800checksum = "fb0a3c15c09e6a4673a3b40f7741228c2290b01a59aebd83ac629f4461ee204e"
3801dependencies = [
3802 "bytes",
3803 "futures",
3804 "kio",
3805 "num_enum",
3806 "rand 0.10.2",
3807 "serde",
3808 "serde_json",
3809 "thiserror 2.0.19",
3810 "tokio",
3811 "tracing",
3812 "web-async",
3813 "web-transport-trait",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3814]
3815
3816[[package]]
3817name = "moxcms"
3818version = "0.8.1"
3819source = "registry+https://github.com/rust-lang/crates.io-index"
3820checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b"
3821dependencies = [
3822 "num-traits",
3823 "pxfm",
3824]
3825
Bring vidya in cfd3e36 nandi 19d ago3826[[package]]
3827name = "mp4"
3828version = "0.14.0"
3829source = "registry+https://github.com/rust-lang/crates.io-index"
3830checksum = "c9ef834d5ed55e494a2ae350220314dc4aacd1c43a9498b00e320e0ea352a5c3"
3831dependencies = [
3832 "byteorder",
3833 "bytes",
3834 "num-rational",
3835 "serde",
3836 "serde_json",
3837 "thiserror 1.0.69",
3838]
3839
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3840[[package]]
3841name = "mp4-atom"
3842version = "0.11.0"
3843source = "registry+https://github.com/rust-lang/crates.io-index"
3844checksum = "6c6b338be0a8d66954dfb183f8469913c9c435d48885e801debde0953de74563"
3845dependencies = [
3846 "bytes",
3847 "derive_more",
3848 "num",
3849 "pastey",
3850 "serde",
3851 "thiserror 1.0.69",
3852 "tokio",
3853 "tracing",
3854]
3855
3856[[package]]
3857name = "mpeg2ts"
3858version = "0.6.1"
3859source = "registry+https://github.com/rust-lang/crates.io-index"
3860checksum = "83c1d679004305ea6e44eb53526da5816934a05b4b5b3b9a470e708a41d70a18"
3861
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3862[[package]]
3863name = "n0-error"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3864version = "1.0.1"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3865source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3866checksum = "26c59ea174675ce6bc196878851e5049e11b8b1f9af3ba87e4d6df8d828bb001"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3867dependencies = [
3868 "anyhow",
3869 "n0-error-macros",
3870 "spez",
3871]
3872
3873[[package]]
3874name = "n0-error-macros"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3875version = "1.0.1"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3876source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3877checksum = "4412346410d6616f3668c40e53c298e5320c7b856f7a960e5914e442601be79f"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3878dependencies = [
3879 "proc-macro2",
3880 "quote",
3881 "syn 2.0.119",
3882]
3883
3884[[package]]
3885name = "n0-future"
3886version = "0.3.2"
3887source = "registry+https://github.com/rust-lang/crates.io-index"
3888checksum = "e2ab99dfb861450e68853d34ae665243a88b8c493d01ba957321a1e9b2312bbe"
3889dependencies = [
3890 "cfg_aliases 0.2.2",
3891 "derive_more",
3892 "futures-buffered",
3893 "futures-lite",
3894 "futures-util",
3895 "js-sys",
3896 "pin-project",
3897 "send_wrapper",
3898 "tokio",
3899 "tokio-util",
3900 "wasm-bindgen",
3901 "wasm-bindgen-futures",
3902 "web-time",
3903]
3904
3905[[package]]
3906name = "n0-watcher"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3907version = "1.0.0"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3908source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3909checksum = "bbc618745ad0b7414b149d0517ad8b5573b2fb4d4e2717add3d2446ce1fdd826"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3910dependencies = [
3911 "derive_more",
3912 "n0-error",
3913 "n0-future",
3914]
3915
3916[[package]]
3917name = "nasm-rs"
3918version = "0.3.2"
3919source = "registry+https://github.com/rust-lang/crates.io-index"
3920checksum = "706bf8a5e8c8ddb99128c3291d31bd21f4bcde17f0f4c20ec678d85c74faa149"
3921dependencies = [
3922 "log",
3923]
3924
3925[[package]]
3926name = "ndk"
3927version = "0.9.0"
3928source = "registry+https://github.com/rust-lang/crates.io-index"
3929checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
3930dependencies = [
3931 "bitflags 2.13.1",
3932 "jni-sys 0.3.1",
3933 "log",
3934 "ndk-sys",
3935 "num_enum",
Bring vidya in cfd3e36 nandi 19d ago3936 "raw-window-handle",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3937 "thiserror 1.0.69",
3938]
3939
3940[[package]]
3941name = "ndk-context"
3942version = "0.1.1"
3943source = "registry+https://github.com/rust-lang/crates.io-index"
3944checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
3945
3946[[package]]
3947name = "ndk-sys"
3948version = "0.6.0+11769913"
3949source = "registry+https://github.com/rust-lang/crates.io-index"
3950checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
3951dependencies = [
3952 "jni-sys 0.3.1",
3953]
3954
3955[[package]]
3956name = "netdev"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3957version = "0.45.1"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3958source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3959checksum = "096c44b66a9b09b99b4dd36b1c295ff3a492039ccecaf55466bd6ddcdba59968"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3960dependencies = [
Bring vidya in cfd3e36 nandi 19d ago3961 "block2 0.6.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3962 "dispatch2",
3963 "dlopen2",
3964 "ipnet",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3965 "jni 0.21.1",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3966 "libc",
3967 "mac-addr",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3968 "ndk-context",
3969 "netlink-packet-core 0.8.1",
3970 "netlink-packet-route 0.31.0",
3971 "netlink-sys 0.8.8",
3972 "objc2 0.6.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3973 "objc2-core-foundation",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3974 "objc2-core-wlan",
3975 "objc2-foundation 0.3.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3976 "objc2-system-configuration",
3977 "once_cell",
3978 "plist",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago3979 "windows-sys 0.61.2",
3980]
3981
3982[[package]]
3983name = "netdev"
3984version = "0.46.2"
3985source = "registry+https://github.com/rust-lang/crates.io-index"
3986checksum = "4db4135b187ddae3b6813c4f9d9ac9d5181859fa6a08b4e006c63a130974ed62"
3987dependencies = [
3988 "block2 0.6.2",
3989 "dispatch2",
3990 "dlopen2",
3991 "ipnet",
3992 "jni 0.21.1",
3993 "libc",
3994 "mac-addr",
3995 "ndk-context",
3996 "netlink-packet-core 0.9.0",
3997 "netlink-packet-route 0.33.0",
3998 "netlink-sys 0.9.0",
3999 "objc2-core-foundation",
4000 "objc2-system-configuration",
4001 "once_cell",
4002 "plist",
4003 "windows-sys 0.61.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4004]
4005
4006[[package]]
4007name = "netlink-packet-core"
4008version = "0.8.1"
4009source = "registry+https://github.com/rust-lang/crates.io-index"
4010checksum = "3463cbb78394cb0141e2c926b93fc2197e473394b761986eca3b9da2c63ae0f4"
4011dependencies = [
4012 "paste",
4013]
4014
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago4015[[package]]
4016name = "netlink-packet-core"
4017version = "0.9.0"
4018source = "registry+https://github.com/rust-lang/crates.io-index"
4019checksum = "2d6e2daf9a8c2e21302714706860a0e6be02e03d17294ecc66b354ea7d4059dd"
4020
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4021[[package]]
4022name = "netlink-packet-route"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago4023version = "0.31.0"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4024source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago4025checksum = "e2288fcb784eb3defd5fb16f4c4160d5f477de192eac730f43e1d11c24d9a007"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4026dependencies = [
4027 "bitflags 2.13.1",
4028 "libc",
4029 "log",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago4030 "netlink-packet-core 0.8.1",
4031]
4032
4033[[package]]
4034name = "netlink-packet-route"
4035version = "0.33.0"
4036source = "registry+https://github.com/rust-lang/crates.io-index"
4037checksum = "59d48ffc8b73a506e1ff0878528c72668f2bfbc3d875b6be890a96be5d0d5576"
4038dependencies = [
4039 "bitflags 2.13.1",
4040 "libc",
4041 "log",
4042 "netlink-packet-core 0.9.0",
4043 "zerocopy",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4044]
4045
4046[[package]]
4047name = "netlink-proto"
4048version = "0.12.1"
4049source = "registry+https://github.com/rust-lang/crates.io-index"
4050checksum = "e6f7398dddf5f152d2a91a2921a134c6097056e292c0d4b9906007855e7cece6"
4051dependencies = [
4052 "bytes",
4053 "futures-channel",
4054 "futures-util",
4055 "log",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago4056 "netlink-packet-core 0.8.1",
4057 "netlink-sys 0.8.8",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4058 "thiserror 2.0.19",
4059]
4060
4061[[package]]
4062name = "netlink-sys"
4063version = "0.8.8"
4064source = "registry+https://github.com/rust-lang/crates.io-index"
4065checksum = "cd6c30ed10fa69cc491d491b85cc971f6bdeb8e7367b7cde2ee6cc878d583fae"
4066dependencies = [
4067 "bytes",
4068 "futures-util",
4069 "libc",
4070 "log",
4071 "tokio",
4072]
4073
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago4074[[package]]
4075name = "netlink-sys"
4076version = "0.9.0"
4077source = "registry+https://github.com/rust-lang/crates.io-index"
4078checksum = "c99d38e00b420df49e940fe0826e667c3dad82ac68eb4c2bbf754c1c14a83a10"
4079dependencies = [
4080 "bytes",
4081 "libc",
4082 "log",
4083]
4084
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4085[[package]]
4086name = "netwatch"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago4087version = "0.19.3"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4088source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago4089checksum = "39da9cad5f23aa43401f09497d3b280e51b5feba115d9ffbf38ca35d6ff95e96"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4090dependencies = [
4091 "atomic-waker",
4092 "bytes",
4093 "cfg_aliases 0.2.2",
4094 "derive_more",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago4095 "ipnet",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4096 "js-sys",
4097 "libc",
4098 "n0-error",
4099 "n0-future",
4100 "n0-watcher",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago4101 "netdev 0.45.1",
4102 "netdev 0.46.2",
4103 "netlink-packet-core 0.8.1",
4104 "netlink-packet-route 0.31.0",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4105 "netlink-proto",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago4106 "netlink-sys 0.8.8",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4107 "noq-udp",
4108 "objc2-core-foundation",
4109 "objc2-system-configuration",
4110 "pin-project-lite",
4111 "serde",
4112 "socket2",
4113 "time",
4114 "tokio",
4115 "tokio-util",
4116 "tracing",
4117 "web-sys",
4118 "windows",
4119 "windows-result",
4120 "wmi",
4121]
4122
4123[[package]]
4124name = "nix"
4125version = "0.28.0"
4126source = "registry+https://github.com/rust-lang/crates.io-index"
4127checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
4128dependencies = [
4129 "bitflags 2.13.1",
4130 "cfg-if",
4131 "cfg_aliases 0.1.1",
4132 "libc",
4133]
4134
4135[[package]]
4136name = "nix"
4137version = "0.30.1"
4138source = "registry+https://github.com/rust-lang/crates.io-index"
4139checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
4140dependencies = [
4141 "bitflags 2.13.1",
4142 "cfg-if",
4143 "cfg_aliases 0.2.2",
4144 "libc",
4145]
4146
Bring vidya in cfd3e36 nandi 19d ago4147[[package]]
4148name = "nohash-hasher"
4149version = "0.2.0"
4150source = "registry+https://github.com/rust-lang/crates.io-index"
4151checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
4152
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4153[[package]]
4154name = "nom"
4155version = "7.1.3"
4156source = "registry+https://github.com/rust-lang/crates.io-index"
4157checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
4158dependencies = [
4159 "memchr",
4160 "minimal-lexical",
4161]
4162
4163[[package]]
4164name = "nom"
4165version = "8.0.0"
4166source = "registry+https://github.com/rust-lang/crates.io-index"
4167checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
4168dependencies = [
4169 "memchr",
4170]
4171
4172[[package]]
4173name = "noq"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago4174version = "1.2.0"
4175source = "registry+https://github.com/rust-lang/crates.io-index"
4176checksum = "f1e6c57353d26be91a242f0ec96073066c4481a03f6be874daafb18902394515"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4177dependencies = [
4178 "bytes",
4179 "cfg_aliases 0.2.2",
4180 "derive_more",
4181 "noq-proto",
4182 "noq-udp",
4183 "pin-project-lite",
4184 "rustc-hash 2.1.3",
4185 "rustls",
4186 "socket2",
4187 "thiserror 2.0.19",
4188 "tokio",
4189 "tokio-stream",
4190 "tracing",
4191 "web-time",
4192]
4193
4194[[package]]
4195name = "noq-proto"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago4196version = "1.2.0"
4197source = "registry+https://github.com/rust-lang/crates.io-index"
4198checksum = "9a46813e306c29c4f86357b6ffa39a8e1c97bb274b9a296a19a56d62e4111225"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4199dependencies = [
4200 "aes-gcm",
4201 "aws-lc-rs",
4202 "bytes",
4203 "derive_more",
4204 "enum-assoc",
4205 "fastbloom",
4206 "getrandom 0.4.3",
4207 "identity-hash",
4208 "lru-slab",
4209 "rand 0.10.2",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago4210 "rand_pcg",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4211 "rustc-hash 2.1.3",
4212 "rustls",
4213 "rustls-pki-types",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago4214 "rustls-platform-verifier",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4215 "slab",
4216 "sorted-index-buffer",
4217 "thiserror 2.0.19",
4218 "tinyvec",
4219 "tracing",
4220 "web-time",
4221]
4222
4223[[package]]
4224name = "noq-udp"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago4225version = "1.2.0"
4226source = "registry+https://github.com/rust-lang/crates.io-index"
4227checksum = "b56d621ed2c1773b5356ab39cc68c819f8d0103f7493d8661c4a5f5f8ea55f40"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4228dependencies = [
4229 "cfg_aliases 0.2.2",
4230 "libc",
4231 "socket2",
4232 "tracing",
4233 "windows-sys 0.61.2",
4234]
4235
4236[[package]]
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago4237name = "notify"
4238version = "8.2.0"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4239source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago4240checksum = "4d3d07927151ff8575b7087f245456e549fea62edf0ec4e565a5ee50c8402bc3"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4241dependencies = [
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago4242 "bitflags 2.13.1",
4243 "fsevent-sys",
4244 "inotify",
4245 "kqueue",
4246 "libc",
4247 "log",
4248 "mio",
4249 "notify-types",
4250 "walkdir",
4251 "windows-sys 0.60.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4252]
4253
4254[[package]]
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago4255name = "notify-types"
4256version = "2.1.0"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4257source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago4258checksum = "42b8cfee0e339a0337359f3c88165702ac6e600dc01c0cc9579a92d62b08477a"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4259dependencies = [
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago4260 "bitflags 2.13.1",
4261]
4262
4263[[package]]
4264name = "novtb"
4265version = "0.1.13"
4266source = "registry+https://github.com/rust-lang/crates.io-index"
4267checksum = "75c0ea7569466bbce2394c0e5654b1e283c28ef7c70799e6f07b32029cca6d74"
4268dependencies = [
4269 "core_affinity",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4270]
4271
4272[[package]]
4273name = "nu-ansi-term"
4274version = "0.50.3"
4275source = "registry+https://github.com/rust-lang/crates.io-index"
4276checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
4277dependencies = [
4278 "windows-sys 0.61.2",
4279]
4280
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago4281[[package]]
4282name = "num"
4283version = "0.4.3"
4284source = "registry+https://github.com/rust-lang/crates.io-index"
4285checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
4286dependencies = [
4287 "num-bigint",
4288 "num-complex",
4289 "num-integer",
4290 "num-iter",
4291 "num-rational",
4292 "num-traits",
4293]
4294
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4295[[package]]
4296name = "num-bigint"
4297version = "0.4.8"
4298source = "registry+https://github.com/rust-lang/crates.io-index"
4299checksum = "c89e69e7e0f03bea5ef08013795c25018e101932225a656383bd384495ecc367"
4300dependencies = [
4301 "num-integer",
4302 "num-traits",
4303]
4304
4305[[package]]
4306name = "num-complex"
4307version = "0.4.6"
4308source = "registry+https://github.com/rust-lang/crates.io-index"
4309checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
4310dependencies = [
4311 "num-traits",
4312]
4313
4314[[package]]
4315name = "num-conv"
4316version = "0.2.2"
4317source = "registry+https://github.com/rust-lang/crates.io-index"
4318checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
4319
4320[[package]]
4321name = "num-derive"
4322version = "0.4.2"
4323source = "registry+https://github.com/rust-lang/crates.io-index"
4324checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
4325dependencies = [
4326 "proc-macro2",
4327 "quote",
4328 "syn 2.0.119",
4329]
4330
4331[[package]]
4332name = "num-integer"
4333version = "0.1.46"
4334source = "registry+https://github.com/rust-lang/crates.io-index"
4335checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
4336dependencies = [
4337 "num-traits",
4338]
4339
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago4340[[package]]
4341name = "num-iter"
4342version = "0.1.46"
4343source = "registry+https://github.com/rust-lang/crates.io-index"
4344checksum = "c92800bd69a1eac91786bcfe9da64a897eb72911b8dc3095decbd07429e8048b"
4345dependencies = [
4346 "num-integer",
4347 "num-traits",
4348]
4349
Bring vidya in cfd3e36 nandi 19d ago4350[[package]]
4351name = "num-rational"
4352version = "0.4.2"
4353source = "registry+https://github.com/rust-lang/crates.io-index"
4354checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
4355dependencies = [
4356 "num-bigint",
4357 "num-integer",
4358 "num-traits",
4359 "serde",
4360]
4361
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4362[[package]]
4363name = "num-traits"
4364version = "0.2.19"
4365source = "registry+https://github.com/rust-lang/crates.io-index"
4366checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
4367dependencies = [
4368 "autocfg",
4369]
4370
4371[[package]]
4372name = "num_cpus"
4373version = "1.17.0"
4374source = "registry+https://github.com/rust-lang/crates.io-index"
4375checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
4376dependencies = [
4377 "hermit-abi",
4378 "libc",
4379]
4380
4381[[package]]
4382name = "num_enum"
4383version = "0.7.6"
4384source = "registry+https://github.com/rust-lang/crates.io-index"
4385checksum = "5d0bca838442ec211fa11de3a8b0e0e8f3a4522575b5c4c06ed722e005036f26"
4386dependencies = [
4387 "num_enum_derive",
4388 "rustversion",
4389]
4390
4391[[package]]
4392name = "num_enum_derive"
4393version = "0.7.6"
4394source = "registry+https://github.com/rust-lang/crates.io-index"
4395checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8"
4396dependencies = [
4397 "proc-macro-crate",
4398 "proc-macro2",
4399 "quote",
4400 "syn 2.0.119",
4401]
4402
4403[[package]]
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago4404name = "nutype-enum"
4405version = "0.1.5"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4406source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago4407checksum = "c1e13adea6de269faa0724df58f43f6fe2a81af7094f1dcb8b5b968eb2103cb3"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4408dependencies = [
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago4409 "scuffle-workspace-hack",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4410]
4411
Bring vidya in cfd3e36 nandi 19d ago4412[[package]]
4413name = "objc-sys"
4414version = "0.3.5"
4415source = "registry+https://github.com/rust-lang/crates.io-index"
4416checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
4417
4418[[package]]
4419name = "objc2"
4420version = "0.5.2"
4421source = "registry+https://github.com/rust-lang/crates.io-index"
4422checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
4423dependencies = [
4424 "objc-sys",
4425 "objc2-encode",
4426]
4427
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4428[[package]]
4429name = "objc2"
4430version = "0.6.4"
4431source = "registry+https://github.com/rust-lang/crates.io-index"
4432checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f"
4433dependencies = [
4434 "objc2-encode",
4435]
4436
Bring vidya in cfd3e36 nandi 19d ago4437[[package]]
4438name = "objc2-app-kit"
4439version = "0.2.2"
4440source = "registry+https://github.com/rust-lang/crates.io-index"
4441checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
4442dependencies = [
4443 "bitflags 2.13.1",
4444 "block2 0.5.1",
4445 "libc",
4446 "objc2 0.5.2",
4447 "objc2-core-data",
4448 "objc2-core-image 0.2.2",
4449 "objc2-foundation 0.2.2",
4450 "objc2-quartz-core 0.2.2",
4451]
4452
4453[[package]]
4454name = "objc2-app-kit"
4455version = "0.3.2"
4456source = "registry+https://github.com/rust-lang/crates.io-index"
4457checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c"
4458dependencies = [
4459 "bitflags 2.13.1",
4460 "objc2 0.6.4",
4461 "objc2-core-foundation",
4462 "objc2-core-graphics",
4463 "objc2-foundation 0.3.2",
4464]
4465
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4466[[package]]
4467name = "objc2-audio-toolbox"
4468version = "0.3.2"
4469source = "registry+https://github.com/rust-lang/crates.io-index"
4470checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
4471dependencies = [
4472 "bitflags 2.13.1",
4473 "libc",
Bring vidya in cfd3e36 nandi 19d ago4474 "objc2 0.6.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4475 "objc2-core-audio",
4476 "objc2-core-audio-types",
4477 "objc2-core-foundation",
Bring vidya in cfd3e36 nandi 19d ago4478 "objc2-foundation 0.3.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4479]
4480
4481[[package]]
4482name = "objc2-av-foundation"
4483version = "0.3.2"
4484source = "registry+https://github.com/rust-lang/crates.io-index"
4485checksum = "478ae33fcac9df0a18db8302387c666b8ef08a3e2d62b510ca4fc278a384b6c0"
4486dependencies = [
4487 "bitflags 2.13.1",
Bring vidya in cfd3e36 nandi 19d ago4488 "block2 0.6.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4489 "dispatch2",
Bring vidya in cfd3e36 nandi 19d ago4490 "objc2 0.6.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4491 "objc2-avf-audio",
4492 "objc2-core-audio-types",
4493 "objc2-core-foundation",
4494 "objc2-core-graphics",
Bring vidya in cfd3e36 nandi 19d ago4495 "objc2-core-image 0.3.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4496 "objc2-core-video",
Bring vidya in cfd3e36 nandi 19d ago4497 "objc2-foundation 0.3.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4498 "objc2-image-io",
4499 "objc2-media-toolbox",
Bring vidya in cfd3e36 nandi 19d ago4500 "objc2-quartz-core 0.3.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4501]
4502
4503[[package]]
4504name = "objc2-avf-audio"
4505version = "0.3.2"
4506source = "registry+https://github.com/rust-lang/crates.io-index"
4507checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
4508dependencies = [
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago4509 "bitflags 2.13.1",
Bring vidya in cfd3e36 nandi 19d ago4510 "objc2 0.6.4",
4511 "objc2-foundation 0.3.2",
4512]
4513
4514[[package]]
4515name = "objc2-cloud-kit"
4516version = "0.2.2"
4517source = "registry+https://github.com/rust-lang/crates.io-index"
4518checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
4519dependencies = [
4520 "bitflags 2.13.1",
4521 "block2 0.5.1",
4522 "objc2 0.5.2",
4523 "objc2-core-location",
4524 "objc2-foundation 0.2.2",
4525]
4526
4527[[package]]
4528name = "objc2-contacts"
4529version = "0.2.2"
4530source = "registry+https://github.com/rust-lang/crates.io-index"
4531checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
4532dependencies = [
4533 "block2 0.5.1",
4534 "objc2 0.5.2",
4535 "objc2-foundation 0.2.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4536]
4537
4538[[package]]
4539name = "objc2-core-audio"
4540version = "0.3.2"
4541source = "registry+https://github.com/rust-lang/crates.io-index"
4542checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
4543dependencies = [
4544 "dispatch2",
Bring vidya in cfd3e36 nandi 19d ago4545 "objc2 0.6.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4546 "objc2-core-audio-types",
4547 "objc2-core-foundation",
Bring vidya in cfd3e36 nandi 19d ago4548 "objc2-foundation 0.3.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4549]
4550
4551[[package]]
4552name = "objc2-core-audio-types"
4553version = "0.3.2"
4554source = "registry+https://github.com/rust-lang/crates.io-index"
4555checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
4556dependencies = [
4557 "bitflags 2.13.1",
Bring vidya in cfd3e36 nandi 19d ago4558 "objc2 0.6.4",
4559]
4560
4561[[package]]
4562name = "objc2-core-data"
4563version = "0.2.2"
4564source = "registry+https://github.com/rust-lang/crates.io-index"
4565checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
4566dependencies = [
4567 "bitflags 2.13.1",
4568 "block2 0.5.1",
4569 "objc2 0.5.2",
4570 "objc2-foundation 0.2.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4571]
4572
4573[[package]]
4574name = "objc2-core-foundation"
4575version = "0.3.2"
4576source = "registry+https://github.com/rust-lang/crates.io-index"
4577checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
4578dependencies = [
4579 "bitflags 2.13.1",
Bring vidya in cfd3e36 nandi 19d ago4580 "block2 0.6.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4581 "dispatch2",
4582 "libc",
Bring vidya in cfd3e36 nandi 19d ago4583 "objc2 0.6.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4584]
4585
4586[[package]]
4587name = "objc2-core-graphics"
4588version = "0.3.2"
4589source = "registry+https://github.com/rust-lang/crates.io-index"
4590checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807"
4591dependencies = [
4592 "bitflags 2.13.1",
4593 "dispatch2",
Bring vidya in cfd3e36 nandi 19d ago4594 "objc2 0.6.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4595 "objc2-core-foundation",
4596 "objc2-io-surface",
4597]
4598
Bring vidya in cfd3e36 nandi 19d ago4599[[package]]
4600name = "objc2-core-image"
4601version = "0.2.2"
4602source = "registry+https://github.com/rust-lang/crates.io-index"
4603checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
4604dependencies = [
4605 "block2 0.5.1",
4606 "objc2 0.5.2",
4607 "objc2-foundation 0.2.2",
4608 "objc2-metal 0.2.2",
4609]
4610
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4611[[package]]
4612name = "objc2-core-image"
4613version = "0.3.2"
4614source = "registry+https://github.com/rust-lang/crates.io-index"
4615checksum = "e5d563b38d2b97209f8e861173de434bd0214cf020e3423a52624cd1d989f006"
4616dependencies = [
Bring vidya in cfd3e36 nandi 19d ago4617 "objc2 0.6.4",
4618 "objc2-foundation 0.3.2",
4619]
4620
4621[[package]]
4622name = "objc2-core-location"
4623version = "0.2.2"
4624source = "registry+https://github.com/rust-lang/crates.io-index"
4625checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
4626dependencies = [
4627 "block2 0.5.1",
4628 "objc2 0.5.2",
4629 "objc2-contacts",
4630 "objc2-foundation 0.2.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4631]
4632
4633[[package]]
4634name = "objc2-core-media"
4635version = "0.3.2"
4636source = "registry+https://github.com/rust-lang/crates.io-index"
4637checksum = "05ec576860167a15dd9fce7fbee7512beb4e31f532159d3482d1f9c6caedf31d"
4638dependencies = [
4639 "bitflags 2.13.1",
Bring vidya in cfd3e36 nandi 19d ago4640 "block2 0.6.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4641 "dispatch2",
Bring vidya in cfd3e36 nandi 19d ago4642 "objc2 0.6.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4643 "objc2-core-audio",
4644 "objc2-core-audio-types",
4645 "objc2-core-foundation",
4646 "objc2-core-video",
4647]
4648
4649[[package]]
4650name = "objc2-core-video"
4651version = "0.3.2"
4652source = "registry+https://github.com/rust-lang/crates.io-index"
4653checksum = "d425caf1df73233f29fd8a5c3e5edbc30d2d4307870f802d18f00d83dc5141a6"
4654dependencies = [
4655 "bitflags 2.13.1",
Bring vidya in cfd3e36 nandi 19d ago4656 "block2 0.6.2",
4657 "objc2 0.6.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4658 "objc2-core-foundation",
4659 "objc2-core-graphics",
4660 "objc2-io-surface",
Bring vidya in cfd3e36 nandi 19d ago4661 "objc2-metal 0.3.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4662]
4663
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago4664[[package]]
4665name = "objc2-core-wlan"
4666version = "0.3.2"
4667source = "registry+https://github.com/rust-lang/crates.io-index"
4668checksum = "c71e34919aba0d701380d911702455038a8a3587467fe0141d6a71501e7ffe48"
4669dependencies = [
4670 "bitflags 2.13.1",
4671 "objc2 0.6.4",
4672 "objc2-core-foundation",
4673 "objc2-foundation 0.3.2",
4674 "objc2-security",
4675 "objc2-security-foundation",
4676]
4677
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4678[[package]]
4679name = "objc2-encode"
4680version = "4.1.0"
4681source = "registry+https://github.com/rust-lang/crates.io-index"
4682checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
4683
Bring vidya in cfd3e36 nandi 19d ago4684[[package]]
4685name = "objc2-foundation"
4686version = "0.2.2"
4687source = "registry+https://github.com/rust-lang/crates.io-index"
4688checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
4689dependencies = [
4690 "bitflags 2.13.1",
4691 "block2 0.5.1",
4692 "dispatch",
4693 "libc",
4694 "objc2 0.5.2",
4695]
4696
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4697[[package]]
4698name = "objc2-foundation"
4699version = "0.3.2"
4700source = "registry+https://github.com/rust-lang/crates.io-index"
4701checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
4702dependencies = [
4703 "bitflags 2.13.1",
Bring vidya in cfd3e36 nandi 19d ago4704 "block2 0.6.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4705 "libc",
Bring vidya in cfd3e36 nandi 19d ago4706 "objc2 0.6.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4707 "objc2-core-foundation",
4708]
4709
4710[[package]]
4711name = "objc2-image-io"
4712version = "0.3.2"
4713source = "registry+https://github.com/rust-lang/crates.io-index"
4714checksum = "32b0446e98cf4a784cc7a0177715ff317eeaa8463841c616cfc78aa4f953c4ea"
4715dependencies = [
Bring vidya in cfd3e36 nandi 19d ago4716 "objc2 0.6.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4717 "objc2-core-foundation",
4718 "objc2-core-graphics",
4719]
4720
4721[[package]]
4722name = "objc2-io-surface"
4723version = "0.3.2"
4724source = "registry+https://github.com/rust-lang/crates.io-index"
4725checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d"
4726dependencies = [
4727 "bitflags 2.13.1",
Bring vidya in cfd3e36 nandi 19d ago4728 "objc2 0.6.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4729 "objc2-core-foundation",
4730]
4731
Bring vidya in cfd3e36 nandi 19d ago4732[[package]]
4733name = "objc2-link-presentation"
4734version = "0.2.2"
4735source = "registry+https://github.com/rust-lang/crates.io-index"
4736checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
4737dependencies = [
4738 "block2 0.5.1",
4739 "objc2 0.5.2",
4740 "objc2-app-kit 0.2.2",
4741 "objc2-foundation 0.2.2",
4742]
4743
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4744[[package]]
4745name = "objc2-media-toolbox"
4746version = "0.3.2"
4747source = "registry+https://github.com/rust-lang/crates.io-index"
4748checksum = "edd9fdde720df3da7046bb9097811000c1e7ab5cd579fa89d96b27d56781fb30"
4749dependencies = [
Bring vidya in cfd3e36 nandi 19d ago4750 "objc2 0.6.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4751 "objc2-core-audio-types",
4752 "objc2-core-foundation",
4753 "objc2-core-media",
4754]
4755
Bring vidya in cfd3e36 nandi 19d ago4756[[package]]
4757name = "objc2-metal"
4758version = "0.2.2"
4759source = "registry+https://github.com/rust-lang/crates.io-index"
4760checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
4761dependencies = [
4762 "bitflags 2.13.1",
4763 "block2 0.5.1",
4764 "objc2 0.5.2",
4765 "objc2-foundation 0.2.2",
4766]
4767
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4768[[package]]
4769name = "objc2-metal"
4770version = "0.3.2"
4771source = "registry+https://github.com/rust-lang/crates.io-index"
4772checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
4773dependencies = [
4774 "bitflags 2.13.1",
Bring vidya in cfd3e36 nandi 19d ago4775 "objc2 0.6.4",
4776 "objc2-foundation 0.3.2",
4777]
4778
4779[[package]]
4780name = "objc2-quartz-core"
4781version = "0.2.2"
4782source = "registry+https://github.com/rust-lang/crates.io-index"
4783checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
4784dependencies = [
4785 "bitflags 2.13.1",
4786 "block2 0.5.1",
4787 "objc2 0.5.2",
4788 "objc2-foundation 0.2.2",
4789 "objc2-metal 0.2.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4790]
4791
4792[[package]]
4793name = "objc2-quartz-core"
4794version = "0.3.2"
4795source = "registry+https://github.com/rust-lang/crates.io-index"
4796checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
4797dependencies = [
4798 "bitflags 2.13.1",
Bring vidya in cfd3e36 nandi 19d ago4799 "objc2 0.6.4",
4800 "objc2-foundation 0.3.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4801]
4802
4803[[package]]
4804name = "objc2-security"
4805version = "0.3.2"
4806source = "registry+https://github.com/rust-lang/crates.io-index"
4807checksum = "709fe137109bd1e8b5a99390f77a7d8b2961dafc1a1c5db8f2e60329ad6d895a"
4808dependencies = [
4809 "bitflags 2.13.1",
Bring vidya in cfd3e36 nandi 19d ago4810 "objc2 0.6.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4811 "objc2-core-foundation",
4812]
4813
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago4814[[package]]
4815name = "objc2-security-foundation"
4816version = "0.3.2"
4817source = "registry+https://github.com/rust-lang/crates.io-index"
4818checksum = "ef76382e9cedd18123099f17638715cc3d81dba3637d4c0d39ab69df2ef345a5"
4819dependencies = [
4820 "objc2 0.6.4",
4821 "objc2-foundation 0.3.2",
4822]
4823
Bring vidya in cfd3e36 nandi 19d ago4824[[package]]
4825name = "objc2-symbols"
4826version = "0.2.2"
4827source = "registry+https://github.com/rust-lang/crates.io-index"
4828checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
4829dependencies = [
4830 "objc2 0.5.2",
4831 "objc2-foundation 0.2.2",
4832]
4833
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4834[[package]]
4835name = "objc2-system-configuration"
4836version = "0.3.2"
4837source = "registry+https://github.com/rust-lang/crates.io-index"
4838checksum = "7216bd11cbda54ccabcab84d523dc93b858ec75ecfb3a7d89513fa22464da396"
4839dependencies = [
4840 "bitflags 2.13.1",
4841 "dispatch2",
4842 "libc",
Bring vidya in cfd3e36 nandi 19d ago4843 "objc2 0.6.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4844 "objc2-core-foundation",
4845 "objc2-security",
4846]
4847
Bring vidya in cfd3e36 nandi 19d ago4848[[package]]
4849name = "objc2-ui-kit"
4850version = "0.2.2"
4851source = "registry+https://github.com/rust-lang/crates.io-index"
4852checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
4853dependencies = [
4854 "bitflags 2.13.1",
4855 "block2 0.5.1",
4856 "objc2 0.5.2",
4857 "objc2-cloud-kit",
4858 "objc2-core-data",
4859 "objc2-core-image 0.2.2",
4860 "objc2-core-location",
4861 "objc2-foundation 0.2.2",
4862 "objc2-link-presentation",
4863 "objc2-quartz-core 0.2.2",
4864 "objc2-symbols",
4865 "objc2-uniform-type-identifiers",
4866 "objc2-user-notifications",
4867]
4868
4869[[package]]
4870name = "objc2-uniform-type-identifiers"
4871version = "0.2.2"
4872source = "registry+https://github.com/rust-lang/crates.io-index"
4873checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
4874dependencies = [
4875 "block2 0.5.1",
4876 "objc2 0.5.2",
4877 "objc2-foundation 0.2.2",
4878]
4879
4880[[package]]
4881name = "objc2-user-notifications"
4882version = "0.2.2"
4883source = "registry+https://github.com/rust-lang/crates.io-index"
4884checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
4885dependencies = [
4886 "bitflags 2.13.1",
4887 "block2 0.5.1",
4888 "objc2 0.5.2",
4889 "objc2-core-location",
4890 "objc2-foundation 0.2.2",
4891]
4892
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4893[[package]]
4894name = "object"
4895version = "0.37.3"
4896source = "registry+https://github.com/rust-lang/crates.io-index"
4897checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
4898dependencies = [
4899 "memchr",
4900]
4901
4902[[package]]
4903name = "oid-registry"
4904version = "0.8.1"
4905source = "registry+https://github.com/rust-lang/crates.io-index"
4906checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7"
4907dependencies = [
4908 "asn1-rs",
4909]
4910
4911[[package]]
4912name = "once_cell"
4913version = "1.21.4"
4914source = "registry+https://github.com/rust-lang/crates.io-index"
4915checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
4916dependencies = [
4917 "critical-section",
4918 "portable-atomic",
4919]
4920
4921[[package]]
4922name = "once_cell_polyfill"
4923version = "1.70.2"
4924source = "registry+https://github.com/rust-lang/crates.io-index"
4925checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
4926
4927[[package]]
4928name = "opaque-debug"
4929version = "0.3.1"
4930source = "registry+https://github.com/rust-lang/crates.io-index"
4931checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
4932
4933[[package]]
4934name = "openh264"
4935version = "0.9.7"
4936source = "registry+https://github.com/rust-lang/crates.io-index"
4937checksum = "e6b2b561d2103303e233779545da757ecd35bad82188d619a6d8901f3007e1ff"
4938dependencies = [
4939 "openh264-sys2",
4940 "wide",
4941]
4942
4943[[package]]
4944name = "openh264-sys2"
4945version = "0.9.7"
4946source = "registry+https://github.com/rust-lang/crates.io-index"
4947checksum = "75a8867e48183bbd9147380227448c065fe456eb30b0ebc68929809c36c30985"
4948dependencies = [
4949 "cc",
4950 "nasm-rs",
4951 "walkdir",
4952]
4953
4954[[package]]
4955name = "openssl-probe"
4956version = "0.2.1"
4957source = "registry+https://github.com/rust-lang/crates.io-index"
4958checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
4959
Bring vidya in cfd3e36 nandi 19d ago4960[[package]]
4961name = "orbclient"
4962version = "0.3.55"
4963source = "registry+https://github.com/rust-lang/crates.io-index"
4964checksum = "5df339f526ea9a60e371768d50efc2f2508c7203290731565d1f7a6f71d21747"
4965dependencies = [
4966 "libc",
4967 "libredox",
4968]
4969
4970[[package]]
4971name = "owned_ttf_parser"
4972version = "0.25.1"
4973source = "registry+https://github.com/rust-lang/crates.io-index"
4974checksum = "36820e9051aca1014ddc75770aab4d68bc1e9e632f0f5627c4086bc216fb583b"
4975dependencies = [
4976 "ttf-parser",
4977]
4978
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4979[[package]]
4980name = "papaya"
4981version = "0.2.4"
4982source = "registry+https://github.com/rust-lang/crates.io-index"
4983checksum = "997ee03cd38c01469a7046643714f0ad28880bcb9e6679ff0666e24817ca19b7"
4984dependencies = [
4985 "equivalent",
4986 "seize",
4987]
4988
4989[[package]]
4990name = "parking"
4991version = "2.2.1"
4992source = "registry+https://github.com/rust-lang/crates.io-index"
4993checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
4994
4995[[package]]
4996name = "parking_lot"
4997version = "0.12.5"
4998source = "registry+https://github.com/rust-lang/crates.io-index"
4999checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
5000dependencies = [
5001 "lock_api",
5002 "parking_lot_core",
5003]
5004
5005[[package]]
5006name = "parking_lot_core"
5007version = "0.9.12"
5008source = "registry+https://github.com/rust-lang/crates.io-index"
5009checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
5010dependencies = [
5011 "backtrace",
5012 "cfg-if",
5013 "libc",
5014 "petgraph",
Bring vidya in cfd3e36 nandi 19d ago5015 "redox_syscall 0.5.18",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5016 "smallvec",
5017 "windows-link",
5018]
5019
5020[[package]]
5021name = "paste"
5022version = "1.0.15"
5023source = "registry+https://github.com/rust-lang/crates.io-index"
5024checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
5025
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago5026[[package]]
5027name = "pastey"
5028version = "0.2.3"
5029source = "registry+https://github.com/rust-lang/crates.io-index"
5030checksum = "2ee67f1008b1ba2321834326597b8e186293b049a023cdef258527550b9935b4"
5031
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5032[[package]]
5033name = "pem-rfc7468"
5034version = "1.0.0"
5035source = "registry+https://github.com/rust-lang/crates.io-index"
5036checksum = "a6305423e0e7738146434843d1694d621cce767262b2a86910beab705e4493d9"
5037dependencies = [
5038 "base64ct",
5039]
5040
5041[[package]]
5042name = "percent-encoding"
5043version = "2.3.2"
5044source = "registry+https://github.com/rust-lang/crates.io-index"
5045checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
5046
5047[[package]]
5048name = "petgraph"
5049version = "0.6.5"
5050source = "registry+https://github.com/rust-lang/crates.io-index"
5051checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
5052dependencies = [
5053 "fixedbitset 0.4.2",
5054 "indexmap 2.14.0",
5055]
5056
5057[[package]]
5058name = "pharos"
5059version = "0.5.3"
5060source = "registry+https://github.com/rust-lang/crates.io-index"
5061checksum = "e9567389417feee6ce15dd6527a8a1ecac205ef62c2932bcf3d9f6fc5b78b414"
5062dependencies = [
5063 "futures",
5064 "rustc_version",
5065]
5066
5067[[package]]
5068name = "pic-scale"
5069version = "0.6.15"
5070source = "registry+https://github.com/rust-lang/crates.io-index"
5071checksum = "ff95ed1aee2a9952d6e292e3408024d212c4a2443174413f60480f2991a99727"
5072dependencies = [
5073 "colorutils-rs",
5074 "novtb",
5075 "num-traits",
5076 "pxfm",
5077 "rayon",
5078]
5079
5080[[package]]
5081name = "pin-project"
5082version = "1.1.13"
5083source = "registry+https://github.com/rust-lang/crates.io-index"
5084checksum = "2466b2336ed02bcdca6b294417127b90ec92038d1d5c4fbeac971a922e0e0924"
5085dependencies = [
5086 "pin-project-internal",
5087]
5088
5089[[package]]
5090name = "pin-project-internal"
5091version = "1.1.13"
5092source = "registry+https://github.com/rust-lang/crates.io-index"
5093checksum = "c96395f0a926bc13b1c17622aaddda1ecb55d49c8f1bf9777e4d877800a43f8b"
5094dependencies = [
5095 "proc-macro2",
5096 "quote",
5097 "syn 2.0.119",
5098]
5099
5100[[package]]
5101name = "pin-project-lite"
5102version = "0.2.17"
5103source = "registry+https://github.com/rust-lang/crates.io-index"
5104checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
5105
5106[[package]]
5107name = "pin-utils"
5108version = "0.1.0"
5109source = "registry+https://github.com/rust-lang/crates.io-index"
5110checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
5111
5112[[package]]
5113name = "pipewire"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago5114version = "0.10.1"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5115source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago5116checksum = "bde71084c4e25959d68f1ea54daa75e5ecdb338e5caf0b5510143b79baa32d5c"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5117dependencies = [
5118 "bitflags 2.13.1",
5119 "libc",
5120 "libspa",
5121 "libspa-sys",
5122 "pipewire-sys",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago5123 "rustix 1.1.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5124]
5125
5126[[package]]
5127name = "pipewire-sys"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago5128version = "0.10.1"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5129source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago5130checksum = "9ce653f53e63e5b93853218092ee9a8906a5d082c92f3f1db26316955dd63ce0"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5131dependencies = [
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago5132 "bindgen 0.72.1",
5133 "libspa-sys",
5134 "system-deps",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5135]
5136
5137[[package]]
5138name = "pkcs8"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago5139version = "0.11.0"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5140source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago5141checksum = "451913da69c775a56034ea8d9003d27ee8948e12443eae7c038ba100a4f21cb7"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5142dependencies = [
5143 "der",
5144 "spki",
5145]
5146
5147[[package]]
5148name = "pkg-config"
5149version = "0.3.33"
5150source = "registry+https://github.com/rust-lang/crates.io-index"
5151checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
5152
Bring vidya in cfd3e36 nandi 19d ago5153[[package]]
5154name = "plain"
5155version = "0.2.3"
5156source = "registry+https://github.com/rust-lang/crates.io-index"
5157checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
5158
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5159[[package]]
5160name = "plist"
5161version = "1.10.0"
5162source = "registry+https://github.com/rust-lang/crates.io-index"
5163checksum = "7da1d65da6dd5d1e44199ac0f58712d241c0f439f80adea8924d832384087f85"
5164dependencies = [
5165 "base64",
5166 "indexmap 2.14.0",
5167 "quick-xml",
5168 "serde",
5169 "time",
5170]
5171
Bring vidya in cfd3e36 nandi 19d ago5172[[package]]
5173name = "png"
5174version = "0.17.16"
5175source = "registry+https://github.com/rust-lang/crates.io-index"
5176checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
5177dependencies = [
5178 "bitflags 1.3.2",
5179 "crc32fast",
5180 "fdeflate",
5181 "flate2",
5182 "miniz_oxide 0.8.9",
5183]
5184
5185[[package]]
5186name = "png"
5187version = "0.18.1"
5188source = "registry+https://github.com/rust-lang/crates.io-index"
5189checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61"
5190dependencies = [
5191 "bitflags 2.13.1",
5192 "crc32fast",
5193 "fdeflate",
5194 "flate2",
5195 "miniz_oxide 0.8.9",
5196]
5197
5198[[package]]
5199name = "polling"
5200version = "3.11.0"
5201source = "registry+https://github.com/rust-lang/crates.io-index"
5202checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
5203dependencies = [
5204 "cfg-if",
5205 "concurrent-queue",
5206 "hermit-abi",
5207 "pin-project-lite",
5208 "rustix 1.1.4",
5209 "windows-sys 0.61.2",
5210]
5211
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5212[[package]]
5213name = "polyval"
5214version = "0.6.2"
5215source = "registry+https://github.com/rust-lang/crates.io-index"
5216checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"
5217dependencies = [
5218 "cfg-if",
5219 "cpufeatures 0.2.17",
5220 "opaque-debug",
5221 "universal-hash",
5222]
5223
5224[[package]]
5225name = "portable-atomic"
5226version = "1.14.0"
5227source = "registry+https://github.com/rust-lang/crates.io-index"
5228checksum = "3d20d5497ef88037a52ff98267d066e7f11fcc5e99bbfbd58a42336193aacec3"
5229dependencies = [
5230 "serde",
5231]
5232
5233[[package]]
5234name = "portable-atomic-util"
5235version = "0.2.7"
5236source = "registry+https://github.com/rust-lang/crates.io-index"
5237checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618"
5238dependencies = [
5239 "portable-atomic",
5240]
5241
5242[[package]]
5243name = "portmapper"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago5244version = "0.19.3"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5245source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago5246checksum = "ca97242f016e090a25330613bc2382aab65eb22f9149dbe84d8f8e711d49a530"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5247dependencies = [
5248 "base64",
5249 "bytes",
5250 "derive_more",
5251 "hyper-util",
5252 "igd-next",
5253 "iroh-metrics",
5254 "libc",
5255 "n0-error",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago5256 "n0-future",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5257 "netwatch",
5258 "num_enum",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago5259 "rand 0.10.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5260 "serde",
5261 "smallvec",
5262 "socket2",
5263 "time",
5264 "tokio",
5265 "tokio-util",
5266 "tower-layer",
5267 "tracing",
5268 "url",
5269]
5270
5271[[package]]
5272name = "postcard"
5273version = "1.1.3"
5274source = "registry+https://github.com/rust-lang/crates.io-index"
5275checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
5276dependencies = [
5277 "cobs",
5278 "embedded-io 0.4.0",
5279 "embedded-io 0.6.1",
5280 "heapless",
5281 "postcard-derive",
5282 "serde",
5283]
5284
5285[[package]]
5286name = "postcard-derive"
5287version = "0.2.2"
5288source = "registry+https://github.com/rust-lang/crates.io-index"
5289checksum = "e0232bd009a197ceec9cc881ba46f727fcd8060a2d8d6a9dde7a69030a6fe2bb"
5290dependencies = [
5291 "proc-macro2",
5292 "quote",
5293 "syn 2.0.119",
5294]
5295
5296[[package]]
5297name = "potential_utf"
5298version = "0.1.5"
5299source = "registry+https://github.com/rust-lang/crates.io-index"
5300checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
5301dependencies = [
5302 "zerovec",
5303]
5304
5305[[package]]
5306name = "powerfmt"
5307version = "0.2.0"
5308source = "registry+https://github.com/rust-lang/crates.io-index"
5309checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
5310
5311[[package]]
5312name = "ppv-lite86"
5313version = "0.2.21"
5314source = "registry+https://github.com/rust-lang/crates.io-index"
5315checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
5316dependencies = [
5317 "zerocopy",
5318]
5319
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago5320[[package]]
5321name = "prefix-trie"
5322version = "0.8.4"
5323source = "registry+https://github.com/rust-lang/crates.io-index"
5324checksum = "4cf6e3177f0684016a5c209b00882e15f8bdd3f3bb48f0491df10cd102d0c6e7"
5325dependencies = [
5326 "either",
5327 "ipnet",
5328 "num-traits",
5329]
5330
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5331[[package]]
5332name = "prettyplease"
5333version = "0.2.37"
5334source = "registry+https://github.com/rust-lang/crates.io-index"
5335checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
5336dependencies = [
5337 "proc-macro2",
5338 "syn 2.0.119",
5339]
5340
5341[[package]]
5342name = "primal-check"
5343version = "0.3.4"
5344source = "registry+https://github.com/rust-lang/crates.io-index"
5345checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
5346dependencies = [
5347 "num-integer",
5348]
5349
5350[[package]]
5351name = "proc-macro-crate"
5352version = "3.5.0"
5353source = "registry+https://github.com/rust-lang/crates.io-index"
5354checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f"
5355dependencies = [
5356 "toml_edit",
5357]
5358
5359[[package]]
5360name = "proc-macro2"
5361version = "1.0.107"
5362source = "registry+https://github.com/rust-lang/crates.io-index"
5363checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
5364dependencies = [
5365 "unicode-ident",
5366]
5367
Bring vidya in cfd3e36 nandi 19d ago5368[[package]]
5369name = "profiling"
5370version = "1.0.18"
5371source = "registry+https://github.com/rust-lang/crates.io-index"
5372checksum = "3d595e54a326bc53c1c197b32d295e14b169e3cfeaa8dc82b529f947fba6bcf5"
5373
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5374[[package]]
5375name = "pxfm"
5376version = "0.1.30"
5377source = "registry+https://github.com/rust-lang/crates.io-index"
5378checksum = "d55d956fa96f5ec02be2e13af0e20391a5aa83d6a074e3ad368959d0fab299ea"
5379
5380[[package]]
5381name = "qmux"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago5382version = "0.3.1"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5383source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago5384checksum = "502cf8592d72a612142907f4281e8f6459d6144218bf39f9f36ec5140dc93e73"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5385dependencies = [
5386 "bytes",
5387 "futures",
5388 "rustls",
5389 "thiserror 2.0.19",
5390 "tokio",
5391 "tokio-rustls",
5392 "tokio-tungstenite",
5393 "tracing",
5394 "web-transport-proto",
5395 "web-transport-trait",
5396]
5397
Bring vidya in cfd3e36 nandi 19d ago5398[[package]]
5399name = "quick-error"
5400version = "2.0.1"
5401source = "registry+https://github.com/rust-lang/crates.io-index"
5402checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
5403
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5404[[package]]
5405name = "quick-xml"
5406version = "0.41.0"
5407source = "registry+https://github.com/rust-lang/crates.io-index"
5408checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1"
5409dependencies = [
5410 "memchr",
5411]
5412
5413[[package]]
5414name = "quinn"
5415version = "0.11.11"
5416source = "registry+https://github.com/rust-lang/crates.io-index"
5417checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8"
5418dependencies = [
5419 "bytes",
5420 "cfg_aliases 0.2.2",
5421 "pin-project-lite",
5422 "quinn-proto",
5423 "quinn-udp",
5424 "rustc-hash 2.1.3",
5425 "rustls",
5426 "socket2",
5427 "thiserror 2.0.19",
5428 "tokio",
5429 "tracing",
5430 "web-time",
5431]
5432
5433[[package]]
5434name = "quinn-proto"
5435version = "0.11.16"
5436source = "registry+https://github.com/rust-lang/crates.io-index"
5437checksum = "2f4bfc015262b9df63c8845072ce59068853ff5872180c2ce2f13038b970e560"
5438dependencies = [
5439 "aws-lc-rs",
5440 "bytes",
5441 "fastbloom",
5442 "getrandom 0.4.3",
5443 "lru-slab",
5444 "rand 0.10.2",
5445 "rand_pcg",
5446 "ring",
5447 "rustc-hash 2.1.3",
5448 "rustls",
5449 "rustls-pki-types",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago5450 "rustls-platform-verifier",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5451 "slab",
5452 "thiserror 2.0.19",
5453 "tinyvec",
5454 "tracing",
5455 "web-time",
5456]
5457
5458[[package]]
5459name = "quinn-udp"
5460version = "0.5.15"
5461source = "registry+https://github.com/rust-lang/crates.io-index"
5462checksum = "35a133f956daabe89a61a685c2649f13d82d5aa4bd5d12d1277e1072a21c0694"
5463dependencies = [
5464 "cfg_aliases 0.2.2",
5465 "libc",
5466 "once_cell",
5467 "socket2",
5468 "tracing",
5469 "windows-sys 0.61.2",
5470]
5471
5472[[package]]
5473name = "quote"
5474version = "1.0.47"
5475source = "registry+https://github.com/rust-lang/crates.io-index"
5476checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
5477dependencies = [
5478 "proc-macro2",
5479]
5480
5481[[package]]
5482name = "r-efi"
5483version = "5.3.0"
5484source = "registry+https://github.com/rust-lang/crates.io-index"
5485checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
5486
5487[[package]]
5488name = "r-efi"
5489version = "6.0.0"
5490source = "registry+https://github.com/rust-lang/crates.io-index"
5491checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
5492
5493[[package]]
5494name = "rand"
5495version = "0.8.7"
5496source = "registry+https://github.com/rust-lang/crates.io-index"
5497checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a"
5498dependencies = [
5499 "libc",
5500 "rand_chacha 0.3.1",
5501 "rand_core 0.6.4",
5502]
5503
5504[[package]]
5505name = "rand"
5506version = "0.9.5"
5507source = "registry+https://github.com/rust-lang/crates.io-index"
5508checksum = "b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41"
5509dependencies = [
5510 "rand_chacha 0.9.0",
5511 "rand_core 0.9.5",
5512]
5513
5514[[package]]
5515name = "rand"
5516version = "0.10.2"
5517source = "registry+https://github.com/rust-lang/crates.io-index"
5518checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
5519dependencies = [
5520 "chacha20",
5521 "getrandom 0.4.3",
5522 "rand_core 0.10.1",
5523]
5524
5525[[package]]
5526name = "rand_chacha"
5527version = "0.3.1"
5528source = "registry+https://github.com/rust-lang/crates.io-index"
5529checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
5530dependencies = [
5531 "ppv-lite86",
5532 "rand_core 0.6.4",
5533]
5534
5535[[package]]
5536name = "rand_chacha"
5537version = "0.9.0"
5538source = "registry+https://github.com/rust-lang/crates.io-index"
5539checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
5540dependencies = [
5541 "ppv-lite86",
5542 "rand_core 0.9.5",
5543]
5544
5545[[package]]
5546name = "rand_core"
5547version = "0.6.4"
5548source = "registry+https://github.com/rust-lang/crates.io-index"
5549checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
5550dependencies = [
5551 "getrandom 0.2.17",
5552]
5553
5554[[package]]
5555name = "rand_core"
5556version = "0.9.5"
5557source = "registry+https://github.com/rust-lang/crates.io-index"
5558checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
5559dependencies = [
5560 "getrandom 0.3.4",
5561]
5562
5563[[package]]
5564name = "rand_core"
5565version = "0.10.1"
5566source = "registry+https://github.com/rust-lang/crates.io-index"
5567checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
5568
5569[[package]]
5570name = "rand_pcg"
5571version = "0.10.2"
5572source = "registry+https://github.com/rust-lang/crates.io-index"
5573checksum = "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a"
5574dependencies = [
5575 "rand_core 0.10.1",
5576]
5577
Bring vidya in cfd3e36 nandi 19d ago5578[[package]]
5579name = "raw-window-handle"
5580version = "0.6.2"
5581source = "registry+https://github.com/rust-lang/crates.io-index"
5582checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
5583
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5584[[package]]
5585name = "rayon"
5586version = "1.12.0"
5587source = "registry+https://github.com/rust-lang/crates.io-index"
5588checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
5589dependencies = [
5590 "either",
5591 "rayon-core",
5592]
5593
5594[[package]]
5595name = "rayon-core"
5596version = "1.13.0"
5597source = "registry+https://github.com/rust-lang/crates.io-index"
5598checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
5599dependencies = [
5600 "crossbeam-deque",
5601 "crossbeam-utils",
5602]
5603
5604[[package]]
5605name = "rcgen"
5606version = "0.14.8"
5607source = "registry+https://github.com/rust-lang/crates.io-index"
5608checksum = "57f6d249aad744e274e682777a50283a225a32705394ee6d5fcc01efa25e4055"
5609dependencies = [
5610 "aws-lc-rs",
5611 "rustls-pki-types",
5612 "time",
5613 "x509-parser",
5614 "yasna",
5615]
5616
5617[[package]]
5618name = "realfft"
5619version = "3.5.0"
5620source = "registry+https://github.com/rust-lang/crates.io-index"
5621checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
5622dependencies = [
5623 "rustfft",
5624]
5625
Bring vidya in cfd3e36 nandi 19d ago5626[[package]]
5627name = "redox_syscall"
5628version = "0.4.1"
5629source = "registry+https://github.com/rust-lang/crates.io-index"
5630checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
5631dependencies = [
5632 "bitflags 1.3.2",
5633]
5634
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5635[[package]]
5636name = "redox_syscall"
5637version = "0.5.18"
5638source = "registry+https://github.com/rust-lang/crates.io-index"
5639checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
5640dependencies = [
5641 "bitflags 2.13.1",
5642]
5643
Bring vidya in cfd3e36 nandi 19d ago5644[[package]]
5645name = "redox_syscall"
5646version = "0.9.3"
5647source = "registry+https://github.com/rust-lang/crates.io-index"
5648checksum = "d678d17679829e73d371e96880897e98fee2ded7acc0a50bdf8af2affa4b2fe5"
5649dependencies = [
5650 "bitflags 2.13.1",
5651]
5652
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5653[[package]]
5654name = "ref-cast"
5655version = "1.0.26"
5656source = "registry+https://github.com/rust-lang/crates.io-index"
5657checksum = "216e8f773d7923bcba9ceb86a86c93cabb3903a11872fc3f138c49630e50b96d"
5658dependencies = [
5659 "ref-cast-impl",
5660]
5661
5662[[package]]
5663name = "ref-cast-impl"
5664version = "1.0.26"
5665source = "registry+https://github.com/rust-lang/crates.io-index"
5666checksum = "2c9283685feec7d69af75fb0e858d5e7378f33fe4fc699383b2916ab9273e03c"
5667dependencies = [
5668 "proc-macro2",
5669 "quote",
5670 "syn 3.0.3",
5671]
5672
5673[[package]]
5674name = "regex"
5675version = "1.13.1"
5676source = "registry+https://github.com/rust-lang/crates.io-index"
5677checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
5678dependencies = [
5679 "aho-corasick",
5680 "memchr",
5681 "regex-automata",
5682 "regex-syntax",
5683]
5684
5685[[package]]
5686name = "regex-automata"
5687version = "0.4.16"
5688source = "registry+https://github.com/rust-lang/crates.io-index"
5689checksum = "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad"
5690dependencies = [
5691 "aho-corasick",
5692 "memchr",
5693 "regex-syntax",
5694]
5695
5696[[package]]
5697name = "regex-syntax"
5698version = "0.8.11"
5699source = "registry+https://github.com/rust-lang/crates.io-index"
5700checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
5701
5702[[package]]
5703name = "reqwest"
5704version = "0.12.28"
5705source = "registry+https://github.com/rust-lang/crates.io-index"
5706checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
5707dependencies = [
5708 "base64",
5709 "bytes",
5710 "futures-core",
5711 "http",
5712 "http-body",
5713 "http-body-util",
5714 "hyper",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago5715 "hyper-rustls",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5716 "hyper-util",
5717 "js-sys",
5718 "log",
5719 "percent-encoding",
5720 "pin-project-lite",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago5721 "quinn",
5722 "rustls",
5723 "rustls-pki-types",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5724 "serde",
5725 "serde_json",
5726 "serde_urlencoded",
5727 "sync_wrapper",
5728 "tokio",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago5729 "tokio-rustls",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5730 "tower",
5731 "tower-http",
5732 "tower-service",
5733 "url",
5734 "wasm-bindgen",
5735 "wasm-bindgen-futures",
5736 "web-sys",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago5737 "webpki-roots",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5738]
5739
5740[[package]]
5741name = "reqwest"
5742version = "0.13.4"
5743source = "registry+https://github.com/rust-lang/crates.io-index"
5744checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3"
5745dependencies = [
5746 "base64",
5747 "bytes",
5748 "futures-core",
5749 "futures-util",
5750 "http",
5751 "http-body",
5752 "http-body-util",
5753 "hyper",
5754 "hyper-rustls",
5755 "hyper-util",
5756 "js-sys",
5757 "log",
5758 "percent-encoding",
5759 "pin-project-lite",
5760 "rustls",
5761 "rustls-pki-types",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago5762 "rustls-platform-verifier",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5763 "sync_wrapper",
5764 "tokio",
5765 "tokio-rustls",
5766 "tokio-util",
5767 "tower",
5768 "tower-http",
5769 "tower-service",
5770 "url",
5771 "wasm-bindgen",
5772 "wasm-bindgen-futures",
5773 "wasm-streams",
5774 "web-sys",
5775]
5776
5777[[package]]
5778name = "resolv-conf"
5779version = "0.7.6"
5780source = "registry+https://github.com/rust-lang/crates.io-index"
5781checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7"
5782
5783[[package]]
5784name = "ring"
5785version = "0.17.14"
5786source = "registry+https://github.com/rust-lang/crates.io-index"
5787checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
5788dependencies = [
5789 "cc",
5790 "cfg-if",
5791 "getrandom 0.2.17",
5792 "libc",
5793 "untrusted 0.9.0",
5794 "windows-sys 0.52.0",
5795]
5796
5797[[package]]
5798name = "ringbuf"
5799version = "0.4.8"
5800source = "registry+https://github.com/rust-lang/crates.io-index"
5801checksum = "fe47b720588c8702e34b5979cb3271a8b1842c7cb6f57408efa70c779363488c"
5802dependencies = [
5803 "crossbeam-utils",
5804 "portable-atomic",
5805 "portable-atomic-util",
5806]
5807
5808[[package]]
5809name = "rpds"
5810version = "1.2.1"
5811source = "registry+https://github.com/rust-lang/crates.io-index"
5812checksum = "e025feb26210bc196b908e72deb063b1b4000754304341cbc168a1e72c857ebc"
5813dependencies = [
5814 "archery",
5815 "serde",
5816 "smallvec",
5817]
5818
5819[[package]]
5820name = "rubato"
5821version = "0.16.2"
5822source = "registry+https://github.com/rust-lang/crates.io-index"
5823checksum = "5258099699851cfd0082aeb645feb9c084d9a5e1f1b8d5372086b989fc5e56a1"
5824dependencies = [
5825 "num-complex",
5826 "num-integer",
5827 "num-traits",
5828 "realfft",
5829]
5830
5831[[package]]
5832name = "rubato"
5833version = "1.0.1"
5834source = "registry+https://github.com/rust-lang/crates.io-index"
5835checksum = "90173154a8a14e6adb109ea641743bc95ec81c093d94e70c6763565f7108ebeb"
5836dependencies = [
5837 "audioadapter",
5838 "audioadapter-buffers",
5839 "num-complex",
5840 "num-integer",
5841 "num-traits",
5842 "realfft",
5843 "visibility",
5844 "windowfunctions",
5845]
5846
5847[[package]]
5848name = "rustc-demangle"
5849version = "0.1.28"
5850source = "registry+https://github.com/rust-lang/crates.io-index"
5851checksum = "b74b56ffa8bb2830709a538c2cbcae9aa062db0d2a42563bfb09bdaae44020eb"
5852
5853[[package]]
5854name = "rustc-hash"
5855version = "1.1.0"
5856source = "registry+https://github.com/rust-lang/crates.io-index"
5857checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
5858
5859[[package]]
5860name = "rustc-hash"
5861version = "2.1.3"
5862source = "registry+https://github.com/rust-lang/crates.io-index"
5863checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
5864
5865[[package]]
5866name = "rustc_version"
5867version = "0.4.1"
5868source = "registry+https://github.com/rust-lang/crates.io-index"
5869checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
5870dependencies = [
5871 "semver",
5872]
5873
5874[[package]]
5875name = "rustfft"
5876version = "6.4.1"
5877source = "registry+https://github.com/rust-lang/crates.io-index"
5878checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
5879dependencies = [
5880 "num-complex",
5881 "num-integer",
5882 "num-traits",
5883 "primal-check",
5884 "strength_reduce",
5885 "transpose",
5886]
5887
5888[[package]]
5889name = "rusticata-macros"
5890version = "4.1.0"
5891source = "registry+https://github.com/rust-lang/crates.io-index"
5892checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
5893dependencies = [
5894 "nom 7.1.3",
5895]
5896
Bring vidya in cfd3e36 nandi 19d ago5897[[package]]
5898name = "rustix"
5899version = "0.38.44"
5900source = "registry+https://github.com/rust-lang/crates.io-index"
5901checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
5902dependencies = [
5903 "bitflags 2.13.1",
5904 "errno",
5905 "libc",
5906 "linux-raw-sys 0.4.15",
5907 "windows-sys 0.59.0",
5908]
5909
5910[[package]]
5911name = "rustix"
5912version = "1.1.4"
5913source = "registry+https://github.com/rust-lang/crates.io-index"
5914checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
5915dependencies = [
5916 "bitflags 2.13.1",
5917 "errno",
5918 "libc",
5919 "linux-raw-sys 0.12.1",
5920 "windows-sys 0.61.2",
5921]
5922
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5923[[package]]
5924name = "rustls"
5925version = "0.23.43"
5926source = "registry+https://github.com/rust-lang/crates.io-index"
5927checksum = "0283386ce02abc0151e1761d08802dfe86c173b0b494af5cbc086574e453da06"
5928dependencies = [
5929 "aws-lc-rs",
5930 "log",
5931 "once_cell",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago5932 "ring",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5933 "rustls-pki-types",
5934 "rustls-webpki",
5935 "subtle",
5936 "zeroize",
5937]
5938
5939[[package]]
5940name = "rustls-native-certs"
5941version = "0.8.4"
5942source = "registry+https://github.com/rust-lang/crates.io-index"
5943checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d"
5944dependencies = [
5945 "openssl-probe",
5946 "rustls-pki-types",
5947 "schannel",
5948 "security-framework",
5949]
5950
5951[[package]]
5952name = "rustls-pki-types"
5953version = "1.15.1"
5954source = "registry+https://github.com/rust-lang/crates.io-index"
5955checksum = "2f4925028c7eb5d1fcdaf196971378ed9d2c1c4efc7dc5d011256f76c99c0a96"
5956dependencies = [
5957 "web-time",
5958 "zeroize",
5959]
5960
5961[[package]]
5962name = "rustls-platform-verifier"
5963version = "0.7.0"
5964source = "registry+https://github.com/rust-lang/crates.io-index"
5965checksum = "26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0"
5966dependencies = [
Bring vidya in cfd3e36 nandi 19d ago5967 "core-foundation 0.10.1",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5968 "core-foundation-sys",
5969 "jni 0.22.4",
5970 "log",
5971 "once_cell",
5972 "rustls",
5973 "rustls-native-certs",
5974 "rustls-platform-verifier-android",
5975 "rustls-webpki",
5976 "security-framework",
5977 "security-framework-sys",
5978 "webpki-root-certs",
5979 "windows-sys 0.61.2",
5980]
5981
5982[[package]]
5983name = "rustls-platform-verifier-android"
5984version = "0.1.1"
5985source = "registry+https://github.com/rust-lang/crates.io-index"
5986checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
5987
5988[[package]]
5989name = "rustls-webpki"
5990version = "0.103.13"
5991source = "registry+https://github.com/rust-lang/crates.io-index"
5992checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
5993dependencies = [
5994 "aws-lc-rs",
5995 "ring",
5996 "rustls-pki-types",
5997 "untrusted 0.9.0",
5998]
5999
6000[[package]]
6001name = "rustversion"
6002version = "1.0.23"
6003source = "registry+https://github.com/rust-lang/crates.io-index"
6004checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
6005
6006[[package]]
6007name = "rusty-capture"
6008version = "0.1.0"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago6009source = "git+https://github.com/n0-computer/iroh-live?rev=c329850759740e3c9c27391258a66196c1a74a22#c329850759740e3c9c27391258a66196c1a74a22"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago6010dependencies = [
6011 "anyhow",
Bring vidya in cfd3e36 nandi 19d ago6012 "block2 0.6.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago6013 "bytes",
6014 "derive_more",
6015 "dispatch2",
6016 "image",
6017 "libc",
6018 "nix 0.30.1",
Bring vidya in cfd3e36 nandi 19d ago6019 "objc2 0.6.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago6020 "objc2-av-foundation",
6021 "objc2-core-media",
6022 "objc2-core-video",
Bring vidya in cfd3e36 nandi 19d ago6023 "objc2-foundation 0.3.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago6024 "rusty-codecs",
6025 "tracing",
6026 "v4l2r",
6027]
6028
6029[[package]]
6030name = "rusty-codecs"
6031version = "0.1.0"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago6032source = "git+https://github.com/n0-computer/iroh-live?rev=c329850759740e3c9c27391258a66196c1a74a22#c329850759740e3c9c27391258a66196c1a74a22"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago6033dependencies = [
6034 "anyhow",
6035 "audioadapter-buffers",
6036 "buf-list",
6037 "bytes",
6038 "derive_more",
6039 "hang",
6040 "image",
6041 "libc",
6042 "n0-future",
Let the media plane cross to the phone, camera and all fd0e21a nandi 18d ago6043 "ndk",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago6044 "openh264",
6045 "pic-scale",
6046 "rubato 1.0.1",
6047 "strum",
6048 "throttled-tracing",
6049 "tracing",
6050 "unsafe-libopus",
6051 "yuv",
6052]
6053
6054[[package]]
6055name = "ryu"
6056version = "1.0.23"
6057source = "registry+https://github.com/rust-lang/crates.io-index"
6058checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
6059
6060[[package]]
6061name = "safe_arch"
6062version = "1.1.0"
6063source = "registry+https://github.com/rust-lang/crates.io-index"
6064checksum = "3a52ec151f024d703f9fd65abb7cbe81e7cdb39f18917a3a37e3014470dc7c59"
6065dependencies = [
6066 "bytemuck",
6067]
6068
6069[[package]]
6070name = "same-file"
6071version = "1.0.6"
6072source = "registry+https://github.com/rust-lang/crates.io-index"
6073checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
6074dependencies = [
6075 "winapi-util",
6076]
6077
6078[[package]]
6079name = "schannel"
6080version = "0.1.29"
6081source = "registry+https://github.com/rust-lang/crates.io-index"
6082checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
6083dependencies = [
6084 "windows-sys 0.61.2",
6085]
6086
6087[[package]]
6088name = "schemars"
6089version = "0.9.0"
6090source = "registry+https://github.com/rust-lang/crates.io-index"
6091checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
6092dependencies = [
6093 "dyn-clone",
6094 "ref-cast",
6095 "serde",
6096 "serde_json",
6097]
6098
6099[[package]]
6100name = "schemars"
6101version = "1.2.2"
6102source = "registry+https://github.com/rust-lang/crates.io-index"
6103checksum = "687274d293b6cdc6e73e0fee520bf2049650090d7164f87672d212a3c530cf4a"
6104dependencies = [
6105 "dyn-clone",
6106 "ref-cast",
6107 "serde",
6108 "serde_json",
6109]
6110
6111[[package]]
6112name = "scoped-tls"
6113version = "1.0.1"
6114source = "registry+https://github.com/rust-lang/crates.io-index"
6115checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
6116
6117[[package]]
6118name = "scopeguard"
6119version = "1.2.0"
6120source = "registry+https://github.com/rust-lang/crates.io-index"
Bring vidya in cfd3e36 nandi 19d ago6121checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
6122
6123[[package]]
6124name = "sctk-adwaita"
6125version = "0.10.1"
6126source = "registry+https://github.com/rust-lang/crates.io-index"
6127checksum = "b6277f0217056f77f1d8f49f2950ac6c278c0d607c45f5ee99328d792ede24ec"
6128dependencies = [
6129 "ab_glyph",
6130 "log",
6131 "memmap2",
6132 "smithay-client-toolkit 0.19.2",
6133 "tiny-skia",
6134]
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago6135
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago6136[[package]]
6137name = "scuffle-av1"
6138version = "0.1.4"
6139source = "registry+https://github.com/rust-lang/crates.io-index"
6140checksum = "028eddc8b17fe9dba817b238c56d3acf03748bdbed4c35783cfb93857ef15955"
6141dependencies = [
6142 "byteorder",
6143 "bytes",
6144 "scuffle-bytes-util",
6145 "scuffle-workspace-hack",
6146]
6147
6148[[package]]
6149name = "scuffle-bytes-util"
6150version = "0.1.5"
6151source = "registry+https://github.com/rust-lang/crates.io-index"
6152checksum = "0417748c2a42f4a08d4e634b68b1d64f22a8c24bef2e7ac93df33aa61202a45b"
6153dependencies = [
6154 "byteorder",
6155 "bytes",
6156 "bytestring",
6157 "scuffle-workspace-hack",
6158]
6159
6160[[package]]
6161name = "scuffle-expgolomb"
6162version = "0.1.5"
6163source = "registry+https://github.com/rust-lang/crates.io-index"
6164checksum = "48d21330974c941e4c0aedc1e7255ea809e8cbac51e135209f6d67843ad1b94d"
6165dependencies = [
6166 "scuffle-bytes-util",
6167 "scuffle-workspace-hack",
6168]
6169
6170[[package]]
6171name = "scuffle-h265"
6172version = "0.2.2"
6173source = "registry+https://github.com/rust-lang/crates.io-index"
6174checksum = "b04b276c2f79846b7968abe6f87cedf951e06fd2a2b72d99c457e85d7e40f3fb"
6175dependencies = [
6176 "bitflags 2.13.1",
6177 "byteorder",
6178 "bytes",
6179 "nutype-enum",
6180 "scuffle-bytes-util",
6181 "scuffle-expgolomb",
6182 "scuffle-workspace-hack",
6183]
6184
6185[[package]]
6186name = "scuffle-workspace-hack"
6187version = "0.1.0"
6188source = "registry+https://github.com/rust-lang/crates.io-index"
6189checksum = "8028ded836a0d9fabdfa4d713389b76a2098b5153f50a135c8faed7e3a3d5ae2"
6190
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago6191[[package]]
6192name = "security-framework"
6193version = "3.7.0"
6194source = "registry+https://github.com/rust-lang/crates.io-index"
6195checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
6196dependencies = [
6197 "bitflags 2.13.1",
Bring vidya in cfd3e36 nandi 19d ago6198 "core-foundation 0.10.1",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago6199 "core-foundation-sys",
6200 "libc",
6201 "security-framework-sys",
6202]
6203
6204[[package]]
6205name = "security-framework-sys"
6206version = "2.17.0"
6207source = "registry+https://github.com/rust-lang/crates.io-index"
6208checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
6209dependencies = [
6210 "core-foundation-sys",
6211 "libc",
6212]
6213
6214[[package]]
6215name = "seize"
6216version = "0.5.1"
6217source = "registry+https://github.com/rust-lang/crates.io-index"
6218checksum = "5b55fb86dfd3a2f5f76ea78310a88f96c4ea21a3031f8d212443d56123fd0521"
6219dependencies = [
6220 "libc",
6221 "windows-sys 0.61.2",
6222]
6223
6224[[package]]
6225name = "semver"
6226version = "1.0.28"
6227source = "registry+https://github.com/rust-lang/crates.io-index"
6228checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
6229
6230[[package]]
6231name = "send_wrapper"
6232version = "0.6.0"
6233source = "registry+https://github.com/rust-lang/crates.io-index"
6234checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
6235
6236[[package]]
6237name = "serde"
6238version = "1.0.229"
6239source = "registry+https://github.com/rust-lang/crates.io-index"
6240checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
6241dependencies = [
6242 "serde_core",
6243 "serde_derive",
6244]
6245
6246[[package]]
6247name = "serde-big-array"
6248version = "0.5.1"
6249source = "registry+https://github.com/rust-lang/crates.io-index"
6250checksum = "11fc7cc2c76d73e0f27ee52abbd64eec84d46f370c88371120433196934e4b7f"
6251dependencies = [
6252 "serde",
6253]
6254
6255[[package]]
6256name = "serde_bytes"
6257version = "0.11.19"
6258source = "registry+https://github.com/rust-lang/crates.io-index"
6259checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
6260dependencies = [
6261 "serde",
6262 "serde_core",
6263]
6264
6265[[package]]
6266name = "serde_core"
6267version = "1.0.229"
6268source = "registry+https://github.com/rust-lang/crates.io-index"
6269checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
6270dependencies = [
6271 "serde_derive",
6272]
6273
6274[[package]]
6275name = "serde_derive"
6276version = "1.0.229"
6277source = "registry+https://github.com/rust-lang/crates.io-index"
6278checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
6279dependencies = [
6280 "proc-macro2",
6281 "quote",
6282 "syn 3.0.3",
6283]
6284
6285[[package]]
6286name = "serde_json"
6287version = "1.0.151"
6288source = "registry+https://github.com/rust-lang/crates.io-index"
6289checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
6290dependencies = [
6291 "itoa",
6292 "memchr",
6293 "serde",
6294 "serde_core",
6295 "zmij",
6296]
6297
6298[[package]]
6299name = "serde_spanned"
6300version = "1.1.1"
6301source = "registry+https://github.com/rust-lang/crates.io-index"
6302checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
6303dependencies = [
6304 "serde_core",
6305]
6306
6307[[package]]
6308name = "serde_urlencoded"
6309version = "0.7.1"
6310source = "registry+https://github.com/rust-lang/crates.io-index"
6311checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
6312dependencies = [
6313 "form_urlencoded",
6314 "itoa",
6315 "ryu",
6316 "serde",
6317]
6318
6319[[package]]
6320name = "serde_with"
6321version = "3.21.0"
6322source = "registry+https://github.com/rust-lang/crates.io-index"
6323checksum = "76a5c54c7310e7b8b9577c286d7e399ddd876c3e12b3ed917a8aabc4b96e9e8c"
6324dependencies = [
6325 "base64",
6326 "bs58",
6327 "chrono",
6328 "hex",
6329 "indexmap 1.9.3",
6330 "indexmap 2.14.0",
6331 "schemars 0.9.0",
6332 "schemars 1.2.2",
6333 "serde_core",
6334 "serde_json",
6335 "serde_with_macros",
6336 "time",
6337]
6338
6339[[package]]
6340name = "serde_with_macros"
6341version = "3.21.0"
6342source = "registry+https://github.com/rust-lang/crates.io-index"
6343checksum = "84d57bc0c8b9a17920c178daa6bb924850d54a9c97ab45194bb8c17ad66bb660"
6344dependencies = [
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago6345 "darling",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago6346 "proc-macro2",
6347 "quote",
6348 "syn 2.0.119",
6349]
6350
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago6351[[package]]
6352name = "serdect"
6353version = "0.4.3"
6354source = "registry+https://github.com/rust-lang/crates.io-index"
6355checksum = "66cf8fedced2fcf12406bcb34223dffb92eaf34908ede12fed414c82b7f00b3e"
6356dependencies = [
6357 "base16ct",
6358 "serde",
6359]
6360
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago6361[[package]]
6362name = "sfv"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago6363version = "0.15.0"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago6364source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago6365checksum = "890ef0e5532daf21fdaa3dbaf991417187f3a87ab69231fe69be942495746480"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago6366dependencies = [
6367 "base64",
6368 "indexmap 2.14.0",
6369 "ref-cast",
6370]
6371
6372[[package]]
6373name = "sha1"
6374version = "0.10.7"
6375source = "registry+https://github.com/rust-lang/crates.io-index"
6376checksum = "a978451301f4db1d02937a4ab3ccce137717b81826e79b7d49ffe3244a13c3b8"
6377dependencies = [
6378 "cfg-if",
6379 "cpufeatures 0.2.17",
6380 "digest 0.10.7",
6381]
6382
6383[[package]]
6384name = "sha1_smol"
6385version = "1.0.1"
6386source = "registry+https://github.com/rust-lang/crates.io-index"
6387checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
6388
6389[[package]]
6390name = "sha2"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago6391version = "0.11.0"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago6392source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago6393checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago6394dependencies = [
6395 "cfg-if",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago6396 "cpufeatures 0.3.0",
6397 "digest 0.11.3",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago6398]
6399
6400[[package]]
6401name = "sharded-slab"
6402version = "0.1.7"
6403source = "registry+https://github.com/rust-lang/crates.io-index"
6404checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
6405dependencies = [
6406 "lazy_static",
6407]
6408
6409[[package]]
6410name = "shlex"
6411version = "1.3.0"
6412source = "registry+https://github.com/rust-lang/crates.io-index"
6413checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
6414
6415[[package]]
6416name = "shlex"
6417version = "2.0.1"
6418source = "registry+https://github.com/rust-lang/crates.io-index"
6419checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
6420
Paint the same tree into a terminal, for the machines with no window a7f6202 nandi 17d ago6421[[package]]
6422name = "signal-hook"
6423version = "0.3.18"
6424source = "registry+https://github.com/rust-lang/crates.io-index"
6425checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
6426dependencies = [
6427 "libc",
6428 "signal-hook-registry",
6429]
6430
6431[[package]]
6432name = "signal-hook-mio"
6433version = "0.2.5"
6434source = "registry+https://github.com/rust-lang/crates.io-index"
6435checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc"
6436dependencies = [
6437 "libc",
6438 "mio",
6439 "signal-hook",
6440]
6441
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago6442[[package]]
6443name = "signal-hook-registry"
6444version = "1.4.8"
6445source = "registry+https://github.com/rust-lang/crates.io-index"
6446checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
6447dependencies = [
6448 "errno",
6449 "libc",
6450]
6451
6452[[package]]
6453name = "signature"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago6454version = "3.0.0"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago6455source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago6456checksum = "28d567dcbaf0049cb8ac2608a76cd95ff9e4412e1899d389ee400918ca7537f5"
6457dependencies = [
6458 "rand_core 0.10.1",
6459]
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago6460
Bring vidya in cfd3e36 nandi 19d ago6461[[package]]
6462name = "simd-adler32"
6463version = "0.3.10"
6464source = "registry+https://github.com/rust-lang/crates.io-index"
6465checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
6466
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago6467[[package]]
6468name = "simd_cesu8"
6469version = "1.2.0"
6470source = "registry+https://github.com/rust-lang/crates.io-index"
6471checksum = "11031e251abf8611c80f460e19dbdeb54a66db918e49c65a7065b46ac7aec520"
6472dependencies = [
6473 "rustc_version",
6474 "simdutf8",
6475]
6476
6477[[package]]
6478name = "simdutf8"
6479version = "0.1.5"
6480source = "registry+https://github.com/rust-lang/crates.io-index"
6481checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
6482
6483[[package]]
6484name = "simple-dns"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago6485version = "0.12.0"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago6486source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago6487checksum = "2b6f884fa9a8d48101774bfbd3aeb81e968dd22cffd19a372da69f183db22c1a"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago6488dependencies = [
6489 "bitflags 2.13.1",
6490]
6491
6492[[package]]
6493name = "siphasher"
6494version = "1.0.3"
6495source = "registry+https://github.com/rust-lang/crates.io-index"
6496checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
6497
6498[[package]]
6499name = "slab"
6500version = "0.4.12"
6501source = "registry+https://github.com/rust-lang/crates.io-index"
6502checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
6503
Bring vidya in cfd3e36 nandi 19d ago6504[[package]]
6505name = "slotmap"
6506version = "1.1.1"
6507source = "registry+https://github.com/rust-lang/crates.io-index"
6508checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038"
6509dependencies = [
6510 "version_check",
6511]
6512
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago6513[[package]]
6514name = "smallvec"
6515version = "1.15.2"
6516source = "registry+https://github.com/rust-lang/crates.io-index"
6517checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
6518
Bring vidya in cfd3e36 nandi 19d ago6519[[package]]
6520name = "smithay-client-toolkit"
6521version = "0.19.2"
6522source = "registry+https://github.com/rust-lang/crates.io-index"
6523checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016"
6524dependencies = [
6525 "bitflags 2.13.1",
6526 "calloop 0.13.0",
6527 "calloop-wayland-source 0.3.0",
6528 "cursor-icon",
6529 "libc",
6530 "log",
6531 "memmap2",
6532 "rustix 0.38.44",
6533 "thiserror 1.0.69",
6534 "wayland-backend",
6535 "wayland-client",
6536 "wayland-csd-frame",
6537 "wayland-cursor",
6538 "wayland-protocols",
6539 "wayland-protocols-wlr",
6540 "wayland-scanner",
6541 "xkeysym",
6542]
6543
6544[[package]]
6545name = "smithay-client-toolkit"
6546version = "0.20.0"
6547source = "registry+https://github.com/rust-lang/crates.io-index"
6548checksum = "0512da38f5e2b31201a93524adb8d3136276fa4fe4aafab4e1f727a82b534cc0"
6549dependencies = [
6550 "bitflags 2.13.1",
6551 "calloop 0.14.4",
6552 "calloop-wayland-source 0.4.1",
6553 "cursor-icon",
6554 "libc",
6555 "log",
6556 "memmap2",
6557 "rustix 1.1.4",
6558 "thiserror 2.0.19",
6559 "wayland-backend",
6560 "wayland-client",
6561 "wayland-csd-frame",
6562 "wayland-cursor",
6563 "wayland-protocols",
6564 "wayland-protocols-experimental",
6565 "wayland-protocols-misc",
6566 "wayland-protocols-wlr",
6567 "wayland-scanner",
6568 "xkeysym",
6569]
6570
6571[[package]]
6572name = "smithay-clipboard"
6573version = "0.7.3"
6574source = "registry+https://github.com/rust-lang/crates.io-index"
6575checksum = "71704c03f739f7745053bde45fa203a46c58d25bc5c4efba1d9a60e9dba81226"
6576dependencies = [
6577 "libc",
6578 "smithay-client-toolkit 0.20.0",
6579 "wayland-backend",
6580]
6581
6582[[package]]
6583name = "smol_str"
6584version = "0.2.2"
6585source = "registry+https://github.com/rust-lang/crates.io-index"
6586checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
6587dependencies = [
6588 "serde",
6589]
6590
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago6591[[package]]
6592name = "socket2"
6593version = "0.6.5"
6594source = "registry+https://github.com/rust-lang/crates.io-index"
6595checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
6596dependencies = [
6597 "libc",
6598 "windows-sys 0.61.2",
6599]
6600
6601[[package]]
6602name = "sonora"
6603version = "0.1.0"
6604source = "registry+https://github.com/rust-lang/crates.io-index"
6605checksum = "559f6011d42721f7b4599ef4cf3224ac07539ee5bc25967169701c7aeb6c6bb1"
6606dependencies = [
6607 "sonora-aec3",
6608 "sonora-agc2",
6609 "sonora-common-audio",
6610 "sonora-ns",
6611 "sonora-simd",
6612 "tracing",
6613]
6614
6615[[package]]
6616name = "sonora-aec3"
6617version = "0.1.0"
6618source = "registry+https://github.com/rust-lang/crates.io-index"
6619checksum = "65d8b7e53b058aa4631cf2a8f483bd7a0dec093aa413d21b44b86d5704deedeb"
6620dependencies = [
6621 "sonora-common-audio",
6622 "sonora-fft",
6623 "sonora-simd",
6624]
6625
6626[[package]]
6627name = "sonora-agc2"
6628version = "0.1.0"
6629source = "registry+https://github.com/rust-lang/crates.io-index"
6630checksum = "132876fc38c4e191dee939a38243df5eb5830cd29f1d1ac9a67377389d74a10e"
6631dependencies = [
6632 "bytemuck",
6633 "derive_more",
6634 "sonora-common-audio",
6635 "sonora-fft",
6636 "sonora-simd",
6637 "tracing",
6638]
6639
6640[[package]]
6641name = "sonora-common-audio"
6642version = "0.1.0"
6643source = "registry+https://github.com/rust-lang/crates.io-index"
6644checksum = "30a16fa975fe4aa12e4d980d5453452bd3e6df2b33abfb89840e1757ebd212e6"
6645dependencies = [
6646 "derive_more",
6647 "sonora-simd",
6648]
6649
6650[[package]]
6651name = "sonora-fft"
6652version = "0.1.0"
6653source = "registry+https://github.com/rust-lang/crates.io-index"
6654checksum = "cca158c4b6ace2cb3f4fa8084842da2b4ffcc25cf8ac4366675aea541aabc6af"
6655
6656[[package]]
6657name = "sonora-ns"
6658version = "0.1.0"
6659source = "registry+https://github.com/rust-lang/crates.io-index"
6660checksum = "cc549f9bca1d60e7a2483e4949e9649467c5cca371a4341e44aaf24dae338fd4"
6661dependencies = [
6662 "sonora-fft",
6663]
6664
6665[[package]]
6666name = "sonora-simd"
6667version = "0.1.0"
6668source = "registry+https://github.com/rust-lang/crates.io-index"
6669checksum = "a053f93cc01f4e1cc51c61844a196b6d1da7e054cdd406d2cd27677ba4d898e0"
6670dependencies = [
6671 "cpufeatures 0.3.0",
6672]
6673
6674[[package]]
6675name = "sorted-index-buffer"
6676version = "0.2.1"
6677source = "registry+https://github.com/rust-lang/crates.io-index"
6678checksum = "ea06cc588e43c632923a55450401b8f25e628131571d4e1baea1bdfdb2b5ed06"
6679
6680[[package]]
6681name = "spez"
6682version = "0.1.2"
6683source = "registry+https://github.com/rust-lang/crates.io-index"
6684checksum = "c87e960f4dca2788eeb86bbdde8dd246be8948790b7618d656e68f9b720a86e8"
6685dependencies = [
6686 "proc-macro2",
6687 "quote",
6688 "syn 2.0.119",
6689]
6690
6691[[package]]
6692name = "spin"
6693version = "0.9.9"
6694source = "registry+https://github.com/rust-lang/crates.io-index"
6695checksum = "3763264f6b73151db08c50ff20d7d8a0b8796e021cdea7ceedad07b80155fa0e"
6696dependencies = [
6697 "lock_api",
6698]
6699
6700[[package]]
6701name = "spin"
6702version = "0.10.1"
6703source = "registry+https://github.com/rust-lang/crates.io-index"
6704checksum = "023a211cb3138dbc438680b32560ad89f699977624c9f8dbb95a47d5b4c07dd3"
6705
6706[[package]]
6707name = "spki"
6708version = "0.8.0"
6709source = "registry+https://github.com/rust-lang/crates.io-index"
6710checksum = "1d9efca8738c78ee9484207732f728b1ef517bbb1833d6fc0879ca898a522f6f"
6711dependencies = [
6712 "base64ct",
6713 "der",
6714]
6715
6716[[package]]
6717name = "stable_deref_trait"
6718version = "1.2.1"
6719source = "registry+https://github.com/rust-lang/crates.io-index"
6720checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
6721
6722[[package]]
6723name = "strength_reduce"
6724version = "0.2.4"
6725source = "registry+https://github.com/rust-lang/crates.io-index"
6726checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
6727
Bring vidya in cfd3e36 nandi 19d ago6728[[package]]
6729name = "strict-num"
6730version = "0.1.1"
6731source = "registry+https://github.com/rust-lang/crates.io-index"
6732checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
6733
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago6734[[package]]
6735name = "strsim"
6736version = "0.11.1"
6737source = "registry+https://github.com/rust-lang/crates.io-index"
6738checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
6739
6740[[package]]
6741name = "strum"
6742version = "0.28.0"
6743source = "registry+https://github.com/rust-lang/crates.io-index"
6744checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
6745dependencies = [
6746 "strum_macros",
6747]
6748
6749[[package]]
6750name = "strum_macros"
6751version = "0.28.0"
6752source = "registry+https://github.com/rust-lang/crates.io-index"
6753checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
6754dependencies = [
6755 "heck",
6756 "proc-macro2",
6757 "quote",
6758 "syn 2.0.119",
6759]
6760
6761[[package]]
6762name = "subtle"
6763version = "2.6.1"
6764source = "registry+https://github.com/rust-lang/crates.io-index"
6765checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
6766
6767[[package]]
6768name = "symphonia"
6769version = "0.5.5"
6770source = "registry+https://github.com/rust-lang/crates.io-index"
6771checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
6772dependencies = [
6773 "lazy_static",
6774 "symphonia-bundle-mp3",
6775 "symphonia-codec-pcm",
6776 "symphonia-core",
6777 "symphonia-format-riff",
6778 "symphonia-metadata",
6779]
6780
6781[[package]]
6782name = "symphonia-bundle-mp3"
6783version = "0.5.5"
6784source = "registry+https://github.com/rust-lang/crates.io-index"
6785checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
6786dependencies = [
6787 "lazy_static",
6788 "log",
6789 "symphonia-core",
6790 "symphonia-metadata",
6791]
6792
6793[[package]]
6794name = "symphonia-codec-pcm"
6795version = "0.5.5"
6796source = "registry+https://github.com/rust-lang/crates.io-index"
6797checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
6798dependencies = [
6799 "log",
6800 "symphonia-core",
6801]
6802
6803[[package]]
6804name = "symphonia-core"
6805version = "0.5.5"
6806source = "registry+https://github.com/rust-lang/crates.io-index"
6807checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
6808dependencies = [
6809 "arrayvec",
6810 "bitflags 1.3.2",
6811 "bytemuck",
6812 "lazy_static",
6813 "log",
6814]
6815
6816[[package]]
6817name = "symphonia-format-riff"
6818version = "0.5.5"
6819source = "registry+https://github.com/rust-lang/crates.io-index"
6820checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
6821dependencies = [
6822 "extended",
6823 "log",
6824 "symphonia-core",
6825 "symphonia-metadata",
6826]
6827
6828[[package]]
6829name = "symphonia-metadata"
6830version = "0.5.5"
6831source = "registry+https://github.com/rust-lang/crates.io-index"
6832checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
6833dependencies = [
6834 "encoding_rs",
6835 "lazy_static",
6836 "log",
6837 "symphonia-core",
6838]
6839
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago6840[[package]]
6841name = "syn"
6842version = "1.0.109"
6843source = "registry+https://github.com/rust-lang/crates.io-index"
6844checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
6845dependencies = [
6846 "proc-macro2",
6847 "quote",
6848 "unicode-ident",
6849]
6850
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago6851[[package]]
6852name = "syn"
6853version = "2.0.119"
6854source = "registry+https://github.com/rust-lang/crates.io-index"
6855checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
6856dependencies = [
6857 "proc-macro2",
6858 "quote",
6859 "unicode-ident",
6860]
6861
6862[[package]]
6863name = "syn"
6864version = "3.0.3"
6865source = "registry+https://github.com/rust-lang/crates.io-index"
6866checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
6867dependencies = [
6868 "proc-macro2",
6869 "quote",
6870 "unicode-ident",
6871]
6872
6873[[package]]
6874name = "sync_wrapper"
6875version = "1.0.2"
6876source = "registry+https://github.com/rust-lang/crates.io-index"
6877checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
6878dependencies = [
6879 "futures-core",
6880]
6881
6882[[package]]
6883name = "synstructure"
6884version = "0.13.2"
6885source = "registry+https://github.com/rust-lang/crates.io-index"
6886checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
6887dependencies = [
6888 "proc-macro2",
6889 "quote",
6890 "syn 2.0.119",
6891]
6892
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago6893[[package]]
6894name = "system-configuration"
6895version = "0.7.0"
6896source = "registry+https://github.com/rust-lang/crates.io-index"
6897checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
6898dependencies = [
6899 "bitflags 2.13.1",
6900 "core-foundation 0.9.4",
6901 "system-configuration-sys",
6902]
6903
6904[[package]]
6905name = "system-configuration-sys"
6906version = "0.6.0"
6907source = "registry+https://github.com/rust-lang/crates.io-index"
6908checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
6909dependencies = [
6910 "core-foundation-sys",
6911 "libc",
6912]
6913
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago6914[[package]]
6915name = "system-deps"
6916version = "7.0.8"
6917source = "registry+https://github.com/rust-lang/crates.io-index"
6918checksum = "396a35feb67335377e0251fcbc1092fc85c484bd4e3a7a54319399da127796e7"
6919dependencies = [
6920 "cfg-expr",
6921 "heck",
6922 "pkg-config",
6923 "toml",
6924 "version-compare",
6925]
6926
6927[[package]]
6928name = "tagptr"
6929version = "0.2.0"
6930source = "registry+https://github.com/rust-lang/crates.io-index"
6931checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
6932
6933[[package]]
6934name = "target-lexicon"
6935version = "0.13.5"
6936source = "registry+https://github.com/rust-lang/crates.io-index"
6937checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
6938
6939[[package]]
6940name = "thiserror"
6941version = "1.0.69"
6942source = "registry+https://github.com/rust-lang/crates.io-index"
6943checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
6944dependencies = [
6945 "thiserror-impl 1.0.69",
6946]
6947
6948[[package]]
6949name = "thiserror"
6950version = "2.0.19"
6951source = "registry+https://github.com/rust-lang/crates.io-index"
6952checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9"
6953dependencies = [
6954 "thiserror-impl 2.0.19",
6955]
6956
6957[[package]]
6958name = "thiserror-impl"
6959version = "1.0.69"
6960source = "registry+https://github.com/rust-lang/crates.io-index"
6961checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
6962dependencies = [
6963 "proc-macro2",
6964 "quote",
6965 "syn 2.0.119",
6966]
6967
6968[[package]]
6969name = "thiserror-impl"
6970version = "2.0.19"
6971source = "registry+https://github.com/rust-lang/crates.io-index"
6972checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd"
6973dependencies = [
6974 "proc-macro2",
6975 "quote",
6976 "syn 3.0.3",
6977]
6978
6979[[package]]
6980name = "thread_local"
6981version = "1.1.10"
6982source = "registry+https://github.com/rust-lang/crates.io-index"
6983checksum = "1ad99c4c6d32803332c548b1af0540b357b3f5fc0be8f6c6bfe8b2e6ae784070"
6984dependencies = [
6985 "cfg-if",
6986]
6987
6988[[package]]
6989name = "throttled-tracing"
6990version = "0.1.0"
6991source = "registry+https://github.com/rust-lang/crates.io-index"
6992checksum = "5c8ec74140dfae112d4da4003f2cabdfd9b5efc84e8a4d610d87fc681280b642"
6993dependencies = [
6994 "fastrand",
6995 "parking_lot",
6996 "tracing",
6997]
6998
Bring vidya in cfd3e36 nandi 19d ago6999[[package]]
7000name = "tiff"
7001version = "0.11.3"
7002source = "registry+https://github.com/rust-lang/crates.io-index"
7003checksum = "b63feaf3343d35b6ca4d50483f94843803b0f51634937cc2ec519fc32232bc52"
7004dependencies = [
7005 "fax",
7006 "flate2",
7007 "half",
7008 "quick-error",
7009 "weezl",
7010 "zune-jpeg",
7011]
7012
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago7013[[package]]
7014name = "time"
7015version = "0.3.54"
7016source = "registry+https://github.com/rust-lang/crates.io-index"
7017checksum = "3e1d5e639ff6bab73cb6885cc7e7b1de96c3f32c68ec55f3952614bec1092244"
7018dependencies = [
7019 "deranged",
7020 "js-sys",
7021 "num-conv",
7022 "powerfmt",
7023 "serde_core",
7024 "time-core",
7025 "time-macros",
7026]
7027
7028[[package]]
7029name = "time-core"
7030version = "0.1.9"
7031source = "registry+https://github.com/rust-lang/crates.io-index"
7032checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
7033
7034[[package]]
7035name = "time-macros"
7036version = "0.2.32"
7037source = "registry+https://github.com/rust-lang/crates.io-index"
7038checksum = "7e689342a48d2ea927c87ea50cabf8594854bf940e9310208848d680d668ed85"
7039dependencies = [
7040 "num-conv",
7041 "time-core",
7042]
7043
Bring vidya in cfd3e36 nandi 19d ago7044[[package]]
7045name = "tiny-skia"
7046version = "0.11.4"
7047source = "registry+https://github.com/rust-lang/crates.io-index"
7048checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
7049dependencies = [
7050 "arrayref",
7051 "arrayvec",
7052 "bytemuck",
7053 "cfg-if",
7054 "log",
7055 "tiny-skia-path",
7056]
7057
7058[[package]]
7059name = "tiny-skia-path"
7060version = "0.11.4"
7061source = "registry+https://github.com/rust-lang/crates.io-index"
7062checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
7063dependencies = [
7064 "arrayref",
7065 "bytemuck",
7066 "strict-num",
7067]
7068
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago7069[[package]]
7070name = "tinystr"
7071version = "0.8.3"
7072source = "registry+https://github.com/rust-lang/crates.io-index"
7073checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
7074dependencies = [
7075 "displaydoc",
7076 "zerovec",
7077]
7078
7079[[package]]
7080name = "tinyvec"
7081version = "1.12.0"
7082source = "registry+https://github.com/rust-lang/crates.io-index"
7083checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f"
7084dependencies = [
7085 "tinyvec_macros",
7086]
7087
7088[[package]]
7089name = "tinyvec_macros"
7090version = "0.1.1"
7091source = "registry+https://github.com/rust-lang/crates.io-index"
7092checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
7093
7094[[package]]
7095name = "tokio"
7096version = "1.53.1"
7097source = "registry+https://github.com/rust-lang/crates.io-index"
7098checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
7099dependencies = [
7100 "bytes",
7101 "libc",
7102 "mio",
7103 "parking_lot",
7104 "pin-project-lite",
7105 "signal-hook-registry",
7106 "socket2",
7107 "tokio-macros",
7108 "windows-sys 0.61.2",
7109]
7110
7111[[package]]
7112name = "tokio-macros"
7113version = "2.7.2"
7114source = "registry+https://github.com/rust-lang/crates.io-index"
7115checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e"
7116dependencies = [
7117 "proc-macro2",
7118 "quote",
7119 "syn 3.0.3",
7120]
7121
7122[[package]]
7123name = "tokio-rustls"
7124version = "0.26.4"
7125source = "registry+https://github.com/rust-lang/crates.io-index"
7126checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
7127dependencies = [
7128 "rustls",
7129 "tokio",
7130]
7131
7132[[package]]
7133name = "tokio-stream"
7134version = "0.1.19"
7135source = "registry+https://github.com/rust-lang/crates.io-index"
7136checksum = "a3d06f0b082ba57c26b79407372e57cf2a1e28124f78e9479fe80322cf53420b"
7137dependencies = [
7138 "futures-core",
7139 "pin-project-lite",
7140 "tokio",
7141 "tokio-util",
7142]
7143
7144[[package]]
7145name = "tokio-tungstenite"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago7146version = "0.29.0"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago7147source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago7148checksum = "8f72a05e828585856dacd553fba484c242c46e391fb0e58917c942ee9202915c"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago7149dependencies = [
7150 "futures-util",
7151 "log",
7152 "rustls",
7153 "rustls-native-certs",
7154 "rustls-pki-types",
7155 "tokio",
7156 "tokio-rustls",
7157 "tungstenite",
7158]
7159
7160[[package]]
7161name = "tokio-util"
7162version = "0.7.19"
7163source = "registry+https://github.com/rust-lang/crates.io-index"
7164checksum = "494815d09bf52b5548659851081238f0ca39ff638363907596da739561c62c52"
7165dependencies = [
7166 "bytes",
7167 "futures-core",
7168 "futures-sink",
7169 "futures-util",
7170 "libc",
7171 "pin-project-lite",
7172 "tokio",
7173]
7174
7175[[package]]
7176name = "tokio-websockets"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago7177version = "0.13.3"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago7178source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago7179checksum = "d52efb639344a7c6adb8e62c6f3d2c19c001ff1b79a5041ba1c6ed42e19c6aa5"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago7180dependencies = [
7181 "aws-lc-rs",
7182 "base64",
7183 "bytes",
7184 "futures-core",
7185 "futures-sink",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago7186 "getrandom 0.4.3",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago7187 "http",
7188 "httparse",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago7189 "rand 0.10.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago7190 "rustls-pki-types",
7191 "sha1_smol",
7192 "simdutf8",
7193 "tokio",
7194 "tokio-rustls",
7195 "tokio-util",
7196]
7197
7198[[package]]
7199name = "toml"
7200version = "1.1.4+spec-1.1.0"
7201source = "registry+https://github.com/rust-lang/crates.io-index"
7202checksum = "3aace63f4bbcdfc2c965b059de67119c89c4017a70d633be6c104910f67056f5"
7203dependencies = [
7204 "indexmap 2.14.0",
7205 "serde_core",
7206 "serde_spanned",
7207 "toml_datetime",
7208 "toml_parser",
7209 "toml_writer",
7210 "winnow",
7211]
7212
7213[[package]]
7214name = "toml_datetime"
7215version = "1.1.1+spec-1.1.0"
7216source = "registry+https://github.com/rust-lang/crates.io-index"
7217checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
7218dependencies = [
7219 "serde_core",
7220]
7221
7222[[package]]
7223name = "toml_edit"
7224version = "0.25.13+spec-1.1.0"
7225source = "registry+https://github.com/rust-lang/crates.io-index"
7226checksum = "6975367e4d2ef766d86af01ffad14b622fecc8d4357a998fbc4deb6e9bacaf9b"
7227dependencies = [
7228 "indexmap 2.14.0",
7229 "toml_datetime",
7230 "toml_parser",
7231 "winnow",
7232]
7233
7234[[package]]
7235name = "toml_parser"
7236version = "1.1.3+spec-1.1.0"
7237source = "registry+https://github.com/rust-lang/crates.io-index"
7238checksum = "1d38ac1cf9b95face32296c0a3ede1fdc270627c9d9c02a7274dd6d960dc4d56"
7239dependencies = [
7240 "winnow",
7241]
7242
7243[[package]]
7244name = "toml_writer"
7245version = "1.1.2+spec-1.1.0"
7246source = "registry+https://github.com/rust-lang/crates.io-index"
7247checksum = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2"
7248
7249[[package]]
7250name = "tower"
7251version = "0.5.3"
7252source = "registry+https://github.com/rust-lang/crates.io-index"
7253checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
7254dependencies = [
7255 "futures-core",
7256 "futures-util",
7257 "pin-project-lite",
7258 "sync_wrapper",
7259 "tokio",
7260 "tower-layer",
7261 "tower-service",
7262]
7263
7264[[package]]
7265name = "tower-http"
7266version = "0.6.11"
7267source = "registry+https://github.com/rust-lang/crates.io-index"
7268checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
7269dependencies = [
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago7270 "async-compression",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago7271 "bitflags 2.13.1",
7272 "bytes",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago7273 "futures-core",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago7274 "futures-util",
7275 "http",
7276 "http-body",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago7277 "http-body-util",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago7278 "pin-project-lite",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago7279 "tokio",
7280 "tokio-util",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago7281 "tower",
7282 "tower-layer",
7283 "tower-service",
7284 "url",
7285]
7286
7287[[package]]
7288name = "tower-layer"
7289version = "0.3.3"
7290source = "registry+https://github.com/rust-lang/crates.io-index"
7291checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
7292
7293[[package]]
7294name = "tower-service"
7295version = "0.3.3"
7296source = "registry+https://github.com/rust-lang/crates.io-index"
7297checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
7298
7299[[package]]
7300name = "tracing"
7301version = "0.1.44"
7302source = "registry+https://github.com/rust-lang/crates.io-index"
7303checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
7304dependencies = [
7305 "log",
7306 "pin-project-lite",
7307 "tracing-attributes",
7308 "tracing-core",
7309]
7310
7311[[package]]
7312name = "tracing-attributes"
7313version = "0.1.31"
7314source = "registry+https://github.com/rust-lang/crates.io-index"
7315checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
7316dependencies = [
7317 "proc-macro2",
7318 "quote",
7319 "syn 2.0.119",
7320]
7321
7322[[package]]
7323name = "tracing-core"
7324version = "0.1.36"
7325source = "registry+https://github.com/rust-lang/crates.io-index"
7326checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
7327dependencies = [
7328 "once_cell",
7329 "valuable",
7330]
7331
7332[[package]]
7333name = "tracing-log"
7334version = "0.2.0"
7335source = "registry+https://github.com/rust-lang/crates.io-index"
7336checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
7337dependencies = [
7338 "log",
7339 "once_cell",
7340 "tracing-core",
7341]
7342
7343[[package]]
7344name = "tracing-subscriber"
7345version = "0.3.23"
7346source = "registry+https://github.com/rust-lang/crates.io-index"
7347checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
7348dependencies = [
7349 "matchers",
7350 "nu-ansi-term",
7351 "once_cell",
7352 "regex-automata",
7353 "sharded-slab",
7354 "smallvec",
7355 "thread_local",
7356 "tracing",
7357 "tracing-core",
7358 "tracing-log",
7359]
7360
7361[[package]]
7362name = "transpose"
7363version = "0.2.3"
7364source = "registry+https://github.com/rust-lang/crates.io-index"
7365checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
7366dependencies = [
7367 "num-integer",
7368 "strength_reduce",
7369]
7370
7371[[package]]
7372name = "triomphe"
7373version = "0.1.16"
7374source = "registry+https://github.com/rust-lang/crates.io-index"
7375checksum = "b40688ea6389c8171614b25491f71d4a27946e0c7ce2da1c6de27e25abf1a0ae"
7376
7377[[package]]
7378name = "try-lock"
7379version = "0.2.5"
7380source = "registry+https://github.com/rust-lang/crates.io-index"
7381checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
7382
Bring vidya in cfd3e36 nandi 19d ago7383[[package]]
7384name = "ttf-parser"
7385version = "0.25.1"
7386source = "registry+https://github.com/rust-lang/crates.io-index"
7387checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
7388
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago7389[[package]]
7390name = "tungstenite"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago7391version = "0.29.0"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago7392source = "registry+https://github.com/rust-lang/crates.io-index"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago7393checksum = "6c01152af293afb9c7c2a57e4b559c5620b421f6d133261c60dd2d0cdb38e6b8"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago7394dependencies = [
7395 "bytes",
7396 "data-encoding",
7397 "http",
7398 "httparse",
7399 "log",
7400 "rand 0.9.5",
7401 "rustls",
7402 "rustls-pki-types",
7403 "sha1",
7404 "thiserror 2.0.19",
7405]
7406
7407[[package]]
7408name = "typenum"
7409version = "1.20.1"
7410source = "registry+https://github.com/rust-lang/crates.io-index"
7411checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
7412
7413[[package]]
7414name = "unicode-ident"
7415version = "1.0.24"
7416source = "registry+https://github.com/rust-lang/crates.io-index"
7417checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
7418
7419[[package]]
7420name = "unicode-segmentation"
7421version = "1.13.3"
7422source = "registry+https://github.com/rust-lang/crates.io-index"
7423checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
7424
7425[[package]]
7426name = "unicode-width"
7427version = "0.2.2"
7428source = "registry+https://github.com/rust-lang/crates.io-index"
7429checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
7430
7431[[package]]
7432name = "unicode-xid"
7433version = "0.2.6"
7434source = "registry+https://github.com/rust-lang/crates.io-index"
7435checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
7436
7437[[package]]
7438name = "universal-hash"
7439version = "0.5.1"
7440source = "registry+https://github.com/rust-lang/crates.io-index"
7441checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
7442dependencies = [
7443 "crypto-common 0.1.6",
7444 "subtle",
7445]
7446
7447[[package]]
7448name = "unsafe-libopus"
7449version = "0.2.0"
7450source = "registry+https://github.com/rust-lang/crates.io-index"
7451checksum = "c757408e7256c910343c7b215c8c8b878948630eecc774baabcca0972376eb73"
7452dependencies = [
7453 "arrayref",
7454 "num-complex",
7455 "num-traits",
7456]
7457
7458[[package]]
7459name = "untrusted"
7460version = "0.7.1"
7461source = "registry+https://github.com/rust-lang/crates.io-index"
7462checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
7463
7464[[package]]
7465name = "untrusted"
7466version = "0.9.0"
7467source = "registry+https://github.com/rust-lang/crates.io-index"
7468checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
7469
7470[[package]]
7471name = "url"
7472version = "2.5.8"
7473source = "registry+https://github.com/rust-lang/crates.io-index"
7474checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
7475dependencies = [
7476 "form_urlencoded",
7477 "idna",
7478 "percent-encoding",
7479 "serde",
7480 "serde_derive",
7481]
7482
7483[[package]]
7484name = "urlencoding"
7485version = "2.1.3"
7486source = "registry+https://github.com/rust-lang/crates.io-index"
7487checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
7488
7489[[package]]
7490name = "utf8_iter"
7491version = "1.0.4"
7492source = "registry+https://github.com/rust-lang/crates.io-index"
7493checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
7494
7495[[package]]
7496name = "utf8parse"
7497version = "0.2.2"
7498source = "registry+https://github.com/rust-lang/crates.io-index"
7499checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
7500
7501[[package]]
7502name = "uuid"
7503version = "1.24.0"
7504source = "registry+https://github.com/rust-lang/crates.io-index"
7505checksum = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239"
7506dependencies = [
7507 "getrandom 0.4.3",
7508 "js-sys",
7509 "wasm-bindgen",
7510]
7511
7512[[package]]
7513name = "v4l2r"
7514version = "0.0.7"
7515source = "registry+https://github.com/rust-lang/crates.io-index"
7516checksum = "2b609e6cc820e3f95dac66f8ef4efbdf1f39b8d119ec16e6476f797ec95ebaa7"
7517dependencies = [
7518 "anyhow",
7519 "bindgen 0.70.1",
7520 "bitflags 2.13.1",
7521 "enumn",
7522 "log",
7523 "nix 0.28.0",
7524 "paste",
7525 "thiserror 1.0.69",
7526]
7527
7528[[package]]
7529name = "valuable"
7530version = "0.1.1"
7531source = "registry+https://github.com/rust-lang/crates.io-index"
7532checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
7533
7534[[package]]
7535name = "version-compare"
7536version = "0.2.1"
7537source = "registry+https://github.com/rust-lang/crates.io-index"
7538checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e"
7539
7540[[package]]
7541name = "version_check"
7542version = "0.9.5"
7543source = "registry+https://github.com/rust-lang/crates.io-index"
7544checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
7545
Bring vidya in cfd3e36 nandi 19d ago7546[[package]]
7547name = "vidya"
7548version = "0.1.0"
7549dependencies = [
7550 "egui",
7551 "mp4",
7552 "openh264",
7553 "png 0.17.16",
7554 "winit",
7555 "zip",
7556]
7557
7558[[package]]
7559name = "vidya-ffi"
7560version = "0.1.0"
7561dependencies = [
7562 "arboard",
7563 "egui",
7564 "egui-winit",
7565 "egui_glow",
7566 "glow",
7567 "glutin",
7568 "glutin-winit",
7569 "jni 0.22.4",
7570 "png 0.17.16",
7571 "vidya",
7572 "winit",
7573]
7574
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago7575[[package]]
7576name = "visibility"
7577version = "0.1.1"
7578source = "registry+https://github.com/rust-lang/crates.io-index"
7579checksum = "d674d135b4a8c1d7e813e2f8d1c9a58308aee4a680323066025e53132218bd91"
7580dependencies = [
7581 "proc-macro2",
7582 "quote",
7583 "syn 2.0.119",
7584]
7585
7586[[package]]
7587name = "walkdir"
7588version = "2.5.0"
7589source = "registry+https://github.com/rust-lang/crates.io-index"
7590checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
7591dependencies = [
7592 "same-file",
7593 "winapi-util",
7594]
7595
7596[[package]]
7597name = "want"
7598version = "0.3.1"
7599source = "registry+https://github.com/rust-lang/crates.io-index"
7600checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
7601dependencies = [
7602 "try-lock",
7603]
7604
7605[[package]]
7606name = "wasi"
7607version = "0.11.1+wasi-snapshot-preview1"
7608source = "registry+https://github.com/rust-lang/crates.io-index"
7609checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
7610
7611[[package]]
7612name = "wasip2"
7613version = "1.0.4+wasi-0.2.12"
7614source = "registry+https://github.com/rust-lang/crates.io-index"
7615checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
7616dependencies = [
7617 "wit-bindgen",
7618]
7619
7620[[package]]
7621name = "wasm-bindgen"
7622version = "0.2.126"
7623source = "registry+https://github.com/rust-lang/crates.io-index"
7624checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
7625dependencies = [
7626 "cfg-if",
7627 "once_cell",
7628 "rustversion",
7629 "wasm-bindgen-macro",
7630 "wasm-bindgen-shared",
7631]
7632
7633[[package]]
7634name = "wasm-bindgen-futures"
7635version = "0.4.76"
7636source = "registry+https://github.com/rust-lang/crates.io-index"
7637checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d"
7638dependencies = [
7639 "js-sys",
7640 "wasm-bindgen",
7641]
7642
7643[[package]]
7644name = "wasm-bindgen-macro"
7645version = "0.2.126"
7646source = "registry+https://github.com/rust-lang/crates.io-index"
7647checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
7648dependencies = [
7649 "quote",
7650 "wasm-bindgen-macro-support",
7651]
7652
7653[[package]]
7654name = "wasm-bindgen-macro-support"
7655version = "0.2.126"
7656source = "registry+https://github.com/rust-lang/crates.io-index"
7657checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
7658dependencies = [
7659 "bumpalo",
7660 "proc-macro2",
7661 "quote",
7662 "syn 2.0.119",
7663 "wasm-bindgen-shared",
7664]
7665
7666[[package]]
7667name = "wasm-bindgen-shared"
7668version = "0.2.126"
7669source = "registry+https://github.com/rust-lang/crates.io-index"
7670checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
7671dependencies = [
7672 "unicode-ident",
7673]
7674
7675[[package]]
7676name = "wasm-streams"
7677version = "0.5.0"
7678source = "registry+https://github.com/rust-lang/crates.io-index"
7679checksum = "9d1ec4f6517c9e11ae630e200b2b65d193279042e28edd4a2cda233e46670bbb"
7680dependencies = [
7681 "futures-util",
7682 "js-sys",
7683 "wasm-bindgen",
7684 "wasm-bindgen-futures",
7685 "web-sys",
7686]
7687
7688[[package]]
7689name = "wasmtimer"
7690version = "0.4.3"
7691source = "registry+https://github.com/rust-lang/crates.io-index"
7692checksum = "1c598d6b99ea013e35844697fc4670d08339d5cda15588f193c6beedd12f644b"
7693dependencies = [
7694 "futures",
7695 "js-sys",
7696 "parking_lot",
7697 "pin-utils",
7698 "wasm-bindgen",
7699]
7700
Bring vidya in cfd3e36 nandi 19d ago7701[[package]]
7702name = "wayland-backend"
7703version = "0.3.17"
7704source = "registry+https://github.com/rust-lang/crates.io-index"
7705checksum = "38a91b4eaddff87b1cd1074985e3713da4af2c49742d1b356b2c01670a67a078"
7706dependencies = [
7707 "cc",
7708 "downcast-rs",
7709 "rustix 1.1.4",
7710 "scoped-tls",
7711 "smallvec",
7712 "wayland-sys",
7713]
7714
7715[[package]]
7716name = "wayland-client"
7717version = "0.31.15"
7718source = "registry+https://github.com/rust-lang/crates.io-index"
7719checksum = "e3c36a0f861ad76d0901f2800b46321410d9f73f2ea88aac0650d86c32688073"
7720dependencies = [
7721 "bitflags 2.13.1",
7722 "rustix 1.1.4",
7723 "wayland-backend",
7724 "wayland-scanner",
7725]
7726
7727[[package]]
7728name = "wayland-csd-frame"
7729version = "0.3.0"
7730source = "registry+https://github.com/rust-lang/crates.io-index"
7731checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
7732dependencies = [
7733 "bitflags 2.13.1",
7734 "cursor-icon",
7735 "wayland-backend",
7736]
7737
7738[[package]]
7739name = "wayland-cursor"
7740version = "0.31.14"
7741source = "registry+https://github.com/rust-lang/crates.io-index"
7742checksum = "4a52d18780be9b1314328a3de5f930b73d2200112e3849ca6cb11822793fb34d"
7743dependencies = [
7744 "rustix 1.1.4",
7745 "wayland-client",
7746 "xcursor",
7747]
7748
7749[[package]]
7750name = "wayland-protocols"
7751version = "0.32.13"
7752source = "registry+https://github.com/rust-lang/crates.io-index"
7753checksum = "23d0c813de3daa2ed6520af85a3bd49b0e722a3078506899aa9686fea58dc4b6"
7754dependencies = [
7755 "bitflags 2.13.1",
7756 "wayland-backend",
7757 "wayland-client",
7758 "wayland-scanner",
7759]
7760
7761[[package]]
7762name = "wayland-protocols-experimental"
7763version = "20250721.0.1"
7764source = "registry+https://github.com/rust-lang/crates.io-index"
7765checksum = "40a1f863128dcaaec790d7b4b396cc9b9a7a079e878e18c47e6c2d2c5a8dcbb1"
7766dependencies = [
7767 "bitflags 2.13.1",
7768 "wayland-backend",
7769 "wayland-client",
7770 "wayland-protocols",
7771 "wayland-scanner",
7772]
7773
7774[[package]]
7775name = "wayland-protocols-misc"
7776version = "0.3.12"
7777source = "registry+https://github.com/rust-lang/crates.io-index"
7778checksum = "6e9567599ef23e09b8dad6e429e5738d4509dfc46b3b21f32841a304d16b29c8"
7779dependencies = [
7780 "bitflags 2.13.1",
7781 "wayland-backend",
7782 "wayland-client",
7783 "wayland-protocols",
7784 "wayland-scanner",
7785]
7786
7787[[package]]
7788name = "wayland-protocols-plasma"
7789version = "0.3.12"
7790source = "registry+https://github.com/rust-lang/crates.io-index"
7791checksum = "2b6d8cf1eb2c1c31ed1f5643c88a6e53538129d4af80030c8cabd1f9fa884d91"
7792dependencies = [
7793 "bitflags 2.13.1",
7794 "wayland-backend",
7795 "wayland-client",
7796 "wayland-protocols",
7797 "wayland-scanner",
7798]
7799
7800[[package]]
7801name = "wayland-protocols-wlr"
7802version = "0.3.12"
7803source = "registry+https://github.com/rust-lang/crates.io-index"
7804checksum = "eb04e52f7836d7c7976c78ca0250d61e33873c34156a2a1fc9474828ec268234"
7805dependencies = [
7806 "bitflags 2.13.1",
7807 "wayland-backend",
7808 "wayland-client",
7809 "wayland-protocols",
7810 "wayland-scanner",
7811]
7812
7813[[package]]
7814name = "wayland-scanner"
7815version = "0.31.11"
7816source = "registry+https://github.com/rust-lang/crates.io-index"
7817checksum = "338e30461b3a2b67d70eb30a6d89f8e0c93a833e07d2ae89085cd070c4a00ac0"
7818dependencies = [
7819 "proc-macro2",
7820 "quick-xml",
7821 "quote",
7822]
7823
7824[[package]]
7825name = "wayland-sys"
7826version = "0.31.11"
7827source = "registry+https://github.com/rust-lang/crates.io-index"
7828checksum = "d8eab23fefc9e41f8e841df4a9c707e8a8c4ed26e944ef69297184de2785e3be"
7829dependencies = [
7830 "dlib",
7831 "log",
7832 "once_cell",
7833 "pkg-config",
7834]
7835
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago7836[[package]]
7837name = "web-async"
7838version = "0.1.5"
7839source = "registry+https://github.com/rust-lang/crates.io-index"
7840checksum = "1ba1426dcf56093a94d9415ba4c016e45c1323679501e7309f1919ab32f08206"
7841dependencies = [
7842 "tokio",
7843 "tracing",
7844 "wasm-bindgen-futures",
7845 "wasmtimer",
7846]
7847
7848[[package]]
7849name = "web-sys"
7850version = "0.3.103"
7851source = "registry+https://github.com/rust-lang/crates.io-index"
7852checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141"
7853dependencies = [
7854 "js-sys",
7855 "wasm-bindgen",
7856]
7857
7858[[package]]
7859name = "web-time"
7860version = "1.1.0"
7861source = "registry+https://github.com/rust-lang/crates.io-index"
7862checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
7863dependencies = [
7864 "js-sys",
7865 "wasm-bindgen",
7866]
7867
7868[[package]]
7869name = "web-transport-iroh"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago7870version = "0.6.0"
7871source = "registry+https://github.com/rust-lang/crates.io-index"
7872checksum = "d34a91cf241951b8fe02ff216fdf16fc0a52b910568053652d546ded52399f77"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago7873dependencies = [
7874 "bytes",
7875 "http",
7876 "iroh",
7877 "n0-error",
7878 "n0-future",
7879 "tokio",
7880 "tracing",
7881 "url",
7882 "web-transport-proto",
7883 "web-transport-trait",
7884]
7885
7886[[package]]
7887name = "web-transport-noq"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago7888version = "0.2.1"
7889source = "registry+https://github.com/rust-lang/crates.io-index"
7890checksum = "1a0344a32000bbf11bd30e3c1244d223baac316c2a25e06eb638b5ca9322d589"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago7891dependencies = [
7892 "bytes",
7893 "futures",
7894 "http",
7895 "noq",
7896 "rustls",
7897 "rustls-native-certs",
7898 "thiserror 2.0.19",
7899 "tokio",
7900 "tracing",
7901 "url",
7902 "web-transport-proto",
7903 "web-transport-trait",
7904]
7905
7906[[package]]
7907name = "web-transport-proto"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago7908version = "0.6.2"
7909source = "registry+https://github.com/rust-lang/crates.io-index"
7910checksum = "1a81bcc79bf48ad0b819bfa51ec28524ee7c356056d43c316727d6b505dcc71e"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago7911dependencies = [
7912 "bytes",
7913 "http",
7914 "sfv",
7915 "thiserror 2.0.19",
7916 "tokio",
7917 "url",
7918]
7919
7920[[package]]
7921name = "web-transport-trait"
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago7922version = "0.3.7"
7923source = "registry+https://github.com/rust-lang/crates.io-index"
7924checksum = "6394e09415ddc1e7c88d605443a3d2f333bf278f74c17020a2b6c44e97507883"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago7925dependencies = [
7926 "bytes",
7927]
7928
Bring vidya in cfd3e36 nandi 19d ago7929[[package]]
7930name = "webbrowser"
7931version = "1.2.4"
7932source = "registry+https://github.com/rust-lang/crates.io-index"
7933checksum = "62c35be770821a214dbc362fc26908c853e776c0004294d0b10b8a6bad582f94"
7934dependencies = [
7935 "jni 0.22.4",
7936 "log",
7937 "ndk-context",
7938 "objc2 0.6.4",
7939 "objc2-app-kit 0.3.2",
7940 "objc2-foundation 0.3.2",
7941 "url",
7942 "web-sys",
7943]
7944
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago7945[[package]]
7946name = "webm-iterable"
7947version = "0.6.4"
7948source = "registry+https://github.com/rust-lang/crates.io-index"
7949checksum = "cd9fbf173b4b38f2f8bbb0082a0d4cb21f263a70811f5fccb1663c421c66d9f9"
7950dependencies = [
7951 "ebml-iterable",
7952]
7953
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago7954[[package]]
7955name = "webpki-root-certs"
7956version = "1.0.9"
7957source = "registry+https://github.com/rust-lang/crates.io-index"
7958checksum = "b96554aa2acc8ccdb7e1c9a58a7a68dd5d13bccc69cd124cb09406db612a1c9b"
7959dependencies = [
7960 "rustls-pki-types",
7961]
7962
7963[[package]]
7964name = "webpki-roots"
7965version = "1.0.9"
7966source = "registry+https://github.com/rust-lang/crates.io-index"
7967checksum = "7dcd9d09a39985f5344844e66b0c530a33843579125f23e21e9f0f220850f22a"
7968dependencies = [
7969 "rustls-pki-types",
7970]
7971
Bring vidya in cfd3e36 nandi 19d ago7972[[package]]
7973name = "weezl"
7974version = "0.1.12"
7975source = "registry+https://github.com/rust-lang/crates.io-index"
7976checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88"
7977
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago7978[[package]]
7979name = "wide"
7980version = "1.5.0"
7981source = "registry+https://github.com/rust-lang/crates.io-index"
7982checksum = "dfdfe6a32973f2d1b268b8895845a8a96cac2f0191e72c27cc929036060dbf89"
7983dependencies = [
7984 "bytemuck",
7985 "safe_arch",
7986]
7987
7988[[package]]
7989name = "widestring"
7990version = "1.2.1"
7991source = "registry+https://github.com/rust-lang/crates.io-index"
7992checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
7993
7994[[package]]
7995name = "winapi"
7996version = "0.3.9"
7997source = "registry+https://github.com/rust-lang/crates.io-index"
7998checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
7999dependencies = [
8000 "winapi-i686-pc-windows-gnu",
8001 "winapi-x86_64-pc-windows-gnu",
8002]
8003
8004[[package]]
8005name = "winapi-i686-pc-windows-gnu"
8006version = "0.4.0"
8007source = "registry+https://github.com/rust-lang/crates.io-index"
8008checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
8009
8010[[package]]
8011name = "winapi-util"
8012version = "0.1.11"
8013source = "registry+https://github.com/rust-lang/crates.io-index"
8014checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
8015dependencies = [
8016 "windows-sys 0.61.2",
8017]
8018
8019[[package]]
8020name = "winapi-x86_64-pc-windows-gnu"
8021version = "0.4.0"
8022source = "registry+https://github.com/rust-lang/crates.io-index"
8023checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
8024
8025[[package]]
8026name = "windowfunctions"
8027version = "0.1.1"
8028source = "registry+https://github.com/rust-lang/crates.io-index"
8029checksum = "90628d739333b7c5d2ee0b70210b97b8cddc38440c682c96fd9e2c24c2db5f3a"
8030dependencies = [
8031 "num-traits",
8032]
8033
8034[[package]]
8035name = "windows"
8036version = "0.62.2"
8037source = "registry+https://github.com/rust-lang/crates.io-index"
8038checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
8039dependencies = [
8040 "windows-collections",
8041 "windows-core",
8042 "windows-future",
8043 "windows-numerics",
8044]
8045
8046[[package]]
8047name = "windows-collections"
8048version = "0.3.2"
8049source = "registry+https://github.com/rust-lang/crates.io-index"
8050checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
8051dependencies = [
8052 "windows-core",
8053]
8054
8055[[package]]
8056name = "windows-core"
8057version = "0.62.2"
8058source = "registry+https://github.com/rust-lang/crates.io-index"
8059checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
8060dependencies = [
8061 "windows-implement",
8062 "windows-interface",
8063 "windows-link",
8064 "windows-result",
8065 "windows-strings",
8066]
8067
8068[[package]]
8069name = "windows-future"
8070version = "0.3.2"
8071source = "registry+https://github.com/rust-lang/crates.io-index"
8072checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
8073dependencies = [
8074 "windows-core",
8075 "windows-link",
8076 "windows-threading",
8077]
8078
8079[[package]]
8080name = "windows-implement"
8081version = "0.60.2"
8082source = "registry+https://github.com/rust-lang/crates.io-index"
8083checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
8084dependencies = [
8085 "proc-macro2",
8086 "quote",
8087 "syn 2.0.119",
8088]
8089
8090[[package]]
8091name = "windows-interface"
8092version = "0.59.3"
8093source = "registry+https://github.com/rust-lang/crates.io-index"
8094checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
8095dependencies = [
8096 "proc-macro2",
8097 "quote",
8098 "syn 2.0.119",
8099]
8100
8101[[package]]
8102name = "windows-link"
8103version = "0.2.1"
8104source = "registry+https://github.com/rust-lang/crates.io-index"
8105checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
8106
8107[[package]]
8108name = "windows-numerics"
8109version = "0.3.1"
8110source = "registry+https://github.com/rust-lang/crates.io-index"
8111checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
8112dependencies = [
8113 "windows-core",
8114 "windows-link",
8115]
8116
8117[[package]]
8118name = "windows-registry"
8119version = "0.6.1"
8120source = "registry+https://github.com/rust-lang/crates.io-index"
8121checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
8122dependencies = [
8123 "windows-link",
8124 "windows-result",
8125 "windows-strings",
8126]
8127
8128[[package]]
8129name = "windows-result"
8130version = "0.4.1"
8131source = "registry+https://github.com/rust-lang/crates.io-index"
8132checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
8133dependencies = [
8134 "windows-link",
8135]
8136
8137[[package]]
8138name = "windows-strings"
8139version = "0.5.1"
8140source = "registry+https://github.com/rust-lang/crates.io-index"
8141checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
8142dependencies = [
8143 "windows-link",
8144]
8145
8146[[package]]
8147name = "windows-sys"
8148version = "0.45.0"
8149source = "registry+https://github.com/rust-lang/crates.io-index"
8150checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
8151dependencies = [
8152 "windows-targets 0.42.2",
8153]
8154
8155[[package]]
8156name = "windows-sys"
8157version = "0.52.0"
8158source = "registry+https://github.com/rust-lang/crates.io-index"
8159checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
8160dependencies = [
8161 "windows-targets 0.52.6",
8162]
8163
8164[[package]]
8165name = "windows-sys"
8166version = "0.59.0"
8167source = "registry+https://github.com/rust-lang/crates.io-index"
8168checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
8169dependencies = [
8170 "windows-targets 0.52.6",
8171]
8172
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago8173[[package]]
8174name = "windows-sys"
8175version = "0.60.2"
8176source = "registry+https://github.com/rust-lang/crates.io-index"
8177checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
8178dependencies = [
8179 "windows-targets 0.53.5",
8180]
8181
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago8182[[package]]
8183name = "windows-sys"
8184version = "0.61.2"
8185source = "registry+https://github.com/rust-lang/crates.io-index"
8186checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
8187dependencies = [
8188 "windows-link",
8189]
8190
8191[[package]]
8192name = "windows-targets"
8193version = "0.42.2"
8194source = "registry+https://github.com/rust-lang/crates.io-index"
8195checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
8196dependencies = [
8197 "windows_aarch64_gnullvm 0.42.2",
8198 "windows_aarch64_msvc 0.42.2",
8199 "windows_i686_gnu 0.42.2",
8200 "windows_i686_msvc 0.42.2",
8201 "windows_x86_64_gnu 0.42.2",
8202 "windows_x86_64_gnullvm 0.42.2",
8203 "windows_x86_64_msvc 0.42.2",
8204]
8205
8206[[package]]
8207name = "windows-targets"
8208version = "0.52.6"
8209source = "registry+https://github.com/rust-lang/crates.io-index"
8210checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
8211dependencies = [
8212 "windows_aarch64_gnullvm 0.52.6",
8213 "windows_aarch64_msvc 0.52.6",
8214 "windows_i686_gnu 0.52.6",
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago8215 "windows_i686_gnullvm 0.52.6",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago8216 "windows_i686_msvc 0.52.6",
8217 "windows_x86_64_gnu 0.52.6",
8218 "windows_x86_64_gnullvm 0.52.6",
8219 "windows_x86_64_msvc 0.52.6",
8220]
8221
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago8222[[package]]
8223name = "windows-targets"
8224version = "0.53.5"
8225source = "registry+https://github.com/rust-lang/crates.io-index"
8226checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
8227dependencies = [
8228 "windows-link",
8229 "windows_aarch64_gnullvm 0.53.1",
8230 "windows_aarch64_msvc 0.53.1",
8231 "windows_i686_gnu 0.53.1",
8232 "windows_i686_gnullvm 0.53.1",
8233 "windows_i686_msvc 0.53.1",
8234 "windows_x86_64_gnu 0.53.1",
8235 "windows_x86_64_gnullvm 0.53.1",
8236 "windows_x86_64_msvc 0.53.1",
8237]
8238
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago8239[[package]]
8240name = "windows-threading"
8241version = "0.2.1"
8242source = "registry+https://github.com/rust-lang/crates.io-index"
8243checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
8244dependencies = [
8245 "windows-link",
8246]
8247
8248[[package]]
8249name = "windows_aarch64_gnullvm"
8250version = "0.42.2"
8251source = "registry+https://github.com/rust-lang/crates.io-index"
8252checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
8253
8254[[package]]
8255name = "windows_aarch64_gnullvm"
8256version = "0.52.6"
8257source = "registry+https://github.com/rust-lang/crates.io-index"
8258checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
8259
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago8260[[package]]
8261name = "windows_aarch64_gnullvm"
8262version = "0.53.1"
8263source = "registry+https://github.com/rust-lang/crates.io-index"
8264checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
8265
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago8266[[package]]
8267name = "windows_aarch64_msvc"
8268version = "0.42.2"
8269source = "registry+https://github.com/rust-lang/crates.io-index"
8270checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
8271
8272[[package]]
8273name = "windows_aarch64_msvc"
8274version = "0.52.6"
8275source = "registry+https://github.com/rust-lang/crates.io-index"
8276checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
8277
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago8278[[package]]
8279name = "windows_aarch64_msvc"
8280version = "0.53.1"
8281source = "registry+https://github.com/rust-lang/crates.io-index"
8282checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
8283
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago8284[[package]]
8285name = "windows_i686_gnu"
8286version = "0.42.2"
8287source = "registry+https://github.com/rust-lang/crates.io-index"
8288checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
8289
8290[[package]]
8291name = "windows_i686_gnu"
8292version = "0.52.6"
8293source = "registry+https://github.com/rust-lang/crates.io-index"
8294checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
8295
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago8296[[package]]
8297name = "windows_i686_gnu"
8298version = "0.53.1"
8299source = "registry+https://github.com/rust-lang/crates.io-index"
8300checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
8301
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago8302[[package]]
8303name = "windows_i686_gnullvm"
8304version = "0.52.6"
8305source = "registry+https://github.com/rust-lang/crates.io-index"
8306checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
8307
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago8308[[package]]
8309name = "windows_i686_gnullvm"
8310version = "0.53.1"
8311source = "registry+https://github.com/rust-lang/crates.io-index"
8312checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
8313
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago8314[[package]]
8315name = "windows_i686_msvc"
8316version = "0.42.2"
8317source = "registry+https://github.com/rust-lang/crates.io-index"
8318checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
8319
8320[[package]]
8321name = "windows_i686_msvc"
8322version = "0.52.6"
8323source = "registry+https://github.com/rust-lang/crates.io-index"
8324checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
8325
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago8326[[package]]
8327name = "windows_i686_msvc"
8328version = "0.53.1"
8329source = "registry+https://github.com/rust-lang/crates.io-index"
8330checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
8331
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago8332[[package]]
8333name = "windows_x86_64_gnu"
8334version = "0.42.2"
8335source = "registry+https://github.com/rust-lang/crates.io-index"
8336checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
8337
8338[[package]]
8339name = "windows_x86_64_gnu"
8340version = "0.52.6"
8341source = "registry+https://github.com/rust-lang/crates.io-index"
8342checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
8343
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago8344[[package]]
8345name = "windows_x86_64_gnu"
8346version = "0.53.1"
8347source = "registry+https://github.com/rust-lang/crates.io-index"
8348checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
8349
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago8350[[package]]
8351name = "windows_x86_64_gnullvm"
8352version = "0.42.2"
8353source = "registry+https://github.com/rust-lang/crates.io-index"
8354checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
8355
8356[[package]]
8357name = "windows_x86_64_gnullvm"
8358version = "0.52.6"
8359source = "registry+https://github.com/rust-lang/crates.io-index"
8360checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
8361
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago8362[[package]]
8363name = "windows_x86_64_gnullvm"
8364version = "0.53.1"
8365source = "registry+https://github.com/rust-lang/crates.io-index"
8366checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
8367
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago8368[[package]]
8369name = "windows_x86_64_msvc"
8370version = "0.42.2"
8371source = "registry+https://github.com/rust-lang/crates.io-index"
8372checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
8373
8374[[package]]
8375name = "windows_x86_64_msvc"
8376version = "0.52.6"
8377source = "registry+https://github.com/rust-lang/crates.io-index"
8378checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
8379
Move iroh-live forward and let the vendored cpal go 789bb13 nandi 11d ago8380[[package]]
8381name = "windows_x86_64_msvc"
8382version = "0.53.1"
8383source = "registry+https://github.com/rust-lang/crates.io-index"
8384checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
8385
Bring vidya in cfd3e36 nandi 19d ago8386[[package]]
8387name = "winit"
8388version = "0.30.13"
8389source = "registry+https://github.com/rust-lang/crates.io-index"
8390checksum = "a6755fa58a9f8350bd1e472d4c3fcc25f824ec358933bba33306d0b63df5978d"
8391dependencies = [
8392 "ahash",
8393 "android-activity",
8394 "atomic-waker",
8395 "bitflags 2.13.1",
8396 "block2 0.5.1",
8397 "bytemuck",
8398 "calloop 0.13.0",
8399 "cfg_aliases 0.2.2",
8400 "concurrent-queue",
8401 "core-foundation 0.9.4",
8402 "core-graphics",
8403 "cursor-icon",
8404 "dpi",
8405 "js-sys",
8406 "libc",
8407 "memmap2",
8408 "ndk",
8409 "objc2 0.5.2",
8410 "objc2-app-kit 0.2.2",
8411 "objc2-foundation 0.2.2",
8412 "objc2-ui-kit",
8413 "orbclient",
8414 "percent-encoding",
8415 "pin-project",
8416 "raw-window-handle",
8417 "redox_syscall 0.4.1",
8418 "rustix 0.38.44",
8419 "sctk-adwaita",
8420 "smithay-client-toolkit 0.19.2",
8421 "smol_str",
8422 "tracing",
8423 "unicode-segmentation",
8424 "wasm-bindgen",
8425 "wasm-bindgen-futures",
8426 "wayland-backend",
8427 "wayland-client",
8428 "wayland-protocols",
8429 "wayland-protocols-plasma",
8430 "web-sys",
8431 "web-time",
8432 "windows-sys 0.52.0",
8433 "x11-dl",
8434 "x11rb",
8435 "xkbcommon-dl",
8436]
8437
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago8438[[package]]
8439name = "winnow"
8440version = "1.0.4"
8441source = "registry+https://github.com/rust-lang/crates.io-index"
8442checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81"
8443dependencies = [
8444 "memchr",
8445]
8446
8447[[package]]
8448name = "wit-bindgen"
8449version = "0.57.1"
8450source = "registry+https://github.com/rust-lang/crates.io-index"
8451checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
8452
8453[[package]]
8454name = "wmi"
8455version = "0.18.4"
8456source = "registry+https://github.com/rust-lang/crates.io-index"
8457checksum = "7c81b85c57a57500e56669586496bf2abd5cf082b9d32995251185d105208b64"
8458dependencies = [
8459 "chrono",
8460 "futures",
8461 "log",
8462 "serde",
8463 "thiserror 2.0.19",
8464 "windows",
8465 "windows-core",
8466]
8467
8468[[package]]
8469name = "writeable"
8470version = "0.6.3"
8471source = "registry+https://github.com/rust-lang/crates.io-index"
8472checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
8473
8474[[package]]
8475name = "ws_stream_wasm"
8476version = "0.7.5"
8477source = "registry+https://github.com/rust-lang/crates.io-index"
8478checksum = "6c173014acad22e83f16403ee360115b38846fe754e735c5d9d3803fe70c6abc"
8479dependencies = [
8480 "async_io_stream",
8481 "futures",
8482 "js-sys",
8483 "log",
8484 "pharos",
8485 "rustc_version",
8486 "send_wrapper",
8487 "thiserror 2.0.19",
8488 "wasm-bindgen",
8489 "wasm-bindgen-futures",
8490 "web-sys",
8491]
8492
Bring vidya in cfd3e36 nandi 19d ago8493[[package]]
8494name = "x11-dl"
8495version = "2.21.0"
8496source = "registry+https://github.com/rust-lang/crates.io-index"
8497checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
8498dependencies = [
8499 "libc",
8500 "once_cell",
8501 "pkg-config",
8502]
8503
8504[[package]]
8505name = "x11rb"
8506version = "0.13.2"
8507source = "registry+https://github.com/rust-lang/crates.io-index"
8508checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
8509dependencies = [
8510 "as-raw-xcb-connection",
8511 "gethostname",
8512 "libc",
8513 "libloading",
8514 "once_cell",
8515 "rustix 1.1.4",
8516 "x11rb-protocol",
8517]
8518
8519[[package]]
8520name = "x11rb-protocol"
8521version = "0.13.2"
8522source = "registry+https://github.com/rust-lang/crates.io-index"
8523checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
8524
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago8525[[package]]
8526name = "x509-parser"
8527version = "0.18.1"
8528source = "registry+https://github.com/rust-lang/crates.io-index"
8529checksum = "d43b0f71ce057da06bc0851b23ee24f3f86190b07203dd8f567d0b706a185202"
8530dependencies = [
8531 "asn1-rs",
8532 "aws-lc-rs",
8533 "data-encoding",
8534 "der-parser",
8535 "lazy_static",
8536 "nom 7.1.3",
8537 "oid-registry",
8538 "rusticata-macros",
8539 "thiserror 2.0.19",
8540 "time",
8541]
8542
Bring vidya in cfd3e36 nandi 19d ago8543[[package]]
8544name = "xcursor"
8545version = "0.3.11"
8546source = "registry+https://github.com/rust-lang/crates.io-index"
8547checksum = "163b33ed8786455e2fa5d72f554057ce3f3182425434f756cd39c99839d88e23"
8548
8549[[package]]
8550name = "xkbcommon-dl"
8551version = "0.4.2"
8552source = "registry+https://github.com/rust-lang/crates.io-index"
8553checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5"
8554dependencies = [
8555 "bitflags 2.13.1",
8556 "dlib",
8557 "log",
8558 "once_cell",
8559 "xkeysym",
8560]
8561
8562[[package]]
8563name = "xkeysym"
8564version = "0.2.1"
8565source = "registry+https://github.com/rust-lang/crates.io-index"
8566checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
8567
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago8568[[package]]
8569name = "xml-rs"
8570version = "0.8.28"
8571source = "registry+https://github.com/rust-lang/crates.io-index"
8572checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
8573
8574[[package]]
8575name = "xmltree"
8576version = "0.10.3"
8577source = "registry+https://github.com/rust-lang/crates.io-index"
8578checksum = "d7d8a75eaf6557bb84a65ace8609883db44a29951042ada9b393151532e41fcb"
8579dependencies = [
8580 "xml-rs",
8581]
8582
8583[[package]]
8584name = "yasna"
8585version = "0.6.0"
8586source = "registry+https://github.com/rust-lang/crates.io-index"
8587checksum = "b5f6765e852b9b4dc8e2a76843e4d64d1cea8e79bcde0b6901aea8e7c7f08282"
8588dependencies = [
8589 "bit-vec",
8590 "time",
8591]
8592
8593[[package]]
8594name = "yoke"
8595version = "0.8.3"
8596source = "registry+https://github.com/rust-lang/crates.io-index"
8597checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
8598dependencies = [
8599 "stable_deref_trait",
8600 "yoke-derive",
8601 "zerofrom",
8602]
8603
8604[[package]]
8605name = "yoke-derive"
8606version = "0.8.2"
8607source = "registry+https://github.com/rust-lang/crates.io-index"
8608checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
8609dependencies = [
8610 "proc-macro2",
8611 "quote",
8612 "syn 2.0.119",
8613 "synstructure",
8614]
8615
8616[[package]]
8617name = "yuv"
8618version = "0.8.16"
8619source = "registry+https://github.com/rust-lang/crates.io-index"
8620checksum = "5d85a782d94ee43f078bcfd6fa82d4e6a5b2d1cfbbad168e4df5a9f7b39ef48c"
8621dependencies = [
8622 "num-traits",
8623]
8624
8625[[package]]
8626name = "zerocopy"
8627version = "0.8.55"
8628source = "registry+https://github.com/rust-lang/crates.io-index"
8629checksum = "b5a105cd7b140f6eeec8acff2ea38135d3cab283ada58540f629fe51e46696eb"
8630dependencies = [
8631 "zerocopy-derive",
8632]
8633
8634[[package]]
8635name = "zerocopy-derive"
8636version = "0.8.55"
8637source = "registry+https://github.com/rust-lang/crates.io-index"
8638checksum = "0fe976fb70c78cd64cccfe3a6fc142244e8a77b70959b30faf9d0ac37ee228eb"
8639dependencies = [
8640 "proc-macro2",
8641 "quote",
8642 "syn 2.0.119",
8643]
8644
8645[[package]]
8646name = "zerofrom"
8647version = "0.1.8"
8648source = "registry+https://github.com/rust-lang/crates.io-index"
8649checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
8650dependencies = [
8651 "zerofrom-derive",
8652]
8653
8654[[package]]
8655name = "zerofrom-derive"
8656version = "0.1.7"
8657source = "registry+https://github.com/rust-lang/crates.io-index"
8658checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
8659dependencies = [
8660 "proc-macro2",
8661 "quote",
8662 "syn 2.0.119",
8663 "synstructure",
8664]
8665
8666[[package]]
8667name = "zeroize"
8668version = "1.9.0"
8669source = "registry+https://github.com/rust-lang/crates.io-index"
8670checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
8671dependencies = [
8672 "zeroize_derive",
8673]
8674
8675[[package]]
8676name = "zeroize_derive"
8677version = "1.5.0"
8678source = "registry+https://github.com/rust-lang/crates.io-index"
8679checksum = "3c50655cbb0fe3fc43170059e702f1ce5e19b84cec58dc87b037a09935c2f328"
8680dependencies = [
8681 "proc-macro2",
8682 "quote",
8683 "syn 2.0.119",
8684]
8685
8686[[package]]
8687name = "zerotrie"
8688version = "0.2.4"
8689source = "registry+https://github.com/rust-lang/crates.io-index"
8690checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
8691dependencies = [
8692 "displaydoc",
8693 "yoke",
8694 "zerofrom",
8695]
8696
8697[[package]]
8698name = "zerovec"
8699version = "0.11.6"
8700source = "registry+https://github.com/rust-lang/crates.io-index"
8701checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
8702dependencies = [
8703 "yoke",
8704 "zerofrom",
8705 "zerovec-derive",
8706]
8707
8708[[package]]
8709name = "zerovec-derive"
8710version = "0.11.3"
8711source = "registry+https://github.com/rust-lang/crates.io-index"
8712checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
8713dependencies = [
8714 "proc-macro2",
8715 "quote",
8716 "syn 2.0.119",
8717]
8718
Bring vidya in cfd3e36 nandi 19d ago8719[[package]]
8720name = "zip"
8721version = "2.4.2"
8722source = "registry+https://github.com/rust-lang/crates.io-index"
8723checksum = "fabe6324e908f85a1c52063ce7aa26b68dcb7eb6dbc83a2d148403c9bc3eba50"
8724dependencies = [
8725 "arbitrary",
8726 "crc32fast",
8727 "crossbeam-utils",
8728 "displaydoc",
8729 "flate2",
8730 "indexmap 2.14.0",
8731 "memchr",
8732 "thiserror 2.0.19",
8733 "zopfli",
8734]
8735
8736[[package]]
8737name = "zlib-rs"
8738version = "0.6.7"
8739source = "registry+https://github.com/rust-lang/crates.io-index"
8740checksum = "34b31d188d9d685a4f9c7b46d6e36631b07058d2cfe190267adce54dc230bf12"
8741
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago8742[[package]]
8743name = "zmij"
8744version = "1.0.23"
8745source = "registry+https://github.com/rust-lang/crates.io-index"
8746checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"
8747
Bring vidya in cfd3e36 nandi 19d ago8748[[package]]
8749name = "zopfli"
8750version = "0.8.3"
8751source = "registry+https://github.com/rust-lang/crates.io-index"
8752checksum = "f05cd8797d63865425ff89b5c4a48804f35ba0ce8d125800027ad6017d2b5249"
8753dependencies = [
8754 "bumpalo",
8755 "crc32fast",
8756 "log",
8757 "simd-adler32",
8758]
8759
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago8760[[package]]
8761name = "zune-core"
8762version = "0.5.1"
8763source = "registry+https://github.com/rust-lang/crates.io-index"
8764checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9"
8765
8766[[package]]
8767name = "zune-jpeg"
8768version = "0.5.15"
8769source = "registry+https://github.com/rust-lang/crates.io-index"
8770checksum = "27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296"
8771dependencies = [
8772 "zune-core",
8773]