nandi/jolt-nativepublic Fork 0
c2d912f670b7a2e5808970d17cecf51c6c87cfbf
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 · 8334 lines · 196.3 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
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago274[[package]]
275name = "archery"
276version = "1.2.2"
277source = "registry+https://github.com/rust-lang/crates.io-index"
278checksum = "70e0a5f99dfebb87bb342d0f53bb92c81842e100bbb915223e38349580e5441d"
279dependencies = [
280 "triomphe",
281]
282
283[[package]]
284name = "arrayref"
285version = "0.3.9"
286source = "registry+https://github.com/rust-lang/crates.io-index"
287checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
288
289[[package]]
290name = "arrayvec"
291version = "0.7.8"
292source = "registry+https://github.com/rust-lang/crates.io-index"
293checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56"
294
Bring vidya in cfd3e36 nandi 19d ago295[[package]]
296name = "as-raw-xcb-connection"
297version = "1.0.1"
298source = "registry+https://github.com/rust-lang/crates.io-index"
299checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
300
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago301[[package]]
302name = "asn1-rs"
303version = "0.7.2"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "b7f43a50ac4fdca5df8e885c21b835997f0a1cdee65494a6847694a98652d9d8"
306dependencies = [
307 "asn1-rs-derive",
308 "asn1-rs-impl",
309 "displaydoc",
310 "nom 7.1.3",
311 "num-traits",
312 "rusticata-macros",
313 "thiserror 2.0.19",
314 "time",
315]
316
317[[package]]
318name = "asn1-rs-derive"
319version = "0.6.0"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c"
322dependencies = [
323 "proc-macro2",
324 "quote",
325 "syn 2.0.119",
326 "synstructure",
327]
328
329[[package]]
330name = "asn1-rs-impl"
331version = "0.2.0"
332source = "registry+https://github.com/rust-lang/crates.io-index"
333checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7"
334dependencies = [
335 "proc-macro2",
336 "quote",
337 "syn 2.0.119",
338]
339
340[[package]]
341name = "async-trait"
342version = "0.1.91"
343source = "registry+https://github.com/rust-lang/crates.io-index"
344checksum = "ae36dc4177970ef04fde5178d3e2429882def40e57a451f919c098f72baa6cec"
345dependencies = [
346 "proc-macro2",
347 "quote",
348 "syn 3.0.3",
349]
350
351[[package]]
352name = "async_io_stream"
353version = "0.3.3"
354source = "registry+https://github.com/rust-lang/crates.io-index"
355checksum = "b6d7b9decdf35d8908a7e3ef02f64c5e9b1695e230154c0e8de3969142d9b94c"
356dependencies = [
357 "futures",
358 "pharos",
359 "rustc_version",
360]
361
362[[package]]
363name = "atomic-polyfill"
364version = "1.0.3"
365source = "registry+https://github.com/rust-lang/crates.io-index"
366checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4"
367dependencies = [
368 "critical-section",
369]
370
371[[package]]
372name = "atomic-waker"
373version = "1.1.2"
374source = "registry+https://github.com/rust-lang/crates.io-index"
375checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
376
377[[package]]
378name = "attohttpc"
379version = "0.30.1"
380source = "registry+https://github.com/rust-lang/crates.io-index"
381checksum = "16e2cdb6d5ed835199484bb92bb8b3edd526effe995c61732580439c1a67e2e9"
382dependencies = [
383 "base64",
384 "http",
385 "log",
386 "url",
387]
388
389[[package]]
390name = "audio-core"
391version = "0.2.1"
392source = "registry+https://github.com/rust-lang/crates.io-index"
393checksum = "f93ebbf82d06013f4c41fe71303feb980cddd78496d904d06be627972de51a24"
394
395[[package]]
396name = "audioadapter"
397version = "2.0.1"
398source = "registry+https://github.com/rust-lang/crates.io-index"
399checksum = "98e72b98fa467adcb7a88c5d1b8b686193185c81b9bf9c3fa3ac3524180cd55c"
400dependencies = [
401 "audio-core",
402 "libm",
403 "num-traits",
404]
405
406[[package]]
407name = "audioadapter-buffers"
408version = "2.0.0"
409source = "registry+https://github.com/rust-lang/crates.io-index"
410checksum = "a6af89882334c4e501faa08992888593ada468f9e1ab211635c32f9ada7786e0"
411dependencies = [
412 "audioadapter",
413 "audioadapter-sample",
414 "num-traits",
415]
416
417[[package]]
418name = "audioadapter-sample"
419version = "2.0.0"
420source = "registry+https://github.com/rust-lang/crates.io-index"
421checksum = "4e9a3d502fec0b21aa420febe0b110875cf8a7057c49e83a0cace1df6a73e03e"
422dependencies = [
423 "audio-core",
424 "num-traits",
425]
426
427[[package]]
428name = "autocfg"
429version = "1.5.1"
430source = "registry+https://github.com/rust-lang/crates.io-index"
431checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
432
433[[package]]
434name = "aws-lc-rs"
435version = "1.17.3"
436source = "registry+https://github.com/rust-lang/crates.io-index"
437checksum = "00bdb5da18dac48ca2cc7cd4a98e533e8635a58e2361d13a1a4ee3888e0d72f1"
438dependencies = [
439 "aws-lc-sys",
440 "untrusted 0.7.1",
441 "zeroize",
442]
443
444[[package]]
445name = "aws-lc-sys"
446version = "0.43.0"
447source = "registry+https://github.com/rust-lang/crates.io-index"
448checksum = "43103168cc76fe62678a375e722fc9cb3a0146159ac5828bc4f0dfd755c2224c"
449dependencies = [
450 "cc",
451 "cmake",
452 "dunce",
453 "fs_extra",
454 "pkg-config",
455]
456
457[[package]]
458name = "backon"
459version = "1.6.0"
460source = "registry+https://github.com/rust-lang/crates.io-index"
461checksum = "cffb0e931875b666fc4fcb20fee52e9bbd1ef836fd9e9e04ec21555f9f85f7ef"
462dependencies = [
463 "fastrand",
464 "gloo-timers",
465 "tokio",
466]
467
468[[package]]
469name = "backtrace"
470version = "0.3.76"
471source = "registry+https://github.com/rust-lang/crates.io-index"
472checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
473dependencies = [
474 "addr2line",
475 "cfg-if",
476 "libc",
Bring vidya in cfd3e36 nandi 19d ago477 "miniz_oxide 0.8.9",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago478 "object",
479 "rustc-demangle",
480 "windows-link",
481]
482
483[[package]]
484name = "base32"
485version = "0.5.1"
486source = "registry+https://github.com/rust-lang/crates.io-index"
487checksum = "022dfe9eb35f19ebbcb51e0b40a5ab759f46ad60cadf7297e0bd085afb50e076"
488
489[[package]]
490name = "base64"
491version = "0.22.1"
492source = "registry+https://github.com/rust-lang/crates.io-index"
493checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
494
495[[package]]
496name = "base64ct"
497version = "1.8.3"
498source = "registry+https://github.com/rust-lang/crates.io-index"
499checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
500
501[[package]]
502name = "bindgen"
503version = "0.70.1"
504source = "registry+https://github.com/rust-lang/crates.io-index"
505checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
506dependencies = [
507 "bitflags 2.13.1",
508 "cexpr",
509 "clang-sys",
510 "itertools",
511 "log",
512 "prettyplease",
513 "proc-macro2",
514 "quote",
515 "regex",
516 "rustc-hash 1.1.0",
517 "shlex 1.3.0",
518 "syn 2.0.119",
519]
520
521[[package]]
522name = "bindgen"
523version = "0.72.1"
524source = "registry+https://github.com/rust-lang/crates.io-index"
525checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
526dependencies = [
527 "annotate-snippets",
528 "bitflags 2.13.1",
529 "cexpr",
530 "clang-sys",
531 "itertools",
532 "proc-macro2",
533 "quote",
534 "regex",
535 "rustc-hash 2.1.3",
536 "shlex 1.3.0",
537 "syn 2.0.119",
538]
539
540[[package]]
541name = "bit-vec"
542version = "0.9.1"
543source = "registry+https://github.com/rust-lang/crates.io-index"
544checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
545dependencies = [
546 "serde",
547]
548
549[[package]]
550name = "bitflags"
551version = "1.3.2"
552source = "registry+https://github.com/rust-lang/crates.io-index"
553checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
554
555[[package]]
556name = "bitflags"
557version = "2.13.1"
558source = "registry+https://github.com/rust-lang/crates.io-index"
559checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
560
561[[package]]
562name = "blake3"
563version = "1.8.5"
564source = "registry+https://github.com/rust-lang/crates.io-index"
565checksum = "0aa83c34e62843d924f905e0f5c866eb1dd6545fc4d719e803d9ba6030371fce"
566dependencies = [
567 "arrayref",
568 "arrayvec",
569 "cc",
570 "cfg-if",
571 "constant_time_eq",
572 "cpufeatures 0.3.0",
573]
574
575[[package]]
576name = "block-buffer"
577version = "0.10.4"
578source = "registry+https://github.com/rust-lang/crates.io-index"
579checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
580dependencies = [
581 "generic-array",
582]
583
584[[package]]
585name = "block-buffer"
586version = "0.11.0"
587source = "registry+https://github.com/rust-lang/crates.io-index"
588checksum = "96eb4cdd6cf1b31d671e9efe75c5d1ec614776856cefbe109ca373554a6d514f"
589dependencies = [
590 "hybrid-array",
591]
592
Bring vidya in cfd3e36 nandi 19d ago593[[package]]
594name = "block2"
595version = "0.5.1"
596source = "registry+https://github.com/rust-lang/crates.io-index"
597checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
598dependencies = [
599 "objc2 0.5.2",
600]
601
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago602[[package]]
603name = "block2"
604version = "0.6.2"
605source = "registry+https://github.com/rust-lang/crates.io-index"
606checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
607dependencies = [
Bring vidya in cfd3e36 nandi 19d ago608 "objc2 0.6.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago609]
610
611[[package]]
612name = "bs58"
613version = "0.5.1"
614source = "registry+https://github.com/rust-lang/crates.io-index"
615checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
616dependencies = [
617 "tinyvec",
618]
619
620[[package]]
621name = "buf-list"
622version = "1.1.2"
623source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "a6b175f9cf8fffedd4c4b18bcfef092356e952b81f596e148f18e98280994593"
625dependencies = [
626 "bytes",
627]
628
629[[package]]
630name = "bumpalo"
631version = "3.20.3"
632source = "registry+https://github.com/rust-lang/crates.io-index"
633checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
634
635[[package]]
636name = "bytemuck"
637version = "1.25.2"
638source = "registry+https://github.com/rust-lang/crates.io-index"
639checksum = "95832e849adfb21180ccb6826a99da14e5d266ae5c2e668e1602cf234f153797"
640dependencies = [
641 "bytemuck_derive",
642]
643
644[[package]]
645name = "bytemuck_derive"
646version = "1.11.0"
647source = "registry+https://github.com/rust-lang/crates.io-index"
648checksum = "f65693059b6b9c588b9f62fed1cedbf0a8b805631457ea162d68f0de186f3de5"
649dependencies = [
650 "proc-macro2",
651 "quote",
652 "syn 2.0.119",
653]
654
655[[package]]
656name = "byteorder"
657version = "1.5.0"
658source = "registry+https://github.com/rust-lang/crates.io-index"
659checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
660
661[[package]]
662name = "byteorder-lite"
663version = "0.1.0"
664source = "registry+https://github.com/rust-lang/crates.io-index"
665checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
666
667[[package]]
668name = "bytes"
669version = "1.12.1"
670source = "registry+https://github.com/rust-lang/crates.io-index"
671checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
672dependencies = [
673 "serde",
674]
675
Bring vidya in cfd3e36 nandi 19d ago676[[package]]
677name = "calloop"
678version = "0.13.0"
679source = "registry+https://github.com/rust-lang/crates.io-index"
680checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
681dependencies = [
682 "bitflags 2.13.1",
683 "log",
684 "polling",
685 "rustix 0.38.44",
686 "slab",
687 "thiserror 1.0.69",
688]
689
690[[package]]
691name = "calloop"
692version = "0.14.4"
693source = "registry+https://github.com/rust-lang/crates.io-index"
694checksum = "4dbf9978365bac10f54d1d4b04f7ce4427e51f71d61f2fe15e3fed5166474df7"
695dependencies = [
696 "bitflags 2.13.1",
697 "polling",
698 "rustix 1.1.4",
699 "slab",
700 "tracing",
701]
702
703[[package]]
704name = "calloop-wayland-source"
705version = "0.3.0"
706source = "registry+https://github.com/rust-lang/crates.io-index"
707checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
708dependencies = [
709 "calloop 0.13.0",
710 "rustix 0.38.44",
711 "wayland-backend",
712 "wayland-client",
713]
714
715[[package]]
716name = "calloop-wayland-source"
717version = "0.4.1"
718source = "registry+https://github.com/rust-lang/crates.io-index"
719checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
720dependencies = [
721 "calloop 0.14.4",
722 "rustix 1.1.4",
723 "wayland-backend",
724 "wayland-client",
725]
726
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago727[[package]]
728name = "cc"
729version = "1.4.0"
730source = "registry+https://github.com/rust-lang/crates.io-index"
731checksum = "5add81bb678e6cb321aff7fa0dc7689ad82b112dbc032cea19f91d6b8e3582b9"
732dependencies = [
733 "find-msvc-tools",
734 "jobserver",
735 "libc",
736 "shlex 2.0.1",
737]
738
739[[package]]
740name = "cesu8"
741version = "1.1.0"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
744
745[[package]]
746name = "cexpr"
747version = "0.6.0"
748source = "registry+https://github.com/rust-lang/crates.io-index"
749checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
750dependencies = [
751 "nom 7.1.3",
752]
753
754[[package]]
755name = "cfg-expr"
756version = "0.20.8"
757source = "registry+https://github.com/rust-lang/crates.io-index"
758checksum = "fb693542bcafa528e198be0ebd9d3632ca5b7c93dbe7237460e199910835997c"
759dependencies = [
760 "smallvec",
761 "target-lexicon",
762]
763
764[[package]]
765name = "cfg-if"
766version = "1.0.4"
767source = "registry+https://github.com/rust-lang/crates.io-index"
768checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
769
770[[package]]
771name = "cfg_aliases"
772version = "0.1.1"
773source = "registry+https://github.com/rust-lang/crates.io-index"
774checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
775
776[[package]]
777name = "cfg_aliases"
778version = "0.2.2"
779source = "registry+https://github.com/rust-lang/crates.io-index"
780checksum = "f079e83a288787bcd14a6aea84cee5c87a67c5a3e660c30f557a3d24761b3527"
781
Bring vidya in cfd3e36 nandi 19d ago782[[package]]
783name = "cgl"
784version = "0.3.2"
785source = "registry+https://github.com/rust-lang/crates.io-index"
786checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
787dependencies = [
788 "libc",
789]
790
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago791[[package]]
792name = "chacha20"
793version = "0.10.1"
794source = "registry+https://github.com/rust-lang/crates.io-index"
795checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
796dependencies = [
797 "cfg-if",
798 "cpufeatures 0.3.0",
799 "rand_core 0.10.1",
800]
801
802[[package]]
803name = "chrono"
804version = "0.4.45"
805source = "registry+https://github.com/rust-lang/crates.io-index"
806checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
807dependencies = [
808 "iana-time-zone",
809 "num-traits",
810 "serde",
811 "windows-link",
812]
813
814[[package]]
815name = "cipher"
816version = "0.4.4"
817source = "registry+https://github.com/rust-lang/crates.io-index"
818checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
819dependencies = [
820 "crypto-common 0.1.6",
821 "inout",
822]
823
824[[package]]
825name = "clang-sys"
826version = "1.9.1"
827source = "registry+https://github.com/rust-lang/crates.io-index"
828checksum = "157a8ba7b480713b56f4c09fd13fc3e0a22a5dfab8097ba61cbc5feef950788a"
829dependencies = [
830 "glob",
831 "libc",
832 "libloading",
833]
834
835[[package]]
836name = "clap"
837version = "4.5.57"
838source = "registry+https://github.com/rust-lang/crates.io-index"
839checksum = "6899ea499e3fb9305a65d5ebf6e3d2248c5fab291f300ad0a704fbe142eae31a"
840dependencies = [
841 "clap_builder",
842 "clap_derive",
843]
844
845[[package]]
846name = "clap_builder"
847version = "4.5.57"
848source = "registry+https://github.com/rust-lang/crates.io-index"
849checksum = "7b12c8b680195a62a8364d16b8447b01b6c2c8f9aaf68bee653be34d4245e238"
850dependencies = [
851 "anstream 0.6.21",
852 "anstyle",
853 "clap_lex",
854 "strsim",
855]
856
857[[package]]
858name = "clap_derive"
859version = "4.5.55"
860source = "registry+https://github.com/rust-lang/crates.io-index"
861checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5"
862dependencies = [
863 "heck",
864 "proc-macro2",
865 "quote",
866 "syn 2.0.119",
867]
868
869[[package]]
870name = "clap_lex"
871version = "0.7.7"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
874
Bring vidya in cfd3e36 nandi 19d ago875[[package]]
876name = "clipboard-win"
877version = "5.4.1"
878source = "registry+https://github.com/rust-lang/crates.io-index"
879checksum = "bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4"
880dependencies = [
881 "error-code",
882]
883
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago884[[package]]
885name = "cmake"
886version = "0.1.58"
887source = "registry+https://github.com/rust-lang/crates.io-index"
888checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678"
889dependencies = [
890 "cc",
891]
892
893[[package]]
894name = "cmov"
895version = "0.5.4"
896source = "registry+https://github.com/rust-lang/crates.io-index"
897checksum = "0c9ea0ac24bc397ab3c98583a3c9ba74fa56b09a4449bbe172b9b1ddb016027a"
898
899[[package]]
900name = "cobs"
901version = "0.3.0"
902source = "registry+https://github.com/rust-lang/crates.io-index"
903checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
904dependencies = [
905 "thiserror 2.0.19",
906]
907
908[[package]]
909name = "colorchoice"
910version = "1.0.5"
911source = "registry+https://github.com/rust-lang/crates.io-index"
912checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
913
914[[package]]
915name = "colorutils-rs"
916version = "0.7.6"
917source = "registry+https://github.com/rust-lang/crates.io-index"
918checksum = "6e2fc25857fa523662de5cae84225b0e7bfb24a2a3f9ed8802fecf03df7252b1"
919dependencies = [
920 "erydanos",
921 "half",
922 "num-traits",
923 "rayon",
924]
925
926[[package]]
927name = "combine"
928version = "4.6.7"
929source = "registry+https://github.com/rust-lang/crates.io-index"
930checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
931dependencies = [
932 "bytes",
933 "memchr",
934]
935
Bring vidya in cfd3e36 nandi 19d ago936[[package]]
937name = "concurrent-queue"
938version = "2.5.0"
939source = "registry+https://github.com/rust-lang/crates.io-index"
940checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
941dependencies = [
942 "crossbeam-utils",
943]
944
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago945[[package]]
946name = "conducer"
947version = "0.3.1"
948source = "git+https://github.com/Frando/moq?branch=deps%2Firoh-main#53fe78d8ad05aba94d03043d8a20a2b95669baec"
949
950[[package]]
951name = "const-oid"
952version = "0.10.2"
953source = "registry+https://github.com/rust-lang/crates.io-index"
954checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c"
955
956[[package]]
957name = "constant_time_eq"
958version = "0.4.2"
959source = "registry+https://github.com/rust-lang/crates.io-index"
960checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b"
961
962[[package]]
963name = "convert_case"
964version = "0.8.0"
965source = "registry+https://github.com/rust-lang/crates.io-index"
966checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
967dependencies = [
968 "unicode-segmentation",
969]
970
971[[package]]
972name = "convert_case"
973version = "0.10.0"
974source = "registry+https://github.com/rust-lang/crates.io-index"
975checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
976dependencies = [
977 "unicode-segmentation",
978]
979
980[[package]]
981name = "cookie-factory"
982version = "0.3.3"
983source = "registry+https://github.com/rust-lang/crates.io-index"
984checksum = "9885fa71e26b8ab7855e2ec7cae6e9b380edff76cd052e07c683a0319d51b3a2"
985
986[[package]]
987name = "cordyceps"
988version = "0.3.5"
989source = "registry+https://github.com/rust-lang/crates.io-index"
990checksum = "5b9ab7e0ca1d179628fa0172b2b97203c7fa0cd81be2448bd446fb9559ca9261"
991dependencies = [
992 "loom",
993 "tracing",
994]
995
Bring vidya in cfd3e36 nandi 19d ago996[[package]]
997name = "core-foundation"
998version = "0.9.4"
999source = "registry+https://github.com/rust-lang/crates.io-index"
1000checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
1001dependencies = [
1002 "core-foundation-sys",
1003 "libc",
1004]
1005
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1006[[package]]
1007name = "core-foundation"
1008version = "0.10.1"
1009source = "registry+https://github.com/rust-lang/crates.io-index"
1010checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
1011dependencies = [
1012 "core-foundation-sys",
1013 "libc",
1014]
1015
1016[[package]]
1017name = "core-foundation-sys"
1018version = "0.8.7"
1019source = "registry+https://github.com/rust-lang/crates.io-index"
1020checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
1021
Bring vidya in cfd3e36 nandi 19d ago1022[[package]]
1023name = "core-graphics"
1024version = "0.23.2"
1025source = "registry+https://github.com/rust-lang/crates.io-index"
1026checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
1027dependencies = [
1028 "bitflags 1.3.2",
1029 "core-foundation 0.9.4",
1030 "core-graphics-types",
1031 "foreign-types",
1032 "libc",
1033]
1034
1035[[package]]
1036name = "core-graphics-types"
1037version = "0.1.3"
1038source = "registry+https://github.com/rust-lang/crates.io-index"
1039checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
1040dependencies = [
1041 "bitflags 1.3.2",
1042 "core-foundation 0.9.4",
1043 "libc",
1044]
1045
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1046[[package]]
1047name = "core_affinity"
1048version = "0.8.3"
1049source = "registry+https://github.com/rust-lang/crates.io-index"
1050checksum = "a034b3a7b624016c6e13f5df875747cc25f884156aad2abd12b6c46797971342"
1051dependencies = [
1052 "libc",
1053 "num_cpus",
1054 "winapi",
1055]
1056
1057[[package]]
1058name = "coreaudio-rs"
1059version = "0.14.2"
1060source = "registry+https://github.com/rust-lang/crates.io-index"
1061checksum = "7d5d7dca3ebcf65a035582c9ad4385371a9d9ee6537474d2a278f4e1e475bb58"
1062dependencies = [
1063 "bitflags 2.13.1",
1064 "libc",
1065 "objc2-audio-toolbox",
1066 "objc2-core-audio",
1067 "objc2-core-audio-types",
1068 "objc2-core-foundation",
1069]
1070
1071[[package]]
1072name = "cpal"
1073version = "0.18.0"
1074dependencies = [
1075 "alsa",
1076 "coreaudio-rs",
1077 "dasp_sample",
1078 "jni 0.21.1",
1079 "js-sys",
1080 "libc",
1081 "mach2",
1082 "ndk",
1083 "ndk-context",
1084 "num-derive",
1085 "num-traits",
Bring vidya in cfd3e36 nandi 19d ago1086 "objc2 0.6.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1087 "objc2-audio-toolbox",
1088 "objc2-avf-audio",
1089 "objc2-core-audio",
1090 "objc2-core-audio-types",
1091 "objc2-core-foundation",
Bring vidya in cfd3e36 nandi 19d ago1092 "objc2-foundation 0.3.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1093 "pipewire",
1094 "wasm-bindgen",
1095 "wasm-bindgen-futures",
1096 "web-sys",
1097 "windows",
1098]
1099
1100[[package]]
1101name = "cpufeatures"
1102version = "0.2.17"
1103source = "registry+https://github.com/rust-lang/crates.io-index"
1104checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
1105dependencies = [
1106 "libc",
1107]
1108
1109[[package]]
1110name = "cpufeatures"
1111version = "0.3.0"
1112source = "registry+https://github.com/rust-lang/crates.io-index"
1113checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
1114dependencies = [
1115 "libc",
1116]
1117
Bring vidya in cfd3e36 nandi 19d ago1118[[package]]
1119name = "crc32fast"
1120version = "1.5.1"
1121source = "registry+https://github.com/rust-lang/crates.io-index"
1122checksum = "8498c871161e1742aaa9d52551b2d6ebdd4c3d45a3be423e3728f33b955be550"
1123dependencies = [
1124 "cfg-if",
1125]
1126
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1127[[package]]
1128name = "critical-section"
1129version = "1.2.0"
1130source = "registry+https://github.com/rust-lang/crates.io-index"
1131checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
1132
1133[[package]]
1134name = "crossbeam-channel"
1135version = "0.5.16"
1136source = "registry+https://github.com/rust-lang/crates.io-index"
1137checksum = "d85363c37faeca707aef026efa9f3b34d077bce547e48f770770625c6013679e"
1138dependencies = [
1139 "crossbeam-utils",
1140]
1141
1142[[package]]
1143name = "crossbeam-deque"
1144version = "0.8.7"
1145source = "registry+https://github.com/rust-lang/crates.io-index"
1146checksum = "5181e0de7b61eb03a81e347d6dd8797bae9da5146707b51077e2d71a54ec0ceb"
1147dependencies = [
1148 "crossbeam-epoch",
1149 "crossbeam-utils",
1150]
1151
1152[[package]]
1153name = "crossbeam-epoch"
1154version = "0.9.20"
1155source = "registry+https://github.com/rust-lang/crates.io-index"
1156checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f"
1157dependencies = [
1158 "crossbeam-utils",
1159]
1160
1161[[package]]
1162name = "crossbeam-utils"
1163version = "0.8.22"
1164source = "registry+https://github.com/rust-lang/crates.io-index"
1165checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17"
1166
Paint the same tree into a terminal, for the machines with no window a7f6202 nandi 17d ago1167[[package]]
1168name = "crossterm"
1169version = "0.28.1"
1170source = "registry+https://github.com/rust-lang/crates.io-index"
1171checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6"
1172dependencies = [
1173 "bitflags 2.13.1",
1174 "mio",
1175 "parking_lot",
1176 "rustix 0.38.44",
1177 "signal-hook",
1178 "signal-hook-mio",
1179]
1180
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1181[[package]]
1182name = "crunchy"
1183version = "0.2.4"
1184source = "registry+https://github.com/rust-lang/crates.io-index"
1185checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
1186
1187[[package]]
1188name = "crypto-common"
1189version = "0.1.6"
1190source = "registry+https://github.com/rust-lang/crates.io-index"
1191checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
1192dependencies = [
1193 "generic-array",
1194 "typenum",
1195]
1196
1197[[package]]
1198name = "crypto-common"
1199version = "0.2.2"
1200source = "registry+https://github.com/rust-lang/crates.io-index"
1201checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453"
1202dependencies = [
1203 "hybrid-array",
1204]
1205
1206[[package]]
1207name = "ctr"
1208version = "0.9.2"
1209source = "registry+https://github.com/rust-lang/crates.io-index"
1210checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
1211dependencies = [
1212 "cipher",
1213]
1214
1215[[package]]
1216name = "ctutils"
1217version = "0.4.2"
1218source = "registry+https://github.com/rust-lang/crates.io-index"
1219checksum = "7d5515a3834141de9eafb9717ad39eea8247b5674e6066c404e8c4b365d2a29e"
1220dependencies = [
1221 "cmov",
1222]
1223
Bring vidya in cfd3e36 nandi 19d ago1224[[package]]
1225name = "cursor-icon"
1226version = "1.2.0"
1227source = "registry+https://github.com/rust-lang/crates.io-index"
1228checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
1229
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1230[[package]]
1231name = "curve25519-dalek"
1232version = "5.0.0-pre.1"
1233source = "registry+https://github.com/rust-lang/crates.io-index"
1234checksum = "6f9200d1d13637f15a6acb71e758f64624048d85b31a5fdbfd8eca1e2687d0b7"
1235dependencies = [
1236 "cfg-if",
1237 "cpufeatures 0.2.17",
1238 "curve25519-dalek-derive",
1239 "digest 0.11.0-rc.10",
1240 "fiat-crypto",
1241 "rand_core 0.9.5",
1242 "rustc_version",
1243 "serde",
1244 "subtle",
1245 "zeroize",
1246]
1247
1248[[package]]
1249name = "curve25519-dalek-derive"
1250version = "0.1.1"
1251source = "registry+https://github.com/rust-lang/crates.io-index"
1252checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
1253dependencies = [
1254 "proc-macro2",
1255 "quote",
1256 "syn 2.0.119",
1257]
1258
1259[[package]]
1260name = "darling"
1261version = "0.20.11"
1262source = "registry+https://github.com/rust-lang/crates.io-index"
1263checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
1264dependencies = [
1265 "darling_core 0.20.11",
1266 "darling_macro 0.20.11",
1267]
1268
1269[[package]]
1270name = "darling"
1271version = "0.23.0"
1272source = "registry+https://github.com/rust-lang/crates.io-index"
1273checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
1274dependencies = [
1275 "darling_core 0.23.0",
1276 "darling_macro 0.23.0",
1277]
1278
1279[[package]]
1280name = "darling_core"
1281version = "0.20.11"
1282source = "registry+https://github.com/rust-lang/crates.io-index"
1283checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
1284dependencies = [
1285 "fnv",
1286 "ident_case",
1287 "proc-macro2",
1288 "quote",
1289 "strsim",
1290 "syn 2.0.119",
1291]
1292
1293[[package]]
1294name = "darling_core"
1295version = "0.23.0"
1296source = "registry+https://github.com/rust-lang/crates.io-index"
1297checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
1298dependencies = [
1299 "ident_case",
1300 "proc-macro2",
1301 "quote",
1302 "strsim",
1303 "syn 2.0.119",
1304]
1305
1306[[package]]
1307name = "darling_macro"
1308version = "0.20.11"
1309source = "registry+https://github.com/rust-lang/crates.io-index"
1310checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
1311dependencies = [
1312 "darling_core 0.20.11",
1313 "quote",
1314 "syn 2.0.119",
1315]
1316
1317[[package]]
1318name = "darling_macro"
1319version = "0.23.0"
1320source = "registry+https://github.com/rust-lang/crates.io-index"
1321checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
1322dependencies = [
1323 "darling_core 0.23.0",
1324 "quote",
1325 "syn 2.0.119",
1326]
1327
1328[[package]]
1329name = "dasp_sample"
1330version = "0.11.0"
1331source = "registry+https://github.com/rust-lang/crates.io-index"
1332checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
1333
1334[[package]]
1335name = "data-encoding"
1336version = "2.11.0"
1337source = "registry+https://github.com/rust-lang/crates.io-index"
1338checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8"
1339
1340[[package]]
1341name = "defmt"
1342version = "1.1.1"
1343source = "registry+https://github.com/rust-lang/crates.io-index"
1344checksum = "e2953bfe4f93bbd20cc71198842756f77d161884c99ebbabc41d80231ded88d1"
1345dependencies = [
1346 "bitflags 1.3.2",
1347 "defmt-macros",
1348]
1349
1350[[package]]
1351name = "defmt-macros"
1352version = "1.1.1"
1353source = "registry+https://github.com/rust-lang/crates.io-index"
1354checksum = "bad9c72e7ca2137e0dc3813245a0d282fd6daad32fd800af018306a9169b5fe8"
1355dependencies = [
1356 "defmt-parser",
1357 "proc-macro2",
1358 "quote",
1359 "syn 2.0.119",
1360]
1361
1362[[package]]
1363name = "defmt-parser"
1364version = "1.0.0"
1365source = "registry+https://github.com/rust-lang/crates.io-index"
1366checksum = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e"
1367dependencies = [
1368 "thiserror 2.0.19",
1369]
1370
1371[[package]]
1372name = "der"
1373version = "0.8.1"
1374source = "registry+https://github.com/rust-lang/crates.io-index"
1375checksum = "a69dedd701da44b0536442edf09c81a64b0ab97a7a4a5e3d1971f00027cbc63d"
1376dependencies = [
1377 "const-oid",
1378 "pem-rfc7468",
1379 "zeroize",
1380]
1381
1382[[package]]
1383name = "der-parser"
1384version = "10.0.0"
1385source = "registry+https://github.com/rust-lang/crates.io-index"
1386checksum = "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6"
1387dependencies = [
1388 "asn1-rs",
1389 "displaydoc",
1390 "nom 7.1.3",
1391 "num-bigint",
1392 "num-traits",
1393 "rusticata-macros",
1394]
1395
1396[[package]]
1397name = "deranged"
1398version = "0.5.8"
1399source = "registry+https://github.com/rust-lang/crates.io-index"
1400checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
1401dependencies = [
1402 "serde_core",
1403]
1404
Bring vidya in cfd3e36 nandi 19d ago1405[[package]]
1406name = "derive_arbitrary"
1407version = "1.4.2"
1408source = "registry+https://github.com/rust-lang/crates.io-index"
1409checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
1410dependencies = [
1411 "proc-macro2",
1412 "quote",
1413 "syn 2.0.119",
1414]
1415
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1416[[package]]
1417name = "derive_builder"
1418version = "0.20.2"
1419source = "registry+https://github.com/rust-lang/crates.io-index"
1420checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
1421dependencies = [
1422 "derive_builder_macro",
1423]
1424
1425[[package]]
1426name = "derive_builder_core"
1427version = "0.20.2"
1428source = "registry+https://github.com/rust-lang/crates.io-index"
1429checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
1430dependencies = [
1431 "darling 0.20.11",
1432 "proc-macro2",
1433 "quote",
1434 "syn 2.0.119",
1435]
1436
1437[[package]]
1438name = "derive_builder_macro"
1439version = "0.20.2"
1440source = "registry+https://github.com/rust-lang/crates.io-index"
1441checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
1442dependencies = [
1443 "derive_builder_core",
1444 "syn 2.0.119",
1445]
1446
1447[[package]]
1448name = "derive_more"
1449version = "2.1.1"
1450source = "registry+https://github.com/rust-lang/crates.io-index"
1451checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
1452dependencies = [
1453 "derive_more-impl",
1454]
1455
1456[[package]]
1457name = "derive_more-impl"
1458version = "2.1.1"
1459source = "registry+https://github.com/rust-lang/crates.io-index"
1460checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
1461dependencies = [
1462 "convert_case 0.10.0",
1463 "proc-macro2",
1464 "quote",
1465 "rustc_version",
1466 "syn 2.0.119",
1467 "unicode-xid",
1468]
1469
1470[[package]]
1471name = "diatomic-waker"
1472version = "0.2.3"
1473source = "registry+https://github.com/rust-lang/crates.io-index"
1474checksum = "ab03c107fafeb3ee9f5925686dbb7a73bc76e3932abb0d2b365cb64b169cf04c"
1475
1476[[package]]
1477name = "digest"
1478version = "0.10.7"
1479source = "registry+https://github.com/rust-lang/crates.io-index"
1480checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
1481dependencies = [
1482 "block-buffer 0.10.4",
1483 "crypto-common 0.1.6",
1484]
1485
1486[[package]]
1487name = "digest"
1488version = "0.11.0-rc.10"
1489source = "registry+https://github.com/rust-lang/crates.io-index"
1490checksum = "afa94b64bfc6549e6e4b5a3216f22593224174083da7a90db47e951c4fb31725"
1491dependencies = [
1492 "block-buffer 0.11.0",
1493 "const-oid",
1494 "crypto-common 0.2.2",
1495]
1496
Bring vidya in cfd3e36 nandi 19d ago1497[[package]]
1498name = "dispatch"
1499version = "0.2.0"
1500source = "registry+https://github.com/rust-lang/crates.io-index"
1501checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
1502
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1503[[package]]
1504name = "dispatch2"
1505version = "0.3.1"
1506source = "registry+https://github.com/rust-lang/crates.io-index"
1507checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
1508dependencies = [
1509 "bitflags 2.13.1",
Bring vidya in cfd3e36 nandi 19d ago1510 "block2 0.6.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1511 "libc",
Bring vidya in cfd3e36 nandi 19d ago1512 "objc2 0.6.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1513]
1514
1515[[package]]
1516name = "displaydoc"
1517version = "0.2.7"
1518source = "registry+https://github.com/rust-lang/crates.io-index"
1519checksum = "c6232dd377dcc64799954cbd3a9bb882e9cdc1308ccd87b1c098f1fb2eaf82a8"
1520dependencies = [
1521 "proc-macro2",
1522 "quote",
1523 "syn 3.0.3",
1524]
1525
Bring vidya in cfd3e36 nandi 19d ago1526[[package]]
1527name = "dlib"
1528version = "0.5.3"
1529source = "registry+https://github.com/rust-lang/crates.io-index"
1530checksum = "ab8ecd87370524b461f8557c119c405552c396ed91fc0a8eec68679eab26f94a"
1531dependencies = [
1532 "libloading",
1533]
1534
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1535[[package]]
1536name = "dlopen2"
1537version = "0.5.0"
1538source = "registry+https://github.com/rust-lang/crates.io-index"
1539checksum = "09b4f5f101177ff01b8ec4ecc81eead416a8aa42819a2869311b3420fa114ffa"
1540dependencies = [
1541 "libc",
1542 "once_cell",
1543 "winapi",
1544]
1545
1546[[package]]
1547name = "document-features"
1548version = "0.2.12"
1549source = "registry+https://github.com/rust-lang/crates.io-index"
1550checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
1551dependencies = [
1552 "litrs",
1553]
1554
Bring vidya in cfd3e36 nandi 19d ago1555[[package]]
1556name = "downcast-rs"
1557version = "1.2.1"
1558source = "registry+https://github.com/rust-lang/crates.io-index"
1559checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
1560
1561[[package]]
1562name = "dpi"
1563version = "0.1.2"
1564source = "registry+https://github.com/rust-lang/crates.io-index"
1565checksum = "d8b14ccef22fc6f5a8f4d7d768562a182c04ce9a3b3157b91390b52ddfdf1a76"
1566
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1567[[package]]
1568name = "dunce"
1569version = "1.0.5"
1570source = "registry+https://github.com/rust-lang/crates.io-index"
1571checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
1572
1573[[package]]
1574name = "dyn-clone"
1575version = "1.0.20"
1576source = "registry+https://github.com/rust-lang/crates.io-index"
1577checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
1578
Bring vidya in cfd3e36 nandi 19d ago1579[[package]]
1580name = "ecolor"
1581version = "0.31.1"
1582source = "registry+https://github.com/rust-lang/crates.io-index"
1583checksum = "bc4feb366740ded31a004a0e4452fbf84e80ef432ecf8314c485210229672fd1"
1584dependencies = [
1585 "bytemuck",
1586 "emath",
1587]
1588
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1589[[package]]
1590name = "ed25519"
1591version = "3.0.0-rc.4"
1592source = "registry+https://github.com/rust-lang/crates.io-index"
1593checksum = "c6e914c7c52decb085cea910552e24c63ac019e3ab8bf001ff736da9a9d9d890"
1594dependencies = [
1595 "pkcs8",
1596 "serde",
1597 "signature",
1598]
1599
1600[[package]]
1601name = "ed25519-dalek"
1602version = "3.0.0-pre.1"
1603source = "registry+https://github.com/rust-lang/crates.io-index"
1604checksum = "ad207ed88a133091f83224265eac21109930db09bedcad05d5252f2af2de20a1"
1605dependencies = [
1606 "curve25519-dalek",
1607 "ed25519",
1608 "rand_core 0.9.5",
1609 "serde",
1610 "sha2",
1611 "signature",
1612 "subtle",
1613 "zeroize",
1614]
1615
Bring vidya in cfd3e36 nandi 19d ago1616[[package]]
1617name = "egui"
1618version = "0.31.1"
1619source = "registry+https://github.com/rust-lang/crates.io-index"
1620checksum = "25dd34cec49ab55d85ebf70139cb1ccd29c977ef6b6ba4fe85489d6877ee9ef3"
1621dependencies = [
1622 "ahash",
1623 "bitflags 2.13.1",
1624 "emath",
1625 "epaint",
1626 "log",
1627 "nohash-hasher",
1628 "profiling",
1629]
1630
1631[[package]]
1632name = "egui-winit"
1633version = "0.31.1"
1634source = "registry+https://github.com/rust-lang/crates.io-index"
1635checksum = "7d9dfbb78fe4eb9c3a39ad528b90ee5915c252e77bbab9d4ebc576541ab67e13"
1636dependencies = [
1637 "ahash",
1638 "arboard",
1639 "bytemuck",
1640 "egui",
1641 "log",
1642 "profiling",
1643 "raw-window-handle",
1644 "smithay-clipboard",
1645 "web-time",
1646 "webbrowser",
1647 "winit",
1648]
1649
1650[[package]]
1651name = "egui_glow"
1652version = "0.31.1"
1653source = "registry+https://github.com/rust-lang/crates.io-index"
1654checksum = "910906e3f042ea6d2378ec12a6fd07698e14ddae68aed2d819ffe944a73aab9e"
1655dependencies = [
1656 "ahash",
1657 "bytemuck",
1658 "egui",
1659 "glow",
1660 "log",
1661 "memoffset",
1662 "profiling",
1663 "wasm-bindgen",
1664 "web-sys",
1665]
1666
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1667[[package]]
1668name = "either"
1669version = "1.17.0"
1670source = "registry+https://github.com/rust-lang/crates.io-index"
1671checksum = "9e5e8f6c15a24b9a3ee5efec809ccd006d3b30e8b3bb63c39af737c7f87daa1d"
1672
Bring vidya in cfd3e36 nandi 19d ago1673[[package]]
1674name = "emath"
1675version = "0.31.1"
1676source = "registry+https://github.com/rust-lang/crates.io-index"
1677checksum = "9e4cadcff7a5353ba72b7fea76bf2122b5ebdbc68e8155aa56dfdea90083fe1b"
1678dependencies = [
1679 "bytemuck",
1680]
1681
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1682[[package]]
1683name = "embedded-io"
1684version = "0.4.0"
1685source = "registry+https://github.com/rust-lang/crates.io-index"
1686checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
1687
1688[[package]]
1689name = "embedded-io"
1690version = "0.6.1"
1691source = "registry+https://github.com/rust-lang/crates.io-index"
1692checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
1693
1694[[package]]
1695name = "encoding_rs"
1696version = "0.8.35"
1697source = "registry+https://github.com/rust-lang/crates.io-index"
1698checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
1699dependencies = [
1700 "cfg-if",
1701]
1702
1703[[package]]
1704name = "enum-as-inner"
1705version = "0.6.1"
1706source = "registry+https://github.com/rust-lang/crates.io-index"
1707checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
1708dependencies = [
1709 "heck",
1710 "proc-macro2",
1711 "quote",
1712 "syn 2.0.119",
1713]
1714
1715[[package]]
1716name = "enum-assoc"
1717version = "1.3.0"
1718source = "registry+https://github.com/rust-lang/crates.io-index"
1719checksum = "3ed8956bd5c1f0415200516e78ff07ec9e16415ade83c056c230d7b7ea0d55b7"
1720dependencies = [
1721 "proc-macro2",
1722 "quote",
1723 "syn 2.0.119",
1724]
1725
1726[[package]]
1727name = "enumn"
1728version = "0.1.14"
1729source = "registry+https://github.com/rust-lang/crates.io-index"
1730checksum = "2f9ed6b3789237c8a0c1c505af1c7eb2c560df6186f01b098c3a1064ea532f38"
1731dependencies = [
1732 "proc-macro2",
1733 "quote",
1734 "syn 2.0.119",
1735]
1736
1737[[package]]
1738name = "env_filter"
1739version = "2.0.0"
1740source = "registry+https://github.com/rust-lang/crates.io-index"
1741checksum = "900d271a03799a1ee8d1ca9b19893b48ca674a9284fefcfb85f05e74ed314217"
1742dependencies = [
1743 "log",
1744 "regex",
1745]
1746
1747[[package]]
1748name = "env_logger"
1749version = "0.11.11"
1750source = "registry+https://github.com/rust-lang/crates.io-index"
1751checksum = "de671bd27a75a797dc9ae289ba1e77276e75e2026408aab65185384e2d5cd3f6"
1752dependencies = [
1753 "anstream 1.0.0",
1754 "anstyle",
1755 "env_filter",
1756 "jiff",
1757 "log",
1758]
1759
Bring vidya in cfd3e36 nandi 19d ago1760[[package]]
1761name = "epaint"
1762version = "0.31.1"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "41fcc0f5a7c613afd2dee5e4b30c3e6acafb8ad6f0edb06068811f708a67c562"
1765dependencies = [
1766 "ab_glyph",
1767 "ahash",
1768 "bytemuck",
1769 "ecolor",
1770 "emath",
1771 "epaint_default_fonts",
1772 "log",
1773 "nohash-hasher",
1774 "parking_lot",
1775 "profiling",
1776]
1777
1778[[package]]
1779name = "epaint_default_fonts"
1780version = "0.31.1"
1781source = "registry+https://github.com/rust-lang/crates.io-index"
1782checksum = "fc7e7a64c02cf7a5b51e745a9e45f60660a286f151c238b9d397b3e923f5082f"
1783
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1784[[package]]
1785name = "equivalent"
1786version = "1.0.2"
1787source = "registry+https://github.com/rust-lang/crates.io-index"
1788checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
1789
1790[[package]]
1791name = "errno"
1792version = "0.3.14"
1793source = "registry+https://github.com/rust-lang/crates.io-index"
1794checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1795dependencies = [
1796 "libc",
1797 "windows-sys 0.61.2",
1798]
1799
Bring vidya in cfd3e36 nandi 19d ago1800[[package]]
1801name = "error-code"
1802version = "3.4.0"
1803source = "registry+https://github.com/rust-lang/crates.io-index"
1804checksum = "0b5343afd4a8365a643ac588dab4cf234a190c7f6c88c9f6dd6ffe00837661b7"
1805
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1806[[package]]
1807name = "erydanos"
1808version = "0.2.18"
1809source = "registry+https://github.com/rust-lang/crates.io-index"
1810checksum = "8cbdc4987ed8e9ece64845393c2d53596b3a4ccbfb3948d799d58f6450e89fb1"
1811dependencies = [
1812 "num-traits",
1813]
1814
1815[[package]]
1816name = "extended"
1817version = "0.1.0"
1818source = "registry+https://github.com/rust-lang/crates.io-index"
1819checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
1820
1821[[package]]
1822name = "fast-interleave"
1823version = "0.1.3"
1824source = "registry+https://github.com/rust-lang/crates.io-index"
1825checksum = "a0a5ab837f0983c0a9210d7847931f64e3be67fcb0ab93d625f7845a0132c825"
1826
1827[[package]]
1828name = "fastbloom"
1829version = "0.17.0"
1830source = "registry+https://github.com/rust-lang/crates.io-index"
1831checksum = "ef975e30683b2d965054bb0a836f8973857c4ebf6acf274fe46617cd285060d8"
1832dependencies = [
1833 "foldhash",
1834 "libm",
1835 "portable-atomic",
1836 "siphasher",
1837]
1838
1839[[package]]
1840name = "fastrand"
1841version = "2.5.0"
1842source = "registry+https://github.com/rust-lang/crates.io-index"
1843checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
1844
Bring vidya in cfd3e36 nandi 19d ago1845[[package]]
1846name = "fax"
1847version = "0.2.7"
1848source = "registry+https://github.com/rust-lang/crates.io-index"
1849checksum = "caf1079563223d5d59d83c85886a56e586cfd5c1a26292e971a0fa266531ac5a"
1850
1851[[package]]
1852name = "fdeflate"
1853version = "0.3.7"
1854source = "registry+https://github.com/rust-lang/crates.io-index"
1855checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
1856dependencies = [
1857 "simd-adler32",
1858]
1859
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1860[[package]]
1861name = "fiat-crypto"
1862version = "0.3.0"
1863source = "registry+https://github.com/rust-lang/crates.io-index"
1864checksum = "64cd1e32ddd350061ae6edb1b082d7c54915b5c672c389143b9a63403a109f24"
1865
1866[[package]]
1867name = "find-msvc-tools"
1868version = "0.1.9"
1869source = "registry+https://github.com/rust-lang/crates.io-index"
1870checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
1871
1872[[package]]
1873name = "fixed-resample"
1874version = "0.9.2"
1875source = "registry+https://github.com/rust-lang/crates.io-index"
1876checksum = "3e548b80c8a294b230847d73ae8e53d1b2d5b407a1a9ec51c9698a761c4610b1"
1877dependencies = [
1878 "arrayvec",
1879 "fast-interleave",
1880 "ringbuf",
1881 "rubato 0.16.2",
1882]
1883
1884[[package]]
1885name = "fixedbitset"
1886version = "0.4.2"
1887source = "registry+https://github.com/rust-lang/crates.io-index"
1888checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
1889
1890[[package]]
1891name = "fixedbitset"
1892version = "0.5.7"
1893source = "registry+https://github.com/rust-lang/crates.io-index"
1894checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
1895
Bring vidya in cfd3e36 nandi 19d ago1896[[package]]
1897name = "flate2"
1898version = "1.1.10"
1899source = "registry+https://github.com/rust-lang/crates.io-index"
1900checksum = "6e634e2e0ebac1ee034020da1ca582e17ffe4e0f5e985823721e168928136dcb"
1901dependencies = [
1902 "crc32fast",
1903 "miniz_oxide 0.9.1",
1904 "zlib-rs",
1905]
1906
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1907[[package]]
1908name = "fnv"
1909version = "1.0.7"
1910source = "registry+https://github.com/rust-lang/crates.io-index"
1911checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1912
1913[[package]]
1914name = "foldhash"
1915version = "0.2.0"
1916source = "registry+https://github.com/rust-lang/crates.io-index"
1917checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
1918
Bring vidya in cfd3e36 nandi 19d ago1919[[package]]
1920name = "foreign-types"
1921version = "0.5.0"
1922source = "registry+https://github.com/rust-lang/crates.io-index"
1923checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
1924dependencies = [
1925 "foreign-types-macros",
1926 "foreign-types-shared",
1927]
1928
1929[[package]]
1930name = "foreign-types-macros"
1931version = "0.2.4"
1932source = "registry+https://github.com/rust-lang/crates.io-index"
1933checksum = "ea5190182e6915eb873ddbc16e23b711b6eb1f9c00a0d0a3a91b5f6228475225"
1934dependencies = [
1935 "proc-macro2",
1936 "quote",
1937 "syn 3.0.3",
1938]
1939
1940[[package]]
1941name = "foreign-types-shared"
1942version = "0.3.1"
1943source = "registry+https://github.com/rust-lang/crates.io-index"
1944checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
1945
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago1946[[package]]
1947name = "form_urlencoded"
1948version = "1.2.2"
1949source = "registry+https://github.com/rust-lang/crates.io-index"
1950checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
1951dependencies = [
1952 "percent-encoding",
1953]
1954
1955[[package]]
1956name = "fs_extra"
1957version = "1.3.0"
1958source = "registry+https://github.com/rust-lang/crates.io-index"
1959checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
1960
1961[[package]]
1962name = "futures"
1963version = "0.3.33"
1964source = "registry+https://github.com/rust-lang/crates.io-index"
1965checksum = "a88cf1f829d945f548cf8fec32c61b1f202b6d93b45848602fc02af4b12ad218"
1966dependencies = [
1967 "futures-channel",
1968 "futures-core",
1969 "futures-executor",
1970 "futures-io",
1971 "futures-sink",
1972 "futures-task",
1973 "futures-util",
1974]
1975
1976[[package]]
1977name = "futures-buffered"
1978version = "0.2.13"
1979source = "registry+https://github.com/rust-lang/crates.io-index"
1980checksum = "4421cb78ee172b6b06080093479d3c50f058e7c81b7d577bbb8d118d551d4cd5"
1981dependencies = [
1982 "cordyceps",
1983 "diatomic-waker",
1984 "futures-core",
1985 "pin-project-lite",
1986 "spin 0.10.1",
1987]
1988
1989[[package]]
1990name = "futures-channel"
1991version = "0.3.33"
1992source = "registry+https://github.com/rust-lang/crates.io-index"
1993checksum = "262590f4fe6afeb0bc83be1daa64e52657fe185690a958af7f3ad0e92085c5ae"
1994dependencies = [
1995 "futures-core",
1996 "futures-sink",
1997]
1998
1999[[package]]
2000name = "futures-concurrency"
2001version = "7.7.1"
2002source = "registry+https://github.com/rust-lang/crates.io-index"
2003checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
2004dependencies = [
2005 "fixedbitset 0.5.7",
2006 "futures-core",
2007 "futures-lite",
2008 "pin-project",
2009 "smallvec",
2010]
2011
2012[[package]]
2013name = "futures-core"
2014version = "0.3.33"
2015source = "registry+https://github.com/rust-lang/crates.io-index"
2016checksum = "2cd50c473c80f6d7c3670a752354b8e569b1a7cbfdc0419ec88e5edad85e0dc7"
2017
2018[[package]]
2019name = "futures-executor"
2020version = "0.3.33"
2021source = "registry+https://github.com/rust-lang/crates.io-index"
2022checksum = "6754879cc9f2c66f88c6e5c35344bb0bdb0708b0352b1201815667c7eabc7458"
2023dependencies = [
2024 "futures-core",
2025 "futures-task",
2026 "futures-util",
2027]
2028
2029[[package]]
2030name = "futures-io"
2031version = "0.3.33"
2032source = "registry+https://github.com/rust-lang/crates.io-index"
2033checksum = "4577ecaa3c4f96589d473f679a71b596316f6641bc350038b962a5daf0085d7a"
2034
2035[[package]]
2036name = "futures-lite"
2037version = "2.6.1"
2038source = "registry+https://github.com/rust-lang/crates.io-index"
2039checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
2040dependencies = [
2041 "fastrand",
2042 "futures-core",
2043 "futures-io",
2044 "parking",
2045 "pin-project-lite",
2046]
2047
2048[[package]]
2049name = "futures-macro"
2050version = "0.3.33"
2051source = "registry+https://github.com/rust-lang/crates.io-index"
2052checksum = "2d6d3cde68c518367be28956066ddfef33813991b77a55005a69dae04bf3b10b"
2053dependencies = [
2054 "proc-macro2",
2055 "quote",
2056 "syn 2.0.119",
2057]
2058
2059[[package]]
2060name = "futures-sink"
2061version = "0.3.33"
2062source = "registry+https://github.com/rust-lang/crates.io-index"
2063checksum = "e34418ac499d6305c2fb5ad0ed2f6ac998c5f8ca209b4510f7f94242c647e307"
2064
2065[[package]]
2066name = "futures-task"
2067version = "0.3.33"
2068source = "registry+https://github.com/rust-lang/crates.io-index"
2069checksum = "b231ed28831efb4a61a08580c4bc233ec56bc009f4cd8f52da2c3cb97df0c109"
2070
2071[[package]]
2072name = "futures-util"
2073version = "0.3.33"
2074source = "registry+https://github.com/rust-lang/crates.io-index"
2075checksum = "a77a90a256fce34da66415271e30f94ee91c57b04b8a2c042d9cf3220179deaa"
2076dependencies = [
2077 "futures-channel",
2078 "futures-core",
2079 "futures-io",
2080 "futures-macro",
2081 "futures-sink",
2082 "futures-task",
2083 "memchr",
2084 "pin-project-lite",
2085 "slab",
2086]
2087
2088[[package]]
2089name = "generator"
2090version = "0.8.9"
2091source = "registry+https://github.com/rust-lang/crates.io-index"
2092checksum = "b3b854b0e584ead1a33f18b2fcad7cf7be18b3875c78816b753639aa501513ae"
2093dependencies = [
2094 "cc",
2095 "cfg-if",
2096 "libc",
2097 "log",
2098 "rustversion",
2099 "windows-link",
2100 "windows-result",
2101]
2102
2103[[package]]
2104name = "generic-array"
2105version = "0.14.9"
2106source = "registry+https://github.com/rust-lang/crates.io-index"
2107checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
2108dependencies = [
2109 "typenum",
2110 "version_check",
2111]
2112
Bring vidya in cfd3e36 nandi 19d ago2113[[package]]
2114name = "gethostname"
2115version = "1.1.0"
2116source = "registry+https://github.com/rust-lang/crates.io-index"
2117checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
2118dependencies = [
2119 "rustix 1.1.4",
2120 "windows-link",
2121]
2122
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2123[[package]]
2124name = "getrandom"
2125version = "0.2.17"
2126source = "registry+https://github.com/rust-lang/crates.io-index"
2127checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
2128dependencies = [
2129 "cfg-if",
2130 "js-sys",
2131 "libc",
2132 "wasi",
2133 "wasm-bindgen",
2134]
2135
2136[[package]]
2137name = "getrandom"
2138version = "0.3.4"
2139source = "registry+https://github.com/rust-lang/crates.io-index"
2140checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
2141dependencies = [
2142 "cfg-if",
2143 "js-sys",
2144 "libc",
2145 "r-efi 5.3.0",
2146 "wasip2",
2147 "wasm-bindgen",
2148]
2149
2150[[package]]
2151name = "getrandom"
2152version = "0.4.3"
2153source = "registry+https://github.com/rust-lang/crates.io-index"
2154checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
2155dependencies = [
2156 "cfg-if",
2157 "js-sys",
2158 "libc",
2159 "r-efi 6.0.0",
2160 "rand_core 0.10.1",
2161 "wasm-bindgen",
2162]
2163
2164[[package]]
2165name = "ghash"
2166version = "0.5.1"
2167source = "registry+https://github.com/rust-lang/crates.io-index"
2168checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1"
2169dependencies = [
2170 "opaque-debug",
2171 "polyval",
2172]
2173
2174[[package]]
2175name = "gimli"
2176version = "0.32.3"
2177source = "registry+https://github.com/rust-lang/crates.io-index"
2178checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
2179
Bring vidya in cfd3e36 nandi 19d ago2180[[package]]
2181name = "gl_generator"
2182version = "0.14.0"
2183source = "registry+https://github.com/rust-lang/crates.io-index"
2184checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
2185dependencies = [
2186 "khronos_api",
2187 "log",
2188 "xml-rs",
2189]
2190
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2191[[package]]
2192name = "glob"
2193version = "0.3.4"
2194source = "registry+https://github.com/rust-lang/crates.io-index"
2195checksum = "e4eba85ea1d0a966a983acd07deee566e67395d2d96b6fb39e62b5a833f1eb0b"
2196
2197[[package]]
2198name = "gloo-timers"
2199version = "0.3.0"
2200source = "registry+https://github.com/rust-lang/crates.io-index"
2201checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
2202dependencies = [
2203 "futures-channel",
2204 "futures-core",
2205 "js-sys",
2206 "wasm-bindgen",
2207]
2208
Bring vidya in cfd3e36 nandi 19d ago2209[[package]]
2210name = "glow"
2211version = "0.16.0"
2212source = "registry+https://github.com/rust-lang/crates.io-index"
2213checksum = "c5e5ea60d70410161c8bf5da3fdfeaa1c72ed2c15f8bbb9d19fe3a4fad085f08"
2214dependencies = [
2215 "js-sys",
2216 "slotmap",
2217 "wasm-bindgen",
2218 "web-sys",
2219]
2220
2221[[package]]
2222name = "glutin"
2223version = "0.32.3"
2224source = "registry+https://github.com/rust-lang/crates.io-index"
2225checksum = "12124de845cacfebedff80e877bb37b5b75c34c5a4c89e47e1cdd67fb6041325"
2226dependencies = [
2227 "bitflags 2.13.1",
2228 "cfg_aliases 0.2.2",
2229 "cgl",
2230 "dispatch2",
2231 "glutin_egl_sys",
2232 "glutin_glx_sys",
2233 "glutin_wgl_sys",
2234 "libloading",
2235 "objc2 0.6.4",
2236 "objc2-app-kit 0.3.2",
2237 "objc2-core-foundation",
2238 "objc2-foundation 0.3.2",
2239 "once_cell",
2240 "raw-window-handle",
2241 "wayland-sys",
2242 "windows-sys 0.52.0",
2243 "x11-dl",
2244]
2245
2246[[package]]
2247name = "glutin-winit"
2248version = "0.5.0"
2249source = "registry+https://github.com/rust-lang/crates.io-index"
2250checksum = "85edca7075f8fc728f28cb8fbb111a96c3b89e930574369e3e9c27eb75d3788f"
2251dependencies = [
2252 "cfg_aliases 0.2.2",
2253 "glutin",
2254 "raw-window-handle",
2255 "winit",
2256]
2257
2258[[package]]
2259name = "glutin_egl_sys"
2260version = "0.7.1"
2261source = "registry+https://github.com/rust-lang/crates.io-index"
2262checksum = "4c4680ba6195f424febdc3ba46e7a42a0e58743f2edb115297b86d7f8ecc02d2"
2263dependencies = [
2264 "gl_generator",
2265 "windows-sys 0.52.0",
2266]
2267
2268[[package]]
2269name = "glutin_glx_sys"
2270version = "0.6.1"
2271source = "registry+https://github.com/rust-lang/crates.io-index"
2272checksum = "8a7bb2938045a88b612499fbcba375a77198e01306f52272e692f8c1f3751185"
2273dependencies = [
2274 "gl_generator",
2275 "x11-dl",
2276]
2277
2278[[package]]
2279name = "glutin_wgl_sys"
2280version = "0.6.1"
2281source = "registry+https://github.com/rust-lang/crates.io-index"
2282checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
2283dependencies = [
2284 "gl_generator",
2285]
2286
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2287[[package]]
2288name = "h2"
2289version = "0.4.15"
2290source = "registry+https://github.com/rust-lang/crates.io-index"
2291checksum = "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155"
2292dependencies = [
2293 "atomic-waker",
2294 "bytes",
2295 "fnv",
2296 "futures-core",
2297 "futures-sink",
2298 "http",
2299 "indexmap 2.14.0",
2300 "slab",
2301 "tokio",
2302 "tokio-util",
2303 "tracing",
2304]
2305
2306[[package]]
2307name = "half"
2308version = "2.7.1"
2309source = "registry+https://github.com/rust-lang/crates.io-index"
2310checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
2311dependencies = [
2312 "cfg-if",
2313 "crunchy",
2314 "zerocopy",
2315]
2316
2317[[package]]
2318name = "hang"
2319version = "0.15.4"
2320source = "git+https://github.com/Frando/moq?branch=deps%2Firoh-main#53fe78d8ad05aba94d03043d8a20a2b95669baec"
2321dependencies = [
2322 "buf-list",
2323 "bytes",
2324 "conducer",
2325 "derive_more",
2326 "hex",
2327 "lazy_static",
2328 "moq-lite",
2329 "regex",
2330 "serde",
2331 "serde_json",
2332 "serde_with",
2333 "thiserror 2.0.19",
2334 "tokio",
2335 "tracing",
2336 "url",
2337]
2338
2339[[package]]
2340name = "hash32"
2341version = "0.2.1"
2342source = "registry+https://github.com/rust-lang/crates.io-index"
2343checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
2344dependencies = [
2345 "byteorder",
2346]
2347
2348[[package]]
2349name = "hashbrown"
2350version = "0.12.3"
2351source = "registry+https://github.com/rust-lang/crates.io-index"
2352checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2353
2354[[package]]
2355name = "hashbrown"
2356version = "0.16.1"
2357source = "registry+https://github.com/rust-lang/crates.io-index"
2358checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
2359dependencies = [
2360 "allocator-api2",
2361 "equivalent",
2362 "foldhash",
2363]
2364
2365[[package]]
2366name = "hashbrown"
2367version = "0.17.1"
2368source = "registry+https://github.com/rust-lang/crates.io-index"
2369checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
2370
2371[[package]]
2372name = "heapless"
2373version = "0.7.17"
2374source = "registry+https://github.com/rust-lang/crates.io-index"
2375checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f"
2376dependencies = [
2377 "atomic-polyfill",
2378 "hash32",
2379 "rustc_version",
2380 "serde",
2381 "spin 0.9.9",
2382 "stable_deref_trait",
2383]
2384
2385[[package]]
2386name = "heck"
2387version = "0.5.0"
2388source = "registry+https://github.com/rust-lang/crates.io-index"
2389checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2390
2391[[package]]
2392name = "hermit-abi"
2393version = "0.5.2"
2394source = "registry+https://github.com/rust-lang/crates.io-index"
2395checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
2396
2397[[package]]
2398name = "hex"
2399version = "0.4.3"
2400source = "registry+https://github.com/rust-lang/crates.io-index"
2401checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2402
2403[[package]]
2404name = "hickory-proto"
2405version = "0.25.2"
2406source = "registry+https://github.com/rust-lang/crates.io-index"
2407checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502"
2408dependencies = [
2409 "async-trait",
2410 "bytes",
2411 "cfg-if",
2412 "data-encoding",
2413 "enum-as-inner",
2414 "futures-channel",
2415 "futures-io",
2416 "futures-util",
2417 "h2",
2418 "http",
2419 "idna",
2420 "ipnet",
2421 "once_cell",
2422 "rand 0.9.5",
2423 "ring",
2424 "rustls",
2425 "thiserror 2.0.19",
2426 "tinyvec",
2427 "tokio",
2428 "tokio-rustls",
2429 "tracing",
2430 "url",
2431]
2432
2433[[package]]
2434name = "hickory-resolver"
2435version = "0.25.2"
2436source = "registry+https://github.com/rust-lang/crates.io-index"
2437checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a"
2438dependencies = [
2439 "cfg-if",
2440 "futures-util",
2441 "hickory-proto",
2442 "ipconfig",
2443 "moka",
2444 "once_cell",
2445 "parking_lot",
2446 "rand 0.9.5",
2447 "resolv-conf",
2448 "rustls",
2449 "smallvec",
2450 "thiserror 2.0.19",
2451 "tokio",
2452 "tokio-rustls",
2453 "tracing",
2454]
2455
2456[[package]]
2457name = "http"
2458version = "1.5.0"
2459source = "registry+https://github.com/rust-lang/crates.io-index"
2460checksum = "918d3568bebf352712bc2ef3d46a8bcf1a75b373be6539de198e9105cbbf9ce0"
2461dependencies = [
2462 "bytes",
2463 "itoa",
2464]
2465
2466[[package]]
2467name = "http-body"
2468version = "1.1.0"
2469source = "registry+https://github.com/rust-lang/crates.io-index"
2470checksum = "ca2a8f2913ee65f60facd6a5905613afaa448497a0230cc41ce022d93290bc2c"
2471dependencies = [
2472 "bytes",
2473 "http",
2474]
2475
2476[[package]]
2477name = "http-body-util"
2478version = "0.1.4"
2479source = "registry+https://github.com/rust-lang/crates.io-index"
2480checksum = "e9f41fd6a08e4d4ec69df65976da761afd5ad5e58a9d4acb46bd1c953a9e3ff2"
2481dependencies = [
2482 "bytes",
2483 "futures-core",
2484 "http",
2485 "http-body",
2486 "pin-project-lite",
2487]
2488
2489[[package]]
2490name = "httparse"
2491version = "1.10.1"
2492source = "registry+https://github.com/rust-lang/crates.io-index"
2493checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
2494
2495[[package]]
2496name = "httpdate"
2497version = "1.0.3"
2498source = "registry+https://github.com/rust-lang/crates.io-index"
2499checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2500
2501[[package]]
2502name = "humantime"
2503version = "2.4.0"
2504source = "registry+https://github.com/rust-lang/crates.io-index"
2505checksum = "15cdd26707701c53297e2fa6afb323d55fbc1d0810c3aec078ae3ef0424c3c15"
2506
2507[[package]]
2508name = "humantime-serde"
2509version = "1.1.1"
2510source = "registry+https://github.com/rust-lang/crates.io-index"
2511checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c"
2512dependencies = [
2513 "humantime",
2514 "serde",
2515]
2516
2517[[package]]
2518name = "hybrid-array"
2519version = "0.4.13"
2520source = "registry+https://github.com/rust-lang/crates.io-index"
2521checksum = "818356c5132c1fede50f837ca96afbe78ff42413047f4abb886217845e1b6c8c"
2522dependencies = [
2523 "typenum",
2524]
2525
2526[[package]]
2527name = "hyper"
2528version = "1.11.0"
2529source = "registry+https://github.com/rust-lang/crates.io-index"
2530checksum = "d22053281f852e11534f5198498373cbb59295120a20771d90f7ed1897490a72"
2531dependencies = [
2532 "atomic-waker",
2533 "bytes",
2534 "futures-channel",
2535 "futures-core",
2536 "h2",
2537 "http",
2538 "http-body",
2539 "httparse",
2540 "httpdate",
2541 "itoa",
2542 "pin-project-lite",
2543 "smallvec",
2544 "tokio",
2545 "want",
2546]
2547
2548[[package]]
2549name = "hyper-rustls"
2550version = "0.27.9"
2551source = "registry+https://github.com/rust-lang/crates.io-index"
2552checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
2553dependencies = [
2554 "http",
2555 "hyper",
2556 "hyper-util",
2557 "rustls",
2558 "tokio",
2559 "tokio-rustls",
2560 "tower-service",
2561]
2562
2563[[package]]
2564name = "hyper-util"
2565version = "0.1.20"
2566source = "registry+https://github.com/rust-lang/crates.io-index"
2567checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
2568dependencies = [
2569 "base64",
2570 "bytes",
2571 "futures-channel",
2572 "futures-util",
2573 "http",
2574 "http-body",
2575 "hyper",
2576 "ipnet",
2577 "libc",
2578 "percent-encoding",
2579 "pin-project-lite",
2580 "socket2",
2581 "tokio",
2582 "tower-service",
2583 "tracing",
2584]
2585
2586[[package]]
2587name = "iana-time-zone"
2588version = "0.1.65"
2589source = "registry+https://github.com/rust-lang/crates.io-index"
2590checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
2591dependencies = [
2592 "android_system_properties",
2593 "core-foundation-sys",
2594 "iana-time-zone-haiku",
2595 "js-sys",
2596 "log",
2597 "wasm-bindgen",
2598 "windows-core",
2599]
2600
2601[[package]]
2602name = "iana-time-zone-haiku"
2603version = "0.1.2"
2604source = "registry+https://github.com/rust-lang/crates.io-index"
2605checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2606dependencies = [
2607 "cc",
2608]
2609
2610[[package]]
2611name = "icu_collections"
2612version = "2.2.0"
2613source = "registry+https://github.com/rust-lang/crates.io-index"
2614checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
2615dependencies = [
2616 "displaydoc",
2617 "potential_utf",
2618 "utf8_iter",
2619 "yoke",
2620 "zerofrom",
2621 "zerovec",
2622]
2623
2624[[package]]
2625name = "icu_locale_core"
2626version = "2.2.0"
2627source = "registry+https://github.com/rust-lang/crates.io-index"
2628checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
2629dependencies = [
2630 "displaydoc",
2631 "litemap",
2632 "tinystr",
2633 "writeable",
2634 "zerovec",
2635]
2636
2637[[package]]
2638name = "icu_normalizer"
2639version = "2.2.0"
2640source = "registry+https://github.com/rust-lang/crates.io-index"
2641checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
2642dependencies = [
2643 "icu_collections",
2644 "icu_normalizer_data",
2645 "icu_properties",
2646 "icu_provider",
2647 "smallvec",
2648 "zerovec",
2649]
2650
2651[[package]]
2652name = "icu_normalizer_data"
2653version = "2.2.0"
2654source = "registry+https://github.com/rust-lang/crates.io-index"
2655checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
2656
2657[[package]]
2658name = "icu_properties"
2659version = "2.2.0"
2660source = "registry+https://github.com/rust-lang/crates.io-index"
2661checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
2662dependencies = [
2663 "icu_collections",
2664 "icu_locale_core",
2665 "icu_properties_data",
2666 "icu_provider",
2667 "zerotrie",
2668 "zerovec",
2669]
2670
2671[[package]]
2672name = "icu_properties_data"
2673version = "2.2.0"
2674source = "registry+https://github.com/rust-lang/crates.io-index"
2675checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
2676
2677[[package]]
2678name = "icu_provider"
2679version = "2.2.0"
2680source = "registry+https://github.com/rust-lang/crates.io-index"
2681checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
2682dependencies = [
2683 "displaydoc",
2684 "icu_locale_core",
2685 "writeable",
2686 "yoke",
2687 "zerofrom",
2688 "zerotrie",
2689 "zerovec",
2690]
2691
2692[[package]]
2693name = "ident_case"
2694version = "1.0.1"
2695source = "registry+https://github.com/rust-lang/crates.io-index"
2696checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2697
2698[[package]]
2699name = "identity-hash"
2700version = "0.1.0"
2701source = "registry+https://github.com/rust-lang/crates.io-index"
2702checksum = "dfdd7caa900436d8f13b2346fe10257e0c05c1f1f9e351f4f5d57c03bd5f45da"
2703
2704[[package]]
2705name = "idna"
2706version = "1.1.0"
2707source = "registry+https://github.com/rust-lang/crates.io-index"
2708checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
2709dependencies = [
2710 "idna_adapter",
2711 "smallvec",
2712 "utf8_iter",
2713]
2714
2715[[package]]
2716name = "idna_adapter"
2717version = "1.2.2"
2718source = "registry+https://github.com/rust-lang/crates.io-index"
2719checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
2720dependencies = [
2721 "icu_normalizer",
2722 "icu_properties",
2723]
2724
2725[[package]]
2726name = "igd-next"
2727version = "0.16.2"
2728source = "registry+https://github.com/rust-lang/crates.io-index"
2729checksum = "516893339c97f6011282d5825ac94fc1c7aad5cad26bdc2d0cee068c0bf97f97"
2730dependencies = [
2731 "async-trait",
2732 "attohttpc",
2733 "bytes",
2734 "futures",
2735 "http",
2736 "http-body-util",
2737 "hyper",
2738 "hyper-util",
2739 "log",
2740 "rand 0.9.5",
2741 "tokio",
2742 "url",
2743 "xmltree",
2744]
2745
2746[[package]]
2747name = "image"
2748version = "0.25.10"
2749source = "registry+https://github.com/rust-lang/crates.io-index"
2750checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104"
2751dependencies = [
2752 "bytemuck",
2753 "byteorder-lite",
2754 "moxcms",
2755 "num-traits",
Bring vidya in cfd3e36 nandi 19d ago2756 "png 0.18.1",
2757 "tiff",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago2758 "zune-core",
2759 "zune-jpeg",
2760]
2761
2762[[package]]
2763name = "indexmap"
2764version = "1.9.3"
2765source = "registry+https://github.com/rust-lang/crates.io-index"
2766checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2767dependencies = [
2768 "autocfg",
2769 "hashbrown 0.12.3",
2770 "serde",
2771]
2772
2773[[package]]
2774name = "indexmap"
2775version = "2.14.0"
2776source = "registry+https://github.com/rust-lang/crates.io-index"
2777checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
2778dependencies = [
2779 "equivalent",
2780 "hashbrown 0.17.1",
2781 "serde",
2782 "serde_core",
2783]
2784
2785[[package]]
2786name = "inout"
2787version = "0.1.4"
2788source = "registry+https://github.com/rust-lang/crates.io-index"
2789checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
2790dependencies = [
2791 "generic-array",
2792]
2793
2794[[package]]
2795name = "ipconfig"
2796version = "0.3.4"
2797source = "registry+https://github.com/rust-lang/crates.io-index"
2798checksum = "4d40460c0ce33d6ce4b0630ad68ff63d6661961c48b6dba35e5a4d81cfb48222"
2799dependencies = [
2800 "socket2",
2801 "widestring",
2802 "windows-registry",
2803 "windows-result",
2804 "windows-sys 0.61.2",
2805]
2806
2807[[package]]
2808name = "ipnet"
2809version = "2.12.0"
2810source = "registry+https://github.com/rust-lang/crates.io-index"
2811checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
2812
2813[[package]]
2814name = "iroh"
2815version = "0.97.0"
2816source = "git+https://github.com/n0-computer/iroh?rev=8af8370b#8af8370b567d9e9a89aaf25929b327a6a5b96de1"
2817dependencies = [
2818 "backon",
2819 "blake3",
2820 "bytes",
2821 "cfg_aliases 0.2.2",
2822 "ctutils",
2823 "data-encoding",
2824 "derive_more",
2825 "ed25519-dalek",
2826 "futures-util",
2827 "getrandom 0.3.4",
2828 "hickory-resolver",
2829 "http",
2830 "ipnet",
2831 "iroh-base",
2832 "iroh-metrics",
2833 "iroh-relay",
2834 "n0-error",
2835 "n0-future",
2836 "n0-watcher",
2837 "netwatch",
2838 "noq",
2839 "noq-proto",
2840 "noq-udp",
2841 "papaya",
2842 "pin-project",
2843 "pkarr",
2844 "pkcs8",
2845 "portable-atomic",
2846 "portmapper",
2847 "rand 0.9.5",
2848 "reqwest 0.13.4",
2849 "rustc-hash 2.1.3",
2850 "rustls",
2851 "rustls-pki-types",
2852 "rustls-webpki",
2853 "serde",
2854 "smallvec",
2855 "strum",
2856 "sync_wrapper",
2857 "time",
2858 "tokio",
2859 "tokio-stream",
2860 "tokio-util",
2861 "tracing",
2862 "url",
2863 "wasm-bindgen-futures",
2864 "webpki-roots",
2865]
2866
2867[[package]]
2868name = "iroh-base"
2869version = "0.97.0"
2870source = "git+https://github.com/n0-computer/iroh?rev=8af8370b#8af8370b567d9e9a89aaf25929b327a6a5b96de1"
2871dependencies = [
2872 "curve25519-dalek",
2873 "data-encoding",
2874 "derive_more",
2875 "digest 0.11.0-rc.10",
2876 "ed25519-dalek",
2877 "n0-error",
2878 "rand_core 0.9.5",
2879 "serde",
2880 "sha2",
2881 "url",
2882 "zeroize",
2883 "zeroize_derive",
2884]
2885
2886[[package]]
2887name = "iroh-gossip"
2888version = "0.97.0"
2889source = "git+https://github.com/n0-computer/iroh-gossip?rev=1038f721#1038f721663ffddc526359e33757ba998046ff2d"
2890dependencies = [
2891 "blake3",
2892 "bytes",
2893 "data-encoding",
2894 "derive_more",
2895 "ed25519-dalek",
2896 "futures-concurrency",
2897 "futures-lite",
2898 "futures-util",
2899 "hex",
2900 "indexmap 2.14.0",
2901 "iroh",
2902 "iroh-base",
2903 "iroh-metrics",
2904 "irpc",
2905 "n0-error",
2906 "n0-future",
2907 "postcard",
2908 "rand 0.9.5",
2909 "serde",
2910 "tokio",
2911 "tokio-util",
2912 "tracing",
2913]
2914
2915[[package]]
2916name = "iroh-live"
2917version = "0.1.0"
2918source = "git+https://github.com/n0-computer/iroh-live?rev=edd9bcc530a615f3ab3a6919e96790a077905376#edd9bcc530a615f3ab3a6919e96790a077905376"
2919dependencies = [
2920 "anyhow",
2921 "bytes",
2922 "data-encoding",
2923 "derive_more",
2924 "hang",
2925 "iroh",
2926 "iroh-gossip",
2927 "iroh-moq",
2928 "iroh-smol-kv",
2929 "iroh-tickets",
2930 "moq-lite",
2931 "moq-media",
2932 "n0-error",
2933 "n0-future",
2934 "n0-watcher",
2935 "postcard",
2936 "rand 0.9.5",
2937 "serde",
2938 "strum",
2939 "throttled-tracing",
2940 "tokio",
2941 "tokio-util",
2942 "tracing",
2943]
2944
2945[[package]]
2946name = "iroh-metrics"
2947version = "0.38.3"
2948source = "registry+https://github.com/rust-lang/crates.io-index"
2949checksum = "761b45ba046134b11eb3e432fa501616b45c4bf3a30c21717578bc07aa6461dd"
2950dependencies = [
2951 "iroh-metrics-derive",
2952 "itoa",
2953 "n0-error",
2954 "portable-atomic",
2955 "postcard",
2956 "ryu",
2957 "serde",
2958 "tracing",
2959]
2960
2961[[package]]
2962name = "iroh-metrics-derive"
2963version = "0.4.1"
2964source = "registry+https://github.com/rust-lang/crates.io-index"
2965checksum = "cab063c2bfd6c3d5a33a913d4fdb5252f140db29ec67c704f20f3da7e8f92dbf"
2966dependencies = [
2967 "heck",
2968 "proc-macro2",
2969 "quote",
2970 "syn 2.0.119",
2971]
2972
2973[[package]]
2974name = "iroh-moq"
2975version = "0.1.0"
2976source = "git+https://github.com/n0-computer/iroh-live?rev=edd9bcc530a615f3ab3a6919e96790a077905376#edd9bcc530a615f3ab3a6919e96790a077905376"
2977dependencies = [
2978 "iroh",
2979 "moq-lite",
2980 "n0-error",
2981 "n0-future",
2982 "tokio",
2983 "tokio-util",
2984 "tracing",
2985 "url",
2986 "web-transport-iroh",
2987]
2988
2989[[package]]
2990name = "iroh-relay"
2991version = "0.97.0"
2992source = "git+https://github.com/n0-computer/iroh?rev=8af8370b#8af8370b567d9e9a89aaf25929b327a6a5b96de1"
2993dependencies = [
2994 "blake3",
2995 "bytes",
2996 "cfg_aliases 0.2.2",
2997 "data-encoding",
2998 "derive_more",
2999 "getrandom 0.3.4",
3000 "hickory-resolver",
3001 "http",
3002 "http-body-util",
3003 "hyper",
3004 "hyper-util",
3005 "iroh-base",
3006 "iroh-metrics",
3007 "lru",
3008 "n0-error",
3009 "n0-future",
3010 "noq",
3011 "noq-proto",
3012 "num_enum",
3013 "pin-project",
3014 "pkarr",
3015 "postcard",
3016 "rand 0.9.5",
3017 "reqwest 0.13.4",
3018 "rustls",
3019 "rustls-pki-types",
3020 "serde",
3021 "serde_bytes",
3022 "strum",
3023 "tokio",
3024 "tokio-rustls",
3025 "tokio-util",
3026 "tokio-websockets",
3027 "tracing",
3028 "url",
3029 "vergen-gitcl",
3030 "webpki-roots",
3031 "ws_stream_wasm",
3032 "z32",
3033]
3034
3035[[package]]
3036name = "iroh-smol-kv"
3037version = "0.3.1"
3038source = "git+https://github.com/n0-computer/iroh-smol-kv?branch=iroh-097#e6685227ff12af9acfe676aa7272f91edeb56514"
3039dependencies = [
3040 "bytes",
3041 "ed25519-dalek",
3042 "hex",
3043 "iroh",
3044 "iroh-gossip",
3045 "irpc",
3046 "n0-error",
3047 "n0-future",
3048 "postcard",
3049 "rand 0.9.5",
3050 "rpds",
3051 "serde",
3052 "serde-big-array",
3053 "sync_wrapper",
3054 "tokio",
3055 "tracing",
3056]
3057
3058[[package]]
3059name = "iroh-tickets"
3060version = "0.4.0"
3061source = "registry+https://github.com/rust-lang/crates.io-index"
3062checksum = "ab64bac4bb573b9cfd2142bd2876ed65ca792efbc4398361a4ee51a0f9afbed6"
3063dependencies = [
3064 "data-encoding",
3065 "derive_more",
3066 "iroh-base",
3067 "n0-error",
3068 "postcard",
3069 "serde",
3070]
3071
3072[[package]]
3073name = "irpc"
3074version = "0.13.0"
3075source = "registry+https://github.com/rust-lang/crates.io-index"
3076checksum = "4f47b7c52662d673df377b5ac40c121c7ff56eb764e520fae6543686132f7957"
3077dependencies = [
3078 "futures-util",
3079 "irpc-derive",
3080 "n0-error",
3081 "n0-future",
3082 "noq",
3083 "postcard",
3084 "serde",
3085 "smallvec",
3086 "tokio",
3087 "tokio-util",
3088 "tracing",
3089]
3090
3091[[package]]
3092name = "irpc-derive"
3093version = "0.10.0"
3094source = "registry+https://github.com/rust-lang/crates.io-index"
3095checksum = "83c1a4b460634aeed6dc01236a0047867de70e30562d91a0ad031dcb3ac33fb4"
3096dependencies = [
3097 "proc-macro2",
3098 "quote",
3099 "syn 2.0.119",
3100]
3101
3102[[package]]
3103name = "is_terminal_polyfill"
3104version = "1.70.2"
3105source = "registry+https://github.com/rust-lang/crates.io-index"
3106checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
3107
3108[[package]]
3109name = "itertools"
3110version = "0.13.0"
3111source = "registry+https://github.com/rust-lang/crates.io-index"
3112checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
3113dependencies = [
3114 "either",
3115]
3116
3117[[package]]
3118name = "itoa"
3119version = "1.0.18"
3120source = "registry+https://github.com/rust-lang/crates.io-index"
3121checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
3122
3123[[package]]
3124name = "jiff"
3125version = "0.2.35"
3126source = "registry+https://github.com/rust-lang/crates.io-index"
3127checksum = "668b7183bd07af9a4885f5c35b0cc5c83c4607a913c16b7e17291832910d2dcc"
3128dependencies = [
3129 "defmt",
3130 "jiff-core",
3131 "jiff-static",
3132 "log",
3133 "portable-atomic",
3134 "portable-atomic-util",
3135 "serde_core",
3136]
3137
3138[[package]]
3139name = "jiff-core"
3140version = "0.1.0"
3141source = "registry+https://github.com/rust-lang/crates.io-index"
3142checksum = "7feca88439efe53da3754500c1851dedf3cb36c524dd5cf8225cc0794de95d09"
3143dependencies = [
3144 "defmt",
3145]
3146
3147[[package]]
3148name = "jiff-static"
3149version = "0.2.35"
3150source = "registry+https://github.com/rust-lang/crates.io-index"
3151checksum = "3a69dcb3a21cfb32ce1cd056169337ca284af0766dd766e7878819b251a49204"
3152dependencies = [
3153 "jiff-core",
3154 "proc-macro2",
3155 "quote",
3156 "syn 2.0.119",
3157]
3158
3159[[package]]
3160name = "jni"
3161version = "0.21.1"
3162source = "registry+https://github.com/rust-lang/crates.io-index"
3163checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
3164dependencies = [
3165 "cesu8",
3166 "cfg-if",
3167 "combine",
3168 "jni-sys 0.3.1",
3169 "log",
3170 "thiserror 1.0.69",
3171 "walkdir",
3172 "windows-sys 0.45.0",
3173]
3174
3175[[package]]
3176name = "jni"
3177version = "0.22.4"
3178source = "registry+https://github.com/rust-lang/crates.io-index"
3179checksum = "5efd9a482cf3a427f00d6b35f14332adc7902ce91efb778580e180ff90fa3498"
3180dependencies = [
3181 "cfg-if",
3182 "combine",
3183 "jni-macros",
3184 "jni-sys 0.4.1",
3185 "log",
3186 "simd_cesu8",
3187 "thiserror 2.0.19",
3188 "walkdir",
3189 "windows-link",
3190]
3191
3192[[package]]
3193name = "jni-macros"
3194version = "0.22.4"
3195source = "registry+https://github.com/rust-lang/crates.io-index"
3196checksum = "a00109accc170f0bdb141fed3e393c565b6f5e072365c3bd58f5b062591560a3"
3197dependencies = [
3198 "proc-macro2",
3199 "quote",
3200 "rustc_version",
3201 "simd_cesu8",
3202 "syn 2.0.119",
3203]
3204
3205[[package]]
3206name = "jni-sys"
3207version = "0.3.1"
3208source = "registry+https://github.com/rust-lang/crates.io-index"
3209checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258"
3210dependencies = [
3211 "jni-sys 0.4.1",
3212]
3213
3214[[package]]
3215name = "jni-sys"
3216version = "0.4.1"
3217source = "registry+https://github.com/rust-lang/crates.io-index"
3218checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
3219dependencies = [
3220 "jni-sys-macros",
3221]
3222
3223[[package]]
3224name = "jni-sys-macros"
3225version = "0.4.1"
3226source = "registry+https://github.com/rust-lang/crates.io-index"
3227checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
3228dependencies = [
3229 "quote",
3230 "syn 2.0.119",
3231]
3232
3233[[package]]
3234name = "jobserver"
3235version = "0.1.35"
3236source = "registry+https://github.com/rust-lang/crates.io-index"
3237checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3"
3238dependencies = [
3239 "getrandom 0.4.3",
3240 "libc",
3241]
3242
3243[[package]]
3244name = "jolt-abi"
3245version = "0.1.0"
3246dependencies = [
3247 "log",
3248]
3249
3250[[package]]
3251name = "jolt-moq"
3252version = "0.1.0"
3253dependencies = [
3254 "anyhow",
3255 "cpal",
3256 "env_logger",
3257 "image",
3258 "iroh-live",
Let the media plane cross to the phone, camera and all fd0e21a nandi 18d ago3259 "jni 0.22.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3260 "jolt-abi",
3261 "libc",
3262 "log",
3263 "moq-lite",
3264 "moq-native",
3265 "n0-future",
Let the media plane cross to the phone, camera and all fd0e21a nandi 18d ago3266 "ndk-context",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3267 "rand 0.8.7",
3268 "rustls",
3269 "tokio",
3270 "url",
3271 "urlencoding",
3272 "v4l2r",
3273]
3274
Paint the same tree into a terminal, for the machines with no window a7f6202 nandi 17d ago3275[[package]]
3276name = "jolt-tui"
3277version = "0.1.0"
3278dependencies = [
3279 "crossterm",
3280 "jolt-abi",
3281 "log",
3282]
3283
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3284[[package]]
3285name = "js-sys"
3286version = "0.3.103"
3287source = "registry+https://github.com/rust-lang/crates.io-index"
3288checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
3289dependencies = [
3290 "cfg-if",
3291 "futures-util",
3292 "wasm-bindgen",
3293]
3294
Bring vidya in cfd3e36 nandi 19d ago3295[[package]]
3296name = "khronos_api"
3297version = "3.1.0"
3298source = "registry+https://github.com/rust-lang/crates.io-index"
3299checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
3300
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3301[[package]]
3302name = "lazy_static"
3303version = "1.5.0"
3304source = "registry+https://github.com/rust-lang/crates.io-index"
3305checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
3306
3307[[package]]
3308name = "libc"
3309version = "0.2.189"
3310source = "registry+https://github.com/rust-lang/crates.io-index"
3311checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
3312
3313[[package]]
3314name = "libloading"
3315version = "0.8.9"
3316source = "registry+https://github.com/rust-lang/crates.io-index"
3317checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
3318dependencies = [
3319 "cfg-if",
3320 "windows-link",
3321]
3322
3323[[package]]
3324name = "libm"
3325version = "0.2.16"
3326source = "registry+https://github.com/rust-lang/crates.io-index"
3327checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
3328
Bring vidya in cfd3e36 nandi 19d ago3329[[package]]
3330name = "libredox"
3331version = "0.1.21"
3332source = "registry+https://github.com/rust-lang/crates.io-index"
3333checksum = "d7955dfc218a8afb29dfeffd540e3a6e96baeb94fe7138228dd7cc6937fbbf96"
3334dependencies = [
3335 "bitflags 2.13.1",
3336 "libc",
3337 "plain",
3338 "redox_syscall 0.9.3",
3339]
3340
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3341[[package]]
3342name = "libspa"
3343version = "0.9.2"
3344source = "registry+https://github.com/rust-lang/crates.io-index"
3345checksum = "b6b8cfa2a7656627b4c92c6b9ef929433acd673d5ab3708cda1b18478ac00df4"
3346dependencies = [
3347 "bitflags 2.13.1",
3348 "cc",
3349 "convert_case 0.8.0",
3350 "cookie-factory",
3351 "libc",
3352 "libspa-sys",
3353 "nix 0.30.1",
3354 "nom 8.0.0",
3355 "system-deps",
3356]
3357
3358[[package]]
3359name = "libspa-sys"
3360version = "0.9.2"
3361source = "registry+https://github.com/rust-lang/crates.io-index"
Bring vidya in cfd3e36 nandi 19d ago3362checksum = "901049455d2eb6decf9058235d745237952f4804bc584c5fcb41412e6adcc6e0"
3363dependencies = [
3364 "bindgen 0.72.1",
3365 "cc",
3366 "system-deps",
3367]
3368
3369[[package]]
3370name = "linux-raw-sys"
3371version = "0.4.15"
3372source = "registry+https://github.com/rust-lang/crates.io-index"
3373checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
3374
3375[[package]]
3376name = "linux-raw-sys"
3377version = "0.12.1"
3378source = "registry+https://github.com/rust-lang/crates.io-index"
3379checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3380
3381[[package]]
3382name = "litemap"
3383version = "0.8.2"
3384source = "registry+https://github.com/rust-lang/crates.io-index"
3385checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
3386
3387[[package]]
3388name = "litrs"
3389version = "1.0.0"
3390source = "registry+https://github.com/rust-lang/crates.io-index"
3391checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
3392
3393[[package]]
3394name = "lock_api"
3395version = "0.4.14"
3396source = "registry+https://github.com/rust-lang/crates.io-index"
3397checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
3398dependencies = [
3399 "scopeguard",
3400]
3401
3402[[package]]
3403name = "log"
3404version = "0.4.33"
3405source = "registry+https://github.com/rust-lang/crates.io-index"
3406checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
3407
3408[[package]]
3409name = "loom"
3410version = "0.7.2"
3411source = "registry+https://github.com/rust-lang/crates.io-index"
3412checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
3413dependencies = [
3414 "cfg-if",
3415 "generator",
3416 "scoped-tls",
3417 "tracing",
3418 "tracing-subscriber",
3419]
3420
3421[[package]]
3422name = "lru"
3423version = "0.16.4"
3424source = "registry+https://github.com/rust-lang/crates.io-index"
3425checksum = "7f66e8d5d03f609abc3a39e6f08e4164ebf1447a732906d39eb9b99b7919ef39"
3426dependencies = [
3427 "hashbrown 0.16.1",
3428]
3429
3430[[package]]
3431name = "lru-slab"
3432version = "0.1.2"
3433source = "registry+https://github.com/rust-lang/crates.io-index"
3434checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
3435
3436[[package]]
3437name = "mac-addr"
3438version = "0.3.0"
3439source = "registry+https://github.com/rust-lang/crates.io-index"
3440checksum = "d3d25b0e0b648a86960ac23b7ad4abb9717601dec6f66c165f5b037f3f03065f"
3441
3442[[package]]
3443name = "mach2"
3444version = "0.5.0"
3445source = "registry+https://github.com/rust-lang/crates.io-index"
3446checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
3447dependencies = [
3448 "libc",
3449]
3450
3451[[package]]
3452name = "matchers"
3453version = "0.2.0"
3454source = "registry+https://github.com/rust-lang/crates.io-index"
3455checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
3456dependencies = [
3457 "regex-automata",
3458]
3459
3460[[package]]
3461name = "memchr"
3462version = "2.8.3"
3463source = "registry+https://github.com/rust-lang/crates.io-index"
3464checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
3465
Bring vidya in cfd3e36 nandi 19d ago3466[[package]]
3467name = "memmap2"
3468version = "0.9.11"
3469source = "registry+https://github.com/rust-lang/crates.io-index"
3470checksum = "d1219ed1b7f229ee7104d281dd01d6802fe28bb6e95d292942c4daacdeb798c0"
3471dependencies = [
3472 "libc",
3473]
3474
3475[[package]]
3476name = "memoffset"
3477version = "0.9.1"
3478source = "registry+https://github.com/rust-lang/crates.io-index"
3479checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
3480dependencies = [
3481 "autocfg",
3482]
3483
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3484[[package]]
3485name = "minimal-lexical"
3486version = "0.2.1"
3487source = "registry+https://github.com/rust-lang/crates.io-index"
3488checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
3489
3490[[package]]
3491name = "miniz_oxide"
3492version = "0.8.9"
3493source = "registry+https://github.com/rust-lang/crates.io-index"
3494checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
3495dependencies = [
3496 "adler2",
Bring vidya in cfd3e36 nandi 19d ago3497 "simd-adler32",
3498]
3499
3500[[package]]
3501name = "miniz_oxide"
3502version = "0.9.1"
3503source = "registry+https://github.com/rust-lang/crates.io-index"
3504checksum = "b63fbc4a50860e98e7b2aa7804ded1db5cbc3aff9193adaff57a6931bf7c4b4c"
3505dependencies = [
3506 "adler2",
3507 "simd-adler32",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3508]
3509
3510[[package]]
3511name = "mio"
3512version = "1.2.2"
3513source = "registry+https://github.com/rust-lang/crates.io-index"
3514checksum = "30d65c71f1ce40ab09135ce117d742b9f8a19ff91a41a8b57ed50bc2de59c427"
3515dependencies = [
3516 "libc",
Paint the same tree into a terminal, for the machines with no window a7f6202 nandi 17d ago3517 "log",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3518 "wasi",
3519 "windows-sys 0.61.2",
3520]
3521
3522[[package]]
3523name = "moka"
3524version = "0.12.15"
3525source = "registry+https://github.com/rust-lang/crates.io-index"
3526checksum = "957228ad12042ee839f93c8f257b62b4c0ab5eaae1d4fa60de53b27c9d7c5046"
3527dependencies = [
3528 "crossbeam-channel",
3529 "crossbeam-epoch",
3530 "crossbeam-utils",
3531 "equivalent",
3532 "parking_lot",
3533 "portable-atomic",
3534 "smallvec",
3535 "tagptr",
3536 "uuid",
3537]
3538
3539[[package]]
3540name = "moq-lite"
3541version = "0.15.5"
3542source = "git+https://github.com/Frando/moq?branch=deps%2Firoh-main#53fe78d8ad05aba94d03043d8a20a2b95669baec"
3543dependencies = [
3544 "bytes",
3545 "conducer",
3546 "futures",
3547 "num_enum",
3548 "rand 0.9.5",
3549 "serde",
3550 "thiserror 2.0.19",
3551 "tokio",
3552 "tracing",
3553 "web-async",
3554 "web-transport-trait",
3555]
3556
3557[[package]]
3558name = "moq-media"
3559version = "0.1.0"
3560source = "git+https://github.com/n0-computer/iroh-live?rev=edd9bcc530a615f3ab3a6919e96790a077905376#edd9bcc530a615f3ab3a6919e96790a077905376"
3561dependencies = [
3562 "anyhow",
3563 "audioadapter-buffers",
3564 "bytes",
3565 "cpal",
3566 "derive_more",
3567 "fixed-resample",
3568 "hang",
3569 "image",
3570 "moq-lite",
3571 "n0-error",
3572 "n0-future",
3573 "n0-watcher",
3574 "ringbuf",
3575 "rubato 1.0.1",
3576 "rusty-capture",
3577 "rusty-codecs",
3578 "sonora",
3579 "strum",
3580 "symphonia",
3581 "throttled-tracing",
3582 "tokio",
3583 "tokio-util",
3584 "tracing",
3585]
3586
3587[[package]]
3588name = "moq-native"
3589version = "0.13.6"
3590source = "git+https://github.com/Frando/moq?branch=deps%2Firoh-main#53fe78d8ad05aba94d03043d8a20a2b95669baec"
3591dependencies = [
3592 "anyhow",
3593 "clap",
3594 "futures",
3595 "hex",
3596 "humantime",
3597 "humantime-serde",
3598 "moq-lite",
3599 "parking_lot",
3600 "qmux",
3601 "quinn",
3602 "rand 0.9.5",
3603 "rcgen",
3604 "reqwest 0.12.28",
3605 "rustls",
3606 "rustls-native-certs",
3607 "rustls-pemfile",
3608 "rustls-webpki",
3609 "serde",
3610 "serde_with",
3611 "time",
3612 "tokio",
3613 "tracing",
3614 "tracing-subscriber",
3615 "url",
3616 "web-transport-noq",
3617]
3618
3619[[package]]
3620name = "moxcms"
3621version = "0.8.1"
3622source = "registry+https://github.com/rust-lang/crates.io-index"
3623checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b"
3624dependencies = [
3625 "num-traits",
3626 "pxfm",
3627]
3628
Bring vidya in cfd3e36 nandi 19d ago3629[[package]]
3630name = "mp4"
3631version = "0.14.0"
3632source = "registry+https://github.com/rust-lang/crates.io-index"
3633checksum = "c9ef834d5ed55e494a2ae350220314dc4aacd1c43a9498b00e320e0ea352a5c3"
3634dependencies = [
3635 "byteorder",
3636 "bytes",
3637 "num-rational",
3638 "serde",
3639 "serde_json",
3640 "thiserror 1.0.69",
3641]
3642
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3643[[package]]
3644name = "n0-error"
3645version = "0.1.3"
3646source = "registry+https://github.com/rust-lang/crates.io-index"
3647checksum = "af4782b4baf92d686d161c15460c83d16ebcfd215918763903e9619842665cae"
3648dependencies = [
3649 "anyhow",
3650 "n0-error-macros",
3651 "spez",
3652]
3653
3654[[package]]
3655name = "n0-error-macros"
3656version = "0.1.3"
3657source = "registry+https://github.com/rust-lang/crates.io-index"
3658checksum = "03755949235714b2b307e5ae89dd8c1c2531fb127d9b8b7b4adf9c876cd3ed18"
3659dependencies = [
3660 "proc-macro2",
3661 "quote",
3662 "syn 2.0.119",
3663]
3664
3665[[package]]
3666name = "n0-future"
3667version = "0.3.2"
3668source = "registry+https://github.com/rust-lang/crates.io-index"
3669checksum = "e2ab99dfb861450e68853d34ae665243a88b8c493d01ba957321a1e9b2312bbe"
3670dependencies = [
3671 "cfg_aliases 0.2.2",
3672 "derive_more",
3673 "futures-buffered",
3674 "futures-lite",
3675 "futures-util",
3676 "js-sys",
3677 "pin-project",
3678 "send_wrapper",
3679 "tokio",
3680 "tokio-util",
3681 "wasm-bindgen",
3682 "wasm-bindgen-futures",
3683 "web-time",
3684]
3685
3686[[package]]
3687name = "n0-watcher"
3688version = "0.6.1"
3689source = "registry+https://github.com/rust-lang/crates.io-index"
3690checksum = "38795f7932e6e9d1c6e989270ef5b3ff24ebb910e2c9d4bed2d28d8bae3007dc"
3691dependencies = [
3692 "derive_more",
3693 "n0-error",
3694 "n0-future",
3695]
3696
3697[[package]]
3698name = "nasm-rs"
3699version = "0.3.2"
3700source = "registry+https://github.com/rust-lang/crates.io-index"
3701checksum = "706bf8a5e8c8ddb99128c3291d31bd21f4bcde17f0f4c20ec678d85c74faa149"
3702dependencies = [
3703 "log",
3704]
3705
3706[[package]]
3707name = "ndk"
3708version = "0.9.0"
3709source = "registry+https://github.com/rust-lang/crates.io-index"
3710checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
3711dependencies = [
3712 "bitflags 2.13.1",
3713 "jni-sys 0.3.1",
3714 "log",
3715 "ndk-sys",
3716 "num_enum",
Bring vidya in cfd3e36 nandi 19d ago3717 "raw-window-handle",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3718 "thiserror 1.0.69",
3719]
3720
3721[[package]]
3722name = "ndk-context"
3723version = "0.1.1"
3724source = "registry+https://github.com/rust-lang/crates.io-index"
3725checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
3726
3727[[package]]
3728name = "ndk-sys"
3729version = "0.6.0+11769913"
3730source = "registry+https://github.com/rust-lang/crates.io-index"
3731checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
3732dependencies = [
3733 "jni-sys 0.3.1",
3734]
3735
3736[[package]]
3737name = "netdev"
3738version = "0.40.1"
3739source = "registry+https://github.com/rust-lang/crates.io-index"
3740checksum = "1b0a0096d9613ee878dba89bbe595f079d373e3f1960d882e4f2f78ff9c30a0a"
3741dependencies = [
Bring vidya in cfd3e36 nandi 19d ago3742 "block2 0.6.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3743 "dispatch2",
3744 "dlopen2",
3745 "ipnet",
3746 "libc",
3747 "mac-addr",
3748 "netlink-packet-core",
3749 "netlink-packet-route",
3750 "netlink-sys",
3751 "objc2-core-foundation",
3752 "objc2-system-configuration",
3753 "once_cell",
3754 "plist",
3755 "windows-sys 0.59.0",
3756]
3757
3758[[package]]
3759name = "netlink-packet-core"
3760version = "0.8.1"
3761source = "registry+https://github.com/rust-lang/crates.io-index"
3762checksum = "3463cbb78394cb0141e2c926b93fc2197e473394b761986eca3b9da2c63ae0f4"
3763dependencies = [
3764 "paste",
3765]
3766
3767[[package]]
3768name = "netlink-packet-route"
3769version = "0.29.0"
3770source = "registry+https://github.com/rust-lang/crates.io-index"
3771checksum = "df9854ea6ad14e3f4698a7f03b65bce0833dd2d81d594a0e4a984170537146b6"
3772dependencies = [
3773 "bitflags 2.13.1",
3774 "libc",
3775 "log",
3776 "netlink-packet-core",
3777]
3778
3779[[package]]
3780name = "netlink-proto"
3781version = "0.12.1"
3782source = "registry+https://github.com/rust-lang/crates.io-index"
3783checksum = "e6f7398dddf5f152d2a91a2921a134c6097056e292c0d4b9906007855e7cece6"
3784dependencies = [
3785 "bytes",
3786 "futures-channel",
3787 "futures-util",
3788 "log",
3789 "netlink-packet-core",
3790 "netlink-sys",
3791 "thiserror 2.0.19",
3792]
3793
3794[[package]]
3795name = "netlink-sys"
3796version = "0.8.8"
3797source = "registry+https://github.com/rust-lang/crates.io-index"
3798checksum = "cd6c30ed10fa69cc491d491b85cc971f6bdeb8e7367b7cde2ee6cc878d583fae"
3799dependencies = [
3800 "bytes",
3801 "futures-util",
3802 "libc",
3803 "log",
3804 "tokio",
3805]
3806
3807[[package]]
3808name = "netwatch"
3809version = "0.15.0"
3810source = "registry+https://github.com/rust-lang/crates.io-index"
3811checksum = "3b1b27babe89ef9f2237bc6c028bea24fa84163a1b6f8f17ff93573ebd7d861f"
3812dependencies = [
3813 "atomic-waker",
3814 "bytes",
3815 "cfg_aliases 0.2.2",
3816 "derive_more",
3817 "js-sys",
3818 "libc",
3819 "n0-error",
3820 "n0-future",
3821 "n0-watcher",
3822 "netdev",
3823 "netlink-packet-core",
3824 "netlink-packet-route",
3825 "netlink-proto",
3826 "netlink-sys",
3827 "noq-udp",
3828 "objc2-core-foundation",
3829 "objc2-system-configuration",
3830 "pin-project-lite",
3831 "serde",
3832 "socket2",
3833 "time",
3834 "tokio",
3835 "tokio-util",
3836 "tracing",
3837 "web-sys",
3838 "windows",
3839 "windows-result",
3840 "wmi",
3841]
3842
3843[[package]]
3844name = "nix"
3845version = "0.28.0"
3846source = "registry+https://github.com/rust-lang/crates.io-index"
3847checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
3848dependencies = [
3849 "bitflags 2.13.1",
3850 "cfg-if",
3851 "cfg_aliases 0.1.1",
3852 "libc",
3853]
3854
3855[[package]]
3856name = "nix"
3857version = "0.30.1"
3858source = "registry+https://github.com/rust-lang/crates.io-index"
3859checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
3860dependencies = [
3861 "bitflags 2.13.1",
3862 "cfg-if",
3863 "cfg_aliases 0.2.2",
3864 "libc",
3865]
3866
Bring vidya in cfd3e36 nandi 19d ago3867[[package]]
3868name = "nohash-hasher"
3869version = "0.2.0"
3870source = "registry+https://github.com/rust-lang/crates.io-index"
3871checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
3872
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago3873[[package]]
3874name = "nom"
3875version = "7.1.3"
3876source = "registry+https://github.com/rust-lang/crates.io-index"
3877checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
3878dependencies = [
3879 "memchr",
3880 "minimal-lexical",
3881]
3882
3883[[package]]
3884name = "nom"
3885version = "8.0.0"
3886source = "registry+https://github.com/rust-lang/crates.io-index"
3887checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
3888dependencies = [
3889 "memchr",
3890]
3891
3892[[package]]
3893name = "noq"
3894version = "0.17.0"
3895source = "git+https://github.com/n0-computer/noq?rev=ab042ea7e3f7bae1e43eaba2ac9dba47ddb52e69#ab042ea7e3f7bae1e43eaba2ac9dba47ddb52e69"
3896dependencies = [
3897 "bytes",
3898 "cfg_aliases 0.2.2",
3899 "derive_more",
3900 "noq-proto",
3901 "noq-udp",
3902 "pin-project-lite",
3903 "rustc-hash 2.1.3",
3904 "rustls",
3905 "socket2",
3906 "thiserror 2.0.19",
3907 "tokio",
3908 "tokio-stream",
3909 "tracing",
3910 "web-time",
3911]
3912
3913[[package]]
3914name = "noq-proto"
3915version = "0.16.0"
3916source = "git+https://github.com/n0-computer/noq?rev=ab042ea7e3f7bae1e43eaba2ac9dba47ddb52e69#ab042ea7e3f7bae1e43eaba2ac9dba47ddb52e69"
3917dependencies = [
3918 "aes-gcm",
3919 "aws-lc-rs",
3920 "bytes",
3921 "derive_more",
3922 "enum-assoc",
3923 "fastbloom",
3924 "getrandom 0.4.3",
3925 "identity-hash",
3926 "lru-slab",
3927 "rand 0.10.2",
3928 "rustc-hash 2.1.3",
3929 "rustls",
3930 "rustls-pki-types",
3931 "rustls-platform-verifier 0.6.2",
3932 "slab",
3933 "sorted-index-buffer",
3934 "thiserror 2.0.19",
3935 "tinyvec",
3936 "tracing",
3937 "web-time",
3938]
3939
3940[[package]]
3941name = "noq-udp"
3942version = "0.9.0"
3943source = "git+https://github.com/n0-computer/noq?rev=ab042ea7e3f7bae1e43eaba2ac9dba47ddb52e69#ab042ea7e3f7bae1e43eaba2ac9dba47ddb52e69"
3944dependencies = [
3945 "cfg_aliases 0.2.2",
3946 "libc",
3947 "socket2",
3948 "tracing",
3949 "windows-sys 0.61.2",
3950]
3951
3952[[package]]
3953name = "novtb"
3954version = "0.1.13"
3955source = "registry+https://github.com/rust-lang/crates.io-index"
3956checksum = "75c0ea7569466bbce2394c0e5654b1e283c28ef7c70799e6f07b32029cca6d74"
3957dependencies = [
3958 "core_affinity",
3959]
3960
3961[[package]]
3962name = "ntimestamp"
3963version = "1.0.0"
3964source = "registry+https://github.com/rust-lang/crates.io-index"
3965checksum = "c50f94c405726d3e0095e89e72f75ce7f6587b94a8bd8dc8054b73f65c0fd68c"
3966dependencies = [
3967 "base32",
3968 "document-features",
3969 "getrandom 0.2.17",
3970 "httpdate",
3971 "js-sys",
3972 "once_cell",
3973 "serde",
3974]
3975
3976[[package]]
3977name = "nu-ansi-term"
3978version = "0.50.3"
3979source = "registry+https://github.com/rust-lang/crates.io-index"
3980checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
3981dependencies = [
3982 "windows-sys 0.61.2",
3983]
3984
3985[[package]]
3986name = "num-bigint"
3987version = "0.4.8"
3988source = "registry+https://github.com/rust-lang/crates.io-index"
3989checksum = "c89e69e7e0f03bea5ef08013795c25018e101932225a656383bd384495ecc367"
3990dependencies = [
3991 "num-integer",
3992 "num-traits",
3993]
3994
3995[[package]]
3996name = "num-complex"
3997version = "0.4.6"
3998source = "registry+https://github.com/rust-lang/crates.io-index"
3999checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
4000dependencies = [
4001 "num-traits",
4002]
4003
4004[[package]]
4005name = "num-conv"
4006version = "0.2.2"
4007source = "registry+https://github.com/rust-lang/crates.io-index"
4008checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
4009
4010[[package]]
4011name = "num-derive"
4012version = "0.4.2"
4013source = "registry+https://github.com/rust-lang/crates.io-index"
4014checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
4015dependencies = [
4016 "proc-macro2",
4017 "quote",
4018 "syn 2.0.119",
4019]
4020
4021[[package]]
4022name = "num-integer"
4023version = "0.1.46"
4024source = "registry+https://github.com/rust-lang/crates.io-index"
4025checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
4026dependencies = [
4027 "num-traits",
4028]
4029
Bring vidya in cfd3e36 nandi 19d ago4030[[package]]
4031name = "num-rational"
4032version = "0.4.2"
4033source = "registry+https://github.com/rust-lang/crates.io-index"
4034checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
4035dependencies = [
4036 "num-bigint",
4037 "num-integer",
4038 "num-traits",
4039 "serde",
4040]
4041
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4042[[package]]
4043name = "num-traits"
4044version = "0.2.19"
4045source = "registry+https://github.com/rust-lang/crates.io-index"
4046checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
4047dependencies = [
4048 "autocfg",
4049]
4050
4051[[package]]
4052name = "num_cpus"
4053version = "1.17.0"
4054source = "registry+https://github.com/rust-lang/crates.io-index"
4055checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
4056dependencies = [
4057 "hermit-abi",
4058 "libc",
4059]
4060
4061[[package]]
4062name = "num_enum"
4063version = "0.7.6"
4064source = "registry+https://github.com/rust-lang/crates.io-index"
4065checksum = "5d0bca838442ec211fa11de3a8b0e0e8f3a4522575b5c4c06ed722e005036f26"
4066dependencies = [
4067 "num_enum_derive",
4068 "rustversion",
4069]
4070
4071[[package]]
4072name = "num_enum_derive"
4073version = "0.7.6"
4074source = "registry+https://github.com/rust-lang/crates.io-index"
4075checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8"
4076dependencies = [
4077 "proc-macro-crate",
4078 "proc-macro2",
4079 "quote",
4080 "syn 2.0.119",
4081]
4082
4083[[package]]
4084name = "num_threads"
4085version = "0.1.7"
4086source = "registry+https://github.com/rust-lang/crates.io-index"
4087checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
4088dependencies = [
4089 "libc",
4090]
4091
Bring vidya in cfd3e36 nandi 19d ago4092[[package]]
4093name = "objc-sys"
4094version = "0.3.5"
4095source = "registry+https://github.com/rust-lang/crates.io-index"
4096checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
4097
4098[[package]]
4099name = "objc2"
4100version = "0.5.2"
4101source = "registry+https://github.com/rust-lang/crates.io-index"
4102checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
4103dependencies = [
4104 "objc-sys",
4105 "objc2-encode",
4106]
4107
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4108[[package]]
4109name = "objc2"
4110version = "0.6.4"
4111source = "registry+https://github.com/rust-lang/crates.io-index"
4112checksum = "3a12a8ed07aefc768292f076dc3ac8c48f3781c8f2d5851dd3d98950e8c5a89f"
4113dependencies = [
4114 "objc2-encode",
4115]
4116
Bring vidya in cfd3e36 nandi 19d ago4117[[package]]
4118name = "objc2-app-kit"
4119version = "0.2.2"
4120source = "registry+https://github.com/rust-lang/crates.io-index"
4121checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
4122dependencies = [
4123 "bitflags 2.13.1",
4124 "block2 0.5.1",
4125 "libc",
4126 "objc2 0.5.2",
4127 "objc2-core-data",
4128 "objc2-core-image 0.2.2",
4129 "objc2-foundation 0.2.2",
4130 "objc2-quartz-core 0.2.2",
4131]
4132
4133[[package]]
4134name = "objc2-app-kit"
4135version = "0.3.2"
4136source = "registry+https://github.com/rust-lang/crates.io-index"
4137checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c"
4138dependencies = [
4139 "bitflags 2.13.1",
4140 "objc2 0.6.4",
4141 "objc2-core-foundation",
4142 "objc2-core-graphics",
4143 "objc2-foundation 0.3.2",
4144]
4145
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4146[[package]]
4147name = "objc2-audio-toolbox"
4148version = "0.3.2"
4149source = "registry+https://github.com/rust-lang/crates.io-index"
4150checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
4151dependencies = [
4152 "bitflags 2.13.1",
4153 "libc",
Bring vidya in cfd3e36 nandi 19d ago4154 "objc2 0.6.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4155 "objc2-core-audio",
4156 "objc2-core-audio-types",
4157 "objc2-core-foundation",
Bring vidya in cfd3e36 nandi 19d ago4158 "objc2-foundation 0.3.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4159]
4160
4161[[package]]
4162name = "objc2-av-foundation"
4163version = "0.3.2"
4164source = "registry+https://github.com/rust-lang/crates.io-index"
4165checksum = "478ae33fcac9df0a18db8302387c666b8ef08a3e2d62b510ca4fc278a384b6c0"
4166dependencies = [
4167 "bitflags 2.13.1",
Bring vidya in cfd3e36 nandi 19d ago4168 "block2 0.6.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4169 "dispatch2",
Bring vidya in cfd3e36 nandi 19d ago4170 "objc2 0.6.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4171 "objc2-avf-audio",
4172 "objc2-core-audio-types",
4173 "objc2-core-foundation",
4174 "objc2-core-graphics",
Bring vidya in cfd3e36 nandi 19d ago4175 "objc2-core-image 0.3.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4176 "objc2-core-video",
Bring vidya in cfd3e36 nandi 19d ago4177 "objc2-foundation 0.3.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4178 "objc2-image-io",
4179 "objc2-media-toolbox",
Bring vidya in cfd3e36 nandi 19d ago4180 "objc2-quartz-core 0.3.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4181]
4182
4183[[package]]
4184name = "objc2-avf-audio"
4185version = "0.3.2"
4186source = "registry+https://github.com/rust-lang/crates.io-index"
4187checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
4188dependencies = [
Bring vidya in cfd3e36 nandi 19d ago4189 "objc2 0.6.4",
4190 "objc2-foundation 0.3.2",
4191]
4192
4193[[package]]
4194name = "objc2-cloud-kit"
4195version = "0.2.2"
4196source = "registry+https://github.com/rust-lang/crates.io-index"
4197checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
4198dependencies = [
4199 "bitflags 2.13.1",
4200 "block2 0.5.1",
4201 "objc2 0.5.2",
4202 "objc2-core-location",
4203 "objc2-foundation 0.2.2",
4204]
4205
4206[[package]]
4207name = "objc2-contacts"
4208version = "0.2.2"
4209source = "registry+https://github.com/rust-lang/crates.io-index"
4210checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
4211dependencies = [
4212 "block2 0.5.1",
4213 "objc2 0.5.2",
4214 "objc2-foundation 0.2.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4215]
4216
4217[[package]]
4218name = "objc2-core-audio"
4219version = "0.3.2"
4220source = "registry+https://github.com/rust-lang/crates.io-index"
4221checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
4222dependencies = [
4223 "dispatch2",
Bring vidya in cfd3e36 nandi 19d ago4224 "objc2 0.6.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4225 "objc2-core-audio-types",
4226 "objc2-core-foundation",
Bring vidya in cfd3e36 nandi 19d ago4227 "objc2-foundation 0.3.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4228]
4229
4230[[package]]
4231name = "objc2-core-audio-types"
4232version = "0.3.2"
4233source = "registry+https://github.com/rust-lang/crates.io-index"
4234checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
4235dependencies = [
4236 "bitflags 2.13.1",
Bring vidya in cfd3e36 nandi 19d ago4237 "objc2 0.6.4",
4238]
4239
4240[[package]]
4241name = "objc2-core-data"
4242version = "0.2.2"
4243source = "registry+https://github.com/rust-lang/crates.io-index"
4244checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
4245dependencies = [
4246 "bitflags 2.13.1",
4247 "block2 0.5.1",
4248 "objc2 0.5.2",
4249 "objc2-foundation 0.2.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4250]
4251
4252[[package]]
4253name = "objc2-core-foundation"
4254version = "0.3.2"
4255source = "registry+https://github.com/rust-lang/crates.io-index"
4256checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
4257dependencies = [
4258 "bitflags 2.13.1",
Bring vidya in cfd3e36 nandi 19d ago4259 "block2 0.6.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4260 "dispatch2",
4261 "libc",
Bring vidya in cfd3e36 nandi 19d ago4262 "objc2 0.6.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4263]
4264
4265[[package]]
4266name = "objc2-core-graphics"
4267version = "0.3.2"
4268source = "registry+https://github.com/rust-lang/crates.io-index"
4269checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807"
4270dependencies = [
4271 "bitflags 2.13.1",
4272 "dispatch2",
Bring vidya in cfd3e36 nandi 19d ago4273 "objc2 0.6.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4274 "objc2-core-foundation",
4275 "objc2-io-surface",
4276]
4277
Bring vidya in cfd3e36 nandi 19d ago4278[[package]]
4279name = "objc2-core-image"
4280version = "0.2.2"
4281source = "registry+https://github.com/rust-lang/crates.io-index"
4282checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
4283dependencies = [
4284 "block2 0.5.1",
4285 "objc2 0.5.2",
4286 "objc2-foundation 0.2.2",
4287 "objc2-metal 0.2.2",
4288]
4289
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4290[[package]]
4291name = "objc2-core-image"
4292version = "0.3.2"
4293source = "registry+https://github.com/rust-lang/crates.io-index"
4294checksum = "e5d563b38d2b97209f8e861173de434bd0214cf020e3423a52624cd1d989f006"
4295dependencies = [
Bring vidya in cfd3e36 nandi 19d ago4296 "objc2 0.6.4",
4297 "objc2-foundation 0.3.2",
4298]
4299
4300[[package]]
4301name = "objc2-core-location"
4302version = "0.2.2"
4303source = "registry+https://github.com/rust-lang/crates.io-index"
4304checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
4305dependencies = [
4306 "block2 0.5.1",
4307 "objc2 0.5.2",
4308 "objc2-contacts",
4309 "objc2-foundation 0.2.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4310]
4311
4312[[package]]
4313name = "objc2-core-media"
4314version = "0.3.2"
4315source = "registry+https://github.com/rust-lang/crates.io-index"
4316checksum = "05ec576860167a15dd9fce7fbee7512beb4e31f532159d3482d1f9c6caedf31d"
4317dependencies = [
4318 "bitflags 2.13.1",
Bring vidya in cfd3e36 nandi 19d ago4319 "block2 0.6.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4320 "dispatch2",
Bring vidya in cfd3e36 nandi 19d ago4321 "objc2 0.6.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4322 "objc2-core-audio",
4323 "objc2-core-audio-types",
4324 "objc2-core-foundation",
4325 "objc2-core-video",
4326]
4327
4328[[package]]
4329name = "objc2-core-video"
4330version = "0.3.2"
4331source = "registry+https://github.com/rust-lang/crates.io-index"
4332checksum = "d425caf1df73233f29fd8a5c3e5edbc30d2d4307870f802d18f00d83dc5141a6"
4333dependencies = [
4334 "bitflags 2.13.1",
Bring vidya in cfd3e36 nandi 19d ago4335 "block2 0.6.2",
4336 "objc2 0.6.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4337 "objc2-core-foundation",
4338 "objc2-core-graphics",
4339 "objc2-io-surface",
Bring vidya in cfd3e36 nandi 19d ago4340 "objc2-metal 0.3.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4341]
4342
4343[[package]]
4344name = "objc2-encode"
4345version = "4.1.0"
4346source = "registry+https://github.com/rust-lang/crates.io-index"
4347checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
4348
Bring vidya in cfd3e36 nandi 19d ago4349[[package]]
4350name = "objc2-foundation"
4351version = "0.2.2"
4352source = "registry+https://github.com/rust-lang/crates.io-index"
4353checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
4354dependencies = [
4355 "bitflags 2.13.1",
4356 "block2 0.5.1",
4357 "dispatch",
4358 "libc",
4359 "objc2 0.5.2",
4360]
4361
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4362[[package]]
4363name = "objc2-foundation"
4364version = "0.3.2"
4365source = "registry+https://github.com/rust-lang/crates.io-index"
4366checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
4367dependencies = [
4368 "bitflags 2.13.1",
Bring vidya in cfd3e36 nandi 19d ago4369 "block2 0.6.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4370 "libc",
Bring vidya in cfd3e36 nandi 19d ago4371 "objc2 0.6.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4372 "objc2-core-foundation",
4373]
4374
4375[[package]]
4376name = "objc2-image-io"
4377version = "0.3.2"
4378source = "registry+https://github.com/rust-lang/crates.io-index"
4379checksum = "32b0446e98cf4a784cc7a0177715ff317eeaa8463841c616cfc78aa4f953c4ea"
4380dependencies = [
Bring vidya in cfd3e36 nandi 19d ago4381 "objc2 0.6.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4382 "objc2-core-foundation",
4383 "objc2-core-graphics",
4384]
4385
4386[[package]]
4387name = "objc2-io-surface"
4388version = "0.3.2"
4389source = "registry+https://github.com/rust-lang/crates.io-index"
4390checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d"
4391dependencies = [
4392 "bitflags 2.13.1",
Bring vidya in cfd3e36 nandi 19d ago4393 "objc2 0.6.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4394 "objc2-core-foundation",
4395]
4396
Bring vidya in cfd3e36 nandi 19d ago4397[[package]]
4398name = "objc2-link-presentation"
4399version = "0.2.2"
4400source = "registry+https://github.com/rust-lang/crates.io-index"
4401checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
4402dependencies = [
4403 "block2 0.5.1",
4404 "objc2 0.5.2",
4405 "objc2-app-kit 0.2.2",
4406 "objc2-foundation 0.2.2",
4407]
4408
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4409[[package]]
4410name = "objc2-media-toolbox"
4411version = "0.3.2"
4412source = "registry+https://github.com/rust-lang/crates.io-index"
4413checksum = "edd9fdde720df3da7046bb9097811000c1e7ab5cd579fa89d96b27d56781fb30"
4414dependencies = [
Bring vidya in cfd3e36 nandi 19d ago4415 "objc2 0.6.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4416 "objc2-core-audio-types",
4417 "objc2-core-foundation",
4418 "objc2-core-media",
4419]
4420
Bring vidya in cfd3e36 nandi 19d ago4421[[package]]
4422name = "objc2-metal"
4423version = "0.2.2"
4424source = "registry+https://github.com/rust-lang/crates.io-index"
4425checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
4426dependencies = [
4427 "bitflags 2.13.1",
4428 "block2 0.5.1",
4429 "objc2 0.5.2",
4430 "objc2-foundation 0.2.2",
4431]
4432
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4433[[package]]
4434name = "objc2-metal"
4435version = "0.3.2"
4436source = "registry+https://github.com/rust-lang/crates.io-index"
4437checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
4438dependencies = [
4439 "bitflags 2.13.1",
Bring vidya in cfd3e36 nandi 19d ago4440 "objc2 0.6.4",
4441 "objc2-foundation 0.3.2",
4442]
4443
4444[[package]]
4445name = "objc2-quartz-core"
4446version = "0.2.2"
4447source = "registry+https://github.com/rust-lang/crates.io-index"
4448checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
4449dependencies = [
4450 "bitflags 2.13.1",
4451 "block2 0.5.1",
4452 "objc2 0.5.2",
4453 "objc2-foundation 0.2.2",
4454 "objc2-metal 0.2.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4455]
4456
4457[[package]]
4458name = "objc2-quartz-core"
4459version = "0.3.2"
4460source = "registry+https://github.com/rust-lang/crates.io-index"
4461checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
4462dependencies = [
4463 "bitflags 2.13.1",
Bring vidya in cfd3e36 nandi 19d ago4464 "objc2 0.6.4",
4465 "objc2-foundation 0.3.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4466]
4467
4468[[package]]
4469name = "objc2-security"
4470version = "0.3.2"
4471source = "registry+https://github.com/rust-lang/crates.io-index"
4472checksum = "709fe137109bd1e8b5a99390f77a7d8b2961dafc1a1c5db8f2e60329ad6d895a"
4473dependencies = [
4474 "bitflags 2.13.1",
Bring vidya in cfd3e36 nandi 19d ago4475 "objc2 0.6.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4476 "objc2-core-foundation",
4477]
4478
Bring vidya in cfd3e36 nandi 19d ago4479[[package]]
4480name = "objc2-symbols"
4481version = "0.2.2"
4482source = "registry+https://github.com/rust-lang/crates.io-index"
4483checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
4484dependencies = [
4485 "objc2 0.5.2",
4486 "objc2-foundation 0.2.2",
4487]
4488
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4489[[package]]
4490name = "objc2-system-configuration"
4491version = "0.3.2"
4492source = "registry+https://github.com/rust-lang/crates.io-index"
4493checksum = "7216bd11cbda54ccabcab84d523dc93b858ec75ecfb3a7d89513fa22464da396"
4494dependencies = [
4495 "bitflags 2.13.1",
4496 "dispatch2",
4497 "libc",
Bring vidya in cfd3e36 nandi 19d ago4498 "objc2 0.6.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4499 "objc2-core-foundation",
4500 "objc2-security",
4501]
4502
Bring vidya in cfd3e36 nandi 19d ago4503[[package]]
4504name = "objc2-ui-kit"
4505version = "0.2.2"
4506source = "registry+https://github.com/rust-lang/crates.io-index"
4507checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
4508dependencies = [
4509 "bitflags 2.13.1",
4510 "block2 0.5.1",
4511 "objc2 0.5.2",
4512 "objc2-cloud-kit",
4513 "objc2-core-data",
4514 "objc2-core-image 0.2.2",
4515 "objc2-core-location",
4516 "objc2-foundation 0.2.2",
4517 "objc2-link-presentation",
4518 "objc2-quartz-core 0.2.2",
4519 "objc2-symbols",
4520 "objc2-uniform-type-identifiers",
4521 "objc2-user-notifications",
4522]
4523
4524[[package]]
4525name = "objc2-uniform-type-identifiers"
4526version = "0.2.2"
4527source = "registry+https://github.com/rust-lang/crates.io-index"
4528checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
4529dependencies = [
4530 "block2 0.5.1",
4531 "objc2 0.5.2",
4532 "objc2-foundation 0.2.2",
4533]
4534
4535[[package]]
4536name = "objc2-user-notifications"
4537version = "0.2.2"
4538source = "registry+https://github.com/rust-lang/crates.io-index"
4539checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
4540dependencies = [
4541 "bitflags 2.13.1",
4542 "block2 0.5.1",
4543 "objc2 0.5.2",
4544 "objc2-core-location",
4545 "objc2-foundation 0.2.2",
4546]
4547
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4548[[package]]
4549name = "object"
4550version = "0.37.3"
4551source = "registry+https://github.com/rust-lang/crates.io-index"
4552checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
4553dependencies = [
4554 "memchr",
4555]
4556
4557[[package]]
4558name = "oid-registry"
4559version = "0.8.1"
4560source = "registry+https://github.com/rust-lang/crates.io-index"
4561checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7"
4562dependencies = [
4563 "asn1-rs",
4564]
4565
4566[[package]]
4567name = "once_cell"
4568version = "1.21.4"
4569source = "registry+https://github.com/rust-lang/crates.io-index"
4570checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
4571dependencies = [
4572 "critical-section",
4573 "portable-atomic",
4574]
4575
4576[[package]]
4577name = "once_cell_polyfill"
4578version = "1.70.2"
4579source = "registry+https://github.com/rust-lang/crates.io-index"
4580checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
4581
4582[[package]]
4583name = "opaque-debug"
4584version = "0.3.1"
4585source = "registry+https://github.com/rust-lang/crates.io-index"
4586checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
4587
4588[[package]]
4589name = "openh264"
4590version = "0.9.7"
4591source = "registry+https://github.com/rust-lang/crates.io-index"
4592checksum = "e6b2b561d2103303e233779545da757ecd35bad82188d619a6d8901f3007e1ff"
4593dependencies = [
4594 "openh264-sys2",
4595 "wide",
4596]
4597
4598[[package]]
4599name = "openh264-sys2"
4600version = "0.9.7"
4601source = "registry+https://github.com/rust-lang/crates.io-index"
4602checksum = "75a8867e48183bbd9147380227448c065fe456eb30b0ebc68929809c36c30985"
4603dependencies = [
4604 "cc",
4605 "nasm-rs",
4606 "walkdir",
4607]
4608
4609[[package]]
4610name = "openssl-probe"
4611version = "0.2.1"
4612source = "registry+https://github.com/rust-lang/crates.io-index"
4613checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
4614
Bring vidya in cfd3e36 nandi 19d ago4615[[package]]
4616name = "orbclient"
4617version = "0.3.55"
4618source = "registry+https://github.com/rust-lang/crates.io-index"
4619checksum = "5df339f526ea9a60e371768d50efc2f2508c7203290731565d1f7a6f71d21747"
4620dependencies = [
4621 "libc",
4622 "libredox",
4623]
4624
4625[[package]]
4626name = "owned_ttf_parser"
4627version = "0.25.1"
4628source = "registry+https://github.com/rust-lang/crates.io-index"
4629checksum = "36820e9051aca1014ddc75770aab4d68bc1e9e632f0f5627c4086bc216fb583b"
4630dependencies = [
4631 "ttf-parser",
4632]
4633
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4634[[package]]
4635name = "papaya"
4636version = "0.2.4"
4637source = "registry+https://github.com/rust-lang/crates.io-index"
4638checksum = "997ee03cd38c01469a7046643714f0ad28880bcb9e6679ff0666e24817ca19b7"
4639dependencies = [
4640 "equivalent",
4641 "seize",
4642]
4643
4644[[package]]
4645name = "parking"
4646version = "2.2.1"
4647source = "registry+https://github.com/rust-lang/crates.io-index"
4648checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
4649
4650[[package]]
4651name = "parking_lot"
4652version = "0.12.5"
4653source = "registry+https://github.com/rust-lang/crates.io-index"
4654checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
4655dependencies = [
4656 "lock_api",
4657 "parking_lot_core",
4658]
4659
4660[[package]]
4661name = "parking_lot_core"
4662version = "0.9.12"
4663source = "registry+https://github.com/rust-lang/crates.io-index"
4664checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
4665dependencies = [
4666 "backtrace",
4667 "cfg-if",
4668 "libc",
4669 "petgraph",
Bring vidya in cfd3e36 nandi 19d ago4670 "redox_syscall 0.5.18",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4671 "smallvec",
4672 "windows-link",
4673]
4674
4675[[package]]
4676name = "paste"
4677version = "1.0.15"
4678source = "registry+https://github.com/rust-lang/crates.io-index"
4679checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
4680
4681[[package]]
4682name = "pem-rfc7468"
4683version = "1.0.0"
4684source = "registry+https://github.com/rust-lang/crates.io-index"
4685checksum = "a6305423e0e7738146434843d1694d621cce767262b2a86910beab705e4493d9"
4686dependencies = [
4687 "base64ct",
4688]
4689
4690[[package]]
4691name = "percent-encoding"
4692version = "2.3.2"
4693source = "registry+https://github.com/rust-lang/crates.io-index"
4694checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
4695
4696[[package]]
4697name = "petgraph"
4698version = "0.6.5"
4699source = "registry+https://github.com/rust-lang/crates.io-index"
4700checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
4701dependencies = [
4702 "fixedbitset 0.4.2",
4703 "indexmap 2.14.0",
4704]
4705
4706[[package]]
4707name = "pharos"
4708version = "0.5.3"
4709source = "registry+https://github.com/rust-lang/crates.io-index"
4710checksum = "e9567389417feee6ce15dd6527a8a1ecac205ef62c2932bcf3d9f6fc5b78b414"
4711dependencies = [
4712 "futures",
4713 "rustc_version",
4714]
4715
4716[[package]]
4717name = "pic-scale"
4718version = "0.6.15"
4719source = "registry+https://github.com/rust-lang/crates.io-index"
4720checksum = "ff95ed1aee2a9952d6e292e3408024d212c4a2443174413f60480f2991a99727"
4721dependencies = [
4722 "colorutils-rs",
4723 "novtb",
4724 "num-traits",
4725 "pxfm",
4726 "rayon",
4727]
4728
4729[[package]]
4730name = "pin-project"
4731version = "1.1.13"
4732source = "registry+https://github.com/rust-lang/crates.io-index"
4733checksum = "2466b2336ed02bcdca6b294417127b90ec92038d1d5c4fbeac971a922e0e0924"
4734dependencies = [
4735 "pin-project-internal",
4736]
4737
4738[[package]]
4739name = "pin-project-internal"
4740version = "1.1.13"
4741source = "registry+https://github.com/rust-lang/crates.io-index"
4742checksum = "c96395f0a926bc13b1c17622aaddda1ecb55d49c8f1bf9777e4d877800a43f8b"
4743dependencies = [
4744 "proc-macro2",
4745 "quote",
4746 "syn 2.0.119",
4747]
4748
4749[[package]]
4750name = "pin-project-lite"
4751version = "0.2.17"
4752source = "registry+https://github.com/rust-lang/crates.io-index"
4753checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
4754
4755[[package]]
4756name = "pin-utils"
4757version = "0.1.0"
4758source = "registry+https://github.com/rust-lang/crates.io-index"
4759checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
4760
4761[[package]]
4762name = "pipewire"
4763version = "0.9.2"
4764source = "registry+https://github.com/rust-lang/crates.io-index"
4765checksum = "9688b89abf11d756499f7c6190711d6dbe5a3acdb30c8fbf001d6596d06a8d44"
4766dependencies = [
4767 "anyhow",
4768 "bitflags 2.13.1",
4769 "libc",
4770 "libspa",
4771 "libspa-sys",
4772 "nix 0.30.1",
4773 "once_cell",
4774 "pipewire-sys",
4775 "thiserror 2.0.19",
4776]
4777
4778[[package]]
4779name = "pipewire-sys"
4780version = "0.9.2"
4781source = "registry+https://github.com/rust-lang/crates.io-index"
4782checksum = "cb028afee0d6ca17020b090e3b8fa2d7de23305aef975c7e5192a5050246ea36"
4783dependencies = [
4784 "bindgen 0.72.1",
4785 "libspa-sys",
4786 "system-deps",
4787]
4788
4789[[package]]
4790name = "pkarr"
4791version = "5.0.3"
4792source = "registry+https://github.com/rust-lang/crates.io-index"
4793checksum = "2f950360d31be432c0c9467fba5024a94f55128e7f32bc9d32db140369f24c77"
4794dependencies = [
4795 "base32",
4796 "bytes",
4797 "cfg_aliases 0.2.2",
4798 "document-features",
4799 "ed25519-dalek",
4800 "getrandom 0.4.3",
4801 "ntimestamp",
4802 "self_cell",
4803 "serde",
4804 "simple-dns",
4805 "thiserror 2.0.19",
4806]
4807
4808[[package]]
4809name = "pkcs8"
4810version = "0.11.0-rc.11"
4811source = "registry+https://github.com/rust-lang/crates.io-index"
4812checksum = "12922b6296c06eb741b02d7b5161e3aaa22864af38dfa025a1a3ba3f68c84577"
4813dependencies = [
4814 "der",
4815 "spki",
4816]
4817
4818[[package]]
4819name = "pkg-config"
4820version = "0.3.33"
4821source = "registry+https://github.com/rust-lang/crates.io-index"
4822checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
4823
Bring vidya in cfd3e36 nandi 19d ago4824[[package]]
4825name = "plain"
4826version = "0.2.3"
4827source = "registry+https://github.com/rust-lang/crates.io-index"
4828checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
4829
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4830[[package]]
4831name = "plist"
4832version = "1.10.0"
4833source = "registry+https://github.com/rust-lang/crates.io-index"
4834checksum = "7da1d65da6dd5d1e44199ac0f58712d241c0f439f80adea8924d832384087f85"
4835dependencies = [
4836 "base64",
4837 "indexmap 2.14.0",
4838 "quick-xml",
4839 "serde",
4840 "time",
4841]
4842
Bring vidya in cfd3e36 nandi 19d ago4843[[package]]
4844name = "png"
4845version = "0.17.16"
4846source = "registry+https://github.com/rust-lang/crates.io-index"
4847checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
4848dependencies = [
4849 "bitflags 1.3.2",
4850 "crc32fast",
4851 "fdeflate",
4852 "flate2",
4853 "miniz_oxide 0.8.9",
4854]
4855
4856[[package]]
4857name = "png"
4858version = "0.18.1"
4859source = "registry+https://github.com/rust-lang/crates.io-index"
4860checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61"
4861dependencies = [
4862 "bitflags 2.13.1",
4863 "crc32fast",
4864 "fdeflate",
4865 "flate2",
4866 "miniz_oxide 0.8.9",
4867]
4868
4869[[package]]
4870name = "polling"
4871version = "3.11.0"
4872source = "registry+https://github.com/rust-lang/crates.io-index"
4873checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
4874dependencies = [
4875 "cfg-if",
4876 "concurrent-queue",
4877 "hermit-abi",
4878 "pin-project-lite",
4879 "rustix 1.1.4",
4880 "windows-sys 0.61.2",
4881]
4882
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago4883[[package]]
4884name = "polyval"
4885version = "0.6.2"
4886source = "registry+https://github.com/rust-lang/crates.io-index"
4887checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"
4888dependencies = [
4889 "cfg-if",
4890 "cpufeatures 0.2.17",
4891 "opaque-debug",
4892 "universal-hash",
4893]
4894
4895[[package]]
4896name = "portable-atomic"
4897version = "1.14.0"
4898source = "registry+https://github.com/rust-lang/crates.io-index"
4899checksum = "3d20d5497ef88037a52ff98267d066e7f11fcc5e99bbfbd58a42336193aacec3"
4900dependencies = [
4901 "serde",
4902]
4903
4904[[package]]
4905name = "portable-atomic-util"
4906version = "0.2.7"
4907source = "registry+https://github.com/rust-lang/crates.io-index"
4908checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618"
4909dependencies = [
4910 "portable-atomic",
4911]
4912
4913[[package]]
4914name = "portmapper"
4915version = "0.15.0"
4916source = "registry+https://github.com/rust-lang/crates.io-index"
4917checksum = "74748bc706fa6b6aebac6bbe0bbe0de806b384cb5c557ea974f771360a4e3858"
4918dependencies = [
4919 "base64",
4920 "bytes",
4921 "derive_more",
4922 "futures-lite",
4923 "futures-util",
4924 "hyper-util",
4925 "igd-next",
4926 "iroh-metrics",
4927 "libc",
4928 "n0-error",
4929 "netwatch",
4930 "num_enum",
4931 "rand 0.9.5",
4932 "serde",
4933 "smallvec",
4934 "socket2",
4935 "time",
4936 "tokio",
4937 "tokio-util",
4938 "tower-layer",
4939 "tracing",
4940 "url",
4941]
4942
4943[[package]]
4944name = "postcard"
4945version = "1.1.3"
4946source = "registry+https://github.com/rust-lang/crates.io-index"
4947checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
4948dependencies = [
4949 "cobs",
4950 "embedded-io 0.4.0",
4951 "embedded-io 0.6.1",
4952 "heapless",
4953 "postcard-derive",
4954 "serde",
4955]
4956
4957[[package]]
4958name = "postcard-derive"
4959version = "0.2.2"
4960source = "registry+https://github.com/rust-lang/crates.io-index"
4961checksum = "e0232bd009a197ceec9cc881ba46f727fcd8060a2d8d6a9dde7a69030a6fe2bb"
4962dependencies = [
4963 "proc-macro2",
4964 "quote",
4965 "syn 2.0.119",
4966]
4967
4968[[package]]
4969name = "potential_utf"
4970version = "0.1.5"
4971source = "registry+https://github.com/rust-lang/crates.io-index"
4972checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
4973dependencies = [
4974 "zerovec",
4975]
4976
4977[[package]]
4978name = "powerfmt"
4979version = "0.2.0"
4980source = "registry+https://github.com/rust-lang/crates.io-index"
4981checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
4982
4983[[package]]
4984name = "ppv-lite86"
4985version = "0.2.21"
4986source = "registry+https://github.com/rust-lang/crates.io-index"
4987checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
4988dependencies = [
4989 "zerocopy",
4990]
4991
4992[[package]]
4993name = "prettyplease"
4994version = "0.2.37"
4995source = "registry+https://github.com/rust-lang/crates.io-index"
4996checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
4997dependencies = [
4998 "proc-macro2",
4999 "syn 2.0.119",
5000]
5001
5002[[package]]
5003name = "primal-check"
5004version = "0.3.4"
5005source = "registry+https://github.com/rust-lang/crates.io-index"
5006checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
5007dependencies = [
5008 "num-integer",
5009]
5010
5011[[package]]
5012name = "proc-macro-crate"
5013version = "3.5.0"
5014source = "registry+https://github.com/rust-lang/crates.io-index"
5015checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f"
5016dependencies = [
5017 "toml_edit",
5018]
5019
5020[[package]]
5021name = "proc-macro2"
5022version = "1.0.107"
5023source = "registry+https://github.com/rust-lang/crates.io-index"
5024checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
5025dependencies = [
5026 "unicode-ident",
5027]
5028
Bring vidya in cfd3e36 nandi 19d ago5029[[package]]
5030name = "profiling"
5031version = "1.0.18"
5032source = "registry+https://github.com/rust-lang/crates.io-index"
5033checksum = "3d595e54a326bc53c1c197b32d295e14b169e3cfeaa8dc82b529f947fba6bcf5"
5034
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5035[[package]]
5036name = "pxfm"
5037version = "0.1.30"
5038source = "registry+https://github.com/rust-lang/crates.io-index"
5039checksum = "d55d956fa96f5ec02be2e13af0e20391a5aa83d6a074e3ad368959d0fab299ea"
5040
5041[[package]]
5042name = "qmux"
5043version = "0.0.5"
5044source = "registry+https://github.com/rust-lang/crates.io-index"
5045checksum = "32a87859012c43a1e38dda29f2464e0ee39b0e96d0f95f870a73610bc6f2c3c2"
5046dependencies = [
5047 "bytes",
5048 "futures",
5049 "rustls",
5050 "thiserror 2.0.19",
5051 "tokio",
5052 "tokio-rustls",
5053 "tokio-tungstenite",
5054 "tracing",
5055 "web-transport-proto",
5056 "web-transport-trait",
5057]
5058
Bring vidya in cfd3e36 nandi 19d ago5059[[package]]
5060name = "quick-error"
5061version = "2.0.1"
5062source = "registry+https://github.com/rust-lang/crates.io-index"
5063checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
5064
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5065[[package]]
5066name = "quick-xml"
5067version = "0.41.0"
5068source = "registry+https://github.com/rust-lang/crates.io-index"
5069checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1"
5070dependencies = [
5071 "memchr",
5072]
5073
5074[[package]]
5075name = "quinn"
5076version = "0.11.11"
5077source = "registry+https://github.com/rust-lang/crates.io-index"
5078checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8"
5079dependencies = [
5080 "bytes",
5081 "cfg_aliases 0.2.2",
5082 "pin-project-lite",
5083 "quinn-proto",
5084 "quinn-udp",
5085 "rustc-hash 2.1.3",
5086 "rustls",
5087 "socket2",
5088 "thiserror 2.0.19",
5089 "tokio",
5090 "tracing",
5091 "web-time",
5092]
5093
5094[[package]]
5095name = "quinn-proto"
5096version = "0.11.16"
5097source = "registry+https://github.com/rust-lang/crates.io-index"
5098checksum = "2f4bfc015262b9df63c8845072ce59068853ff5872180c2ce2f13038b970e560"
5099dependencies = [
5100 "aws-lc-rs",
5101 "bytes",
5102 "fastbloom",
5103 "getrandom 0.4.3",
5104 "lru-slab",
5105 "rand 0.10.2",
5106 "rand_pcg",
5107 "ring",
5108 "rustc-hash 2.1.3",
5109 "rustls",
5110 "rustls-pki-types",
5111 "rustls-platform-verifier 0.7.0",
5112 "slab",
5113 "thiserror 2.0.19",
5114 "tinyvec",
5115 "tracing",
5116 "web-time",
5117]
5118
5119[[package]]
5120name = "quinn-udp"
5121version = "0.5.15"
5122source = "registry+https://github.com/rust-lang/crates.io-index"
5123checksum = "35a133f956daabe89a61a685c2649f13d82d5aa4bd5d12d1277e1072a21c0694"
5124dependencies = [
5125 "cfg_aliases 0.2.2",
5126 "libc",
5127 "once_cell",
5128 "socket2",
5129 "tracing",
5130 "windows-sys 0.61.2",
5131]
5132
5133[[package]]
5134name = "quote"
5135version = "1.0.47"
5136source = "registry+https://github.com/rust-lang/crates.io-index"
5137checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
5138dependencies = [
5139 "proc-macro2",
5140]
5141
5142[[package]]
5143name = "r-efi"
5144version = "5.3.0"
5145source = "registry+https://github.com/rust-lang/crates.io-index"
5146checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
5147
5148[[package]]
5149name = "r-efi"
5150version = "6.0.0"
5151source = "registry+https://github.com/rust-lang/crates.io-index"
5152checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
5153
5154[[package]]
5155name = "rand"
5156version = "0.8.7"
5157source = "registry+https://github.com/rust-lang/crates.io-index"
5158checksum = "22f6172bdec972074665ed81ed53b71da00bfc44b65a753cfde883ec4c702a1a"
5159dependencies = [
5160 "libc",
5161 "rand_chacha 0.3.1",
5162 "rand_core 0.6.4",
5163]
5164
5165[[package]]
5166name = "rand"
5167version = "0.9.5"
5168source = "registry+https://github.com/rust-lang/crates.io-index"
5169checksum = "b9ef1d0d795eb7d84685bca4f72f3649f064e6641543d3a8c415898726a57b41"
5170dependencies = [
5171 "rand_chacha 0.9.0",
5172 "rand_core 0.9.5",
5173]
5174
5175[[package]]
5176name = "rand"
5177version = "0.10.2"
5178source = "registry+https://github.com/rust-lang/crates.io-index"
5179checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
5180dependencies = [
5181 "chacha20",
5182 "getrandom 0.4.3",
5183 "rand_core 0.10.1",
5184]
5185
5186[[package]]
5187name = "rand_chacha"
5188version = "0.3.1"
5189source = "registry+https://github.com/rust-lang/crates.io-index"
5190checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
5191dependencies = [
5192 "ppv-lite86",
5193 "rand_core 0.6.4",
5194]
5195
5196[[package]]
5197name = "rand_chacha"
5198version = "0.9.0"
5199source = "registry+https://github.com/rust-lang/crates.io-index"
5200checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
5201dependencies = [
5202 "ppv-lite86",
5203 "rand_core 0.9.5",
5204]
5205
5206[[package]]
5207name = "rand_core"
5208version = "0.6.4"
5209source = "registry+https://github.com/rust-lang/crates.io-index"
5210checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
5211dependencies = [
5212 "getrandom 0.2.17",
5213]
5214
5215[[package]]
5216name = "rand_core"
5217version = "0.9.5"
5218source = "registry+https://github.com/rust-lang/crates.io-index"
5219checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
5220dependencies = [
5221 "getrandom 0.3.4",
5222]
5223
5224[[package]]
5225name = "rand_core"
5226version = "0.10.1"
5227source = "registry+https://github.com/rust-lang/crates.io-index"
5228checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
5229
5230[[package]]
5231name = "rand_pcg"
5232version = "0.10.2"
5233source = "registry+https://github.com/rust-lang/crates.io-index"
5234checksum = "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a"
5235dependencies = [
5236 "rand_core 0.10.1",
5237]
5238
Bring vidya in cfd3e36 nandi 19d ago5239[[package]]
5240name = "raw-window-handle"
5241version = "0.6.2"
5242source = "registry+https://github.com/rust-lang/crates.io-index"
5243checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
5244
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5245[[package]]
5246name = "rayon"
5247version = "1.12.0"
5248source = "registry+https://github.com/rust-lang/crates.io-index"
5249checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
5250dependencies = [
5251 "either",
5252 "rayon-core",
5253]
5254
5255[[package]]
5256name = "rayon-core"
5257version = "1.13.0"
5258source = "registry+https://github.com/rust-lang/crates.io-index"
5259checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
5260dependencies = [
5261 "crossbeam-deque",
5262 "crossbeam-utils",
5263]
5264
5265[[package]]
5266name = "rcgen"
5267version = "0.14.8"
5268source = "registry+https://github.com/rust-lang/crates.io-index"
5269checksum = "57f6d249aad744e274e682777a50283a225a32705394ee6d5fcc01efa25e4055"
5270dependencies = [
5271 "aws-lc-rs",
5272 "rustls-pki-types",
5273 "time",
5274 "x509-parser",
5275 "yasna",
5276]
5277
5278[[package]]
5279name = "realfft"
5280version = "3.5.0"
5281source = "registry+https://github.com/rust-lang/crates.io-index"
5282checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
5283dependencies = [
5284 "rustfft",
5285]
5286
Bring vidya in cfd3e36 nandi 19d ago5287[[package]]
5288name = "redox_syscall"
5289version = "0.4.1"
5290source = "registry+https://github.com/rust-lang/crates.io-index"
5291checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
5292dependencies = [
5293 "bitflags 1.3.2",
5294]
5295
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5296[[package]]
5297name = "redox_syscall"
5298version = "0.5.18"
5299source = "registry+https://github.com/rust-lang/crates.io-index"
5300checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
5301dependencies = [
5302 "bitflags 2.13.1",
5303]
5304
Bring vidya in cfd3e36 nandi 19d ago5305[[package]]
5306name = "redox_syscall"
5307version = "0.9.3"
5308source = "registry+https://github.com/rust-lang/crates.io-index"
5309checksum = "d678d17679829e73d371e96880897e98fee2ded7acc0a50bdf8af2affa4b2fe5"
5310dependencies = [
5311 "bitflags 2.13.1",
5312]
5313
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5314[[package]]
5315name = "ref-cast"
5316version = "1.0.26"
5317source = "registry+https://github.com/rust-lang/crates.io-index"
5318checksum = "216e8f773d7923bcba9ceb86a86c93cabb3903a11872fc3f138c49630e50b96d"
5319dependencies = [
5320 "ref-cast-impl",
5321]
5322
5323[[package]]
5324name = "ref-cast-impl"
5325version = "1.0.26"
5326source = "registry+https://github.com/rust-lang/crates.io-index"
5327checksum = "2c9283685feec7d69af75fb0e858d5e7378f33fe4fc699383b2916ab9273e03c"
5328dependencies = [
5329 "proc-macro2",
5330 "quote",
5331 "syn 3.0.3",
5332]
5333
5334[[package]]
5335name = "regex"
5336version = "1.13.1"
5337source = "registry+https://github.com/rust-lang/crates.io-index"
5338checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
5339dependencies = [
5340 "aho-corasick",
5341 "memchr",
5342 "regex-automata",
5343 "regex-syntax",
5344]
5345
5346[[package]]
5347name = "regex-automata"
5348version = "0.4.16"
5349source = "registry+https://github.com/rust-lang/crates.io-index"
5350checksum = "8fcfdb36bda0c880c5931cdc7a2bcdc8ba4556847b9d912bca70bc94708711ad"
5351dependencies = [
5352 "aho-corasick",
5353 "memchr",
5354 "regex-syntax",
5355]
5356
5357[[package]]
5358name = "regex-syntax"
5359version = "0.8.11"
5360source = "registry+https://github.com/rust-lang/crates.io-index"
5361checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
5362
5363[[package]]
5364name = "reqwest"
5365version = "0.12.28"
5366source = "registry+https://github.com/rust-lang/crates.io-index"
5367checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
5368dependencies = [
5369 "base64",
5370 "bytes",
5371 "futures-core",
5372 "http",
5373 "http-body",
5374 "http-body-util",
5375 "hyper",
5376 "hyper-util",
5377 "js-sys",
5378 "log",
5379 "percent-encoding",
5380 "pin-project-lite",
5381 "serde",
5382 "serde_json",
5383 "serde_urlencoded",
5384 "sync_wrapper",
5385 "tokio",
5386 "tower",
5387 "tower-http",
5388 "tower-service",
5389 "url",
5390 "wasm-bindgen",
5391 "wasm-bindgen-futures",
5392 "web-sys",
5393]
5394
5395[[package]]
5396name = "reqwest"
5397version = "0.13.4"
5398source = "registry+https://github.com/rust-lang/crates.io-index"
5399checksum = "219c5811de6525e5416c7d5d53bb656d3afdbc6c5af816e0802bcfa42dbdc1c3"
5400dependencies = [
5401 "base64",
5402 "bytes",
5403 "futures-core",
5404 "futures-util",
5405 "http",
5406 "http-body",
5407 "http-body-util",
5408 "hyper",
5409 "hyper-rustls",
5410 "hyper-util",
5411 "js-sys",
5412 "log",
5413 "percent-encoding",
5414 "pin-project-lite",
5415 "rustls",
5416 "rustls-pki-types",
5417 "rustls-platform-verifier 0.7.0",
5418 "sync_wrapper",
5419 "tokio",
5420 "tokio-rustls",
5421 "tokio-util",
5422 "tower",
5423 "tower-http",
5424 "tower-service",
5425 "url",
5426 "wasm-bindgen",
5427 "wasm-bindgen-futures",
5428 "wasm-streams",
5429 "web-sys",
5430]
5431
5432[[package]]
5433name = "resolv-conf"
5434version = "0.7.6"
5435source = "registry+https://github.com/rust-lang/crates.io-index"
5436checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7"
5437
5438[[package]]
5439name = "ring"
5440version = "0.17.14"
5441source = "registry+https://github.com/rust-lang/crates.io-index"
5442checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
5443dependencies = [
5444 "cc",
5445 "cfg-if",
5446 "getrandom 0.2.17",
5447 "libc",
5448 "untrusted 0.9.0",
5449 "windows-sys 0.52.0",
5450]
5451
5452[[package]]
5453name = "ringbuf"
5454version = "0.4.8"
5455source = "registry+https://github.com/rust-lang/crates.io-index"
5456checksum = "fe47b720588c8702e34b5979cb3271a8b1842c7cb6f57408efa70c779363488c"
5457dependencies = [
5458 "crossbeam-utils",
5459 "portable-atomic",
5460 "portable-atomic-util",
5461]
5462
5463[[package]]
5464name = "rpds"
5465version = "1.2.1"
5466source = "registry+https://github.com/rust-lang/crates.io-index"
5467checksum = "e025feb26210bc196b908e72deb063b1b4000754304341cbc168a1e72c857ebc"
5468dependencies = [
5469 "archery",
5470 "serde",
5471 "smallvec",
5472]
5473
5474[[package]]
5475name = "rubato"
5476version = "0.16.2"
5477source = "registry+https://github.com/rust-lang/crates.io-index"
5478checksum = "5258099699851cfd0082aeb645feb9c084d9a5e1f1b8d5372086b989fc5e56a1"
5479dependencies = [
5480 "num-complex",
5481 "num-integer",
5482 "num-traits",
5483 "realfft",
5484]
5485
5486[[package]]
5487name = "rubato"
5488version = "1.0.1"
5489source = "registry+https://github.com/rust-lang/crates.io-index"
5490checksum = "90173154a8a14e6adb109ea641743bc95ec81c093d94e70c6763565f7108ebeb"
5491dependencies = [
5492 "audioadapter",
5493 "audioadapter-buffers",
5494 "num-complex",
5495 "num-integer",
5496 "num-traits",
5497 "realfft",
5498 "visibility",
5499 "windowfunctions",
5500]
5501
5502[[package]]
5503name = "rustc-demangle"
5504version = "0.1.28"
5505source = "registry+https://github.com/rust-lang/crates.io-index"
5506checksum = "b74b56ffa8bb2830709a538c2cbcae9aa062db0d2a42563bfb09bdaae44020eb"
5507
5508[[package]]
5509name = "rustc-hash"
5510version = "1.1.0"
5511source = "registry+https://github.com/rust-lang/crates.io-index"
5512checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
5513
5514[[package]]
5515name = "rustc-hash"
5516version = "2.1.3"
5517source = "registry+https://github.com/rust-lang/crates.io-index"
5518checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
5519
5520[[package]]
5521name = "rustc_version"
5522version = "0.4.1"
5523source = "registry+https://github.com/rust-lang/crates.io-index"
5524checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
5525dependencies = [
5526 "semver",
5527]
5528
5529[[package]]
5530name = "rustfft"
5531version = "6.4.1"
5532source = "registry+https://github.com/rust-lang/crates.io-index"
5533checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
5534dependencies = [
5535 "num-complex",
5536 "num-integer",
5537 "num-traits",
5538 "primal-check",
5539 "strength_reduce",
5540 "transpose",
5541]
5542
5543[[package]]
5544name = "rusticata-macros"
5545version = "4.1.0"
5546source = "registry+https://github.com/rust-lang/crates.io-index"
5547checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
5548dependencies = [
5549 "nom 7.1.3",
5550]
5551
Bring vidya in cfd3e36 nandi 19d ago5552[[package]]
5553name = "rustix"
5554version = "0.38.44"
5555source = "registry+https://github.com/rust-lang/crates.io-index"
5556checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
5557dependencies = [
5558 "bitflags 2.13.1",
5559 "errno",
5560 "libc",
5561 "linux-raw-sys 0.4.15",
5562 "windows-sys 0.59.0",
5563]
5564
5565[[package]]
5566name = "rustix"
5567version = "1.1.4"
5568source = "registry+https://github.com/rust-lang/crates.io-index"
5569checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
5570dependencies = [
5571 "bitflags 2.13.1",
5572 "errno",
5573 "libc",
5574 "linux-raw-sys 0.12.1",
5575 "windows-sys 0.61.2",
5576]
5577
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5578[[package]]
5579name = "rustls"
5580version = "0.23.43"
5581source = "registry+https://github.com/rust-lang/crates.io-index"
5582checksum = "0283386ce02abc0151e1761d08802dfe86c173b0b494af5cbc086574e453da06"
5583dependencies = [
5584 "aws-lc-rs",
5585 "log",
5586 "once_cell",
5587 "rustls-pki-types",
5588 "rustls-webpki",
5589 "subtle",
5590 "zeroize",
5591]
5592
5593[[package]]
5594name = "rustls-native-certs"
5595version = "0.8.4"
5596source = "registry+https://github.com/rust-lang/crates.io-index"
5597checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d"
5598dependencies = [
5599 "openssl-probe",
5600 "rustls-pki-types",
5601 "schannel",
5602 "security-framework",
5603]
5604
5605[[package]]
5606name = "rustls-pemfile"
5607version = "2.2.0"
5608source = "registry+https://github.com/rust-lang/crates.io-index"
5609checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
5610dependencies = [
5611 "rustls-pki-types",
5612]
5613
5614[[package]]
5615name = "rustls-pki-types"
5616version = "1.15.1"
5617source = "registry+https://github.com/rust-lang/crates.io-index"
5618checksum = "2f4925028c7eb5d1fcdaf196971378ed9d2c1c4efc7dc5d011256f76c99c0a96"
5619dependencies = [
5620 "web-time",
5621 "zeroize",
5622]
5623
5624[[package]]
5625name = "rustls-platform-verifier"
5626version = "0.6.2"
5627source = "registry+https://github.com/rust-lang/crates.io-index"
5628checksum = "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784"
5629dependencies = [
Bring vidya in cfd3e36 nandi 19d ago5630 "core-foundation 0.10.1",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5631 "core-foundation-sys",
5632 "jni 0.21.1",
5633 "log",
5634 "once_cell",
5635 "rustls",
5636 "rustls-native-certs",
5637 "rustls-platform-verifier-android",
5638 "rustls-webpki",
5639 "security-framework",
5640 "security-framework-sys",
5641 "webpki-root-certs",
5642 "windows-sys 0.61.2",
5643]
5644
5645[[package]]
5646name = "rustls-platform-verifier"
5647version = "0.7.0"
5648source = "registry+https://github.com/rust-lang/crates.io-index"
5649checksum = "26d1e2536ce4f35f4846aa13bff16bd0ff40157cdb14cc056c7b14ba41233ba0"
5650dependencies = [
Bring vidya in cfd3e36 nandi 19d ago5651 "core-foundation 0.10.1",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5652 "core-foundation-sys",
5653 "jni 0.22.4",
5654 "log",
5655 "once_cell",
5656 "rustls",
5657 "rustls-native-certs",
5658 "rustls-platform-verifier-android",
5659 "rustls-webpki",
5660 "security-framework",
5661 "security-framework-sys",
5662 "webpki-root-certs",
5663 "windows-sys 0.61.2",
5664]
5665
5666[[package]]
5667name = "rustls-platform-verifier-android"
5668version = "0.1.1"
5669source = "registry+https://github.com/rust-lang/crates.io-index"
5670checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
5671
5672[[package]]
5673name = "rustls-webpki"
5674version = "0.103.13"
5675source = "registry+https://github.com/rust-lang/crates.io-index"
5676checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
5677dependencies = [
5678 "aws-lc-rs",
5679 "ring",
5680 "rustls-pki-types",
5681 "untrusted 0.9.0",
5682]
5683
5684[[package]]
5685name = "rustversion"
5686version = "1.0.23"
5687source = "registry+https://github.com/rust-lang/crates.io-index"
5688checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
5689
5690[[package]]
5691name = "rusty-capture"
5692version = "0.1.0"
5693source = "git+https://github.com/n0-computer/iroh-live?rev=edd9bcc530a615f3ab3a6919e96790a077905376#edd9bcc530a615f3ab3a6919e96790a077905376"
5694dependencies = [
5695 "anyhow",
Bring vidya in cfd3e36 nandi 19d ago5696 "block2 0.6.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5697 "bytes",
5698 "derive_more",
5699 "dispatch2",
5700 "image",
5701 "libc",
5702 "nix 0.30.1",
Bring vidya in cfd3e36 nandi 19d ago5703 "objc2 0.6.4",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5704 "objc2-av-foundation",
5705 "objc2-core-media",
5706 "objc2-core-video",
Bring vidya in cfd3e36 nandi 19d ago5707 "objc2-foundation 0.3.2",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5708 "rusty-codecs",
5709 "tracing",
5710 "v4l2r",
5711]
5712
5713[[package]]
5714name = "rusty-codecs"
5715version = "0.1.0"
5716source = "git+https://github.com/n0-computer/iroh-live?rev=edd9bcc530a615f3ab3a6919e96790a077905376#edd9bcc530a615f3ab3a6919e96790a077905376"
5717dependencies = [
5718 "anyhow",
5719 "audioadapter-buffers",
5720 "buf-list",
5721 "bytes",
5722 "derive_more",
5723 "hang",
5724 "image",
5725 "libc",
5726 "n0-future",
Let the media plane cross to the phone, camera and all fd0e21a nandi 18d ago5727 "ndk",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5728 "openh264",
5729 "pic-scale",
5730 "rubato 1.0.1",
5731 "strum",
5732 "throttled-tracing",
5733 "tracing",
5734 "unsafe-libopus",
5735 "yuv",
5736]
5737
5738[[package]]
5739name = "ryu"
5740version = "1.0.23"
5741source = "registry+https://github.com/rust-lang/crates.io-index"
5742checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
5743
5744[[package]]
5745name = "safe_arch"
5746version = "1.1.0"
5747source = "registry+https://github.com/rust-lang/crates.io-index"
5748checksum = "3a52ec151f024d703f9fd65abb7cbe81e7cdb39f18917a3a37e3014470dc7c59"
5749dependencies = [
5750 "bytemuck",
5751]
5752
5753[[package]]
5754name = "same-file"
5755version = "1.0.6"
5756source = "registry+https://github.com/rust-lang/crates.io-index"
5757checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
5758dependencies = [
5759 "winapi-util",
5760]
5761
5762[[package]]
5763name = "schannel"
5764version = "0.1.29"
5765source = "registry+https://github.com/rust-lang/crates.io-index"
5766checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
5767dependencies = [
5768 "windows-sys 0.61.2",
5769]
5770
5771[[package]]
5772name = "schemars"
5773version = "0.9.0"
5774source = "registry+https://github.com/rust-lang/crates.io-index"
5775checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
5776dependencies = [
5777 "dyn-clone",
5778 "ref-cast",
5779 "serde",
5780 "serde_json",
5781]
5782
5783[[package]]
5784name = "schemars"
5785version = "1.2.2"
5786source = "registry+https://github.com/rust-lang/crates.io-index"
5787checksum = "687274d293b6cdc6e73e0fee520bf2049650090d7164f87672d212a3c530cf4a"
5788dependencies = [
5789 "dyn-clone",
5790 "ref-cast",
5791 "serde",
5792 "serde_json",
5793]
5794
5795[[package]]
5796name = "scoped-tls"
5797version = "1.0.1"
5798source = "registry+https://github.com/rust-lang/crates.io-index"
5799checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
5800
5801[[package]]
5802name = "scopeguard"
5803version = "1.2.0"
5804source = "registry+https://github.com/rust-lang/crates.io-index"
Bring vidya in cfd3e36 nandi 19d ago5805checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
5806
5807[[package]]
5808name = "sctk-adwaita"
5809version = "0.10.1"
5810source = "registry+https://github.com/rust-lang/crates.io-index"
5811checksum = "b6277f0217056f77f1d8f49f2950ac6c278c0d607c45f5ee99328d792ede24ec"
5812dependencies = [
5813 "ab_glyph",
5814 "log",
5815 "memmap2",
5816 "smithay-client-toolkit 0.19.2",
5817 "tiny-skia",
5818]
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5819
5820[[package]]
5821name = "security-framework"
5822version = "3.7.0"
5823source = "registry+https://github.com/rust-lang/crates.io-index"
5824checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
5825dependencies = [
5826 "bitflags 2.13.1",
Bring vidya in cfd3e36 nandi 19d ago5827 "core-foundation 0.10.1",
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago5828 "core-foundation-sys",
5829 "libc",
5830 "security-framework-sys",
5831]
5832
5833[[package]]
5834name = "security-framework-sys"
5835version = "2.17.0"
5836source = "registry+https://github.com/rust-lang/crates.io-index"
5837checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
5838dependencies = [
5839 "core-foundation-sys",
5840 "libc",
5841]
5842
5843[[package]]
5844name = "seize"
5845version = "0.5.1"
5846source = "registry+https://github.com/rust-lang/crates.io-index"
5847checksum = "5b55fb86dfd3a2f5f76ea78310a88f96c4ea21a3031f8d212443d56123fd0521"
5848dependencies = [
5849 "libc",
5850 "windows-sys 0.61.2",
5851]
5852
5853[[package]]
5854name = "self_cell"
5855version = "1.3.0"
5856source = "registry+https://github.com/rust-lang/crates.io-index"
5857checksum = "2ab42ca02749e120097e328d91d415325bdf43b1c72c4c8badf37375fe40a813"
5858
5859[[package]]
5860name = "semver"
5861version = "1.0.28"
5862source = "registry+https://github.com/rust-lang/crates.io-index"
5863checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
5864
5865[[package]]
5866name = "send_wrapper"
5867version = "0.6.0"
5868source = "registry+https://github.com/rust-lang/crates.io-index"
5869checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
5870
5871[[package]]
5872name = "serde"
5873version = "1.0.229"
5874source = "registry+https://github.com/rust-lang/crates.io-index"
5875checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
5876dependencies = [
5877 "serde_core",
5878 "serde_derive",
5879]
5880
5881[[package]]
5882name = "serde-big-array"
5883version = "0.5.1"
5884source = "registry+https://github.com/rust-lang/crates.io-index"
5885checksum = "11fc7cc2c76d73e0f27ee52abbd64eec84d46f370c88371120433196934e4b7f"
5886dependencies = [
5887 "serde",
5888]
5889
5890[[package]]
5891name = "serde_bytes"
5892version = "0.11.19"
5893source = "registry+https://github.com/rust-lang/crates.io-index"
5894checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
5895dependencies = [
5896 "serde",
5897 "serde_core",
5898]
5899
5900[[package]]
5901name = "serde_core"
5902version = "1.0.229"
5903source = "registry+https://github.com/rust-lang/crates.io-index"
5904checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
5905dependencies = [
5906 "serde_derive",
5907]
5908
5909[[package]]
5910name = "serde_derive"
5911version = "1.0.229"
5912source = "registry+https://github.com/rust-lang/crates.io-index"
5913checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
5914dependencies = [
5915 "proc-macro2",
5916 "quote",
5917 "syn 3.0.3",
5918]
5919
5920[[package]]
5921name = "serde_json"
5922version = "1.0.151"
5923source = "registry+https://github.com/rust-lang/crates.io-index"
5924checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
5925dependencies = [
5926 "itoa",
5927 "memchr",
5928 "serde",
5929 "serde_core",
5930 "zmij",
5931]
5932
5933[[package]]
5934name = "serde_spanned"
5935version = "1.1.1"
5936source = "registry+https://github.com/rust-lang/crates.io-index"
5937checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
5938dependencies = [
5939 "serde_core",
5940]
5941
5942[[package]]
5943name = "serde_urlencoded"
5944version = "0.7.1"
5945source = "registry+https://github.com/rust-lang/crates.io-index"
5946checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
5947dependencies = [
5948 "form_urlencoded",
5949 "itoa",
5950 "ryu",
5951 "serde",
5952]
5953
5954[[package]]
5955name = "serde_with"
5956version = "3.21.0"
5957source = "registry+https://github.com/rust-lang/crates.io-index"
5958checksum = "76a5c54c7310e7b8b9577c286d7e399ddd876c3e12b3ed917a8aabc4b96e9e8c"
5959dependencies = [
5960 "base64",
5961 "bs58",
5962 "chrono",
5963 "hex",
5964 "indexmap 1.9.3",
5965 "indexmap 2.14.0",
5966 "schemars 0.9.0",
5967 "schemars 1.2.2",
5968 "serde_core",
5969 "serde_json",
5970 "serde_with_macros",
5971 "time",
5972]
5973
5974[[package]]
5975name = "serde_with_macros"
5976version = "3.21.0"
5977source = "registry+https://github.com/rust-lang/crates.io-index"
5978checksum = "84d57bc0c8b9a17920c178daa6bb924850d54a9c97ab45194bb8c17ad66bb660"
5979dependencies = [
5980 "darling 0.23.0",
5981 "proc-macro2",
5982 "quote",
5983 "syn 2.0.119",
5984]
5985
5986[[package]]
5987name = "sfv"
5988version = "0.14.0"
5989source = "registry+https://github.com/rust-lang/crates.io-index"
5990checksum = "0d471eaefb14f4b30032525bdb124b36e55ba9cb1292080e06f1a236cd10fe87"
5991dependencies = [
5992 "base64",
5993 "indexmap 2.14.0",
5994 "ref-cast",
5995]
5996
5997[[package]]
5998name = "sha1"
5999version = "0.10.7"
6000source = "registry+https://github.com/rust-lang/crates.io-index"
6001checksum = "a978451301f4db1d02937a4ab3ccce137717b81826e79b7d49ffe3244a13c3b8"
6002dependencies = [
6003 "cfg-if",
6004 "cpufeatures 0.2.17",
6005 "digest 0.10.7",
6006]
6007
6008[[package]]
6009name = "sha1_smol"
6010version = "1.0.1"
6011source = "registry+https://github.com/rust-lang/crates.io-index"
6012checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
6013
6014[[package]]
6015name = "sha2"
6016version = "0.11.0-rc.2"
6017source = "registry+https://github.com/rust-lang/crates.io-index"
6018checksum = "d1e3878ab0f98e35b2df35fe53201d088299b41a6bb63e3e34dada2ac4abd924"
6019dependencies = [
6020 "cfg-if",
6021 "cpufeatures 0.2.17",
6022 "digest 0.11.0-rc.10",
6023]
6024
6025[[package]]
6026name = "sharded-slab"
6027version = "0.1.7"
6028source = "registry+https://github.com/rust-lang/crates.io-index"
6029checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
6030dependencies = [
6031 "lazy_static",
6032]
6033
6034[[package]]
6035name = "shlex"
6036version = "1.3.0"
6037source = "registry+https://github.com/rust-lang/crates.io-index"
6038checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
6039
6040[[package]]
6041name = "shlex"
6042version = "2.0.1"
6043source = "registry+https://github.com/rust-lang/crates.io-index"
6044checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
6045
Paint the same tree into a terminal, for the machines with no window a7f6202 nandi 17d ago6046[[package]]
6047name = "signal-hook"
6048version = "0.3.18"
6049source = "registry+https://github.com/rust-lang/crates.io-index"
6050checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
6051dependencies = [
6052 "libc",
6053 "signal-hook-registry",
6054]
6055
6056[[package]]
6057name = "signal-hook-mio"
6058version = "0.2.5"
6059source = "registry+https://github.com/rust-lang/crates.io-index"
6060checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc"
6061dependencies = [
6062 "libc",
6063 "mio",
6064 "signal-hook",
6065]
6066
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago6067[[package]]
6068name = "signal-hook-registry"
6069version = "1.4.8"
6070source = "registry+https://github.com/rust-lang/crates.io-index"
6071checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
6072dependencies = [
6073 "errno",
6074 "libc",
6075]
6076
6077[[package]]
6078name = "signature"
6079version = "3.0.0-rc.10"
6080source = "registry+https://github.com/rust-lang/crates.io-index"
6081checksum = "7f1880df446116126965eeec169136b2e0251dba37c6223bcc819569550edea3"
6082
Bring vidya in cfd3e36 nandi 19d ago6083[[package]]
6084name = "simd-adler32"
6085version = "0.3.10"
6086source = "registry+https://github.com/rust-lang/crates.io-index"
6087checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
6088
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago6089[[package]]
6090name = "simd_cesu8"
6091version = "1.2.0"
6092source = "registry+https://github.com/rust-lang/crates.io-index"
6093checksum = "11031e251abf8611c80f460e19dbdeb54a66db918e49c65a7065b46ac7aec520"
6094dependencies = [
6095 "rustc_version",
6096 "simdutf8",
6097]
6098
6099[[package]]
6100name = "simdutf8"
6101version = "0.1.5"
6102source = "registry+https://github.com/rust-lang/crates.io-index"
6103checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
6104
6105[[package]]
6106name = "simple-dns"
6107version = "0.9.3"
6108source = "registry+https://github.com/rust-lang/crates.io-index"
6109checksum = "dee851d0e5e7af3721faea1843e8015e820a234f81fda3dea9247e15bac9a86a"
6110dependencies = [
6111 "bitflags 2.13.1",
6112]
6113
6114[[package]]
6115name = "siphasher"
6116version = "1.0.3"
6117source = "registry+https://github.com/rust-lang/crates.io-index"
6118checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
6119
6120[[package]]
6121name = "slab"
6122version = "0.4.12"
6123source = "registry+https://github.com/rust-lang/crates.io-index"
6124checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
6125
Bring vidya in cfd3e36 nandi 19d ago6126[[package]]
6127name = "slotmap"
6128version = "1.1.1"
6129source = "registry+https://github.com/rust-lang/crates.io-index"
6130checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038"
6131dependencies = [
6132 "version_check",
6133]
6134
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago6135[[package]]
6136name = "smallvec"
6137version = "1.15.2"
6138source = "registry+https://github.com/rust-lang/crates.io-index"
6139checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
6140
Bring vidya in cfd3e36 nandi 19d ago6141[[package]]
6142name = "smithay-client-toolkit"
6143version = "0.19.2"
6144source = "registry+https://github.com/rust-lang/crates.io-index"
6145checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016"
6146dependencies = [
6147 "bitflags 2.13.1",
6148 "calloop 0.13.0",
6149 "calloop-wayland-source 0.3.0",
6150 "cursor-icon",
6151 "libc",
6152 "log",
6153 "memmap2",
6154 "rustix 0.38.44",
6155 "thiserror 1.0.69",
6156 "wayland-backend",
6157 "wayland-client",
6158 "wayland-csd-frame",
6159 "wayland-cursor",
6160 "wayland-protocols",
6161 "wayland-protocols-wlr",
6162 "wayland-scanner",
6163 "xkeysym",
6164]
6165
6166[[package]]
6167name = "smithay-client-toolkit"
6168version = "0.20.0"
6169source = "registry+https://github.com/rust-lang/crates.io-index"
6170checksum = "0512da38f5e2b31201a93524adb8d3136276fa4fe4aafab4e1f727a82b534cc0"
6171dependencies = [
6172 "bitflags 2.13.1",
6173 "calloop 0.14.4",
6174 "calloop-wayland-source 0.4.1",
6175 "cursor-icon",
6176 "libc",
6177 "log",
6178 "memmap2",
6179 "rustix 1.1.4",
6180 "thiserror 2.0.19",
6181 "wayland-backend",
6182 "wayland-client",
6183 "wayland-csd-frame",
6184 "wayland-cursor",
6185 "wayland-protocols",
6186 "wayland-protocols-experimental",
6187 "wayland-protocols-misc",
6188 "wayland-protocols-wlr",
6189 "wayland-scanner",
6190 "xkeysym",
6191]
6192
6193[[package]]
6194name = "smithay-clipboard"
6195version = "0.7.3"
6196source = "registry+https://github.com/rust-lang/crates.io-index"
6197checksum = "71704c03f739f7745053bde45fa203a46c58d25bc5c4efba1d9a60e9dba81226"
6198dependencies = [
6199 "libc",
6200 "smithay-client-toolkit 0.20.0",
6201 "wayland-backend",
6202]
6203
6204[[package]]
6205name = "smol_str"
6206version = "0.2.2"
6207source = "registry+https://github.com/rust-lang/crates.io-index"
6208checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
6209dependencies = [
6210 "serde",
6211]
6212
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago6213[[package]]
6214name = "socket2"
6215version = "0.6.5"
6216source = "registry+https://github.com/rust-lang/crates.io-index"
6217checksum = "c3d1e2c7f27f8d4cb10542a02c49005dbd6e93095799d6f3be745fae9f8fedd4"
6218dependencies = [
6219 "libc",
6220 "windows-sys 0.61.2",
6221]
6222
6223[[package]]
6224name = "sonora"
6225version = "0.1.0"
6226source = "registry+https://github.com/rust-lang/crates.io-index"
6227checksum = "559f6011d42721f7b4599ef4cf3224ac07539ee5bc25967169701c7aeb6c6bb1"
6228dependencies = [
6229 "sonora-aec3",
6230 "sonora-agc2",
6231 "sonora-common-audio",
6232 "sonora-ns",
6233 "sonora-simd",
6234 "tracing",
6235]
6236
6237[[package]]
6238name = "sonora-aec3"
6239version = "0.1.0"
6240source = "registry+https://github.com/rust-lang/crates.io-index"
6241checksum = "65d8b7e53b058aa4631cf2a8f483bd7a0dec093aa413d21b44b86d5704deedeb"
6242dependencies = [
6243 "sonora-common-audio",
6244 "sonora-fft",
6245 "sonora-simd",
6246]
6247
6248[[package]]
6249name = "sonora-agc2"
6250version = "0.1.0"
6251source = "registry+https://github.com/rust-lang/crates.io-index"
6252checksum = "132876fc38c4e191dee939a38243df5eb5830cd29f1d1ac9a67377389d74a10e"
6253dependencies = [
6254 "bytemuck",
6255 "derive_more",
6256 "sonora-common-audio",
6257 "sonora-fft",
6258 "sonora-simd",
6259 "tracing",
6260]
6261
6262[[package]]
6263name = "sonora-common-audio"
6264version = "0.1.0"
6265source = "registry+https://github.com/rust-lang/crates.io-index"
6266checksum = "30a16fa975fe4aa12e4d980d5453452bd3e6df2b33abfb89840e1757ebd212e6"
6267dependencies = [
6268 "derive_more",
6269 "sonora-simd",
6270]
6271
6272[[package]]
6273name = "sonora-fft"
6274version = "0.1.0"
6275source = "registry+https://github.com/rust-lang/crates.io-index"
6276checksum = "cca158c4b6ace2cb3f4fa8084842da2b4ffcc25cf8ac4366675aea541aabc6af"
6277
6278[[package]]
6279name = "sonora-ns"
6280version = "0.1.0"
6281source = "registry+https://github.com/rust-lang/crates.io-index"
6282checksum = "cc549f9bca1d60e7a2483e4949e9649467c5cca371a4341e44aaf24dae338fd4"
6283dependencies = [
6284 "sonora-fft",
6285]
6286
6287[[package]]
6288name = "sonora-simd"
6289version = "0.1.0"
6290source = "registry+https://github.com/rust-lang/crates.io-index"
6291checksum = "a053f93cc01f4e1cc51c61844a196b6d1da7e054cdd406d2cd27677ba4d898e0"
6292dependencies = [
6293 "cpufeatures 0.3.0",
6294]
6295
6296[[package]]
6297name = "sorted-index-buffer"
6298version = "0.2.1"
6299source = "registry+https://github.com/rust-lang/crates.io-index"
6300checksum = "ea06cc588e43c632923a55450401b8f25e628131571d4e1baea1bdfdb2b5ed06"
6301
6302[[package]]
6303name = "spez"
6304version = "0.1.2"
6305source = "registry+https://github.com/rust-lang/crates.io-index"
6306checksum = "c87e960f4dca2788eeb86bbdde8dd246be8948790b7618d656e68f9b720a86e8"
6307dependencies = [
6308 "proc-macro2",
6309 "quote",
6310 "syn 2.0.119",
6311]
6312
6313[[package]]
6314name = "spin"
6315version = "0.9.9"
6316source = "registry+https://github.com/rust-lang/crates.io-index"
6317checksum = "3763264f6b73151db08c50ff20d7d8a0b8796e021cdea7ceedad07b80155fa0e"
6318dependencies = [
6319 "lock_api",
6320]
6321
6322[[package]]
6323name = "spin"
6324version = "0.10.1"
6325source = "registry+https://github.com/rust-lang/crates.io-index"
6326checksum = "023a211cb3138dbc438680b32560ad89f699977624c9f8dbb95a47d5b4c07dd3"
6327
6328[[package]]
6329name = "spki"
6330version = "0.8.0"
6331source = "registry+https://github.com/rust-lang/crates.io-index"
6332checksum = "1d9efca8738c78ee9484207732f728b1ef517bbb1833d6fc0879ca898a522f6f"
6333dependencies = [
6334 "base64ct",
6335 "der",
6336]
6337
6338[[package]]
6339name = "stable_deref_trait"
6340version = "1.2.1"
6341source = "registry+https://github.com/rust-lang/crates.io-index"
6342checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
6343
6344[[package]]
6345name = "strength_reduce"
6346version = "0.2.4"
6347source = "registry+https://github.com/rust-lang/crates.io-index"
6348checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
6349
Bring vidya in cfd3e36 nandi 19d ago6350[[package]]
6351name = "strict-num"
6352version = "0.1.1"
6353source = "registry+https://github.com/rust-lang/crates.io-index"
6354checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
6355
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago6356[[package]]
6357name = "strsim"
6358version = "0.11.1"
6359source = "registry+https://github.com/rust-lang/crates.io-index"
6360checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
6361
6362[[package]]
6363name = "strum"
6364version = "0.28.0"
6365source = "registry+https://github.com/rust-lang/crates.io-index"
6366checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
6367dependencies = [
6368 "strum_macros",
6369]
6370
6371[[package]]
6372name = "strum_macros"
6373version = "0.28.0"
6374source = "registry+https://github.com/rust-lang/crates.io-index"
6375checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
6376dependencies = [
6377 "heck",
6378 "proc-macro2",
6379 "quote",
6380 "syn 2.0.119",
6381]
6382
6383[[package]]
6384name = "subtle"
6385version = "2.6.1"
6386source = "registry+https://github.com/rust-lang/crates.io-index"
6387checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
6388
6389[[package]]
6390name = "symphonia"
6391version = "0.5.5"
6392source = "registry+https://github.com/rust-lang/crates.io-index"
6393checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
6394dependencies = [
6395 "lazy_static",
6396 "symphonia-bundle-mp3",
6397 "symphonia-codec-pcm",
6398 "symphonia-core",
6399 "symphonia-format-riff",
6400 "symphonia-metadata",
6401]
6402
6403[[package]]
6404name = "symphonia-bundle-mp3"
6405version = "0.5.5"
6406source = "registry+https://github.com/rust-lang/crates.io-index"
6407checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
6408dependencies = [
6409 "lazy_static",
6410 "log",
6411 "symphonia-core",
6412 "symphonia-metadata",
6413]
6414
6415[[package]]
6416name = "symphonia-codec-pcm"
6417version = "0.5.5"
6418source = "registry+https://github.com/rust-lang/crates.io-index"
6419checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
6420dependencies = [
6421 "log",
6422 "symphonia-core",
6423]
6424
6425[[package]]
6426name = "symphonia-core"
6427version = "0.5.5"
6428source = "registry+https://github.com/rust-lang/crates.io-index"
6429checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
6430dependencies = [
6431 "arrayvec",
6432 "bitflags 1.3.2",
6433 "bytemuck",
6434 "lazy_static",
6435 "log",
6436]
6437
6438[[package]]
6439name = "symphonia-format-riff"
6440version = "0.5.5"
6441source = "registry+https://github.com/rust-lang/crates.io-index"
6442checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
6443dependencies = [
6444 "extended",
6445 "log",
6446 "symphonia-core",
6447 "symphonia-metadata",
6448]
6449
6450[[package]]
6451name = "symphonia-metadata"
6452version = "0.5.5"
6453source = "registry+https://github.com/rust-lang/crates.io-index"
6454checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
6455dependencies = [
6456 "encoding_rs",
6457 "lazy_static",
6458 "log",
6459 "symphonia-core",
6460]
6461
6462[[package]]
6463name = "syn"
6464version = "2.0.119"
6465source = "registry+https://github.com/rust-lang/crates.io-index"
6466checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
6467dependencies = [
6468 "proc-macro2",
6469 "quote",
6470 "unicode-ident",
6471]
6472
6473[[package]]
6474name = "syn"
6475version = "3.0.3"
6476source = "registry+https://github.com/rust-lang/crates.io-index"
6477checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
6478dependencies = [
6479 "proc-macro2",
6480 "quote",
6481 "unicode-ident",
6482]
6483
6484[[package]]
6485name = "sync_wrapper"
6486version = "1.0.2"
6487source = "registry+https://github.com/rust-lang/crates.io-index"
6488checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
6489dependencies = [
6490 "futures-core",
6491]
6492
6493[[package]]
6494name = "synstructure"
6495version = "0.13.2"
6496source = "registry+https://github.com/rust-lang/crates.io-index"
6497checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
6498dependencies = [
6499 "proc-macro2",
6500 "quote",
6501 "syn 2.0.119",
6502]
6503
6504[[package]]
6505name = "system-deps"
6506version = "7.0.8"
6507source = "registry+https://github.com/rust-lang/crates.io-index"
6508checksum = "396a35feb67335377e0251fcbc1092fc85c484bd4e3a7a54319399da127796e7"
6509dependencies = [
6510 "cfg-expr",
6511 "heck",
6512 "pkg-config",
6513 "toml",
6514 "version-compare",
6515]
6516
6517[[package]]
6518name = "tagptr"
6519version = "0.2.0"
6520source = "registry+https://github.com/rust-lang/crates.io-index"
6521checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
6522
6523[[package]]
6524name = "target-lexicon"
6525version = "0.13.5"
6526source = "registry+https://github.com/rust-lang/crates.io-index"
6527checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
6528
6529[[package]]
6530name = "thiserror"
6531version = "1.0.69"
6532source = "registry+https://github.com/rust-lang/crates.io-index"
6533checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
6534dependencies = [
6535 "thiserror-impl 1.0.69",
6536]
6537
6538[[package]]
6539name = "thiserror"
6540version = "2.0.19"
6541source = "registry+https://github.com/rust-lang/crates.io-index"
6542checksum = "09a43598840e33d5b0331f38c5e30d13bb11c11210a4b58f0d9b18a5a5eefcd9"
6543dependencies = [
6544 "thiserror-impl 2.0.19",
6545]
6546
6547[[package]]
6548name = "thiserror-impl"
6549version = "1.0.69"
6550source = "registry+https://github.com/rust-lang/crates.io-index"
6551checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
6552dependencies = [
6553 "proc-macro2",
6554 "quote",
6555 "syn 2.0.119",
6556]
6557
6558[[package]]
6559name = "thiserror-impl"
6560version = "2.0.19"
6561source = "registry+https://github.com/rust-lang/crates.io-index"
6562checksum = "43cbfe0cf76104d42a574802844187e84a305e531ed54455f11fbde0f10541cd"
6563dependencies = [
6564 "proc-macro2",
6565 "quote",
6566 "syn 3.0.3",
6567]
6568
6569[[package]]
6570name = "thread_local"
6571version = "1.1.10"
6572source = "registry+https://github.com/rust-lang/crates.io-index"
6573checksum = "1ad99c4c6d32803332c548b1af0540b357b3f5fc0be8f6c6bfe8b2e6ae784070"
6574dependencies = [
6575 "cfg-if",
6576]
6577
6578[[package]]
6579name = "throttled-tracing"
6580version = "0.1.0"
6581source = "registry+https://github.com/rust-lang/crates.io-index"
6582checksum = "5c8ec74140dfae112d4da4003f2cabdfd9b5efc84e8a4d610d87fc681280b642"
6583dependencies = [
6584 "fastrand",
6585 "parking_lot",
6586 "tracing",
6587]
6588
Bring vidya in cfd3e36 nandi 19d ago6589[[package]]
6590name = "tiff"
6591version = "0.11.3"
6592source = "registry+https://github.com/rust-lang/crates.io-index"
6593checksum = "b63feaf3343d35b6ca4d50483f94843803b0f51634937cc2ec519fc32232bc52"
6594dependencies = [
6595 "fax",
6596 "flate2",
6597 "half",
6598 "quick-error",
6599 "weezl",
6600 "zune-jpeg",
6601]
6602
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago6603[[package]]
6604name = "time"
6605version = "0.3.54"
6606source = "registry+https://github.com/rust-lang/crates.io-index"
6607checksum = "3e1d5e639ff6bab73cb6885cc7e7b1de96c3f32c68ec55f3952614bec1092244"
6608dependencies = [
6609 "deranged",
6610 "js-sys",
6611 "libc",
6612 "num-conv",
6613 "num_threads",
6614 "powerfmt",
6615 "serde_core",
6616 "time-core",
6617 "time-macros",
6618]
6619
6620[[package]]
6621name = "time-core"
6622version = "0.1.9"
6623source = "registry+https://github.com/rust-lang/crates.io-index"
6624checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
6625
6626[[package]]
6627name = "time-macros"
6628version = "0.2.32"
6629source = "registry+https://github.com/rust-lang/crates.io-index"
6630checksum = "7e689342a48d2ea927c87ea50cabf8594854bf940e9310208848d680d668ed85"
6631dependencies = [
6632 "num-conv",
6633 "time-core",
6634]
6635
Bring vidya in cfd3e36 nandi 19d ago6636[[package]]
6637name = "tiny-skia"
6638version = "0.11.4"
6639source = "registry+https://github.com/rust-lang/crates.io-index"
6640checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
6641dependencies = [
6642 "arrayref",
6643 "arrayvec",
6644 "bytemuck",
6645 "cfg-if",
6646 "log",
6647 "tiny-skia-path",
6648]
6649
6650[[package]]
6651name = "tiny-skia-path"
6652version = "0.11.4"
6653source = "registry+https://github.com/rust-lang/crates.io-index"
6654checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
6655dependencies = [
6656 "arrayref",
6657 "bytemuck",
6658 "strict-num",
6659]
6660
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago6661[[package]]
6662name = "tinystr"
6663version = "0.8.3"
6664source = "registry+https://github.com/rust-lang/crates.io-index"
6665checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
6666dependencies = [
6667 "displaydoc",
6668 "zerovec",
6669]
6670
6671[[package]]
6672name = "tinyvec"
6673version = "1.12.0"
6674source = "registry+https://github.com/rust-lang/crates.io-index"
6675checksum = "bb4ebadaa0af04fab11ae01eb5f9fdb5f9c5b875506e210e71c07873528baa7f"
6676dependencies = [
6677 "tinyvec_macros",
6678]
6679
6680[[package]]
6681name = "tinyvec_macros"
6682version = "0.1.1"
6683source = "registry+https://github.com/rust-lang/crates.io-index"
6684checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
6685
6686[[package]]
6687name = "tokio"
6688version = "1.53.1"
6689source = "registry+https://github.com/rust-lang/crates.io-index"
6690checksum = "202caea871b69668250d242070849eb495be178ed697a3e98aebce5bc81a0bed"
6691dependencies = [
6692 "bytes",
6693 "libc",
6694 "mio",
6695 "parking_lot",
6696 "pin-project-lite",
6697 "signal-hook-registry",
6698 "socket2",
6699 "tokio-macros",
6700 "windows-sys 0.61.2",
6701]
6702
6703[[package]]
6704name = "tokio-macros"
6705version = "2.7.2"
6706source = "registry+https://github.com/rust-lang/crates.io-index"
6707checksum = "78773a2a397f451582ce068015985c33193cf6dea8b74d2a639fe457b2f07b0e"
6708dependencies = [
6709 "proc-macro2",
6710 "quote",
6711 "syn 3.0.3",
6712]
6713
6714[[package]]
6715name = "tokio-rustls"
6716version = "0.26.4"
6717source = "registry+https://github.com/rust-lang/crates.io-index"
6718checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
6719dependencies = [
6720 "rustls",
6721 "tokio",
6722]
6723
6724[[package]]
6725name = "tokio-stream"
6726version = "0.1.19"
6727source = "registry+https://github.com/rust-lang/crates.io-index"
6728checksum = "a3d06f0b082ba57c26b79407372e57cf2a1e28124f78e9479fe80322cf53420b"
6729dependencies = [
6730 "futures-core",
6731 "pin-project-lite",
6732 "tokio",
6733 "tokio-util",
6734]
6735
6736[[package]]
6737name = "tokio-tungstenite"
6738version = "0.28.0"
6739source = "registry+https://github.com/rust-lang/crates.io-index"
6740checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
6741dependencies = [
6742 "futures-util",
6743 "log",
6744 "rustls",
6745 "rustls-native-certs",
6746 "rustls-pki-types",
6747 "tokio",
6748 "tokio-rustls",
6749 "tungstenite",
6750]
6751
6752[[package]]
6753name = "tokio-util"
6754version = "0.7.19"
6755source = "registry+https://github.com/rust-lang/crates.io-index"
6756checksum = "494815d09bf52b5548659851081238f0ca39ff638363907596da739561c62c52"
6757dependencies = [
6758 "bytes",
6759 "futures-core",
6760 "futures-sink",
6761 "futures-util",
6762 "libc",
6763 "pin-project-lite",
6764 "tokio",
6765]
6766
6767[[package]]
6768name = "tokio-websockets"
6769version = "0.12.3"
6770source = "registry+https://github.com/rust-lang/crates.io-index"
6771checksum = "b1b6348ebfaaecd771cecb69e832961d277f59845d4220a584701f72728152b7"
6772dependencies = [
6773 "aws-lc-rs",
6774 "base64",
6775 "bytes",
6776 "futures-core",
6777 "futures-sink",
6778 "getrandom 0.3.4",
6779 "http",
6780 "httparse",
6781 "rand 0.9.5",
6782 "rustls-pki-types",
6783 "sha1_smol",
6784 "simdutf8",
6785 "tokio",
6786 "tokio-rustls",
6787 "tokio-util",
6788]
6789
6790[[package]]
6791name = "toml"
6792version = "1.1.4+spec-1.1.0"
6793source = "registry+https://github.com/rust-lang/crates.io-index"
6794checksum = "3aace63f4bbcdfc2c965b059de67119c89c4017a70d633be6c104910f67056f5"
6795dependencies = [
6796 "indexmap 2.14.0",
6797 "serde_core",
6798 "serde_spanned",
6799 "toml_datetime",
6800 "toml_parser",
6801 "toml_writer",
6802 "winnow",
6803]
6804
6805[[package]]
6806name = "toml_datetime"
6807version = "1.1.1+spec-1.1.0"
6808source = "registry+https://github.com/rust-lang/crates.io-index"
6809checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
6810dependencies = [
6811 "serde_core",
6812]
6813
6814[[package]]
6815name = "toml_edit"
6816version = "0.25.13+spec-1.1.0"
6817source = "registry+https://github.com/rust-lang/crates.io-index"
6818checksum = "6975367e4d2ef766d86af01ffad14b622fecc8d4357a998fbc4deb6e9bacaf9b"
6819dependencies = [
6820 "indexmap 2.14.0",
6821 "toml_datetime",
6822 "toml_parser",
6823 "winnow",
6824]
6825
6826[[package]]
6827name = "toml_parser"
6828version = "1.1.3+spec-1.1.0"
6829source = "registry+https://github.com/rust-lang/crates.io-index"
6830checksum = "1d38ac1cf9b95face32296c0a3ede1fdc270627c9d9c02a7274dd6d960dc4d56"
6831dependencies = [
6832 "winnow",
6833]
6834
6835[[package]]
6836name = "toml_writer"
6837version = "1.1.2+spec-1.1.0"
6838source = "registry+https://github.com/rust-lang/crates.io-index"
6839checksum = "7d56353a2a665ad0f41a421187180aab746c8c325620617ad883a99a1cbe66d2"
6840
6841[[package]]
6842name = "tower"
6843version = "0.5.3"
6844source = "registry+https://github.com/rust-lang/crates.io-index"
6845checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
6846dependencies = [
6847 "futures-core",
6848 "futures-util",
6849 "pin-project-lite",
6850 "sync_wrapper",
6851 "tokio",
6852 "tower-layer",
6853 "tower-service",
6854]
6855
6856[[package]]
6857name = "tower-http"
6858version = "0.6.11"
6859source = "registry+https://github.com/rust-lang/crates.io-index"
6860checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
6861dependencies = [
6862 "bitflags 2.13.1",
6863 "bytes",
6864 "futures-util",
6865 "http",
6866 "http-body",
6867 "pin-project-lite",
6868 "tower",
6869 "tower-layer",
6870 "tower-service",
6871 "url",
6872]
6873
6874[[package]]
6875name = "tower-layer"
6876version = "0.3.3"
6877source = "registry+https://github.com/rust-lang/crates.io-index"
6878checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
6879
6880[[package]]
6881name = "tower-service"
6882version = "0.3.3"
6883source = "registry+https://github.com/rust-lang/crates.io-index"
6884checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
6885
6886[[package]]
6887name = "tracing"
6888version = "0.1.44"
6889source = "registry+https://github.com/rust-lang/crates.io-index"
6890checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
6891dependencies = [
6892 "log",
6893 "pin-project-lite",
6894 "tracing-attributes",
6895 "tracing-core",
6896]
6897
6898[[package]]
6899name = "tracing-attributes"
6900version = "0.1.31"
6901source = "registry+https://github.com/rust-lang/crates.io-index"
6902checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
6903dependencies = [
6904 "proc-macro2",
6905 "quote",
6906 "syn 2.0.119",
6907]
6908
6909[[package]]
6910name = "tracing-core"
6911version = "0.1.36"
6912source = "registry+https://github.com/rust-lang/crates.io-index"
6913checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
6914dependencies = [
6915 "once_cell",
6916 "valuable",
6917]
6918
6919[[package]]
6920name = "tracing-log"
6921version = "0.2.0"
6922source = "registry+https://github.com/rust-lang/crates.io-index"
6923checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
6924dependencies = [
6925 "log",
6926 "once_cell",
6927 "tracing-core",
6928]
6929
6930[[package]]
6931name = "tracing-subscriber"
6932version = "0.3.23"
6933source = "registry+https://github.com/rust-lang/crates.io-index"
6934checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
6935dependencies = [
6936 "matchers",
6937 "nu-ansi-term",
6938 "once_cell",
6939 "regex-automata",
6940 "sharded-slab",
6941 "smallvec",
6942 "thread_local",
6943 "tracing",
6944 "tracing-core",
6945 "tracing-log",
6946]
6947
6948[[package]]
6949name = "transpose"
6950version = "0.2.3"
6951source = "registry+https://github.com/rust-lang/crates.io-index"
6952checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
6953dependencies = [
6954 "num-integer",
6955 "strength_reduce",
6956]
6957
6958[[package]]
6959name = "triomphe"
6960version = "0.1.16"
6961source = "registry+https://github.com/rust-lang/crates.io-index"
6962checksum = "b40688ea6389c8171614b25491f71d4a27946e0c7ce2da1c6de27e25abf1a0ae"
6963
6964[[package]]
6965name = "try-lock"
6966version = "0.2.5"
6967source = "registry+https://github.com/rust-lang/crates.io-index"
6968checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
6969
Bring vidya in cfd3e36 nandi 19d ago6970[[package]]
6971name = "ttf-parser"
6972version = "0.25.1"
6973source = "registry+https://github.com/rust-lang/crates.io-index"
6974checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
6975
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago6976[[package]]
6977name = "tungstenite"
6978version = "0.28.0"
6979source = "registry+https://github.com/rust-lang/crates.io-index"
6980checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
6981dependencies = [
6982 "bytes",
6983 "data-encoding",
6984 "http",
6985 "httparse",
6986 "log",
6987 "rand 0.9.5",
6988 "rustls",
6989 "rustls-pki-types",
6990 "sha1",
6991 "thiserror 2.0.19",
6992 "utf-8",
6993]
6994
6995[[package]]
6996name = "typenum"
6997version = "1.20.1"
6998source = "registry+https://github.com/rust-lang/crates.io-index"
6999checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
7000
7001[[package]]
7002name = "unicode-ident"
7003version = "1.0.24"
7004source = "registry+https://github.com/rust-lang/crates.io-index"
7005checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
7006
7007[[package]]
7008name = "unicode-segmentation"
7009version = "1.13.3"
7010source = "registry+https://github.com/rust-lang/crates.io-index"
7011checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
7012
7013[[package]]
7014name = "unicode-width"
7015version = "0.2.2"
7016source = "registry+https://github.com/rust-lang/crates.io-index"
7017checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
7018
7019[[package]]
7020name = "unicode-xid"
7021version = "0.2.6"
7022source = "registry+https://github.com/rust-lang/crates.io-index"
7023checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
7024
7025[[package]]
7026name = "universal-hash"
7027version = "0.5.1"
7028source = "registry+https://github.com/rust-lang/crates.io-index"
7029checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
7030dependencies = [
7031 "crypto-common 0.1.6",
7032 "subtle",
7033]
7034
7035[[package]]
7036name = "unsafe-libopus"
7037version = "0.2.0"
7038source = "registry+https://github.com/rust-lang/crates.io-index"
7039checksum = "c757408e7256c910343c7b215c8c8b878948630eecc774baabcca0972376eb73"
7040dependencies = [
7041 "arrayref",
7042 "num-complex",
7043 "num-traits",
7044]
7045
7046[[package]]
7047name = "untrusted"
7048version = "0.7.1"
7049source = "registry+https://github.com/rust-lang/crates.io-index"
7050checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
7051
7052[[package]]
7053name = "untrusted"
7054version = "0.9.0"
7055source = "registry+https://github.com/rust-lang/crates.io-index"
7056checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
7057
7058[[package]]
7059name = "url"
7060version = "2.5.8"
7061source = "registry+https://github.com/rust-lang/crates.io-index"
7062checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
7063dependencies = [
7064 "form_urlencoded",
7065 "idna",
7066 "percent-encoding",
7067 "serde",
7068 "serde_derive",
7069]
7070
7071[[package]]
7072name = "urlencoding"
7073version = "2.1.3"
7074source = "registry+https://github.com/rust-lang/crates.io-index"
7075checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
7076
7077[[package]]
7078name = "utf-8"
7079version = "0.7.6"
7080source = "registry+https://github.com/rust-lang/crates.io-index"
7081checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
7082
7083[[package]]
7084name = "utf8_iter"
7085version = "1.0.4"
7086source = "registry+https://github.com/rust-lang/crates.io-index"
7087checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
7088
7089[[package]]
7090name = "utf8parse"
7091version = "0.2.2"
7092source = "registry+https://github.com/rust-lang/crates.io-index"
7093checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
7094
7095[[package]]
7096name = "uuid"
7097version = "1.24.0"
7098source = "registry+https://github.com/rust-lang/crates.io-index"
7099checksum = "bf3923a6f5c4c6382e0b653c4117f48d631ea17f38ed86e2a828e6f7412f5239"
7100dependencies = [
7101 "getrandom 0.4.3",
7102 "js-sys",
7103 "wasm-bindgen",
7104]
7105
7106[[package]]
7107name = "v4l2r"
7108version = "0.0.7"
7109source = "registry+https://github.com/rust-lang/crates.io-index"
7110checksum = "2b609e6cc820e3f95dac66f8ef4efbdf1f39b8d119ec16e6476f797ec95ebaa7"
7111dependencies = [
7112 "anyhow",
7113 "bindgen 0.70.1",
7114 "bitflags 2.13.1",
7115 "enumn",
7116 "log",
7117 "nix 0.28.0",
7118 "paste",
7119 "thiserror 1.0.69",
7120]
7121
7122[[package]]
7123name = "valuable"
7124version = "0.1.1"
7125source = "registry+https://github.com/rust-lang/crates.io-index"
7126checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
7127
7128[[package]]
7129name = "vergen"
7130version = "9.1.0"
7131source = "registry+https://github.com/rust-lang/crates.io-index"
7132checksum = "b849a1f6d8639e8de261e81ee0fc881e3e3620db1af9f2e0da015d4382ceaf75"
7133dependencies = [
7134 "anyhow",
7135 "derive_builder",
7136 "rustversion",
7137 "vergen-lib 9.1.0",
7138]
7139
7140[[package]]
7141name = "vergen-gitcl"
7142version = "1.0.8"
7143source = "registry+https://github.com/rust-lang/crates.io-index"
7144checksum = "b9dfc1de6eb2e08a4ddf152f1b179529638bedc0ea95e6d667c014506377aefe"
7145dependencies = [
7146 "anyhow",
7147 "derive_builder",
7148 "rustversion",
7149 "time",
7150 "vergen",
7151 "vergen-lib 0.1.6",
7152]
7153
7154[[package]]
7155name = "vergen-lib"
7156version = "0.1.6"
7157source = "registry+https://github.com/rust-lang/crates.io-index"
7158checksum = "9b07e6010c0f3e59fcb164e0163834597da68d1f864e2b8ca49f74de01e9c166"
7159dependencies = [
7160 "anyhow",
7161 "derive_builder",
7162 "rustversion",
7163]
7164
7165[[package]]
7166name = "vergen-lib"
7167version = "9.1.0"
7168source = "registry+https://github.com/rust-lang/crates.io-index"
7169checksum = "b34a29ba7e9c59e62f229ae1932fb1b8fb8a6fdcc99215a641913f5f5a59a569"
7170dependencies = [
7171 "anyhow",
7172 "derive_builder",
7173 "rustversion",
7174]
7175
7176[[package]]
7177name = "version-compare"
7178version = "0.2.1"
7179source = "registry+https://github.com/rust-lang/crates.io-index"
7180checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e"
7181
7182[[package]]
7183name = "version_check"
7184version = "0.9.5"
7185source = "registry+https://github.com/rust-lang/crates.io-index"
7186checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
7187
Bring vidya in cfd3e36 nandi 19d ago7188[[package]]
7189name = "vidya"
7190version = "0.1.0"
7191dependencies = [
7192 "egui",
7193 "mp4",
7194 "openh264",
7195 "png 0.17.16",
7196 "winit",
7197 "zip",
7198]
7199
7200[[package]]
7201name = "vidya-ffi"
7202version = "0.1.0"
7203dependencies = [
7204 "arboard",
7205 "egui",
7206 "egui-winit",
7207 "egui_glow",
7208 "glow",
7209 "glutin",
7210 "glutin-winit",
7211 "jni 0.22.4",
7212 "png 0.17.16",
7213 "vidya",
7214 "winit",
7215]
7216
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago7217[[package]]
7218name = "visibility"
7219version = "0.1.1"
7220source = "registry+https://github.com/rust-lang/crates.io-index"
7221checksum = "d674d135b4a8c1d7e813e2f8d1c9a58308aee4a680323066025e53132218bd91"
7222dependencies = [
7223 "proc-macro2",
7224 "quote",
7225 "syn 2.0.119",
7226]
7227
7228[[package]]
7229name = "walkdir"
7230version = "2.5.0"
7231source = "registry+https://github.com/rust-lang/crates.io-index"
7232checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
7233dependencies = [
7234 "same-file",
7235 "winapi-util",
7236]
7237
7238[[package]]
7239name = "want"
7240version = "0.3.1"
7241source = "registry+https://github.com/rust-lang/crates.io-index"
7242checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
7243dependencies = [
7244 "try-lock",
7245]
7246
7247[[package]]
7248name = "wasi"
7249version = "0.11.1+wasi-snapshot-preview1"
7250source = "registry+https://github.com/rust-lang/crates.io-index"
7251checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
7252
7253[[package]]
7254name = "wasip2"
7255version = "1.0.4+wasi-0.2.12"
7256source = "registry+https://github.com/rust-lang/crates.io-index"
7257checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
7258dependencies = [
7259 "wit-bindgen",
7260]
7261
7262[[package]]
7263name = "wasm-bindgen"
7264version = "0.2.126"
7265source = "registry+https://github.com/rust-lang/crates.io-index"
7266checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
7267dependencies = [
7268 "cfg-if",
7269 "once_cell",
7270 "rustversion",
7271 "wasm-bindgen-macro",
7272 "wasm-bindgen-shared",
7273]
7274
7275[[package]]
7276name = "wasm-bindgen-futures"
7277version = "0.4.76"
7278source = "registry+https://github.com/rust-lang/crates.io-index"
7279checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d"
7280dependencies = [
7281 "js-sys",
7282 "wasm-bindgen",
7283]
7284
7285[[package]]
7286name = "wasm-bindgen-macro"
7287version = "0.2.126"
7288source = "registry+https://github.com/rust-lang/crates.io-index"
7289checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
7290dependencies = [
7291 "quote",
7292 "wasm-bindgen-macro-support",
7293]
7294
7295[[package]]
7296name = "wasm-bindgen-macro-support"
7297version = "0.2.126"
7298source = "registry+https://github.com/rust-lang/crates.io-index"
7299checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
7300dependencies = [
7301 "bumpalo",
7302 "proc-macro2",
7303 "quote",
7304 "syn 2.0.119",
7305 "wasm-bindgen-shared",
7306]
7307
7308[[package]]
7309name = "wasm-bindgen-shared"
7310version = "0.2.126"
7311source = "registry+https://github.com/rust-lang/crates.io-index"
7312checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
7313dependencies = [
7314 "unicode-ident",
7315]
7316
7317[[package]]
7318name = "wasm-streams"
7319version = "0.5.0"
7320source = "registry+https://github.com/rust-lang/crates.io-index"
7321checksum = "9d1ec4f6517c9e11ae630e200b2b65d193279042e28edd4a2cda233e46670bbb"
7322dependencies = [
7323 "futures-util",
7324 "js-sys",
7325 "wasm-bindgen",
7326 "wasm-bindgen-futures",
7327 "web-sys",
7328]
7329
7330[[package]]
7331name = "wasmtimer"
7332version = "0.4.3"
7333source = "registry+https://github.com/rust-lang/crates.io-index"
7334checksum = "1c598d6b99ea013e35844697fc4670d08339d5cda15588f193c6beedd12f644b"
7335dependencies = [
7336 "futures",
7337 "js-sys",
7338 "parking_lot",
7339 "pin-utils",
7340 "wasm-bindgen",
7341]
7342
Bring vidya in cfd3e36 nandi 19d ago7343[[package]]
7344name = "wayland-backend"
7345version = "0.3.17"
7346source = "registry+https://github.com/rust-lang/crates.io-index"
7347checksum = "38a91b4eaddff87b1cd1074985e3713da4af2c49742d1b356b2c01670a67a078"
7348dependencies = [
7349 "cc",
7350 "downcast-rs",
7351 "rustix 1.1.4",
7352 "scoped-tls",
7353 "smallvec",
7354 "wayland-sys",
7355]
7356
7357[[package]]
7358name = "wayland-client"
7359version = "0.31.15"
7360source = "registry+https://github.com/rust-lang/crates.io-index"
7361checksum = "e3c36a0f861ad76d0901f2800b46321410d9f73f2ea88aac0650d86c32688073"
7362dependencies = [
7363 "bitflags 2.13.1",
7364 "rustix 1.1.4",
7365 "wayland-backend",
7366 "wayland-scanner",
7367]
7368
7369[[package]]
7370name = "wayland-csd-frame"
7371version = "0.3.0"
7372source = "registry+https://github.com/rust-lang/crates.io-index"
7373checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
7374dependencies = [
7375 "bitflags 2.13.1",
7376 "cursor-icon",
7377 "wayland-backend",
7378]
7379
7380[[package]]
7381name = "wayland-cursor"
7382version = "0.31.14"
7383source = "registry+https://github.com/rust-lang/crates.io-index"
7384checksum = "4a52d18780be9b1314328a3de5f930b73d2200112e3849ca6cb11822793fb34d"
7385dependencies = [
7386 "rustix 1.1.4",
7387 "wayland-client",
7388 "xcursor",
7389]
7390
7391[[package]]
7392name = "wayland-protocols"
7393version = "0.32.13"
7394source = "registry+https://github.com/rust-lang/crates.io-index"
7395checksum = "23d0c813de3daa2ed6520af85a3bd49b0e722a3078506899aa9686fea58dc4b6"
7396dependencies = [
7397 "bitflags 2.13.1",
7398 "wayland-backend",
7399 "wayland-client",
7400 "wayland-scanner",
7401]
7402
7403[[package]]
7404name = "wayland-protocols-experimental"
7405version = "20250721.0.1"
7406source = "registry+https://github.com/rust-lang/crates.io-index"
7407checksum = "40a1f863128dcaaec790d7b4b396cc9b9a7a079e878e18c47e6c2d2c5a8dcbb1"
7408dependencies = [
7409 "bitflags 2.13.1",
7410 "wayland-backend",
7411 "wayland-client",
7412 "wayland-protocols",
7413 "wayland-scanner",
7414]
7415
7416[[package]]
7417name = "wayland-protocols-misc"
7418version = "0.3.12"
7419source = "registry+https://github.com/rust-lang/crates.io-index"
7420checksum = "6e9567599ef23e09b8dad6e429e5738d4509dfc46b3b21f32841a304d16b29c8"
7421dependencies = [
7422 "bitflags 2.13.1",
7423 "wayland-backend",
7424 "wayland-client",
7425 "wayland-protocols",
7426 "wayland-scanner",
7427]
7428
7429[[package]]
7430name = "wayland-protocols-plasma"
7431version = "0.3.12"
7432source = "registry+https://github.com/rust-lang/crates.io-index"
7433checksum = "2b6d8cf1eb2c1c31ed1f5643c88a6e53538129d4af80030c8cabd1f9fa884d91"
7434dependencies = [
7435 "bitflags 2.13.1",
7436 "wayland-backend",
7437 "wayland-client",
7438 "wayland-protocols",
7439 "wayland-scanner",
7440]
7441
7442[[package]]
7443name = "wayland-protocols-wlr"
7444version = "0.3.12"
7445source = "registry+https://github.com/rust-lang/crates.io-index"
7446checksum = "eb04e52f7836d7c7976c78ca0250d61e33873c34156a2a1fc9474828ec268234"
7447dependencies = [
7448 "bitflags 2.13.1",
7449 "wayland-backend",
7450 "wayland-client",
7451 "wayland-protocols",
7452 "wayland-scanner",
7453]
7454
7455[[package]]
7456name = "wayland-scanner"
7457version = "0.31.11"
7458source = "registry+https://github.com/rust-lang/crates.io-index"
7459checksum = "338e30461b3a2b67d70eb30a6d89f8e0c93a833e07d2ae89085cd070c4a00ac0"
7460dependencies = [
7461 "proc-macro2",
7462 "quick-xml",
7463 "quote",
7464]
7465
7466[[package]]
7467name = "wayland-sys"
7468version = "0.31.11"
7469source = "registry+https://github.com/rust-lang/crates.io-index"
7470checksum = "d8eab23fefc9e41f8e841df4a9c707e8a8c4ed26e944ef69297184de2785e3be"
7471dependencies = [
7472 "dlib",
7473 "log",
7474 "once_cell",
7475 "pkg-config",
7476]
7477
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago7478[[package]]
7479name = "web-async"
7480version = "0.1.5"
7481source = "registry+https://github.com/rust-lang/crates.io-index"
7482checksum = "1ba1426dcf56093a94d9415ba4c016e45c1323679501e7309f1919ab32f08206"
7483dependencies = [
7484 "tokio",
7485 "tracing",
7486 "wasm-bindgen-futures",
7487 "wasmtimer",
7488]
7489
7490[[package]]
7491name = "web-sys"
7492version = "0.3.103"
7493source = "registry+https://github.com/rust-lang/crates.io-index"
7494checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141"
7495dependencies = [
7496 "js-sys",
7497 "wasm-bindgen",
7498]
7499
7500[[package]]
7501name = "web-time"
7502version = "1.1.0"
7503source = "registry+https://github.com/rust-lang/crates.io-index"
7504checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
7505dependencies = [
7506 "js-sys",
7507 "wasm-bindgen",
7508]
7509
7510[[package]]
7511name = "web-transport-iroh"
7512version = "0.2.2"
7513source = "git+https://github.com/Frando/web-transport?rev=f7a523f1#f7a523f13f15c1568107a24b86a29929834b06bf"
7514dependencies = [
7515 "bytes",
7516 "http",
7517 "iroh",
7518 "n0-error",
7519 "n0-future",
7520 "tokio",
7521 "tracing",
7522 "url",
7523 "web-transport-proto",
7524 "web-transport-trait",
7525]
7526
7527[[package]]
7528name = "web-transport-noq"
7529version = "0.0.3"
7530source = "git+https://github.com/Frando/web-transport?rev=f7a523f1#f7a523f13f15c1568107a24b86a29929834b06bf"
7531dependencies = [
7532 "bytes",
7533 "futures",
7534 "http",
7535 "noq",
7536 "rustls",
7537 "rustls-native-certs",
7538 "thiserror 2.0.19",
7539 "tokio",
7540 "tracing",
7541 "url",
7542 "web-transport-proto",
7543 "web-transport-trait",
7544]
7545
7546[[package]]
7547name = "web-transport-proto"
7548version = "0.6.0"
7549source = "git+https://github.com/Frando/web-transport?rev=f7a523f1#f7a523f13f15c1568107a24b86a29929834b06bf"
7550dependencies = [
7551 "bytes",
7552 "http",
7553 "sfv",
7554 "thiserror 2.0.19",
7555 "tokio",
7556 "url",
7557]
7558
7559[[package]]
7560name = "web-transport-trait"
7561version = "0.3.4"
7562source = "git+https://github.com/Frando/web-transport?rev=f7a523f1#f7a523f13f15c1568107a24b86a29929834b06bf"
7563dependencies = [
7564 "bytes",
7565]
7566
Bring vidya in cfd3e36 nandi 19d ago7567[[package]]
7568name = "webbrowser"
7569version = "1.2.4"
7570source = "registry+https://github.com/rust-lang/crates.io-index"
7571checksum = "62c35be770821a214dbc362fc26908c853e776c0004294d0b10b8a6bad582f94"
7572dependencies = [
7573 "jni 0.22.4",
7574 "log",
7575 "ndk-context",
7576 "objc2 0.6.4",
7577 "objc2-app-kit 0.3.2",
7578 "objc2-foundation 0.3.2",
7579 "url",
7580 "web-sys",
7581]
7582
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago7583[[package]]
7584name = "webpki-root-certs"
7585version = "1.0.9"
7586source = "registry+https://github.com/rust-lang/crates.io-index"
7587checksum = "b96554aa2acc8ccdb7e1c9a58a7a68dd5d13bccc69cd124cb09406db612a1c9b"
7588dependencies = [
7589 "rustls-pki-types",
7590]
7591
7592[[package]]
7593name = "webpki-roots"
7594version = "1.0.9"
7595source = "registry+https://github.com/rust-lang/crates.io-index"
7596checksum = "7dcd9d09a39985f5344844e66b0c530a33843579125f23e21e9f0f220850f22a"
7597dependencies = [
7598 "rustls-pki-types",
7599]
7600
Bring vidya in cfd3e36 nandi 19d ago7601[[package]]
7602name = "weezl"
7603version = "0.1.12"
7604source = "registry+https://github.com/rust-lang/crates.io-index"
7605checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88"
7606
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago7607[[package]]
7608name = "wide"
7609version = "1.5.0"
7610source = "registry+https://github.com/rust-lang/crates.io-index"
7611checksum = "dfdfe6a32973f2d1b268b8895845a8a96cac2f0191e72c27cc929036060dbf89"
7612dependencies = [
7613 "bytemuck",
7614 "safe_arch",
7615]
7616
7617[[package]]
7618name = "widestring"
7619version = "1.2.1"
7620source = "registry+https://github.com/rust-lang/crates.io-index"
7621checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
7622
7623[[package]]
7624name = "winapi"
7625version = "0.3.9"
7626source = "registry+https://github.com/rust-lang/crates.io-index"
7627checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
7628dependencies = [
7629 "winapi-i686-pc-windows-gnu",
7630 "winapi-x86_64-pc-windows-gnu",
7631]
7632
7633[[package]]
7634name = "winapi-i686-pc-windows-gnu"
7635version = "0.4.0"
7636source = "registry+https://github.com/rust-lang/crates.io-index"
7637checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
7638
7639[[package]]
7640name = "winapi-util"
7641version = "0.1.11"
7642source = "registry+https://github.com/rust-lang/crates.io-index"
7643checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
7644dependencies = [
7645 "windows-sys 0.61.2",
7646]
7647
7648[[package]]
7649name = "winapi-x86_64-pc-windows-gnu"
7650version = "0.4.0"
7651source = "registry+https://github.com/rust-lang/crates.io-index"
7652checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
7653
7654[[package]]
7655name = "windowfunctions"
7656version = "0.1.1"
7657source = "registry+https://github.com/rust-lang/crates.io-index"
7658checksum = "90628d739333b7c5d2ee0b70210b97b8cddc38440c682c96fd9e2c24c2db5f3a"
7659dependencies = [
7660 "num-traits",
7661]
7662
7663[[package]]
7664name = "windows"
7665version = "0.62.2"
7666source = "registry+https://github.com/rust-lang/crates.io-index"
7667checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
7668dependencies = [
7669 "windows-collections",
7670 "windows-core",
7671 "windows-future",
7672 "windows-numerics",
7673]
7674
7675[[package]]
7676name = "windows-collections"
7677version = "0.3.2"
7678source = "registry+https://github.com/rust-lang/crates.io-index"
7679checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
7680dependencies = [
7681 "windows-core",
7682]
7683
7684[[package]]
7685name = "windows-core"
7686version = "0.62.2"
7687source = "registry+https://github.com/rust-lang/crates.io-index"
7688checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
7689dependencies = [
7690 "windows-implement",
7691 "windows-interface",
7692 "windows-link",
7693 "windows-result",
7694 "windows-strings",
7695]
7696
7697[[package]]
7698name = "windows-future"
7699version = "0.3.2"
7700source = "registry+https://github.com/rust-lang/crates.io-index"
7701checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
7702dependencies = [
7703 "windows-core",
7704 "windows-link",
7705 "windows-threading",
7706]
7707
7708[[package]]
7709name = "windows-implement"
7710version = "0.60.2"
7711source = "registry+https://github.com/rust-lang/crates.io-index"
7712checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
7713dependencies = [
7714 "proc-macro2",
7715 "quote",
7716 "syn 2.0.119",
7717]
7718
7719[[package]]
7720name = "windows-interface"
7721version = "0.59.3"
7722source = "registry+https://github.com/rust-lang/crates.io-index"
7723checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
7724dependencies = [
7725 "proc-macro2",
7726 "quote",
7727 "syn 2.0.119",
7728]
7729
7730[[package]]
7731name = "windows-link"
7732version = "0.2.1"
7733source = "registry+https://github.com/rust-lang/crates.io-index"
7734checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
7735
7736[[package]]
7737name = "windows-numerics"
7738version = "0.3.1"
7739source = "registry+https://github.com/rust-lang/crates.io-index"
7740checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
7741dependencies = [
7742 "windows-core",
7743 "windows-link",
7744]
7745
7746[[package]]
7747name = "windows-registry"
7748version = "0.6.1"
7749source = "registry+https://github.com/rust-lang/crates.io-index"
7750checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
7751dependencies = [
7752 "windows-link",
7753 "windows-result",
7754 "windows-strings",
7755]
7756
7757[[package]]
7758name = "windows-result"
7759version = "0.4.1"
7760source = "registry+https://github.com/rust-lang/crates.io-index"
7761checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
7762dependencies = [
7763 "windows-link",
7764]
7765
7766[[package]]
7767name = "windows-strings"
7768version = "0.5.1"
7769source = "registry+https://github.com/rust-lang/crates.io-index"
7770checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
7771dependencies = [
7772 "windows-link",
7773]
7774
7775[[package]]
7776name = "windows-sys"
7777version = "0.45.0"
7778source = "registry+https://github.com/rust-lang/crates.io-index"
7779checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
7780dependencies = [
7781 "windows-targets 0.42.2",
7782]
7783
7784[[package]]
7785name = "windows-sys"
7786version = "0.52.0"
7787source = "registry+https://github.com/rust-lang/crates.io-index"
7788checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
7789dependencies = [
7790 "windows-targets 0.52.6",
7791]
7792
7793[[package]]
7794name = "windows-sys"
7795version = "0.59.0"
7796source = "registry+https://github.com/rust-lang/crates.io-index"
7797checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
7798dependencies = [
7799 "windows-targets 0.52.6",
7800]
7801
7802[[package]]
7803name = "windows-sys"
7804version = "0.61.2"
7805source = "registry+https://github.com/rust-lang/crates.io-index"
7806checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
7807dependencies = [
7808 "windows-link",
7809]
7810
7811[[package]]
7812name = "windows-targets"
7813version = "0.42.2"
7814source = "registry+https://github.com/rust-lang/crates.io-index"
7815checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
7816dependencies = [
7817 "windows_aarch64_gnullvm 0.42.2",
7818 "windows_aarch64_msvc 0.42.2",
7819 "windows_i686_gnu 0.42.2",
7820 "windows_i686_msvc 0.42.2",
7821 "windows_x86_64_gnu 0.42.2",
7822 "windows_x86_64_gnullvm 0.42.2",
7823 "windows_x86_64_msvc 0.42.2",
7824]
7825
7826[[package]]
7827name = "windows-targets"
7828version = "0.52.6"
7829source = "registry+https://github.com/rust-lang/crates.io-index"
7830checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
7831dependencies = [
7832 "windows_aarch64_gnullvm 0.52.6",
7833 "windows_aarch64_msvc 0.52.6",
7834 "windows_i686_gnu 0.52.6",
7835 "windows_i686_gnullvm",
7836 "windows_i686_msvc 0.52.6",
7837 "windows_x86_64_gnu 0.52.6",
7838 "windows_x86_64_gnullvm 0.52.6",
7839 "windows_x86_64_msvc 0.52.6",
7840]
7841
7842[[package]]
7843name = "windows-threading"
7844version = "0.2.1"
7845source = "registry+https://github.com/rust-lang/crates.io-index"
7846checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
7847dependencies = [
7848 "windows-link",
7849]
7850
7851[[package]]
7852name = "windows_aarch64_gnullvm"
7853version = "0.42.2"
7854source = "registry+https://github.com/rust-lang/crates.io-index"
7855checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
7856
7857[[package]]
7858name = "windows_aarch64_gnullvm"
7859version = "0.52.6"
7860source = "registry+https://github.com/rust-lang/crates.io-index"
7861checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
7862
7863[[package]]
7864name = "windows_aarch64_msvc"
7865version = "0.42.2"
7866source = "registry+https://github.com/rust-lang/crates.io-index"
7867checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
7868
7869[[package]]
7870name = "windows_aarch64_msvc"
7871version = "0.52.6"
7872source = "registry+https://github.com/rust-lang/crates.io-index"
7873checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
7874
7875[[package]]
7876name = "windows_i686_gnu"
7877version = "0.42.2"
7878source = "registry+https://github.com/rust-lang/crates.io-index"
7879checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
7880
7881[[package]]
7882name = "windows_i686_gnu"
7883version = "0.52.6"
7884source = "registry+https://github.com/rust-lang/crates.io-index"
7885checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
7886
7887[[package]]
7888name = "windows_i686_gnullvm"
7889version = "0.52.6"
7890source = "registry+https://github.com/rust-lang/crates.io-index"
7891checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
7892
7893[[package]]
7894name = "windows_i686_msvc"
7895version = "0.42.2"
7896source = "registry+https://github.com/rust-lang/crates.io-index"
7897checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
7898
7899[[package]]
7900name = "windows_i686_msvc"
7901version = "0.52.6"
7902source = "registry+https://github.com/rust-lang/crates.io-index"
7903checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
7904
7905[[package]]
7906name = "windows_x86_64_gnu"
7907version = "0.42.2"
7908source = "registry+https://github.com/rust-lang/crates.io-index"
7909checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
7910
7911[[package]]
7912name = "windows_x86_64_gnu"
7913version = "0.52.6"
7914source = "registry+https://github.com/rust-lang/crates.io-index"
7915checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
7916
7917[[package]]
7918name = "windows_x86_64_gnullvm"
7919version = "0.42.2"
7920source = "registry+https://github.com/rust-lang/crates.io-index"
7921checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
7922
7923[[package]]
7924name = "windows_x86_64_gnullvm"
7925version = "0.52.6"
7926source = "registry+https://github.com/rust-lang/crates.io-index"
7927checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
7928
7929[[package]]
7930name = "windows_x86_64_msvc"
7931version = "0.42.2"
7932source = "registry+https://github.com/rust-lang/crates.io-index"
7933checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
7934
7935[[package]]
7936name = "windows_x86_64_msvc"
7937version = "0.52.6"
7938source = "registry+https://github.com/rust-lang/crates.io-index"
7939checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
7940
Bring vidya in cfd3e36 nandi 19d ago7941[[package]]
7942name = "winit"
7943version = "0.30.13"
7944source = "registry+https://github.com/rust-lang/crates.io-index"
7945checksum = "a6755fa58a9f8350bd1e472d4c3fcc25f824ec358933bba33306d0b63df5978d"
7946dependencies = [
7947 "ahash",
7948 "android-activity",
7949 "atomic-waker",
7950 "bitflags 2.13.1",
7951 "block2 0.5.1",
7952 "bytemuck",
7953 "calloop 0.13.0",
7954 "cfg_aliases 0.2.2",
7955 "concurrent-queue",
7956 "core-foundation 0.9.4",
7957 "core-graphics",
7958 "cursor-icon",
7959 "dpi",
7960 "js-sys",
7961 "libc",
7962 "memmap2",
7963 "ndk",
7964 "objc2 0.5.2",
7965 "objc2-app-kit 0.2.2",
7966 "objc2-foundation 0.2.2",
7967 "objc2-ui-kit",
7968 "orbclient",
7969 "percent-encoding",
7970 "pin-project",
7971 "raw-window-handle",
7972 "redox_syscall 0.4.1",
7973 "rustix 0.38.44",
7974 "sctk-adwaita",
7975 "smithay-client-toolkit 0.19.2",
7976 "smol_str",
7977 "tracing",
7978 "unicode-segmentation",
7979 "wasm-bindgen",
7980 "wasm-bindgen-futures",
7981 "wayland-backend",
7982 "wayland-client",
7983 "wayland-protocols",
7984 "wayland-protocols-plasma",
7985 "web-sys",
7986 "web-time",
7987 "windows-sys 0.52.0",
7988 "x11-dl",
7989 "x11rb",
7990 "xkbcommon-dl",
7991]
7992
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago7993[[package]]
7994name = "winnow"
7995version = "1.0.4"
7996source = "registry+https://github.com/rust-lang/crates.io-index"
7997checksum = "23b97319f7b8343df12cc98938e5c3eb436064524c8d2b4e30a1d3a36eecdf81"
7998dependencies = [
7999 "memchr",
8000]
8001
8002[[package]]
8003name = "wit-bindgen"
8004version = "0.57.1"
8005source = "registry+https://github.com/rust-lang/crates.io-index"
8006checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
8007
8008[[package]]
8009name = "wmi"
8010version = "0.18.4"
8011source = "registry+https://github.com/rust-lang/crates.io-index"
8012checksum = "7c81b85c57a57500e56669586496bf2abd5cf082b9d32995251185d105208b64"
8013dependencies = [
8014 "chrono",
8015 "futures",
8016 "log",
8017 "serde",
8018 "thiserror 2.0.19",
8019 "windows",
8020 "windows-core",
8021]
8022
8023[[package]]
8024name = "writeable"
8025version = "0.6.3"
8026source = "registry+https://github.com/rust-lang/crates.io-index"
8027checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
8028
8029[[package]]
8030name = "ws_stream_wasm"
8031version = "0.7.5"
8032source = "registry+https://github.com/rust-lang/crates.io-index"
8033checksum = "6c173014acad22e83f16403ee360115b38846fe754e735c5d9d3803fe70c6abc"
8034dependencies = [
8035 "async_io_stream",
8036 "futures",
8037 "js-sys",
8038 "log",
8039 "pharos",
8040 "rustc_version",
8041 "send_wrapper",
8042 "thiserror 2.0.19",
8043 "wasm-bindgen",
8044 "wasm-bindgen-futures",
8045 "web-sys",
8046]
8047
Bring vidya in cfd3e36 nandi 19d ago8048[[package]]
8049name = "x11-dl"
8050version = "2.21.0"
8051source = "registry+https://github.com/rust-lang/crates.io-index"
8052checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
8053dependencies = [
8054 "libc",
8055 "once_cell",
8056 "pkg-config",
8057]
8058
8059[[package]]
8060name = "x11rb"
8061version = "0.13.2"
8062source = "registry+https://github.com/rust-lang/crates.io-index"
8063checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
8064dependencies = [
8065 "as-raw-xcb-connection",
8066 "gethostname",
8067 "libc",
8068 "libloading",
8069 "once_cell",
8070 "rustix 1.1.4",
8071 "x11rb-protocol",
8072]
8073
8074[[package]]
8075name = "x11rb-protocol"
8076version = "0.13.2"
8077source = "registry+https://github.com/rust-lang/crates.io-index"
8078checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
8079
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago8080[[package]]
8081name = "x509-parser"
8082version = "0.18.1"
8083source = "registry+https://github.com/rust-lang/crates.io-index"
8084checksum = "d43b0f71ce057da06bc0851b23ee24f3f86190b07203dd8f567d0b706a185202"
8085dependencies = [
8086 "asn1-rs",
8087 "aws-lc-rs",
8088 "data-encoding",
8089 "der-parser",
8090 "lazy_static",
8091 "nom 7.1.3",
8092 "oid-registry",
8093 "rusticata-macros",
8094 "thiserror 2.0.19",
8095 "time",
8096]
8097
Bring vidya in cfd3e36 nandi 19d ago8098[[package]]
8099name = "xcursor"
8100version = "0.3.11"
8101source = "registry+https://github.com/rust-lang/crates.io-index"
8102checksum = "163b33ed8786455e2fa5d72f554057ce3f3182425434f756cd39c99839d88e23"
8103
8104[[package]]
8105name = "xkbcommon-dl"
8106version = "0.4.2"
8107source = "registry+https://github.com/rust-lang/crates.io-index"
8108checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5"
8109dependencies = [
8110 "bitflags 2.13.1",
8111 "dlib",
8112 "log",
8113 "once_cell",
8114 "xkeysym",
8115]
8116
8117[[package]]
8118name = "xkeysym"
8119version = "0.2.1"
8120source = "registry+https://github.com/rust-lang/crates.io-index"
8121checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
8122
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago8123[[package]]
8124name = "xml-rs"
8125version = "0.8.28"
8126source = "registry+https://github.com/rust-lang/crates.io-index"
8127checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
8128
8129[[package]]
8130name = "xmltree"
8131version = "0.10.3"
8132source = "registry+https://github.com/rust-lang/crates.io-index"
8133checksum = "d7d8a75eaf6557bb84a65ace8609883db44a29951042ada9b393151532e41fcb"
8134dependencies = [
8135 "xml-rs",
8136]
8137
8138[[package]]
8139name = "yasna"
8140version = "0.6.0"
8141source = "registry+https://github.com/rust-lang/crates.io-index"
8142checksum = "b5f6765e852b9b4dc8e2a76843e4d64d1cea8e79bcde0b6901aea8e7c7f08282"
8143dependencies = [
8144 "bit-vec",
8145 "time",
8146]
8147
8148[[package]]
8149name = "yoke"
8150version = "0.8.3"
8151source = "registry+https://github.com/rust-lang/crates.io-index"
8152checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
8153dependencies = [
8154 "stable_deref_trait",
8155 "yoke-derive",
8156 "zerofrom",
8157]
8158
8159[[package]]
8160name = "yoke-derive"
8161version = "0.8.2"
8162source = "registry+https://github.com/rust-lang/crates.io-index"
8163checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
8164dependencies = [
8165 "proc-macro2",
8166 "quote",
8167 "syn 2.0.119",
8168 "synstructure",
8169]
8170
8171[[package]]
8172name = "yuv"
8173version = "0.8.16"
8174source = "registry+https://github.com/rust-lang/crates.io-index"
8175checksum = "5d85a782d94ee43f078bcfd6fa82d4e6a5b2d1cfbbad168e4df5a9f7b39ef48c"
8176dependencies = [
8177 "num-traits",
8178]
8179
8180[[package]]
8181name = "z32"
8182version = "1.3.0"
8183source = "registry+https://github.com/rust-lang/crates.io-index"
8184checksum = "2164e798d9e3d84ee2c91139ace54638059a3b23e361f5c11781c2c6459bde0f"
8185
8186[[package]]
8187name = "zerocopy"
8188version = "0.8.55"
8189source = "registry+https://github.com/rust-lang/crates.io-index"
8190checksum = "b5a105cd7b140f6eeec8acff2ea38135d3cab283ada58540f629fe51e46696eb"
8191dependencies = [
8192 "zerocopy-derive",
8193]
8194
8195[[package]]
8196name = "zerocopy-derive"
8197version = "0.8.55"
8198source = "registry+https://github.com/rust-lang/crates.io-index"
8199checksum = "0fe976fb70c78cd64cccfe3a6fc142244e8a77b70959b30faf9d0ac37ee228eb"
8200dependencies = [
8201 "proc-macro2",
8202 "quote",
8203 "syn 2.0.119",
8204]
8205
8206[[package]]
8207name = "zerofrom"
8208version = "0.1.8"
8209source = "registry+https://github.com/rust-lang/crates.io-index"
8210checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
8211dependencies = [
8212 "zerofrom-derive",
8213]
8214
8215[[package]]
8216name = "zerofrom-derive"
8217version = "0.1.7"
8218source = "registry+https://github.com/rust-lang/crates.io-index"
8219checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
8220dependencies = [
8221 "proc-macro2",
8222 "quote",
8223 "syn 2.0.119",
8224 "synstructure",
8225]
8226
8227[[package]]
8228name = "zeroize"
8229version = "1.9.0"
8230source = "registry+https://github.com/rust-lang/crates.io-index"
8231checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
8232dependencies = [
8233 "zeroize_derive",
8234]
8235
8236[[package]]
8237name = "zeroize_derive"
8238version = "1.5.0"
8239source = "registry+https://github.com/rust-lang/crates.io-index"
8240checksum = "3c50655cbb0fe3fc43170059e702f1ce5e19b84cec58dc87b037a09935c2f328"
8241dependencies = [
8242 "proc-macro2",
8243 "quote",
8244 "syn 2.0.119",
8245]
8246
8247[[package]]
8248name = "zerotrie"
8249version = "0.2.4"
8250source = "registry+https://github.com/rust-lang/crates.io-index"
8251checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
8252dependencies = [
8253 "displaydoc",
8254 "yoke",
8255 "zerofrom",
8256]
8257
8258[[package]]
8259name = "zerovec"
8260version = "0.11.6"
8261source = "registry+https://github.com/rust-lang/crates.io-index"
8262checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
8263dependencies = [
8264 "yoke",
8265 "zerofrom",
8266 "zerovec-derive",
8267]
8268
8269[[package]]
8270name = "zerovec-derive"
8271version = "0.11.3"
8272source = "registry+https://github.com/rust-lang/crates.io-index"
8273checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
8274dependencies = [
8275 "proc-macro2",
8276 "quote",
8277 "syn 2.0.119",
8278]
8279
Bring vidya in cfd3e36 nandi 19d ago8280[[package]]
8281name = "zip"
8282version = "2.4.2"
8283source = "registry+https://github.com/rust-lang/crates.io-index"
8284checksum = "fabe6324e908f85a1c52063ce7aa26b68dcb7eb6dbc83a2d148403c9bc3eba50"
8285dependencies = [
8286 "arbitrary",
8287 "crc32fast",
8288 "crossbeam-utils",
8289 "displaydoc",
8290 "flate2",
8291 "indexmap 2.14.0",
8292 "memchr",
8293 "thiserror 2.0.19",
8294 "zopfli",
8295]
8296
8297[[package]]
8298name = "zlib-rs"
8299version = "0.6.7"
8300source = "registry+https://github.com/rust-lang/crates.io-index"
8301checksum = "34b31d188d9d685a4f9c7b46d6e36631b07058d2cfe190267adce54dc230bf12"
8302
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago8303[[package]]
8304name = "zmij"
8305version = "1.0.23"
8306source = "registry+https://github.com/rust-lang/crates.io-index"
8307checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"
8308
Bring vidya in cfd3e36 nandi 19d ago8309[[package]]
8310name = "zopfli"
8311version = "0.8.3"
8312source = "registry+https://github.com/rust-lang/crates.io-index"
8313checksum = "f05cd8797d63865425ff89b5c4a48804f35ba0ce8d125800027ad6017d2b5249"
8314dependencies = [
8315 "bumpalo",
8316 "crc32fast",
8317 "log",
8318 "simd-adler32",
8319]
8320
Lift freeq's AV media plane out of sleek 90f8b89 nandi 19d ago8321[[package]]
8322name = "zune-core"
8323version = "0.5.1"
8324source = "registry+https://github.com/rust-lang/crates.io-index"
8325checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9"
8326
8327[[package]]
8328name = "zune-jpeg"
8329version = "0.5.15"
8330source = "registry+https://github.com/rust-lang/crates.io-index"
8331checksum = "27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296"
8332dependencies = [
8333 "zune-core",
8334]