a Jellyfin & Subsonic client for the terminal — powered by mpv, Chromecast and UPnP MediaRenderer
mpv
chromecast
mpris
navidrome
jellyfin
upnp
tui
103 kB
4158 lines
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "aho-corasick"
7version = "1.1.4"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "allocator-api2"
16version = "0.2.21"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
19
20[[package]]
21name = "alsa"
22version = "0.9.1"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
25dependencies = [
26 "alsa-sys",
27 "bitflags 2.13.0",
28 "cfg-if",
29 "libc",
30]
31
32[[package]]
33name = "alsa-sys"
34version = "0.3.1"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
37dependencies = [
38 "libc",
39 "pkg-config",
40]
41
42[[package]]
43name = "android_system_properties"
44version = "0.1.5"
45source = "registry+https://github.com/rust-lang/crates.io-index"
46checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
47dependencies = [
48 "libc",
49]
50
51[[package]]
52name = "anstream"
53version = "1.0.0"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
56dependencies = [
57 "anstyle",
58 "anstyle-parse",
59 "anstyle-query",
60 "anstyle-wincon",
61 "colorchoice",
62 "is_terminal_polyfill",
63 "utf8parse",
64]
65
66[[package]]
67name = "anstyle"
68version = "1.0.14"
69source = "registry+https://github.com/rust-lang/crates.io-index"
70checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
71
72[[package]]
73name = "anstyle-parse"
74version = "1.0.0"
75source = "registry+https://github.com/rust-lang/crates.io-index"
76checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
77dependencies = [
78 "utf8parse",
79]
80
81[[package]]
82name = "anstyle-query"
83version = "1.1.5"
84source = "registry+https://github.com/rust-lang/crates.io-index"
85checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
86dependencies = [
87 "windows-sys 0.61.2",
88]
89
90[[package]]
91name = "anstyle-wincon"
92version = "3.0.11"
93source = "registry+https://github.com/rust-lang/crates.io-index"
94checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
95dependencies = [
96 "anstyle",
97 "once_cell_polyfill",
98 "windows-sys 0.61.2",
99]
100
101[[package]]
102name = "anyhow"
103version = "1.0.103"
104source = "registry+https://github.com/rust-lang/crates.io-index"
105checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3"
106
107[[package]]
108name = "arrayvec"
109version = "0.7.8"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56"
112
113[[package]]
114name = "async-broadcast"
115version = "0.7.2"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
118dependencies = [
119 "event-listener",
120 "event-listener-strategy",
121 "futures-core",
122 "pin-project-lite",
123]
124
125[[package]]
126name = "async-channel"
127version = "2.5.0"
128source = "registry+https://github.com/rust-lang/crates.io-index"
129checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
130dependencies = [
131 "concurrent-queue",
132 "event-listener-strategy",
133 "futures-core",
134 "pin-project-lite",
135]
136
137[[package]]
138name = "async-executor"
139version = "1.14.0"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "c96bf972d85afc50bf5ab8fe2d54d1586b4e0b46c97c50a0c9e71e2f7bcd812a"
142dependencies = [
143 "async-task",
144 "concurrent-queue",
145 "fastrand",
146 "futures-lite",
147 "pin-project-lite",
148 "slab",
149]
150
151[[package]]
152name = "async-io"
153version = "2.6.0"
154source = "registry+https://github.com/rust-lang/crates.io-index"
155checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
156dependencies = [
157 "autocfg",
158 "cfg-if",
159 "concurrent-queue",
160 "futures-io",
161 "futures-lite",
162 "parking",
163 "polling 3.11.0",
164 "rustix 1.1.4",
165 "slab",
166 "windows-sys 0.61.2",
167]
168
169[[package]]
170name = "async-lock"
171version = "3.4.2"
172source = "registry+https://github.com/rust-lang/crates.io-index"
173checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
174dependencies = [
175 "event-listener",
176 "event-listener-strategy",
177 "pin-project-lite",
178]
179
180[[package]]
181name = "async-process"
182version = "2.5.0"
183source = "registry+https://github.com/rust-lang/crates.io-index"
184checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
185dependencies = [
186 "async-channel",
187 "async-io",
188 "async-lock",
189 "async-signal",
190 "async-task",
191 "blocking",
192 "cfg-if",
193 "event-listener",
194 "futures-lite",
195 "rustix 1.1.4",
196]
197
198[[package]]
199name = "async-recursion"
200version = "1.1.1"
201source = "registry+https://github.com/rust-lang/crates.io-index"
202checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
203dependencies = [
204 "proc-macro2",
205 "quote",
206 "syn",
207]
208
209[[package]]
210name = "async-signal"
211version = "0.2.14"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "52b5aaafa020cf5053a01f2a60e8ff5dccf550f0f77ec54a4e47285ac2bab485"
214dependencies = [
215 "async-io",
216 "async-lock",
217 "atomic-waker",
218 "cfg-if",
219 "futures-core",
220 "futures-io",
221 "rustix 1.1.4",
222 "signal-hook-registry",
223 "slab",
224 "windows-sys 0.61.2",
225]
226
227[[package]]
228name = "async-task"
229version = "4.7.1"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
232
233[[package]]
234name = "async-trait"
235version = "0.1.89"
236source = "registry+https://github.com/rust-lang/crates.io-index"
237checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
238dependencies = [
239 "proc-macro2",
240 "quote",
241 "syn",
242]
243
244[[package]]
245name = "atomic-waker"
246version = "1.1.2"
247source = "registry+https://github.com/rust-lang/crates.io-index"
248checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
249
250[[package]]
251name = "autocfg"
252version = "1.5.1"
253source = "registry+https://github.com/rust-lang/crates.io-index"
254checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
255
256[[package]]
257name = "aws-lc-rs"
258version = "1.17.1"
259source = "registry+https://github.com/rust-lang/crates.io-index"
260checksum = "4342d8937fc7e5dd9b1c60292261c0670c882a2cd1719cfc11b1af41731e32ad"
261dependencies = [
262 "aws-lc-sys",
263 "zeroize",
264]
265
266[[package]]
267name = "aws-lc-sys"
268version = "0.42.0"
269source = "registry+https://github.com/rust-lang/crates.io-index"
270checksum = "6d9ceb1da931507a12f4fccea479dccd00da1943e1b4ae72d8e502d707361444"
271dependencies = [
272 "cc",
273 "cmake",
274 "dunce",
275 "fs_extra",
276 "pkg-config",
277]
278
279[[package]]
280name = "base64"
281version = "0.22.1"
282source = "registry+https://github.com/rust-lang/crates.io-index"
283checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
284
285[[package]]
286name = "bindgen"
287version = "0.72.1"
288source = "registry+https://github.com/rust-lang/crates.io-index"
289checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
290dependencies = [
291 "bitflags 2.13.0",
292 "cexpr",
293 "clang-sys",
294 "itertools",
295 "proc-macro2",
296 "quote",
297 "regex",
298 "rustc-hash",
299 "shlex 1.3.0",
300 "syn",
301]
302
303[[package]]
304name = "bitflags"
305version = "1.3.2"
306source = "registry+https://github.com/rust-lang/crates.io-index"
307checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
308
309[[package]]
310name = "bitflags"
311version = "2.13.0"
312source = "registry+https://github.com/rust-lang/crates.io-index"
313checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
314
315[[package]]
316name = "blocking"
317version = "1.6.2"
318source = "registry+https://github.com/rust-lang/crates.io-index"
319checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
320dependencies = [
321 "async-channel",
322 "async-task",
323 "futures-io",
324 "futures-lite",
325 "piper",
326]
327
328[[package]]
329name = "bumpalo"
330version = "3.20.3"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
333
334[[package]]
335name = "bytemuck"
336version = "1.25.0"
337source = "registry+https://github.com/rust-lang/crates.io-index"
338checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
339
340[[package]]
341name = "byteorder"
342version = "1.5.0"
343source = "registry+https://github.com/rust-lang/crates.io-index"
344checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
345
346[[package]]
347name = "bytes"
348version = "1.12.0"
349source = "registry+https://github.com/rust-lang/crates.io-index"
350checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593"
351
352[[package]]
353name = "cassowary"
354version = "0.3.0"
355source = "registry+https://github.com/rust-lang/crates.io-index"
356checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
357
358[[package]]
359name = "castaway"
360version = "0.2.4"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
363dependencies = [
364 "rustversion",
365]
366
367[[package]]
368name = "cc"
369version = "1.2.65"
370source = "registry+https://github.com/rust-lang/crates.io-index"
371checksum = "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96"
372dependencies = [
373 "find-msvc-tools",
374 "jobserver",
375 "libc",
376 "shlex 2.0.1",
377]
378
379[[package]]
380name = "cesu8"
381version = "1.1.0"
382source = "registry+https://github.com/rust-lang/crates.io-index"
383checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
384
385[[package]]
386name = "cexpr"
387version = "0.6.0"
388source = "registry+https://github.com/rust-lang/crates.io-index"
389checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
390dependencies = [
391 "nom",
392]
393
394[[package]]
395name = "cfg-if"
396version = "1.0.4"
397source = "registry+https://github.com/rust-lang/crates.io-index"
398checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
399
400[[package]]
401name = "cfg_aliases"
402version = "0.2.1"
403source = "registry+https://github.com/rust-lang/crates.io-index"
404checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
405
406[[package]]
407name = "chrono"
408version = "0.4.45"
409source = "registry+https://github.com/rust-lang/crates.io-index"
410checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
411dependencies = [
412 "iana-time-zone",
413 "js-sys",
414 "num-traits",
415 "serde",
416 "wasm-bindgen",
417 "windows-link",
418]
419
420[[package]]
421name = "clang-sys"
422version = "1.8.1"
423source = "registry+https://github.com/rust-lang/crates.io-index"
424checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
425dependencies = [
426 "glob",
427 "libc",
428 "libloading",
429]
430
431[[package]]
432name = "clap"
433version = "4.6.1"
434source = "registry+https://github.com/rust-lang/crates.io-index"
435checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
436dependencies = [
437 "clap_builder",
438 "clap_derive",
439]
440
441[[package]]
442name = "clap_builder"
443version = "4.6.0"
444source = "registry+https://github.com/rust-lang/crates.io-index"
445checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
446dependencies = [
447 "anstream",
448 "anstyle",
449 "clap_lex",
450 "strsim",
451]
452
453[[package]]
454name = "clap_derive"
455version = "4.6.1"
456source = "registry+https://github.com/rust-lang/crates.io-index"
457checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
458dependencies = [
459 "heck",
460 "proc-macro2",
461 "quote",
462 "syn",
463]
464
465[[package]]
466name = "clap_lex"
467version = "1.1.0"
468source = "registry+https://github.com/rust-lang/crates.io-index"
469checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
470
471[[package]]
472name = "cmake"
473version = "0.1.58"
474source = "registry+https://github.com/rust-lang/crates.io-index"
475checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678"
476dependencies = [
477 "cc",
478]
479
480[[package]]
481name = "colorchoice"
482version = "1.0.5"
483source = "registry+https://github.com/rust-lang/crates.io-index"
484checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
485
486[[package]]
487name = "combine"
488version = "4.6.7"
489source = "registry+https://github.com/rust-lang/crates.io-index"
490checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
491dependencies = [
492 "bytes",
493 "memchr",
494]
495
496[[package]]
497name = "compact_str"
498version = "0.8.2"
499source = "registry+https://github.com/rust-lang/crates.io-index"
500checksum = "7fd622ebbb56a5b2ccb651b32b911cdeb2a9b4b11776b2473bf26a26a286244e"
501dependencies = [
502 "castaway",
503 "cfg-if",
504 "itoa",
505 "rustversion",
506 "ryu",
507 "static_assertions",
508]
509
510[[package]]
511name = "concurrent-queue"
512version = "2.5.0"
513source = "registry+https://github.com/rust-lang/crates.io-index"
514checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
515dependencies = [
516 "crossbeam-utils",
517]
518
519[[package]]
520name = "core-foundation"
521version = "0.10.1"
522source = "registry+https://github.com/rust-lang/crates.io-index"
523checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
524dependencies = [
525 "core-foundation-sys",
526 "libc",
527]
528
529[[package]]
530name = "core-foundation-sys"
531version = "0.8.7"
532source = "registry+https://github.com/rust-lang/crates.io-index"
533checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
534
535[[package]]
536name = "coreaudio-rs"
537version = "0.11.3"
538source = "registry+https://github.com/rust-lang/crates.io-index"
539checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
540dependencies = [
541 "bitflags 1.3.2",
542 "core-foundation-sys",
543 "coreaudio-sys",
544]
545
546[[package]]
547name = "coreaudio-sys"
548version = "0.2.18"
549source = "registry+https://github.com/rust-lang/crates.io-index"
550checksum = "b9b4739a805a62757a83e5654fa3faabec0442666b263bb2287d5a8185bfd953"
551dependencies = [
552 "bindgen",
553]
554
555[[package]]
556name = "cpal"
557version = "0.15.3"
558source = "registry+https://github.com/rust-lang/crates.io-index"
559checksum = "873dab07c8f743075e57f524c583985fbaf745602acbe916a01539364369a779"
560dependencies = [
561 "alsa",
562 "core-foundation-sys",
563 "coreaudio-rs",
564 "dasp_sample",
565 "jni",
566 "js-sys",
567 "libc",
568 "mach2",
569 "ndk",
570 "ndk-context",
571 "oboe",
572 "wasm-bindgen",
573 "wasm-bindgen-futures",
574 "web-sys",
575 "windows",
576]
577
578[[package]]
579name = "crossbeam-utils"
580version = "0.8.21"
581source = "registry+https://github.com/rust-lang/crates.io-index"
582checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
583
584[[package]]
585name = "crossterm"
586version = "0.28.1"
587source = "registry+https://github.com/rust-lang/crates.io-index"
588checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6"
589dependencies = [
590 "bitflags 2.13.0",
591 "crossterm_winapi",
592 "futures-core",
593 "mio",
594 "parking_lot",
595 "rustix 0.38.44",
596 "signal-hook",
597 "signal-hook-mio",
598 "winapi",
599]
600
601[[package]]
602name = "crossterm_winapi"
603version = "0.9.1"
604source = "registry+https://github.com/rust-lang/crates.io-index"
605checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
606dependencies = [
607 "winapi",
608]
609
610[[package]]
611name = "darling"
612version = "0.23.0"
613source = "registry+https://github.com/rust-lang/crates.io-index"
614checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
615dependencies = [
616 "darling_core",
617 "darling_macro",
618]
619
620[[package]]
621name = "darling_core"
622version = "0.23.0"
623source = "registry+https://github.com/rust-lang/crates.io-index"
624checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
625dependencies = [
626 "ident_case",
627 "proc-macro2",
628 "quote",
629 "strsim",
630 "syn",
631]
632
633[[package]]
634name = "darling_macro"
635version = "0.23.0"
636source = "registry+https://github.com/rust-lang/crates.io-index"
637checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
638dependencies = [
639 "darling_core",
640 "quote",
641 "syn",
642]
643
644[[package]]
645name = "dasp_sample"
646version = "0.11.0"
647source = "registry+https://github.com/rust-lang/crates.io-index"
648checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
649
650[[package]]
651name = "directories"
652version = "5.0.1"
653source = "registry+https://github.com/rust-lang/crates.io-index"
654checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35"
655dependencies = [
656 "dirs-sys",
657]
658
659[[package]]
660name = "dirs-sys"
661version = "0.4.1"
662source = "registry+https://github.com/rust-lang/crates.io-index"
663checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
664dependencies = [
665 "libc",
666 "option-ext",
667 "redox_users",
668 "windows-sys 0.48.0",
669]
670
671[[package]]
672name = "displaydoc"
673version = "0.2.6"
674source = "registry+https://github.com/rust-lang/crates.io-index"
675checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
676dependencies = [
677 "proc-macro2",
678 "quote",
679 "syn",
680]
681
682[[package]]
683name = "dunce"
684version = "1.0.5"
685source = "registry+https://github.com/rust-lang/crates.io-index"
686checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
687
688[[package]]
689name = "either"
690version = "1.16.0"
691source = "registry+https://github.com/rust-lang/crates.io-index"
692checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
693
694[[package]]
695name = "encoding_rs"
696version = "0.8.35"
697source = "registry+https://github.com/rust-lang/crates.io-index"
698checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
699dependencies = [
700 "cfg-if",
701]
702
703[[package]]
704name = "endi"
705version = "1.1.1"
706source = "registry+https://github.com/rust-lang/crates.io-index"
707checksum = "66b7e2430c6dff6a955451e2cfc438f09cea1965a9d6f87f7e3b90decc014099"
708
709[[package]]
710name = "enumflags2"
711version = "0.7.12"
712source = "registry+https://github.com/rust-lang/crates.io-index"
713checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
714dependencies = [
715 "enumflags2_derive",
716 "serde",
717]
718
719[[package]]
720name = "enumflags2_derive"
721version = "0.7.12"
722source = "registry+https://github.com/rust-lang/crates.io-index"
723checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
724dependencies = [
725 "proc-macro2",
726 "quote",
727 "syn",
728]
729
730[[package]]
731name = "equivalent"
732version = "1.0.2"
733source = "registry+https://github.com/rust-lang/crates.io-index"
734checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
735
736[[package]]
737name = "errno"
738version = "0.3.14"
739source = "registry+https://github.com/rust-lang/crates.io-index"
740checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
741dependencies = [
742 "libc",
743 "windows-sys 0.61.2",
744]
745
746[[package]]
747name = "event-listener"
748version = "5.4.1"
749source = "registry+https://github.com/rust-lang/crates.io-index"
750checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
751dependencies = [
752 "concurrent-queue",
753 "parking",
754 "pin-project-lite",
755]
756
757[[package]]
758name = "event-listener-strategy"
759version = "0.5.4"
760source = "registry+https://github.com/rust-lang/crates.io-index"
761checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
762dependencies = [
763 "event-listener",
764 "pin-project-lite",
765]
766
767[[package]]
768name = "extended"
769version = "0.1.0"
770source = "registry+https://github.com/rust-lang/crates.io-index"
771checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
772
773[[package]]
774name = "fastrand"
775version = "2.4.1"
776source = "registry+https://github.com/rust-lang/crates.io-index"
777checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
778
779[[package]]
780name = "fin"
781version = "0.5.0"
782dependencies = [
783 "anyhow",
784 "clap",
785 "directories",
786 "fin-config",
787 "fin-jellyfin",
788 "fin-media",
789 "fin-mediarenderer",
790 "fin-mpris",
791 "fin-player",
792 "fin-tui",
793 "rpassword",
794 "rustls",
795 "serde",
796 "serde_json",
797 "tokio",
798 "toml",
799 "tracing",
800 "tracing-subscriber",
801 "uuid",
802 "whoami",
803]
804
805[[package]]
806name = "fin-config"
807version = "0.5.0"
808dependencies = [
809 "anyhow",
810 "directories",
811 "serde",
812 "toml",
813]
814
815[[package]]
816name = "fin-jellyfin"
817version = "0.5.0"
818dependencies = [
819 "anyhow",
820 "chrono",
821 "fin-config",
822 "percent-encoding",
823 "reqwest",
824 "serde",
825 "serde_json",
826 "thiserror 1.0.69",
827 "tokio",
828 "tracing",
829 "url",
830 "uuid",
831 "whoami",
832]
833
834[[package]]
835name = "fin-media"
836version = "0.5.0"
837dependencies = [
838 "anyhow",
839 "async-trait",
840 "fin-config",
841 "fin-jellyfin",
842 "fin-subsonic",
843 "reqwest",
844 "serde",
845 "serde_json",
846 "tokio",
847 "tracing",
848]
849
850[[package]]
851name = "fin-mediarenderer"
852version = "0.5.0"
853dependencies = [
854 "anyhow",
855 "chrono",
856 "fin-player",
857 "parking_lot",
858 "percent-encoding",
859 "reqwest",
860 "socket2 0.5.10",
861 "tokio",
862 "tracing",
863 "tracing-subscriber",
864 "uuid",
865]
866
867[[package]]
868name = "fin-mpris"
869version = "0.5.0"
870dependencies = [
871 "anyhow",
872 "fin-player",
873 "mpris-server",
874 "parking_lot",
875 "tokio",
876 "tracing",
877]
878
879[[package]]
880name = "fin-player"
881version = "0.5.0"
882dependencies = [
883 "anyhow",
884 "async-trait",
885 "cpal",
886 "fin-config",
887 "fin-jellyfin",
888 "futures",
889 "mdns-sd",
890 "parking_lot",
891 "rand",
892 "rb",
893 "reqwest",
894 "rockbox-dsp",
895 "rust_cast",
896 "serde",
897 "serde_json",
898 "symphonia",
899 "thiserror 1.0.69",
900 "tokio",
901 "tracing",
902 "url",
903 "uuid",
904]
905
906[[package]]
907name = "fin-subsonic"
908version = "0.5.0"
909dependencies = [
910 "anyhow",
911 "async-trait",
912 "fin-jellyfin",
913 "md5",
914 "parking_lot",
915 "percent-encoding",
916 "rand",
917 "reqwest",
918 "serde",
919 "serde_json",
920 "tokio",
921 "tracing",
922 "url",
923 "uuid",
924]
925
926[[package]]
927name = "fin-tui"
928version = "0.5.0"
929dependencies = [
930 "anyhow",
931 "async-trait",
932 "chrono",
933 "crossterm",
934 "fin-config",
935 "fin-jellyfin",
936 "fin-media",
937 "fin-player",
938 "futures",
939 "parking_lot",
940 "rand",
941 "ratatui",
942 "serde",
943 "serde_json",
944 "thiserror 1.0.69",
945 "tokio",
946 "tracing",
947 "unicode-width 0.2.0",
948 "uuid",
949]
950
951[[package]]
952name = "find-msvc-tools"
953version = "0.1.9"
954source = "registry+https://github.com/rust-lang/crates.io-index"
955checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
956
957[[package]]
958name = "flume"
959version = "0.11.1"
960source = "registry+https://github.com/rust-lang/crates.io-index"
961checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
962dependencies = [
963 "futures-core",
964 "futures-sink",
965 "spin",
966]
967
968[[package]]
969name = "foldhash"
970version = "0.1.5"
971source = "registry+https://github.com/rust-lang/crates.io-index"
972checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
973
974[[package]]
975name = "form_urlencoded"
976version = "1.2.2"
977source = "registry+https://github.com/rust-lang/crates.io-index"
978checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
979dependencies = [
980 "percent-encoding",
981]
982
983[[package]]
984name = "fs_extra"
985version = "1.3.0"
986source = "registry+https://github.com/rust-lang/crates.io-index"
987checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
988
989[[package]]
990name = "futures"
991version = "0.3.32"
992source = "registry+https://github.com/rust-lang/crates.io-index"
993checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
994dependencies = [
995 "futures-channel",
996 "futures-core",
997 "futures-executor",
998 "futures-io",
999 "futures-sink",
1000 "futures-task",
1001 "futures-util",
1002]
1003
1004[[package]]
1005name = "futures-channel"
1006version = "0.3.32"
1007source = "registry+https://github.com/rust-lang/crates.io-index"
1008checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
1009dependencies = [
1010 "futures-core",
1011 "futures-sink",
1012]
1013
1014[[package]]
1015name = "futures-core"
1016version = "0.3.32"
1017source = "registry+https://github.com/rust-lang/crates.io-index"
1018checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
1019
1020[[package]]
1021name = "futures-executor"
1022version = "0.3.32"
1023source = "registry+https://github.com/rust-lang/crates.io-index"
1024checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
1025dependencies = [
1026 "futures-core",
1027 "futures-task",
1028 "futures-util",
1029]
1030
1031[[package]]
1032name = "futures-io"
1033version = "0.3.32"
1034source = "registry+https://github.com/rust-lang/crates.io-index"
1035checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
1036
1037[[package]]
1038name = "futures-lite"
1039version = "2.6.1"
1040source = "registry+https://github.com/rust-lang/crates.io-index"
1041checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
1042dependencies = [
1043 "fastrand",
1044 "futures-core",
1045 "futures-io",
1046 "parking",
1047 "pin-project-lite",
1048]
1049
1050[[package]]
1051name = "futures-macro"
1052version = "0.3.32"
1053source = "registry+https://github.com/rust-lang/crates.io-index"
1054checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
1055dependencies = [
1056 "proc-macro2",
1057 "quote",
1058 "syn",
1059]
1060
1061[[package]]
1062name = "futures-sink"
1063version = "0.3.32"
1064source = "registry+https://github.com/rust-lang/crates.io-index"
1065checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
1066
1067[[package]]
1068name = "futures-task"
1069version = "0.3.32"
1070source = "registry+https://github.com/rust-lang/crates.io-index"
1071checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
1072
1073[[package]]
1074name = "futures-util"
1075version = "0.3.32"
1076source = "registry+https://github.com/rust-lang/crates.io-index"
1077checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
1078dependencies = [
1079 "futures-channel",
1080 "futures-core",
1081 "futures-io",
1082 "futures-macro",
1083 "futures-sink",
1084 "futures-task",
1085 "memchr",
1086 "pin-project-lite",
1087 "slab",
1088]
1089
1090[[package]]
1091name = "getrandom"
1092version = "0.2.17"
1093source = "registry+https://github.com/rust-lang/crates.io-index"
1094checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
1095dependencies = [
1096 "cfg-if",
1097 "js-sys",
1098 "libc",
1099 "wasi",
1100 "wasm-bindgen",
1101]
1102
1103[[package]]
1104name = "getrandom"
1105version = "0.3.4"
1106source = "registry+https://github.com/rust-lang/crates.io-index"
1107checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
1108dependencies = [
1109 "cfg-if",
1110 "js-sys",
1111 "libc",
1112 "r-efi 5.3.0",
1113 "wasip2",
1114 "wasm-bindgen",
1115]
1116
1117[[package]]
1118name = "getrandom"
1119version = "0.4.3"
1120source = "registry+https://github.com/rust-lang/crates.io-index"
1121checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
1122dependencies = [
1123 "cfg-if",
1124 "libc",
1125 "r-efi 6.0.0",
1126]
1127
1128[[package]]
1129name = "glob"
1130version = "0.3.3"
1131source = "registry+https://github.com/rust-lang/crates.io-index"
1132checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
1133
1134[[package]]
1135name = "hashbrown"
1136version = "0.15.5"
1137source = "registry+https://github.com/rust-lang/crates.io-index"
1138checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1139dependencies = [
1140 "allocator-api2",
1141 "equivalent",
1142 "foldhash",
1143]
1144
1145[[package]]
1146name = "hashbrown"
1147version = "0.17.1"
1148source = "registry+https://github.com/rust-lang/crates.io-index"
1149checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
1150
1151[[package]]
1152name = "heck"
1153version = "0.5.0"
1154source = "registry+https://github.com/rust-lang/crates.io-index"
1155checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1156
1157[[package]]
1158name = "hermit-abi"
1159version = "0.5.2"
1160source = "registry+https://github.com/rust-lang/crates.io-index"
1161checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
1162
1163[[package]]
1164name = "hex"
1165version = "0.4.3"
1166source = "registry+https://github.com/rust-lang/crates.io-index"
1167checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1168
1169[[package]]
1170name = "home"
1171version = "0.5.12"
1172source = "registry+https://github.com/rust-lang/crates.io-index"
1173checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
1174dependencies = [
1175 "windows-sys 0.61.2",
1176]
1177
1178[[package]]
1179name = "http"
1180version = "1.4.2"
1181source = "registry+https://github.com/rust-lang/crates.io-index"
1182checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425"
1183dependencies = [
1184 "bytes",
1185 "itoa",
1186]
1187
1188[[package]]
1189name = "http-body"
1190version = "1.0.1"
1191source = "registry+https://github.com/rust-lang/crates.io-index"
1192checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1193dependencies = [
1194 "bytes",
1195 "http",
1196]
1197
1198[[package]]
1199name = "http-body-util"
1200version = "0.1.3"
1201source = "registry+https://github.com/rust-lang/crates.io-index"
1202checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1203dependencies = [
1204 "bytes",
1205 "futures-core",
1206 "http",
1207 "http-body",
1208 "pin-project-lite",
1209]
1210
1211[[package]]
1212name = "httparse"
1213version = "1.10.1"
1214source = "registry+https://github.com/rust-lang/crates.io-index"
1215checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1216
1217[[package]]
1218name = "hyper"
1219version = "1.10.1"
1220source = "registry+https://github.com/rust-lang/crates.io-index"
1221checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498"
1222dependencies = [
1223 "atomic-waker",
1224 "bytes",
1225 "futures-channel",
1226 "futures-core",
1227 "http",
1228 "http-body",
1229 "httparse",
1230 "itoa",
1231 "pin-project-lite",
1232 "smallvec",
1233 "tokio",
1234 "want",
1235]
1236
1237[[package]]
1238name = "hyper-rustls"
1239version = "0.27.9"
1240source = "registry+https://github.com/rust-lang/crates.io-index"
1241checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
1242dependencies = [
1243 "http",
1244 "hyper",
1245 "hyper-util",
1246 "rustls",
1247 "tokio",
1248 "tokio-rustls",
1249 "tower-service",
1250 "webpki-roots",
1251]
1252
1253[[package]]
1254name = "hyper-util"
1255version = "0.1.20"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
1258dependencies = [
1259 "base64",
1260 "bytes",
1261 "futures-channel",
1262 "futures-util",
1263 "http",
1264 "http-body",
1265 "hyper",
1266 "ipnet",
1267 "libc",
1268 "percent-encoding",
1269 "pin-project-lite",
1270 "socket2 0.6.4",
1271 "tokio",
1272 "tower-service",
1273 "tracing",
1274]
1275
1276[[package]]
1277name = "iana-time-zone"
1278version = "0.1.65"
1279source = "registry+https://github.com/rust-lang/crates.io-index"
1280checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
1281dependencies = [
1282 "android_system_properties",
1283 "core-foundation-sys",
1284 "iana-time-zone-haiku",
1285 "js-sys",
1286 "log",
1287 "wasm-bindgen",
1288 "windows-core 0.62.2",
1289]
1290
1291[[package]]
1292name = "iana-time-zone-haiku"
1293version = "0.1.2"
1294source = "registry+https://github.com/rust-lang/crates.io-index"
1295checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1296dependencies = [
1297 "cc",
1298]
1299
1300[[package]]
1301name = "icu_collections"
1302version = "2.2.0"
1303source = "registry+https://github.com/rust-lang/crates.io-index"
1304checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
1305dependencies = [
1306 "displaydoc",
1307 "potential_utf",
1308 "utf8_iter",
1309 "yoke",
1310 "zerofrom",
1311 "zerovec",
1312]
1313
1314[[package]]
1315name = "icu_locale_core"
1316version = "2.2.0"
1317source = "registry+https://github.com/rust-lang/crates.io-index"
1318checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
1319dependencies = [
1320 "displaydoc",
1321 "litemap",
1322 "tinystr",
1323 "writeable",
1324 "zerovec",
1325]
1326
1327[[package]]
1328name = "icu_normalizer"
1329version = "2.2.0"
1330source = "registry+https://github.com/rust-lang/crates.io-index"
1331checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
1332dependencies = [
1333 "icu_collections",
1334 "icu_normalizer_data",
1335 "icu_properties",
1336 "icu_provider",
1337 "smallvec",
1338 "zerovec",
1339]
1340
1341[[package]]
1342name = "icu_normalizer_data"
1343version = "2.2.0"
1344source = "registry+https://github.com/rust-lang/crates.io-index"
1345checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
1346
1347[[package]]
1348name = "icu_properties"
1349version = "2.2.0"
1350source = "registry+https://github.com/rust-lang/crates.io-index"
1351checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
1352dependencies = [
1353 "icu_collections",
1354 "icu_locale_core",
1355 "icu_properties_data",
1356 "icu_provider",
1357 "zerotrie",
1358 "zerovec",
1359]
1360
1361[[package]]
1362name = "icu_properties_data"
1363version = "2.2.0"
1364source = "registry+https://github.com/rust-lang/crates.io-index"
1365checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
1366
1367[[package]]
1368name = "icu_provider"
1369version = "2.2.0"
1370source = "registry+https://github.com/rust-lang/crates.io-index"
1371checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
1372dependencies = [
1373 "displaydoc",
1374 "icu_locale_core",
1375 "writeable",
1376 "yoke",
1377 "zerofrom",
1378 "zerotrie",
1379 "zerovec",
1380]
1381
1382[[package]]
1383name = "ident_case"
1384version = "1.0.1"
1385source = "registry+https://github.com/rust-lang/crates.io-index"
1386checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1387
1388[[package]]
1389name = "idna"
1390version = "1.1.0"
1391source = "registry+https://github.com/rust-lang/crates.io-index"
1392checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1393dependencies = [
1394 "idna_adapter",
1395 "smallvec",
1396 "utf8_iter",
1397]
1398
1399[[package]]
1400name = "idna_adapter"
1401version = "1.2.2"
1402source = "registry+https://github.com/rust-lang/crates.io-index"
1403checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
1404dependencies = [
1405 "icu_normalizer",
1406 "icu_properties",
1407]
1408
1409[[package]]
1410name = "if-addrs"
1411version = "0.13.4"
1412source = "registry+https://github.com/rust-lang/crates.io-index"
1413checksum = "69b2eeee38fef3aa9b4cc5f1beea8a2444fc00e7377cafae396de3f5c2065e24"
1414dependencies = [
1415 "libc",
1416 "windows-sys 0.59.0",
1417]
1418
1419[[package]]
1420name = "indexmap"
1421version = "2.14.0"
1422source = "registry+https://github.com/rust-lang/crates.io-index"
1423checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
1424dependencies = [
1425 "equivalent",
1426 "hashbrown 0.17.1",
1427]
1428
1429[[package]]
1430name = "indoc"
1431version = "2.0.7"
1432source = "registry+https://github.com/rust-lang/crates.io-index"
1433checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
1434dependencies = [
1435 "rustversion",
1436]
1437
1438[[package]]
1439name = "instability"
1440version = "0.3.12"
1441source = "registry+https://github.com/rust-lang/crates.io-index"
1442checksum = "5eb2d60ef19920a3a9193c3e371f726ec1dafc045dac788d0fb3704272458971"
1443dependencies = [
1444 "darling",
1445 "indoc",
1446 "proc-macro2",
1447 "quote",
1448 "syn",
1449]
1450
1451[[package]]
1452name = "ipnet"
1453version = "2.12.0"
1454source = "registry+https://github.com/rust-lang/crates.io-index"
1455checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
1456
1457[[package]]
1458name = "is_terminal_polyfill"
1459version = "1.70.2"
1460source = "registry+https://github.com/rust-lang/crates.io-index"
1461checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1462
1463[[package]]
1464name = "itertools"
1465version = "0.13.0"
1466source = "registry+https://github.com/rust-lang/crates.io-index"
1467checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
1468dependencies = [
1469 "either",
1470]
1471
1472[[package]]
1473name = "itoa"
1474version = "1.0.18"
1475source = "registry+https://github.com/rust-lang/crates.io-index"
1476checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
1477
1478[[package]]
1479name = "jni"
1480version = "0.21.1"
1481source = "registry+https://github.com/rust-lang/crates.io-index"
1482checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
1483dependencies = [
1484 "cesu8",
1485 "cfg-if",
1486 "combine",
1487 "jni-sys 0.3.1",
1488 "log",
1489 "thiserror 1.0.69",
1490 "walkdir",
1491 "windows-sys 0.45.0",
1492]
1493
1494[[package]]
1495name = "jni-sys"
1496version = "0.3.1"
1497source = "registry+https://github.com/rust-lang/crates.io-index"
1498checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258"
1499dependencies = [
1500 "jni-sys 0.4.1",
1501]
1502
1503[[package]]
1504name = "jni-sys"
1505version = "0.4.1"
1506source = "registry+https://github.com/rust-lang/crates.io-index"
1507checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
1508dependencies = [
1509 "jni-sys-macros",
1510]
1511
1512[[package]]
1513name = "jni-sys-macros"
1514version = "0.4.1"
1515source = "registry+https://github.com/rust-lang/crates.io-index"
1516checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
1517dependencies = [
1518 "quote",
1519 "syn",
1520]
1521
1522[[package]]
1523name = "jobserver"
1524version = "0.1.34"
1525source = "registry+https://github.com/rust-lang/crates.io-index"
1526checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
1527dependencies = [
1528 "getrandom 0.3.4",
1529 "libc",
1530]
1531
1532[[package]]
1533name = "js-sys"
1534version = "0.3.103"
1535source = "registry+https://github.com/rust-lang/crates.io-index"
1536checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
1537dependencies = [
1538 "cfg-if",
1539 "futures-util",
1540 "wasm-bindgen",
1541]
1542
1543[[package]]
1544name = "lazy_static"
1545version = "1.5.0"
1546source = "registry+https://github.com/rust-lang/crates.io-index"
1547checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1548
1549[[package]]
1550name = "libc"
1551version = "0.2.186"
1552source = "registry+https://github.com/rust-lang/crates.io-index"
1553checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
1554
1555[[package]]
1556name = "libloading"
1557version = "0.8.9"
1558source = "registry+https://github.com/rust-lang/crates.io-index"
1559checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
1560dependencies = [
1561 "cfg-if",
1562 "windows-link",
1563]
1564
1565[[package]]
1566name = "libredox"
1567version = "0.1.18"
1568source = "registry+https://github.com/rust-lang/crates.io-index"
1569checksum = "c943259e342f1e06ff2da7a83eabdfe7f92ce10262688dbf1895ff0b3e6e4652"
1570dependencies = [
1571 "bitflags 2.13.0",
1572 "libc",
1573 "plain",
1574 "redox_syscall 0.9.0",
1575]
1576
1577[[package]]
1578name = "linux-raw-sys"
1579version = "0.4.15"
1580source = "registry+https://github.com/rust-lang/crates.io-index"
1581checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
1582
1583[[package]]
1584name = "linux-raw-sys"
1585version = "0.12.1"
1586source = "registry+https://github.com/rust-lang/crates.io-index"
1587checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
1588
1589[[package]]
1590name = "litemap"
1591version = "0.8.2"
1592source = "registry+https://github.com/rust-lang/crates.io-index"
1593checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
1594
1595[[package]]
1596name = "lock_api"
1597version = "0.4.14"
1598source = "registry+https://github.com/rust-lang/crates.io-index"
1599checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1600dependencies = [
1601 "scopeguard",
1602]
1603
1604[[package]]
1605name = "log"
1606version = "0.4.33"
1607source = "registry+https://github.com/rust-lang/crates.io-index"
1608checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
1609
1610[[package]]
1611name = "lru"
1612version = "0.12.5"
1613source = "registry+https://github.com/rust-lang/crates.io-index"
1614checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
1615dependencies = [
1616 "hashbrown 0.15.5",
1617]
1618
1619[[package]]
1620name = "lru-slab"
1621version = "0.1.2"
1622source = "registry+https://github.com/rust-lang/crates.io-index"
1623checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1624
1625[[package]]
1626name = "mach2"
1627version = "0.4.3"
1628source = "registry+https://github.com/rust-lang/crates.io-index"
1629checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
1630dependencies = [
1631 "libc",
1632]
1633
1634[[package]]
1635name = "matchers"
1636version = "0.2.0"
1637source = "registry+https://github.com/rust-lang/crates.io-index"
1638checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
1639dependencies = [
1640 "regex-automata",
1641]
1642
1643[[package]]
1644name = "md5"
1645version = "0.7.0"
1646source = "registry+https://github.com/rust-lang/crates.io-index"
1647checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
1648
1649[[package]]
1650name = "mdns-sd"
1651version = "0.11.5"
1652source = "registry+https://github.com/rust-lang/crates.io-index"
1653checksum = "8fe7c11a1eb3cfbfcf702d1601c1f5f4c102cdc8665b8a557783ef634741676e"
1654dependencies = [
1655 "flume",
1656 "if-addrs",
1657 "log",
1658 "polling 2.8.0",
1659 "socket2 0.5.10",
1660]
1661
1662[[package]]
1663name = "memchr"
1664version = "2.8.2"
1665source = "registry+https://github.com/rust-lang/crates.io-index"
1666checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
1667
1668[[package]]
1669name = "memoffset"
1670version = "0.9.1"
1671source = "registry+https://github.com/rust-lang/crates.io-index"
1672checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
1673dependencies = [
1674 "autocfg",
1675]
1676
1677[[package]]
1678name = "minimal-lexical"
1679version = "0.2.1"
1680source = "registry+https://github.com/rust-lang/crates.io-index"
1681checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1682
1683[[package]]
1684name = "mio"
1685version = "1.2.1"
1686source = "registry+https://github.com/rust-lang/crates.io-index"
1687checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda"
1688dependencies = [
1689 "libc",
1690 "log",
1691 "wasi",
1692 "windows-sys 0.61.2",
1693]
1694
1695[[package]]
1696name = "mpris-server"
1697version = "0.10.0"
1698source = "registry+https://github.com/rust-lang/crates.io-index"
1699checksum = "70cf358e9a9516cc35ed40eebd56cbe80f5190a7a2b3cd0c2d358c86b879132b"
1700dependencies = [
1701 "async-channel",
1702 "futures-channel",
1703 "serde",
1704 "trait-variant",
1705 "zbus",
1706]
1707
1708[[package]]
1709name = "ndk"
1710version = "0.8.0"
1711source = "registry+https://github.com/rust-lang/crates.io-index"
1712checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
1713dependencies = [
1714 "bitflags 2.13.0",
1715 "jni-sys 0.3.1",
1716 "log",
1717 "ndk-sys",
1718 "num_enum",
1719 "thiserror 1.0.69",
1720]
1721
1722[[package]]
1723name = "ndk-context"
1724version = "0.1.1"
1725source = "registry+https://github.com/rust-lang/crates.io-index"
1726checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
1727
1728[[package]]
1729name = "ndk-sys"
1730version = "0.5.0+25.2.9519653"
1731source = "registry+https://github.com/rust-lang/crates.io-index"
1732checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
1733dependencies = [
1734 "jni-sys 0.3.1",
1735]
1736
1737[[package]]
1738name = "nom"
1739version = "7.1.3"
1740source = "registry+https://github.com/rust-lang/crates.io-index"
1741checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1742dependencies = [
1743 "memchr",
1744 "minimal-lexical",
1745]
1746
1747[[package]]
1748name = "nu-ansi-term"
1749version = "0.50.3"
1750source = "registry+https://github.com/rust-lang/crates.io-index"
1751checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
1752dependencies = [
1753 "windows-sys 0.61.2",
1754]
1755
1756[[package]]
1757name = "num-derive"
1758version = "0.4.2"
1759source = "registry+https://github.com/rust-lang/crates.io-index"
1760checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
1761dependencies = [
1762 "proc-macro2",
1763 "quote",
1764 "syn",
1765]
1766
1767[[package]]
1768name = "num-traits"
1769version = "0.2.19"
1770source = "registry+https://github.com/rust-lang/crates.io-index"
1771checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1772dependencies = [
1773 "autocfg",
1774]
1775
1776[[package]]
1777name = "num_enum"
1778version = "0.7.6"
1779source = "registry+https://github.com/rust-lang/crates.io-index"
1780checksum = "5d0bca838442ec211fa11de3a8b0e0e8f3a4522575b5c4c06ed722e005036f26"
1781dependencies = [
1782 "num_enum_derive",
1783 "rustversion",
1784]
1785
1786[[package]]
1787name = "num_enum_derive"
1788version = "0.7.6"
1789source = "registry+https://github.com/rust-lang/crates.io-index"
1790checksum = "680998035259dcfcafe653688bf2aa6d3e2dc05e98be6ab46afb089dc84f1df8"
1791dependencies = [
1792 "proc-macro-crate",
1793 "proc-macro2",
1794 "quote",
1795 "syn",
1796]
1797
1798[[package]]
1799name = "oboe"
1800version = "0.6.1"
1801source = "registry+https://github.com/rust-lang/crates.io-index"
1802checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
1803dependencies = [
1804 "jni",
1805 "ndk",
1806 "ndk-context",
1807 "num-derive",
1808 "num-traits",
1809 "oboe-sys",
1810]
1811
1812[[package]]
1813name = "oboe-sys"
1814version = "0.6.1"
1815source = "registry+https://github.com/rust-lang/crates.io-index"
1816checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
1817dependencies = [
1818 "cc",
1819]
1820
1821[[package]]
1822name = "once_cell"
1823version = "1.21.4"
1824source = "registry+https://github.com/rust-lang/crates.io-index"
1825checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1826
1827[[package]]
1828name = "once_cell_polyfill"
1829version = "1.70.2"
1830source = "registry+https://github.com/rust-lang/crates.io-index"
1831checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1832
1833[[package]]
1834name = "openssl-probe"
1835version = "0.2.1"
1836source = "registry+https://github.com/rust-lang/crates.io-index"
1837checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
1838
1839[[package]]
1840name = "option-ext"
1841version = "0.2.0"
1842source = "registry+https://github.com/rust-lang/crates.io-index"
1843checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
1844
1845[[package]]
1846name = "ordered-stream"
1847version = "0.2.0"
1848source = "registry+https://github.com/rust-lang/crates.io-index"
1849checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
1850dependencies = [
1851 "futures-core",
1852 "pin-project-lite",
1853]
1854
1855[[package]]
1856name = "parking"
1857version = "2.2.1"
1858source = "registry+https://github.com/rust-lang/crates.io-index"
1859checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
1860
1861[[package]]
1862name = "parking_lot"
1863version = "0.12.5"
1864source = "registry+https://github.com/rust-lang/crates.io-index"
1865checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1866dependencies = [
1867 "lock_api",
1868 "parking_lot_core",
1869]
1870
1871[[package]]
1872name = "parking_lot_core"
1873version = "0.9.12"
1874source = "registry+https://github.com/rust-lang/crates.io-index"
1875checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1876dependencies = [
1877 "cfg-if",
1878 "libc",
1879 "redox_syscall 0.5.18",
1880 "smallvec",
1881 "windows-link",
1882]
1883
1884[[package]]
1885name = "paste"
1886version = "1.0.15"
1887source = "registry+https://github.com/rust-lang/crates.io-index"
1888checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
1889
1890[[package]]
1891name = "percent-encoding"
1892version = "2.3.2"
1893source = "registry+https://github.com/rust-lang/crates.io-index"
1894checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1895
1896[[package]]
1897name = "pin-project-lite"
1898version = "0.2.17"
1899source = "registry+https://github.com/rust-lang/crates.io-index"
1900checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1901
1902[[package]]
1903name = "piper"
1904version = "0.2.5"
1905source = "registry+https://github.com/rust-lang/crates.io-index"
1906checksum = "c835479a4443ded371d6c535cbfd8d31ad92c5d23ae9770a61bc155e4992a3c1"
1907dependencies = [
1908 "atomic-waker",
1909 "fastrand",
1910 "futures-io",
1911]
1912
1913[[package]]
1914name = "pkg-config"
1915version = "0.3.33"
1916source = "registry+https://github.com/rust-lang/crates.io-index"
1917checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
1918
1919[[package]]
1920name = "plain"
1921version = "0.2.3"
1922source = "registry+https://github.com/rust-lang/crates.io-index"
1923checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
1924
1925[[package]]
1926name = "polling"
1927version = "2.8.0"
1928source = "registry+https://github.com/rust-lang/crates.io-index"
1929checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
1930dependencies = [
1931 "autocfg",
1932 "bitflags 1.3.2",
1933 "cfg-if",
1934 "concurrent-queue",
1935 "libc",
1936 "log",
1937 "pin-project-lite",
1938 "windows-sys 0.48.0",
1939]
1940
1941[[package]]
1942name = "polling"
1943version = "3.11.0"
1944source = "registry+https://github.com/rust-lang/crates.io-index"
1945checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
1946dependencies = [
1947 "cfg-if",
1948 "concurrent-queue",
1949 "hermit-abi",
1950 "pin-project-lite",
1951 "rustix 1.1.4",
1952 "windows-sys 0.61.2",
1953]
1954
1955[[package]]
1956name = "potential_utf"
1957version = "0.1.5"
1958source = "registry+https://github.com/rust-lang/crates.io-index"
1959checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
1960dependencies = [
1961 "zerovec",
1962]
1963
1964[[package]]
1965name = "ppv-lite86"
1966version = "0.2.21"
1967source = "registry+https://github.com/rust-lang/crates.io-index"
1968checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1969dependencies = [
1970 "zerocopy",
1971]
1972
1973[[package]]
1974name = "proc-macro-crate"
1975version = "3.5.0"
1976source = "registry+https://github.com/rust-lang/crates.io-index"
1977checksum = "e67ba7e9b2b56446f1d419b1d807906278ffa1a658a8a5d8a39dcb1f5a78614f"
1978dependencies = [
1979 "toml_edit 0.25.12+spec-1.1.0",
1980]
1981
1982[[package]]
1983name = "proc-macro2"
1984version = "1.0.106"
1985source = "registry+https://github.com/rust-lang/crates.io-index"
1986checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1987dependencies = [
1988 "unicode-ident",
1989]
1990
1991[[package]]
1992name = "protobuf"
1993version = "3.7.2"
1994source = "registry+https://github.com/rust-lang/crates.io-index"
1995checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
1996dependencies = [
1997 "once_cell",
1998 "protobuf-support",
1999 "thiserror 1.0.69",
2000]
2001
2002[[package]]
2003name = "protobuf-codegen"
2004version = "3.7.2"
2005source = "registry+https://github.com/rust-lang/crates.io-index"
2006checksum = "5d3976825c0014bbd2f3b34f0001876604fe87e0c86cd8fa54251530f1544ace"
2007dependencies = [
2008 "anyhow",
2009 "once_cell",
2010 "protobuf",
2011 "protobuf-parse",
2012 "regex",
2013 "tempfile",
2014 "thiserror 1.0.69",
2015]
2016
2017[[package]]
2018name = "protobuf-parse"
2019version = "3.7.2"
2020source = "registry+https://github.com/rust-lang/crates.io-index"
2021checksum = "b4aeaa1f2460f1d348eeaeed86aea999ce98c1bded6f089ff8514c9d9dbdc973"
2022dependencies = [
2023 "anyhow",
2024 "indexmap",
2025 "log",
2026 "protobuf",
2027 "protobuf-support",
2028 "tempfile",
2029 "thiserror 1.0.69",
2030 "which",
2031]
2032
2033[[package]]
2034name = "protobuf-support"
2035version = "3.7.2"
2036source = "registry+https://github.com/rust-lang/crates.io-index"
2037checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
2038dependencies = [
2039 "thiserror 1.0.69",
2040]
2041
2042[[package]]
2043name = "quinn"
2044version = "0.11.11"
2045source = "registry+https://github.com/rust-lang/crates.io-index"
2046checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8"
2047dependencies = [
2048 "bytes",
2049 "cfg_aliases",
2050 "pin-project-lite",
2051 "quinn-proto",
2052 "quinn-udp",
2053 "rustc-hash",
2054 "rustls",
2055 "socket2 0.6.4",
2056 "thiserror 2.0.18",
2057 "tokio",
2058 "tracing",
2059 "web-time",
2060]
2061
2062[[package]]
2063name = "quinn-proto"
2064version = "0.11.15"
2065source = "registry+https://github.com/rust-lang/crates.io-index"
2066checksum = "4fcb935c5bec503c2f0e306bdd3e58bb9029dcb14fa8d9ac76e3a5256ac0763e"
2067dependencies = [
2068 "bytes",
2069 "getrandom 0.3.4",
2070 "lru-slab",
2071 "rand",
2072 "ring",
2073 "rustc-hash",
2074 "rustls",
2075 "rustls-pki-types",
2076 "slab",
2077 "thiserror 2.0.18",
2078 "tinyvec",
2079 "tracing",
2080 "web-time",
2081]
2082
2083[[package]]
2084name = "quinn-udp"
2085version = "0.5.14"
2086source = "registry+https://github.com/rust-lang/crates.io-index"
2087checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
2088dependencies = [
2089 "cfg_aliases",
2090 "libc",
2091 "once_cell",
2092 "socket2 0.6.4",
2093 "tracing",
2094 "windows-sys 0.60.2",
2095]
2096
2097[[package]]
2098name = "quote"
2099version = "1.0.46"
2100source = "registry+https://github.com/rust-lang/crates.io-index"
2101checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
2102dependencies = [
2103 "proc-macro2",
2104]
2105
2106[[package]]
2107name = "r-efi"
2108version = "5.3.0"
2109source = "registry+https://github.com/rust-lang/crates.io-index"
2110checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2111
2112[[package]]
2113name = "r-efi"
2114version = "6.0.0"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
2117
2118[[package]]
2119name = "rand"
2120version = "0.9.4"
2121source = "registry+https://github.com/rust-lang/crates.io-index"
2122checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
2123dependencies = [
2124 "rand_chacha",
2125 "rand_core",
2126]
2127
2128[[package]]
2129name = "rand_chacha"
2130version = "0.9.0"
2131source = "registry+https://github.com/rust-lang/crates.io-index"
2132checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2133dependencies = [
2134 "ppv-lite86",
2135 "rand_core",
2136]
2137
2138[[package]]
2139name = "rand_core"
2140version = "0.9.5"
2141source = "registry+https://github.com/rust-lang/crates.io-index"
2142checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
2143dependencies = [
2144 "getrandom 0.3.4",
2145]
2146
2147[[package]]
2148name = "ratatui"
2149version = "0.29.0"
2150source = "registry+https://github.com/rust-lang/crates.io-index"
2151checksum = "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b"
2152dependencies = [
2153 "bitflags 2.13.0",
2154 "cassowary",
2155 "compact_str",
2156 "crossterm",
2157 "indoc",
2158 "instability",
2159 "itertools",
2160 "lru",
2161 "paste",
2162 "strum",
2163 "unicode-segmentation",
2164 "unicode-truncate",
2165 "unicode-width 0.2.0",
2166]
2167
2168[[package]]
2169name = "rb"
2170version = "0.4.1"
2171source = "registry+https://github.com/rust-lang/crates.io-index"
2172checksum = "56cf8381505b60ae18a4097f1d0be093287ca3bf4fbb23d36ac5ad3bba335daa"
2173
2174[[package]]
2175name = "redox_syscall"
2176version = "0.5.18"
2177source = "registry+https://github.com/rust-lang/crates.io-index"
2178checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
2179dependencies = [
2180 "bitflags 2.13.0",
2181]
2182
2183[[package]]
2184name = "redox_syscall"
2185version = "0.9.0"
2186source = "registry+https://github.com/rust-lang/crates.io-index"
2187checksum = "c5102a6aaa05aa011a238e178e6bca86d2cb56fc9f586d37cb80f5bca6e07759"
2188dependencies = [
2189 "bitflags 2.13.0",
2190]
2191
2192[[package]]
2193name = "redox_users"
2194version = "0.4.6"
2195source = "registry+https://github.com/rust-lang/crates.io-index"
2196checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
2197dependencies = [
2198 "getrandom 0.2.17",
2199 "libredox",
2200 "thiserror 1.0.69",
2201]
2202
2203[[package]]
2204name = "regex"
2205version = "1.12.4"
2206source = "registry+https://github.com/rust-lang/crates.io-index"
2207checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba"
2208dependencies = [
2209 "aho-corasick",
2210 "memchr",
2211 "regex-automata",
2212 "regex-syntax",
2213]
2214
2215[[package]]
2216name = "regex-automata"
2217version = "0.4.14"
2218source = "registry+https://github.com/rust-lang/crates.io-index"
2219checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
2220dependencies = [
2221 "aho-corasick",
2222 "memchr",
2223 "regex-syntax",
2224]
2225
2226[[package]]
2227name = "regex-syntax"
2228version = "0.8.11"
2229source = "registry+https://github.com/rust-lang/crates.io-index"
2230checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
2231
2232[[package]]
2233name = "reqwest"
2234version = "0.12.28"
2235source = "registry+https://github.com/rust-lang/crates.io-index"
2236checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
2237dependencies = [
2238 "base64",
2239 "bytes",
2240 "futures-channel",
2241 "futures-core",
2242 "futures-util",
2243 "http",
2244 "http-body",
2245 "http-body-util",
2246 "hyper",
2247 "hyper-rustls",
2248 "hyper-util",
2249 "js-sys",
2250 "log",
2251 "percent-encoding",
2252 "pin-project-lite",
2253 "quinn",
2254 "rustls",
2255 "rustls-pki-types",
2256 "serde",
2257 "serde_json",
2258 "serde_urlencoded",
2259 "sync_wrapper",
2260 "tokio",
2261 "tokio-rustls",
2262 "tokio-util",
2263 "tower",
2264 "tower-http",
2265 "tower-service",
2266 "url",
2267 "wasm-bindgen",
2268 "wasm-bindgen-futures",
2269 "wasm-streams",
2270 "web-sys",
2271 "webpki-roots",
2272]
2273
2274[[package]]
2275name = "ring"
2276version = "0.17.14"
2277source = "registry+https://github.com/rust-lang/crates.io-index"
2278checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
2279dependencies = [
2280 "cc",
2281 "cfg-if",
2282 "getrandom 0.2.17",
2283 "libc",
2284 "untrusted",
2285 "windows-sys 0.52.0",
2286]
2287
2288[[package]]
2289name = "rockbox-dsp"
2290version = "0.2.0"
2291source = "registry+https://github.com/rust-lang/crates.io-index"
2292checksum = "4310fa190f0ffdd5dd2c49578dbe5111d8a068b4a51f8baa6d2e5f94d1dec80a"
2293dependencies = [
2294 "cc",
2295]
2296
2297[[package]]
2298name = "rpassword"
2299version = "7.5.4"
2300source = "registry+https://github.com/rust-lang/crates.io-index"
2301checksum = "2da316a15f47e3d053de9cb2c439650bd8fa4aaeb9365f2e5f27f492ff73c196"
2302dependencies = [
2303 "libc",
2304 "rtoolbox",
2305 "windows-sys 0.61.2",
2306]
2307
2308[[package]]
2309name = "rtoolbox"
2310version = "0.0.5"
2311source = "registry+https://github.com/rust-lang/crates.io-index"
2312checksum = "50a0e551c1e27e1731aba276dbeaeac73f53c7cd34d1bda485d02bd1e0f36844"
2313dependencies = [
2314 "libc",
2315 "windows-sys 0.59.0",
2316]
2317
2318[[package]]
2319name = "rust_cast"
2320version = "0.20.0"
2321source = "registry+https://github.com/rust-lang/crates.io-index"
2322checksum = "c403f9630e398a4a5f2655df392254fcade5e4df94b11308487f2aea49ddee46"
2323dependencies = [
2324 "byteorder",
2325 "log",
2326 "protobuf",
2327 "protobuf-codegen",
2328 "rustls",
2329 "rustls-native-certs",
2330 "serde",
2331 "serde_json",
2332 "thiserror 1.0.69",
2333]
2334
2335[[package]]
2336name = "rustc-hash"
2337version = "2.1.2"
2338source = "registry+https://github.com/rust-lang/crates.io-index"
2339checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
2340
2341[[package]]
2342name = "rustix"
2343version = "0.38.44"
2344source = "registry+https://github.com/rust-lang/crates.io-index"
2345checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
2346dependencies = [
2347 "bitflags 2.13.0",
2348 "errno",
2349 "libc",
2350 "linux-raw-sys 0.4.15",
2351 "windows-sys 0.59.0",
2352]
2353
2354[[package]]
2355name = "rustix"
2356version = "1.1.4"
2357source = "registry+https://github.com/rust-lang/crates.io-index"
2358checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
2359dependencies = [
2360 "bitflags 2.13.0",
2361 "errno",
2362 "libc",
2363 "linux-raw-sys 0.12.1",
2364 "windows-sys 0.61.2",
2365]
2366
2367[[package]]
2368name = "rustls"
2369version = "0.23.41"
2370source = "registry+https://github.com/rust-lang/crates.io-index"
2371checksum = "6b92b125634d9b795e7beca796cc790df15a7fb38323bf3196fda83292d06b1f"
2372dependencies = [
2373 "aws-lc-rs",
2374 "log",
2375 "once_cell",
2376 "ring",
2377 "rustls-pki-types",
2378 "rustls-webpki",
2379 "subtle",
2380 "zeroize",
2381]
2382
2383[[package]]
2384name = "rustls-native-certs"
2385version = "0.8.4"
2386source = "registry+https://github.com/rust-lang/crates.io-index"
2387checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d"
2388dependencies = [
2389 "openssl-probe",
2390 "rustls-pki-types",
2391 "schannel",
2392 "security-framework",
2393]
2394
2395[[package]]
2396name = "rustls-pki-types"
2397version = "1.15.0"
2398source = "registry+https://github.com/rust-lang/crates.io-index"
2399checksum = "764899a24af3980067ee14bc143654f297b22eaebfe3c7b6b211920a5a59b046"
2400dependencies = [
2401 "web-time",
2402 "zeroize",
2403]
2404
2405[[package]]
2406name = "rustls-webpki"
2407version = "0.103.13"
2408source = "registry+https://github.com/rust-lang/crates.io-index"
2409checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
2410dependencies = [
2411 "aws-lc-rs",
2412 "ring",
2413 "rustls-pki-types",
2414 "untrusted",
2415]
2416
2417[[package]]
2418name = "rustversion"
2419version = "1.0.22"
2420source = "registry+https://github.com/rust-lang/crates.io-index"
2421checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2422
2423[[package]]
2424name = "ryu"
2425version = "1.0.23"
2426source = "registry+https://github.com/rust-lang/crates.io-index"
2427checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
2428
2429[[package]]
2430name = "same-file"
2431version = "1.0.6"
2432source = "registry+https://github.com/rust-lang/crates.io-index"
2433checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2434dependencies = [
2435 "winapi-util",
2436]
2437
2438[[package]]
2439name = "schannel"
2440version = "0.1.29"
2441source = "registry+https://github.com/rust-lang/crates.io-index"
2442checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
2443dependencies = [
2444 "windows-sys 0.61.2",
2445]
2446
2447[[package]]
2448name = "scopeguard"
2449version = "1.2.0"
2450source = "registry+https://github.com/rust-lang/crates.io-index"
2451checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2452
2453[[package]]
2454name = "security-framework"
2455version = "3.7.0"
2456source = "registry+https://github.com/rust-lang/crates.io-index"
2457checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
2458dependencies = [
2459 "bitflags 2.13.0",
2460 "core-foundation",
2461 "core-foundation-sys",
2462 "libc",
2463 "security-framework-sys",
2464]
2465
2466[[package]]
2467name = "security-framework-sys"
2468version = "2.17.0"
2469source = "registry+https://github.com/rust-lang/crates.io-index"
2470checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
2471dependencies = [
2472 "core-foundation-sys",
2473 "libc",
2474]
2475
2476[[package]]
2477name = "serde"
2478version = "1.0.228"
2479source = "registry+https://github.com/rust-lang/crates.io-index"
2480checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2481dependencies = [
2482 "serde_core",
2483 "serde_derive",
2484]
2485
2486[[package]]
2487name = "serde_core"
2488version = "1.0.228"
2489source = "registry+https://github.com/rust-lang/crates.io-index"
2490checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2491dependencies = [
2492 "serde_derive",
2493]
2494
2495[[package]]
2496name = "serde_derive"
2497version = "1.0.228"
2498source = "registry+https://github.com/rust-lang/crates.io-index"
2499checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2500dependencies = [
2501 "proc-macro2",
2502 "quote",
2503 "syn",
2504]
2505
2506[[package]]
2507name = "serde_json"
2508version = "1.0.150"
2509source = "registry+https://github.com/rust-lang/crates.io-index"
2510checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
2511dependencies = [
2512 "itoa",
2513 "memchr",
2514 "serde",
2515 "serde_core",
2516 "zmij",
2517]
2518
2519[[package]]
2520name = "serde_repr"
2521version = "0.1.20"
2522source = "registry+https://github.com/rust-lang/crates.io-index"
2523checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
2524dependencies = [
2525 "proc-macro2",
2526 "quote",
2527 "syn",
2528]
2529
2530[[package]]
2531name = "serde_spanned"
2532version = "0.6.9"
2533source = "registry+https://github.com/rust-lang/crates.io-index"
2534checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
2535dependencies = [
2536 "serde",
2537]
2538
2539[[package]]
2540name = "serde_urlencoded"
2541version = "0.7.1"
2542source = "registry+https://github.com/rust-lang/crates.io-index"
2543checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2544dependencies = [
2545 "form_urlencoded",
2546 "itoa",
2547 "ryu",
2548 "serde",
2549]
2550
2551[[package]]
2552name = "sharded-slab"
2553version = "0.1.7"
2554source = "registry+https://github.com/rust-lang/crates.io-index"
2555checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2556dependencies = [
2557 "lazy_static",
2558]
2559
2560[[package]]
2561name = "shlex"
2562version = "1.3.0"
2563source = "registry+https://github.com/rust-lang/crates.io-index"
2564checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2565
2566[[package]]
2567name = "shlex"
2568version = "2.0.1"
2569source = "registry+https://github.com/rust-lang/crates.io-index"
2570checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
2571
2572[[package]]
2573name = "signal-hook"
2574version = "0.3.18"
2575source = "registry+https://github.com/rust-lang/crates.io-index"
2576checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
2577dependencies = [
2578 "libc",
2579 "signal-hook-registry",
2580]
2581
2582[[package]]
2583name = "signal-hook-mio"
2584version = "0.2.5"
2585source = "registry+https://github.com/rust-lang/crates.io-index"
2586checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc"
2587dependencies = [
2588 "libc",
2589 "mio",
2590 "signal-hook",
2591]
2592
2593[[package]]
2594name = "signal-hook-registry"
2595version = "1.4.8"
2596source = "registry+https://github.com/rust-lang/crates.io-index"
2597checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
2598dependencies = [
2599 "errno",
2600 "libc",
2601]
2602
2603[[package]]
2604name = "slab"
2605version = "0.4.12"
2606source = "registry+https://github.com/rust-lang/crates.io-index"
2607checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
2608
2609[[package]]
2610name = "smallvec"
2611version = "1.15.2"
2612source = "registry+https://github.com/rust-lang/crates.io-index"
2613checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
2614
2615[[package]]
2616name = "socket2"
2617version = "0.5.10"
2618source = "registry+https://github.com/rust-lang/crates.io-index"
2619checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
2620dependencies = [
2621 "libc",
2622 "windows-sys 0.52.0",
2623]
2624
2625[[package]]
2626name = "socket2"
2627version = "0.6.4"
2628source = "registry+https://github.com/rust-lang/crates.io-index"
2629checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51"
2630dependencies = [
2631 "libc",
2632 "windows-sys 0.61.2",
2633]
2634
2635[[package]]
2636name = "spin"
2637version = "0.9.8"
2638source = "registry+https://github.com/rust-lang/crates.io-index"
2639checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2640dependencies = [
2641 "lock_api",
2642]
2643
2644[[package]]
2645name = "stable_deref_trait"
2646version = "1.2.1"
2647source = "registry+https://github.com/rust-lang/crates.io-index"
2648checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2649
2650[[package]]
2651name = "static_assertions"
2652version = "1.1.0"
2653source = "registry+https://github.com/rust-lang/crates.io-index"
2654checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2655
2656[[package]]
2657name = "strsim"
2658version = "0.11.1"
2659source = "registry+https://github.com/rust-lang/crates.io-index"
2660checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2661
2662[[package]]
2663name = "strum"
2664version = "0.26.3"
2665source = "registry+https://github.com/rust-lang/crates.io-index"
2666checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
2667dependencies = [
2668 "strum_macros",
2669]
2670
2671[[package]]
2672name = "strum_macros"
2673version = "0.26.4"
2674source = "registry+https://github.com/rust-lang/crates.io-index"
2675checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
2676dependencies = [
2677 "heck",
2678 "proc-macro2",
2679 "quote",
2680 "rustversion",
2681 "syn",
2682]
2683
2684[[package]]
2685name = "subtle"
2686version = "2.6.1"
2687source = "registry+https://github.com/rust-lang/crates.io-index"
2688checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2689
2690[[package]]
2691name = "symphonia"
2692version = "0.5.5"
2693source = "registry+https://github.com/rust-lang/crates.io-index"
2694checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
2695dependencies = [
2696 "lazy_static",
2697 "symphonia-bundle-flac",
2698 "symphonia-bundle-mp3",
2699 "symphonia-codec-aac",
2700 "symphonia-codec-adpcm",
2701 "symphonia-codec-alac",
2702 "symphonia-codec-pcm",
2703 "symphonia-codec-vorbis",
2704 "symphonia-core",
2705 "symphonia-format-caf",
2706 "symphonia-format-isomp4",
2707 "symphonia-format-mkv",
2708 "symphonia-format-ogg",
2709 "symphonia-format-riff",
2710 "symphonia-metadata",
2711]
2712
2713[[package]]
2714name = "symphonia-bundle-flac"
2715version = "0.5.5"
2716source = "registry+https://github.com/rust-lang/crates.io-index"
2717checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
2718dependencies = [
2719 "log",
2720 "symphonia-core",
2721 "symphonia-metadata",
2722 "symphonia-utils-xiph",
2723]
2724
2725[[package]]
2726name = "symphonia-bundle-mp3"
2727version = "0.5.5"
2728source = "registry+https://github.com/rust-lang/crates.io-index"
2729checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
2730dependencies = [
2731 "lazy_static",
2732 "log",
2733 "symphonia-core",
2734 "symphonia-metadata",
2735]
2736
2737[[package]]
2738name = "symphonia-codec-aac"
2739version = "0.5.5"
2740source = "registry+https://github.com/rust-lang/crates.io-index"
2741checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
2742dependencies = [
2743 "lazy_static",
2744 "log",
2745 "symphonia-core",
2746]
2747
2748[[package]]
2749name = "symphonia-codec-adpcm"
2750version = "0.5.5"
2751source = "registry+https://github.com/rust-lang/crates.io-index"
2752checksum = "2dddc50e2bbea4cfe027441eece77c46b9f319748605ab8f3443350129ddd07f"
2753dependencies = [
2754 "log",
2755 "symphonia-core",
2756]
2757
2758[[package]]
2759name = "symphonia-codec-alac"
2760version = "0.5.5"
2761source = "registry+https://github.com/rust-lang/crates.io-index"
2762checksum = "8413fa754942ac16a73634c9dfd1500ed5c61430956b33728567f667fdd393ab"
2763dependencies = [
2764 "log",
2765 "symphonia-core",
2766]
2767
2768[[package]]
2769name = "symphonia-codec-pcm"
2770version = "0.5.5"
2771source = "registry+https://github.com/rust-lang/crates.io-index"
2772checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
2773dependencies = [
2774 "log",
2775 "symphonia-core",
2776]
2777
2778[[package]]
2779name = "symphonia-codec-vorbis"
2780version = "0.5.5"
2781source = "registry+https://github.com/rust-lang/crates.io-index"
2782checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
2783dependencies = [
2784 "log",
2785 "symphonia-core",
2786 "symphonia-utils-xiph",
2787]
2788
2789[[package]]
2790name = "symphonia-core"
2791version = "0.5.5"
2792source = "registry+https://github.com/rust-lang/crates.io-index"
2793checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
2794dependencies = [
2795 "arrayvec",
2796 "bitflags 1.3.2",
2797 "bytemuck",
2798 "lazy_static",
2799 "log",
2800]
2801
2802[[package]]
2803name = "symphonia-format-caf"
2804version = "0.5.5"
2805source = "registry+https://github.com/rust-lang/crates.io-index"
2806checksum = "b8faf379316b6b6e6bbc274d00e7a592e0d63ff1a7e182ce8ba25e24edd3d096"
2807dependencies = [
2808 "log",
2809 "symphonia-core",
2810 "symphonia-metadata",
2811]
2812
2813[[package]]
2814name = "symphonia-format-isomp4"
2815version = "0.5.5"
2816source = "registry+https://github.com/rust-lang/crates.io-index"
2817checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
2818dependencies = [
2819 "encoding_rs",
2820 "log",
2821 "symphonia-core",
2822 "symphonia-metadata",
2823 "symphonia-utils-xiph",
2824]
2825
2826[[package]]
2827name = "symphonia-format-mkv"
2828version = "0.5.5"
2829source = "registry+https://github.com/rust-lang/crates.io-index"
2830checksum = "122d786d2c43a49beb6f397551b4a050d8229eaa54c7ddf9ee4b98899b8742d0"
2831dependencies = [
2832 "lazy_static",
2833 "log",
2834 "symphonia-core",
2835 "symphonia-metadata",
2836 "symphonia-utils-xiph",
2837]
2838
2839[[package]]
2840name = "symphonia-format-ogg"
2841version = "0.5.5"
2842source = "registry+https://github.com/rust-lang/crates.io-index"
2843checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
2844dependencies = [
2845 "log",
2846 "symphonia-core",
2847 "symphonia-metadata",
2848 "symphonia-utils-xiph",
2849]
2850
2851[[package]]
2852name = "symphonia-format-riff"
2853version = "0.5.5"
2854source = "registry+https://github.com/rust-lang/crates.io-index"
2855checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
2856dependencies = [
2857 "extended",
2858 "log",
2859 "symphonia-core",
2860 "symphonia-metadata",
2861]
2862
2863[[package]]
2864name = "symphonia-metadata"
2865version = "0.5.5"
2866source = "registry+https://github.com/rust-lang/crates.io-index"
2867checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
2868dependencies = [
2869 "encoding_rs",
2870 "lazy_static",
2871 "log",
2872 "symphonia-core",
2873]
2874
2875[[package]]
2876name = "symphonia-utils-xiph"
2877version = "0.5.5"
2878source = "registry+https://github.com/rust-lang/crates.io-index"
2879checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
2880dependencies = [
2881 "symphonia-core",
2882 "symphonia-metadata",
2883]
2884
2885[[package]]
2886name = "syn"
2887version = "2.0.118"
2888source = "registry+https://github.com/rust-lang/crates.io-index"
2889checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
2890dependencies = [
2891 "proc-macro2",
2892 "quote",
2893 "unicode-ident",
2894]
2895
2896[[package]]
2897name = "sync_wrapper"
2898version = "1.0.2"
2899source = "registry+https://github.com/rust-lang/crates.io-index"
2900checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2901dependencies = [
2902 "futures-core",
2903]
2904
2905[[package]]
2906name = "synstructure"
2907version = "0.13.2"
2908source = "registry+https://github.com/rust-lang/crates.io-index"
2909checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2910dependencies = [
2911 "proc-macro2",
2912 "quote",
2913 "syn",
2914]
2915
2916[[package]]
2917name = "tempfile"
2918version = "3.27.0"
2919source = "registry+https://github.com/rust-lang/crates.io-index"
2920checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
2921dependencies = [
2922 "fastrand",
2923 "getrandom 0.4.3",
2924 "once_cell",
2925 "rustix 1.1.4",
2926 "windows-sys 0.61.2",
2927]
2928
2929[[package]]
2930name = "thiserror"
2931version = "1.0.69"
2932source = "registry+https://github.com/rust-lang/crates.io-index"
2933checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2934dependencies = [
2935 "thiserror-impl 1.0.69",
2936]
2937
2938[[package]]
2939name = "thiserror"
2940version = "2.0.18"
2941source = "registry+https://github.com/rust-lang/crates.io-index"
2942checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
2943dependencies = [
2944 "thiserror-impl 2.0.18",
2945]
2946
2947[[package]]
2948name = "thiserror-impl"
2949version = "1.0.69"
2950source = "registry+https://github.com/rust-lang/crates.io-index"
2951checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2952dependencies = [
2953 "proc-macro2",
2954 "quote",
2955 "syn",
2956]
2957
2958[[package]]
2959name = "thiserror-impl"
2960version = "2.0.18"
2961source = "registry+https://github.com/rust-lang/crates.io-index"
2962checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
2963dependencies = [
2964 "proc-macro2",
2965 "quote",
2966 "syn",
2967]
2968
2969[[package]]
2970name = "thread_local"
2971version = "1.1.9"
2972source = "registry+https://github.com/rust-lang/crates.io-index"
2973checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
2974dependencies = [
2975 "cfg-if",
2976]
2977
2978[[package]]
2979name = "tinystr"
2980version = "0.8.3"
2981source = "registry+https://github.com/rust-lang/crates.io-index"
2982checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
2983dependencies = [
2984 "displaydoc",
2985 "zerovec",
2986]
2987
2988[[package]]
2989name = "tinyvec"
2990version = "1.11.0"
2991source = "registry+https://github.com/rust-lang/crates.io-index"
2992checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
2993dependencies = [
2994 "tinyvec_macros",
2995]
2996
2997[[package]]
2998name = "tinyvec_macros"
2999version = "0.1.1"
3000source = "registry+https://github.com/rust-lang/crates.io-index"
3001checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3002
3003[[package]]
3004name = "tokio"
3005version = "1.52.3"
3006source = "registry+https://github.com/rust-lang/crates.io-index"
3007checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
3008dependencies = [
3009 "bytes",
3010 "libc",
3011 "mio",
3012 "parking_lot",
3013 "pin-project-lite",
3014 "signal-hook-registry",
3015 "socket2 0.6.4",
3016 "tokio-macros",
3017 "tracing",
3018 "windows-sys 0.61.2",
3019]
3020
3021[[package]]
3022name = "tokio-macros"
3023version = "2.7.0"
3024source = "registry+https://github.com/rust-lang/crates.io-index"
3025checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
3026dependencies = [
3027 "proc-macro2",
3028 "quote",
3029 "syn",
3030]
3031
3032[[package]]
3033name = "tokio-rustls"
3034version = "0.26.4"
3035source = "registry+https://github.com/rust-lang/crates.io-index"
3036checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
3037dependencies = [
3038 "rustls",
3039 "tokio",
3040]
3041
3042[[package]]
3043name = "tokio-util"
3044version = "0.7.18"
3045source = "registry+https://github.com/rust-lang/crates.io-index"
3046checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
3047dependencies = [
3048 "bytes",
3049 "futures-core",
3050 "futures-sink",
3051 "pin-project-lite",
3052 "tokio",
3053]
3054
3055[[package]]
3056name = "toml"
3057version = "0.8.23"
3058source = "registry+https://github.com/rust-lang/crates.io-index"
3059checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
3060dependencies = [
3061 "serde",
3062 "serde_spanned",
3063 "toml_datetime 0.6.11",
3064 "toml_edit 0.22.27",
3065]
3066
3067[[package]]
3068name = "toml_datetime"
3069version = "0.6.11"
3070source = "registry+https://github.com/rust-lang/crates.io-index"
3071checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
3072dependencies = [
3073 "serde",
3074]
3075
3076[[package]]
3077name = "toml_datetime"
3078version = "1.1.1+spec-1.1.0"
3079source = "registry+https://github.com/rust-lang/crates.io-index"
3080checksum = "3165f65f62e28e0115a00b2ebdd37eb6f3b641855f9d636d3cd4103767159ad7"
3081dependencies = [
3082 "serde_core",
3083]
3084
3085[[package]]
3086name = "toml_edit"
3087version = "0.22.27"
3088source = "registry+https://github.com/rust-lang/crates.io-index"
3089checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
3090dependencies = [
3091 "indexmap",
3092 "serde",
3093 "serde_spanned",
3094 "toml_datetime 0.6.11",
3095 "toml_write",
3096 "winnow 0.7.15",
3097]
3098
3099[[package]]
3100name = "toml_edit"
3101version = "0.25.12+spec-1.1.0"
3102source = "registry+https://github.com/rust-lang/crates.io-index"
3103checksum = "d2153edc6955a6c354fad8f5efd38b6a8769bdccf9fe50f8e1329f81b0baa5d7"
3104dependencies = [
3105 "indexmap",
3106 "toml_datetime 1.1.1+spec-1.1.0",
3107 "toml_parser",
3108 "winnow 1.0.3",
3109]
3110
3111[[package]]
3112name = "toml_parser"
3113version = "1.1.2+spec-1.1.0"
3114source = "registry+https://github.com/rust-lang/crates.io-index"
3115checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
3116dependencies = [
3117 "winnow 1.0.3",
3118]
3119
3120[[package]]
3121name = "toml_write"
3122version = "0.1.2"
3123source = "registry+https://github.com/rust-lang/crates.io-index"
3124checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
3125
3126[[package]]
3127name = "tower"
3128version = "0.5.3"
3129source = "registry+https://github.com/rust-lang/crates.io-index"
3130checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
3131dependencies = [
3132 "futures-core",
3133 "futures-util",
3134 "pin-project-lite",
3135 "sync_wrapper",
3136 "tokio",
3137 "tower-layer",
3138 "tower-service",
3139]
3140
3141[[package]]
3142name = "tower-http"
3143version = "0.6.11"
3144source = "registry+https://github.com/rust-lang/crates.io-index"
3145checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
3146dependencies = [
3147 "bitflags 2.13.0",
3148 "bytes",
3149 "futures-util",
3150 "http",
3151 "http-body",
3152 "pin-project-lite",
3153 "tower",
3154 "tower-layer",
3155 "tower-service",
3156 "url",
3157]
3158
3159[[package]]
3160name = "tower-layer"
3161version = "0.3.3"
3162source = "registry+https://github.com/rust-lang/crates.io-index"
3163checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
3164
3165[[package]]
3166name = "tower-service"
3167version = "0.3.3"
3168source = "registry+https://github.com/rust-lang/crates.io-index"
3169checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
3170
3171[[package]]
3172name = "tracing"
3173version = "0.1.44"
3174source = "registry+https://github.com/rust-lang/crates.io-index"
3175checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
3176dependencies = [
3177 "pin-project-lite",
3178 "tracing-attributes",
3179 "tracing-core",
3180]
3181
3182[[package]]
3183name = "tracing-attributes"
3184version = "0.1.31"
3185source = "registry+https://github.com/rust-lang/crates.io-index"
3186checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
3187dependencies = [
3188 "proc-macro2",
3189 "quote",
3190 "syn",
3191]
3192
3193[[package]]
3194name = "tracing-core"
3195version = "0.1.36"
3196source = "registry+https://github.com/rust-lang/crates.io-index"
3197checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
3198dependencies = [
3199 "once_cell",
3200 "valuable",
3201]
3202
3203[[package]]
3204name = "tracing-log"
3205version = "0.2.0"
3206source = "registry+https://github.com/rust-lang/crates.io-index"
3207checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
3208dependencies = [
3209 "log",
3210 "once_cell",
3211 "tracing-core",
3212]
3213
3214[[package]]
3215name = "tracing-subscriber"
3216version = "0.3.23"
3217source = "registry+https://github.com/rust-lang/crates.io-index"
3218checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
3219dependencies = [
3220 "matchers",
3221 "nu-ansi-term",
3222 "once_cell",
3223 "regex-automata",
3224 "sharded-slab",
3225 "smallvec",
3226 "thread_local",
3227 "tracing",
3228 "tracing-core",
3229 "tracing-log",
3230]
3231
3232[[package]]
3233name = "trait-variant"
3234version = "0.1.2"
3235source = "registry+https://github.com/rust-lang/crates.io-index"
3236checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
3237dependencies = [
3238 "proc-macro2",
3239 "quote",
3240 "syn",
3241]
3242
3243[[package]]
3244name = "try-lock"
3245version = "0.2.5"
3246source = "registry+https://github.com/rust-lang/crates.io-index"
3247checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
3248
3249[[package]]
3250name = "uds_windows"
3251version = "1.2.1"
3252source = "registry+https://github.com/rust-lang/crates.io-index"
3253checksum = "f2f6fb2847f6742cd76af783a2a2c49e9375d0a111c7bef6f71cd9e738c72d6e"
3254dependencies = [
3255 "memoffset",
3256 "tempfile",
3257 "windows-sys 0.61.2",
3258]
3259
3260[[package]]
3261name = "unicode-ident"
3262version = "1.0.24"
3263source = "registry+https://github.com/rust-lang/crates.io-index"
3264checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
3265
3266[[package]]
3267name = "unicode-segmentation"
3268version = "1.13.3"
3269source = "registry+https://github.com/rust-lang/crates.io-index"
3270checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
3271
3272[[package]]
3273name = "unicode-truncate"
3274version = "1.1.0"
3275source = "registry+https://github.com/rust-lang/crates.io-index"
3276checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf"
3277dependencies = [
3278 "itertools",
3279 "unicode-segmentation",
3280 "unicode-width 0.1.14",
3281]
3282
3283[[package]]
3284name = "unicode-width"
3285version = "0.1.14"
3286source = "registry+https://github.com/rust-lang/crates.io-index"
3287checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
3288
3289[[package]]
3290name = "unicode-width"
3291version = "0.2.0"
3292source = "registry+https://github.com/rust-lang/crates.io-index"
3293checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
3294
3295[[package]]
3296name = "untrusted"
3297version = "0.9.0"
3298source = "registry+https://github.com/rust-lang/crates.io-index"
3299checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
3300
3301[[package]]
3302name = "url"
3303version = "2.5.8"
3304source = "registry+https://github.com/rust-lang/crates.io-index"
3305checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
3306dependencies = [
3307 "form_urlencoded",
3308 "idna",
3309 "percent-encoding",
3310 "serde",
3311]
3312
3313[[package]]
3314name = "utf8_iter"
3315version = "1.0.4"
3316source = "registry+https://github.com/rust-lang/crates.io-index"
3317checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3318
3319[[package]]
3320name = "utf8parse"
3321version = "0.2.2"
3322source = "registry+https://github.com/rust-lang/crates.io-index"
3323checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
3324
3325[[package]]
3326name = "uuid"
3327version = "1.23.4"
3328source = "registry+https://github.com/rust-lang/crates.io-index"
3329checksum = "bf80a72845275afea99e7f2b434723d3bc7e38470fcd1c7ed39a599c73319a53"
3330dependencies = [
3331 "getrandom 0.4.3",
3332 "js-sys",
3333 "serde_core",
3334 "wasm-bindgen",
3335]
3336
3337[[package]]
3338name = "valuable"
3339version = "0.1.1"
3340source = "registry+https://github.com/rust-lang/crates.io-index"
3341checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
3342
3343[[package]]
3344name = "walkdir"
3345version = "2.5.0"
3346source = "registry+https://github.com/rust-lang/crates.io-index"
3347checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
3348dependencies = [
3349 "same-file",
3350 "winapi-util",
3351]
3352
3353[[package]]
3354name = "want"
3355version = "0.3.1"
3356source = "registry+https://github.com/rust-lang/crates.io-index"
3357checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3358dependencies = [
3359 "try-lock",
3360]
3361
3362[[package]]
3363name = "wasi"
3364version = "0.11.1+wasi-snapshot-preview1"
3365source = "registry+https://github.com/rust-lang/crates.io-index"
3366checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
3367
3368[[package]]
3369name = "wasip2"
3370version = "1.0.4+wasi-0.2.12"
3371source = "registry+https://github.com/rust-lang/crates.io-index"
3372checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
3373dependencies = [
3374 "wit-bindgen",
3375]
3376
3377[[package]]
3378name = "wasite"
3379version = "0.1.0"
3380source = "registry+https://github.com/rust-lang/crates.io-index"
3381checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
3382
3383[[package]]
3384name = "wasm-bindgen"
3385version = "0.2.126"
3386source = "registry+https://github.com/rust-lang/crates.io-index"
3387checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
3388dependencies = [
3389 "cfg-if",
3390 "once_cell",
3391 "rustversion",
3392 "wasm-bindgen-macro",
3393 "wasm-bindgen-shared",
3394]
3395
3396[[package]]
3397name = "wasm-bindgen-futures"
3398version = "0.4.76"
3399source = "registry+https://github.com/rust-lang/crates.io-index"
3400checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d"
3401dependencies = [
3402 "js-sys",
3403 "wasm-bindgen",
3404]
3405
3406[[package]]
3407name = "wasm-bindgen-macro"
3408version = "0.2.126"
3409source = "registry+https://github.com/rust-lang/crates.io-index"
3410checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
3411dependencies = [
3412 "quote",
3413 "wasm-bindgen-macro-support",
3414]
3415
3416[[package]]
3417name = "wasm-bindgen-macro-support"
3418version = "0.2.126"
3419source = "registry+https://github.com/rust-lang/crates.io-index"
3420checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
3421dependencies = [
3422 "bumpalo",
3423 "proc-macro2",
3424 "quote",
3425 "syn",
3426 "wasm-bindgen-shared",
3427]
3428
3429[[package]]
3430name = "wasm-bindgen-shared"
3431version = "0.2.126"
3432source = "registry+https://github.com/rust-lang/crates.io-index"
3433checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
3434dependencies = [
3435 "unicode-ident",
3436]
3437
3438[[package]]
3439name = "wasm-streams"
3440version = "0.4.2"
3441source = "registry+https://github.com/rust-lang/crates.io-index"
3442checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
3443dependencies = [
3444 "futures-util",
3445 "js-sys",
3446 "wasm-bindgen",
3447 "wasm-bindgen-futures",
3448 "web-sys",
3449]
3450
3451[[package]]
3452name = "web-sys"
3453version = "0.3.103"
3454source = "registry+https://github.com/rust-lang/crates.io-index"
3455checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141"
3456dependencies = [
3457 "js-sys",
3458 "wasm-bindgen",
3459]
3460
3461[[package]]
3462name = "web-time"
3463version = "1.1.0"
3464source = "registry+https://github.com/rust-lang/crates.io-index"
3465checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
3466dependencies = [
3467 "js-sys",
3468 "wasm-bindgen",
3469]
3470
3471[[package]]
3472name = "webpki-roots"
3473version = "1.0.8"
3474source = "registry+https://github.com/rust-lang/crates.io-index"
3475checksum = "bf85cb06032201fa7c6f829d7db5a7e5aa45bcc0655327713065f6f0576731bf"
3476dependencies = [
3477 "rustls-pki-types",
3478]
3479
3480[[package]]
3481name = "which"
3482version = "4.4.2"
3483source = "registry+https://github.com/rust-lang/crates.io-index"
3484checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
3485dependencies = [
3486 "either",
3487 "home",
3488 "once_cell",
3489 "rustix 0.38.44",
3490]
3491
3492[[package]]
3493name = "whoami"
3494version = "1.6.1"
3495source = "registry+https://github.com/rust-lang/crates.io-index"
3496checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
3497dependencies = [
3498 "libredox",
3499 "wasite",
3500 "web-sys",
3501]
3502
3503[[package]]
3504name = "winapi"
3505version = "0.3.9"
3506source = "registry+https://github.com/rust-lang/crates.io-index"
3507checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
3508dependencies = [
3509 "winapi-i686-pc-windows-gnu",
3510 "winapi-x86_64-pc-windows-gnu",
3511]
3512
3513[[package]]
3514name = "winapi-i686-pc-windows-gnu"
3515version = "0.4.0"
3516source = "registry+https://github.com/rust-lang/crates.io-index"
3517checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
3518
3519[[package]]
3520name = "winapi-util"
3521version = "0.1.11"
3522source = "registry+https://github.com/rust-lang/crates.io-index"
3523checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
3524dependencies = [
3525 "windows-sys 0.61.2",
3526]
3527
3528[[package]]
3529name = "winapi-x86_64-pc-windows-gnu"
3530version = "0.4.0"
3531source = "registry+https://github.com/rust-lang/crates.io-index"
3532checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3533
3534[[package]]
3535name = "windows"
3536version = "0.54.0"
3537source = "registry+https://github.com/rust-lang/crates.io-index"
3538checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
3539dependencies = [
3540 "windows-core 0.54.0",
3541 "windows-targets 0.52.6",
3542]
3543
3544[[package]]
3545name = "windows-core"
3546version = "0.54.0"
3547source = "registry+https://github.com/rust-lang/crates.io-index"
3548checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
3549dependencies = [
3550 "windows-result 0.1.2",
3551 "windows-targets 0.52.6",
3552]
3553
3554[[package]]
3555name = "windows-core"
3556version = "0.62.2"
3557source = "registry+https://github.com/rust-lang/crates.io-index"
3558checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
3559dependencies = [
3560 "windows-implement",
3561 "windows-interface",
3562 "windows-link",
3563 "windows-result 0.4.1",
3564 "windows-strings",
3565]
3566
3567[[package]]
3568name = "windows-implement"
3569version = "0.60.2"
3570source = "registry+https://github.com/rust-lang/crates.io-index"
3571checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
3572dependencies = [
3573 "proc-macro2",
3574 "quote",
3575 "syn",
3576]
3577
3578[[package]]
3579name = "windows-interface"
3580version = "0.59.3"
3581source = "registry+https://github.com/rust-lang/crates.io-index"
3582checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
3583dependencies = [
3584 "proc-macro2",
3585 "quote",
3586 "syn",
3587]
3588
3589[[package]]
3590name = "windows-link"
3591version = "0.2.1"
3592source = "registry+https://github.com/rust-lang/crates.io-index"
3593checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
3594
3595[[package]]
3596name = "windows-result"
3597version = "0.1.2"
3598source = "registry+https://github.com/rust-lang/crates.io-index"
3599checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
3600dependencies = [
3601 "windows-targets 0.52.6",
3602]
3603
3604[[package]]
3605name = "windows-result"
3606version = "0.4.1"
3607source = "registry+https://github.com/rust-lang/crates.io-index"
3608checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
3609dependencies = [
3610 "windows-link",
3611]
3612
3613[[package]]
3614name = "windows-strings"
3615version = "0.5.1"
3616source = "registry+https://github.com/rust-lang/crates.io-index"
3617checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
3618dependencies = [
3619 "windows-link",
3620]
3621
3622[[package]]
3623name = "windows-sys"
3624version = "0.45.0"
3625source = "registry+https://github.com/rust-lang/crates.io-index"
3626checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
3627dependencies = [
3628 "windows-targets 0.42.2",
3629]
3630
3631[[package]]
3632name = "windows-sys"
3633version = "0.48.0"
3634source = "registry+https://github.com/rust-lang/crates.io-index"
3635checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
3636dependencies = [
3637 "windows-targets 0.48.5",
3638]
3639
3640[[package]]
3641name = "windows-sys"
3642version = "0.52.0"
3643source = "registry+https://github.com/rust-lang/crates.io-index"
3644checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3645dependencies = [
3646 "windows-targets 0.52.6",
3647]
3648
3649[[package]]
3650name = "windows-sys"
3651version = "0.59.0"
3652source = "registry+https://github.com/rust-lang/crates.io-index"
3653checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
3654dependencies = [
3655 "windows-targets 0.52.6",
3656]
3657
3658[[package]]
3659name = "windows-sys"
3660version = "0.60.2"
3661source = "registry+https://github.com/rust-lang/crates.io-index"
3662checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
3663dependencies = [
3664 "windows-targets 0.53.5",
3665]
3666
3667[[package]]
3668name = "windows-sys"
3669version = "0.61.2"
3670source = "registry+https://github.com/rust-lang/crates.io-index"
3671checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
3672dependencies = [
3673 "windows-link",
3674]
3675
3676[[package]]
3677name = "windows-targets"
3678version = "0.42.2"
3679source = "registry+https://github.com/rust-lang/crates.io-index"
3680checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
3681dependencies = [
3682 "windows_aarch64_gnullvm 0.42.2",
3683 "windows_aarch64_msvc 0.42.2",
3684 "windows_i686_gnu 0.42.2",
3685 "windows_i686_msvc 0.42.2",
3686 "windows_x86_64_gnu 0.42.2",
3687 "windows_x86_64_gnullvm 0.42.2",
3688 "windows_x86_64_msvc 0.42.2",
3689]
3690
3691[[package]]
3692name = "windows-targets"
3693version = "0.48.5"
3694source = "registry+https://github.com/rust-lang/crates.io-index"
3695checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
3696dependencies = [
3697 "windows_aarch64_gnullvm 0.48.5",
3698 "windows_aarch64_msvc 0.48.5",
3699 "windows_i686_gnu 0.48.5",
3700 "windows_i686_msvc 0.48.5",
3701 "windows_x86_64_gnu 0.48.5",
3702 "windows_x86_64_gnullvm 0.48.5",
3703 "windows_x86_64_msvc 0.48.5",
3704]
3705
3706[[package]]
3707name = "windows-targets"
3708version = "0.52.6"
3709source = "registry+https://github.com/rust-lang/crates.io-index"
3710checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3711dependencies = [
3712 "windows_aarch64_gnullvm 0.52.6",
3713 "windows_aarch64_msvc 0.52.6",
3714 "windows_i686_gnu 0.52.6",
3715 "windows_i686_gnullvm 0.52.6",
3716 "windows_i686_msvc 0.52.6",
3717 "windows_x86_64_gnu 0.52.6",
3718 "windows_x86_64_gnullvm 0.52.6",
3719 "windows_x86_64_msvc 0.52.6",
3720]
3721
3722[[package]]
3723name = "windows-targets"
3724version = "0.53.5"
3725source = "registry+https://github.com/rust-lang/crates.io-index"
3726checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
3727dependencies = [
3728 "windows-link",
3729 "windows_aarch64_gnullvm 0.53.1",
3730 "windows_aarch64_msvc 0.53.1",
3731 "windows_i686_gnu 0.53.1",
3732 "windows_i686_gnullvm 0.53.1",
3733 "windows_i686_msvc 0.53.1",
3734 "windows_x86_64_gnu 0.53.1",
3735 "windows_x86_64_gnullvm 0.53.1",
3736 "windows_x86_64_msvc 0.53.1",
3737]
3738
3739[[package]]
3740name = "windows_aarch64_gnullvm"
3741version = "0.42.2"
3742source = "registry+https://github.com/rust-lang/crates.io-index"
3743checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
3744
3745[[package]]
3746name = "windows_aarch64_gnullvm"
3747version = "0.48.5"
3748source = "registry+https://github.com/rust-lang/crates.io-index"
3749checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
3750
3751[[package]]
3752name = "windows_aarch64_gnullvm"
3753version = "0.52.6"
3754source = "registry+https://github.com/rust-lang/crates.io-index"
3755checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3756
3757[[package]]
3758name = "windows_aarch64_gnullvm"
3759version = "0.53.1"
3760source = "registry+https://github.com/rust-lang/crates.io-index"
3761checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
3762
3763[[package]]
3764name = "windows_aarch64_msvc"
3765version = "0.42.2"
3766source = "registry+https://github.com/rust-lang/crates.io-index"
3767checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
3768
3769[[package]]
3770name = "windows_aarch64_msvc"
3771version = "0.48.5"
3772source = "registry+https://github.com/rust-lang/crates.io-index"
3773checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
3774
3775[[package]]
3776name = "windows_aarch64_msvc"
3777version = "0.52.6"
3778source = "registry+https://github.com/rust-lang/crates.io-index"
3779checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3780
3781[[package]]
3782name = "windows_aarch64_msvc"
3783version = "0.53.1"
3784source = "registry+https://github.com/rust-lang/crates.io-index"
3785checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
3786
3787[[package]]
3788name = "windows_i686_gnu"
3789version = "0.42.2"
3790source = "registry+https://github.com/rust-lang/crates.io-index"
3791checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
3792
3793[[package]]
3794name = "windows_i686_gnu"
3795version = "0.48.5"
3796source = "registry+https://github.com/rust-lang/crates.io-index"
3797checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
3798
3799[[package]]
3800name = "windows_i686_gnu"
3801version = "0.52.6"
3802source = "registry+https://github.com/rust-lang/crates.io-index"
3803checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3804
3805[[package]]
3806name = "windows_i686_gnu"
3807version = "0.53.1"
3808source = "registry+https://github.com/rust-lang/crates.io-index"
3809checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
3810
3811[[package]]
3812name = "windows_i686_gnullvm"
3813version = "0.52.6"
3814source = "registry+https://github.com/rust-lang/crates.io-index"
3815checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3816
3817[[package]]
3818name = "windows_i686_gnullvm"
3819version = "0.53.1"
3820source = "registry+https://github.com/rust-lang/crates.io-index"
3821checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
3822
3823[[package]]
3824name = "windows_i686_msvc"
3825version = "0.42.2"
3826source = "registry+https://github.com/rust-lang/crates.io-index"
3827checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
3828
3829[[package]]
3830name = "windows_i686_msvc"
3831version = "0.48.5"
3832source = "registry+https://github.com/rust-lang/crates.io-index"
3833checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
3834
3835[[package]]
3836name = "windows_i686_msvc"
3837version = "0.52.6"
3838source = "registry+https://github.com/rust-lang/crates.io-index"
3839checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3840
3841[[package]]
3842name = "windows_i686_msvc"
3843version = "0.53.1"
3844source = "registry+https://github.com/rust-lang/crates.io-index"
3845checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
3846
3847[[package]]
3848name = "windows_x86_64_gnu"
3849version = "0.42.2"
3850source = "registry+https://github.com/rust-lang/crates.io-index"
3851checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
3852
3853[[package]]
3854name = "windows_x86_64_gnu"
3855version = "0.48.5"
3856source = "registry+https://github.com/rust-lang/crates.io-index"
3857checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
3858
3859[[package]]
3860name = "windows_x86_64_gnu"
3861version = "0.52.6"
3862source = "registry+https://github.com/rust-lang/crates.io-index"
3863checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3864
3865[[package]]
3866name = "windows_x86_64_gnu"
3867version = "0.53.1"
3868source = "registry+https://github.com/rust-lang/crates.io-index"
3869checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
3870
3871[[package]]
3872name = "windows_x86_64_gnullvm"
3873version = "0.42.2"
3874source = "registry+https://github.com/rust-lang/crates.io-index"
3875checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
3876
3877[[package]]
3878name = "windows_x86_64_gnullvm"
3879version = "0.48.5"
3880source = "registry+https://github.com/rust-lang/crates.io-index"
3881checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
3882
3883[[package]]
3884name = "windows_x86_64_gnullvm"
3885version = "0.52.6"
3886source = "registry+https://github.com/rust-lang/crates.io-index"
3887checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3888
3889[[package]]
3890name = "windows_x86_64_gnullvm"
3891version = "0.53.1"
3892source = "registry+https://github.com/rust-lang/crates.io-index"
3893checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
3894
3895[[package]]
3896name = "windows_x86_64_msvc"
3897version = "0.42.2"
3898source = "registry+https://github.com/rust-lang/crates.io-index"
3899checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
3900
3901[[package]]
3902name = "windows_x86_64_msvc"
3903version = "0.48.5"
3904source = "registry+https://github.com/rust-lang/crates.io-index"
3905checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
3906
3907[[package]]
3908name = "windows_x86_64_msvc"
3909version = "0.52.6"
3910source = "registry+https://github.com/rust-lang/crates.io-index"
3911checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3912
3913[[package]]
3914name = "windows_x86_64_msvc"
3915version = "0.53.1"
3916source = "registry+https://github.com/rust-lang/crates.io-index"
3917checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
3918
3919[[package]]
3920name = "winnow"
3921version = "0.7.15"
3922source = "registry+https://github.com/rust-lang/crates.io-index"
3923checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
3924dependencies = [
3925 "memchr",
3926]
3927
3928[[package]]
3929name = "winnow"
3930version = "1.0.3"
3931source = "registry+https://github.com/rust-lang/crates.io-index"
3932checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1"
3933dependencies = [
3934 "memchr",
3935]
3936
3937[[package]]
3938name = "wit-bindgen"
3939version = "0.57.1"
3940source = "registry+https://github.com/rust-lang/crates.io-index"
3941checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
3942
3943[[package]]
3944name = "writeable"
3945version = "0.6.3"
3946source = "registry+https://github.com/rust-lang/crates.io-index"
3947checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
3948
3949[[package]]
3950name = "yoke"
3951version = "0.8.3"
3952source = "registry+https://github.com/rust-lang/crates.io-index"
3953checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
3954dependencies = [
3955 "stable_deref_trait",
3956 "yoke-derive",
3957 "zerofrom",
3958]
3959
3960[[package]]
3961name = "yoke-derive"
3962version = "0.8.2"
3963source = "registry+https://github.com/rust-lang/crates.io-index"
3964checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
3965dependencies = [
3966 "proc-macro2",
3967 "quote",
3968 "syn",
3969 "synstructure",
3970]
3971
3972[[package]]
3973name = "zbus"
3974version = "5.17.0"
3975source = "registry+https://github.com/rust-lang/crates.io-index"
3976checksum = "a28b97f866896a4be7aefd2b5a8e01bb6773d19a775d54ab28b4d094b9a4480e"
3977dependencies = [
3978 "async-broadcast",
3979 "async-executor",
3980 "async-io",
3981 "async-lock",
3982 "async-process",
3983 "async-recursion",
3984 "async-task",
3985 "async-trait",
3986 "blocking",
3987 "enumflags2",
3988 "event-listener",
3989 "futures-core",
3990 "futures-lite",
3991 "hex",
3992 "libc",
3993 "ordered-stream",
3994 "rustix 1.1.4",
3995 "serde",
3996 "serde_repr",
3997 "tokio",
3998 "tracing",
3999 "uds_windows",
4000 "uuid",
4001 "windows-sys 0.61.2",
4002 "winnow 1.0.3",
4003 "zbus_macros",
4004 "zbus_names",
4005 "zvariant",
4006]
4007
4008[[package]]
4009name = "zbus_macros"
4010version = "5.17.0"
4011source = "registry+https://github.com/rust-lang/crates.io-index"
4012checksum = "5e05ad887425eecf5e8384dc2406a4a9313eb73468712fc1cdea362eb4fe0469"
4013dependencies = [
4014 "proc-macro-crate",
4015 "proc-macro2",
4016 "quote",
4017 "syn",
4018 "zbus_names",
4019 "zvariant",
4020 "zvariant_utils",
4021]
4022
4023[[package]]
4024name = "zbus_names"
4025version = "4.3.3"
4026source = "registry+https://github.com/rust-lang/crates.io-index"
4027checksum = "1039ca249fee9559680f3a9f05b55e0761fee51af4f6c1e7d8c1f31e549721d2"
4028dependencies = [
4029 "serde",
4030 "winnow 1.0.3",
4031 "zvariant",
4032]
4033
4034[[package]]
4035name = "zerocopy"
4036version = "0.8.52"
4037source = "registry+https://github.com/rust-lang/crates.io-index"
4038checksum = "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f"
4039dependencies = [
4040 "zerocopy-derive",
4041]
4042
4043[[package]]
4044name = "zerocopy-derive"
4045version = "0.8.52"
4046source = "registry+https://github.com/rust-lang/crates.io-index"
4047checksum = "1ae7f38b72ec2a254e2b87ef277cf2cd4fb97cbebf944faa6f33354da0867930"
4048dependencies = [
4049 "proc-macro2",
4050 "quote",
4051 "syn",
4052]
4053
4054[[package]]
4055name = "zerofrom"
4056version = "0.1.8"
4057source = "registry+https://github.com/rust-lang/crates.io-index"
4058checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
4059dependencies = [
4060 "zerofrom-derive",
4061]
4062
4063[[package]]
4064name = "zerofrom-derive"
4065version = "0.1.7"
4066source = "registry+https://github.com/rust-lang/crates.io-index"
4067checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
4068dependencies = [
4069 "proc-macro2",
4070 "quote",
4071 "syn",
4072 "synstructure",
4073]
4074
4075[[package]]
4076name = "zeroize"
4077version = "1.9.0"
4078source = "registry+https://github.com/rust-lang/crates.io-index"
4079checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
4080
4081[[package]]
4082name = "zerotrie"
4083version = "0.2.4"
4084source = "registry+https://github.com/rust-lang/crates.io-index"
4085checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
4086dependencies = [
4087 "displaydoc",
4088 "yoke",
4089 "zerofrom",
4090]
4091
4092[[package]]
4093name = "zerovec"
4094version = "0.11.6"
4095source = "registry+https://github.com/rust-lang/crates.io-index"
4096checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
4097dependencies = [
4098 "yoke",
4099 "zerofrom",
4100 "zerovec-derive",
4101]
4102
4103[[package]]
4104name = "zerovec-derive"
4105version = "0.11.3"
4106source = "registry+https://github.com/rust-lang/crates.io-index"
4107checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
4108dependencies = [
4109 "proc-macro2",
4110 "quote",
4111 "syn",
4112]
4113
4114[[package]]
4115name = "zmij"
4116version = "1.0.21"
4117source = "registry+https://github.com/rust-lang/crates.io-index"
4118checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
4119
4120[[package]]
4121name = "zvariant"
4122version = "5.13.0"
4123source = "registry+https://github.com/rust-lang/crates.io-index"
4124checksum = "7cf057bb00bf5c9ad77abb6147b0ca4818236a1858416e9d988e40d6322fefa7"
4125dependencies = [
4126 "endi",
4127 "enumflags2",
4128 "serde",
4129 "winnow 1.0.3",
4130 "zvariant_derive",
4131 "zvariant_utils",
4132]
4133
4134[[package]]
4135name = "zvariant_derive"
4136version = "5.13.0"
4137source = "registry+https://github.com/rust-lang/crates.io-index"
4138checksum = "8118ca6bda77bfc0ab51d660db0c955f2505eef854c9a449435bccb616933b31"
4139dependencies = [
4140 "proc-macro-crate",
4141 "proc-macro2",
4142 "quote",
4143 "syn",
4144 "zvariant_utils",
4145]
4146
4147[[package]]
4148name = "zvariant_utils"
4149version = "3.5.0"
4150source = "registry+https://github.com/rust-lang/crates.io-index"
4151checksum = "90cb9383f9b45290407a1258b202d3f8f01db719eb60b4e4055c6375af4fc7c7"
4152dependencies = [
4153 "proc-macro2",
4154 "quote",
4155 "serde",
4156 "syn",
4157 "winnow 1.0.3",
4158]