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