Browse and listen to thousands of radio stations across the globe right from your terminal ๐ ๐ป ๐ตโจ
radio
rust
tokio
web-radio
command-line-tool
tui
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "addr2line"
7version = "0.24.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler2"
16version = "2.0.0"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
19
20[[package]]
21name = "aead"
22version = "0.3.2"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331"
25dependencies = [
26 "generic-array",
27]
28
29[[package]]
30name = "aes"
31version = "0.6.0"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "884391ef1066acaa41e766ba8f596341b96e93ce34f9a43e7d24bf0a0eaf0561"
34dependencies = [
35 "aes-soft",
36 "aesni",
37 "cipher",
38]
39
40[[package]]
41name = "aes-gcm"
42version = "0.8.0"
43source = "registry+https://github.com/rust-lang/crates.io-index"
44checksum = "5278b5fabbb9bd46e24aa69b2fdea62c99088e0a950a9be40e3e0101298f88da"
45dependencies = [
46 "aead",
47 "aes",
48 "cipher",
49 "ctr",
50 "ghash",
51 "subtle",
52]
53
54[[package]]
55name = "aes-soft"
56version = "0.6.4"
57source = "registry+https://github.com/rust-lang/crates.io-index"
58checksum = "be14c7498ea50828a38d0e24a765ed2effe92a705885b57d029cd67d45744072"
59dependencies = [
60 "cipher",
61 "opaque-debug",
62]
63
64[[package]]
65name = "aesni"
66version = "0.10.0"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce"
69dependencies = [
70 "cipher",
71 "opaque-debug",
72]
73
74[[package]]
75name = "aho-corasick"
76version = "1.1.3"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
79dependencies = [
80 "memchr",
81]
82
83[[package]]
84name = "allocator-api2"
85version = "0.2.21"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
88
89[[package]]
90name = "alsa"
91version = "0.6.0"
92source = "registry+https://github.com/rust-lang/crates.io-index"
93checksum = "5915f52fe2cf65e83924d037b6c5290b7cee097c6b5c8700746e6168a343fd6b"
94dependencies = [
95 "alsa-sys",
96 "bitflags 1.3.2",
97 "libc",
98 "nix",
99]
100
101[[package]]
102name = "alsa-sys"
103version = "0.3.1"
104source = "registry+https://github.com/rust-lang/crates.io-index"
105checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
106dependencies = [
107 "libc",
108 "pkg-config",
109]
110
111[[package]]
112name = "android-tzdata"
113version = "0.1.1"
114source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
116
117[[package]]
118name = "android_system_properties"
119version = "0.1.5"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
122dependencies = [
123 "libc",
124]
125
126[[package]]
127name = "anyhow"
128version = "1.0.95"
129source = "registry+https://github.com/rust-lang/crates.io-index"
130checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
131
132[[package]]
133name = "arrayvec"
134version = "0.5.2"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
137
138[[package]]
139name = "arrayvec"
140version = "0.7.6"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
143
144[[package]]
145name = "async-attributes"
146version = "1.1.2"
147source = "registry+https://github.com/rust-lang/crates.io-index"
148checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
149dependencies = [
150 "quote",
151 "syn 1.0.109",
152]
153
154[[package]]
155name = "async-channel"
156version = "1.9.0"
157source = "registry+https://github.com/rust-lang/crates.io-index"
158checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
159dependencies = [
160 "concurrent-queue",
161 "event-listener 2.5.3",
162 "futures-core",
163]
164
165[[package]]
166name = "async-channel"
167version = "2.3.1"
168source = "registry+https://github.com/rust-lang/crates.io-index"
169checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
170dependencies = [
171 "concurrent-queue",
172 "event-listener-strategy",
173 "futures-core",
174 "pin-project-lite",
175]
176
177[[package]]
178name = "async-dup"
179version = "1.2.4"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "7c2886ab563af5038f79ec016dd7b87947ed138b794e8dd64992962c9cca0411"
182dependencies = [
183 "async-lock 3.4.0",
184 "futures-io",
185]
186
187[[package]]
188name = "async-executor"
189version = "1.13.1"
190source = "registry+https://github.com/rust-lang/crates.io-index"
191checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
192dependencies = [
193 "async-task",
194 "concurrent-queue",
195 "fastrand 2.3.0",
196 "futures-lite 2.6.0",
197 "slab",
198]
199
200[[package]]
201name = "async-global-executor"
202version = "2.4.1"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
205dependencies = [
206 "async-channel 2.3.1",
207 "async-executor",
208 "async-io 2.4.0",
209 "async-lock 3.4.0",
210 "blocking",
211 "futures-lite 2.6.0",
212 "once_cell",
213 "tokio",
214]
215
216[[package]]
217name = "async-h1"
218version = "2.3.4"
219source = "registry+https://github.com/rust-lang/crates.io-index"
220checksum = "5d1d1dae8cb2c4258a79d6ed088b7fb9b4763bf4e9b22d040779761e046a2971"
221dependencies = [
222 "async-channel 1.9.0",
223 "async-dup",
224 "async-global-executor",
225 "async-io 1.13.0",
226 "futures-lite 1.13.0",
227 "http-types",
228 "httparse",
229 "log",
230 "pin-project",
231]
232
233[[package]]
234name = "async-io"
235version = "1.13.0"
236source = "registry+https://github.com/rust-lang/crates.io-index"
237checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
238dependencies = [
239 "async-lock 2.8.0",
240 "autocfg",
241 "cfg-if",
242 "concurrent-queue",
243 "futures-lite 1.13.0",
244 "log",
245 "parking",
246 "polling 2.8.0",
247 "rustix 0.37.28",
248 "slab",
249 "socket2 0.4.10",
250 "waker-fn",
251]
252
253[[package]]
254name = "async-io"
255version = "2.4.0"
256source = "registry+https://github.com/rust-lang/crates.io-index"
257checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
258dependencies = [
259 "async-lock 3.4.0",
260 "cfg-if",
261 "concurrent-queue",
262 "futures-io",
263 "futures-lite 2.6.0",
264 "parking",
265 "polling 3.7.4",
266 "rustix 0.38.44",
267 "slab",
268 "tracing",
269 "windows-sys 0.59.0",
270]
271
272[[package]]
273name = "async-lock"
274version = "2.8.0"
275source = "registry+https://github.com/rust-lang/crates.io-index"
276checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
277dependencies = [
278 "event-listener 2.5.3",
279]
280
281[[package]]
282name = "async-lock"
283version = "3.4.0"
284source = "registry+https://github.com/rust-lang/crates.io-index"
285checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
286dependencies = [
287 "event-listener 5.4.0",
288 "event-listener-strategy",
289 "pin-project-lite",
290]
291
292[[package]]
293name = "async-process"
294version = "2.3.0"
295source = "registry+https://github.com/rust-lang/crates.io-index"
296checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb"
297dependencies = [
298 "async-channel 2.3.1",
299 "async-io 2.4.0",
300 "async-lock 3.4.0",
301 "async-signal",
302 "async-task",
303 "blocking",
304 "cfg-if",
305 "event-listener 5.4.0",
306 "futures-lite 2.6.0",
307 "rustix 0.38.44",
308 "tracing",
309]
310
311[[package]]
312name = "async-signal"
313version = "0.2.10"
314source = "registry+https://github.com/rust-lang/crates.io-index"
315checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3"
316dependencies = [
317 "async-io 2.4.0",
318 "async-lock 3.4.0",
319 "atomic-waker",
320 "cfg-if",
321 "futures-core",
322 "futures-io",
323 "rustix 0.38.44",
324 "signal-hook-registry",
325 "slab",
326 "windows-sys 0.59.0",
327]
328
329[[package]]
330name = "async-std"
331version = "1.13.0"
332source = "registry+https://github.com/rust-lang/crates.io-index"
333checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
334dependencies = [
335 "async-attributes",
336 "async-channel 1.9.0",
337 "async-global-executor",
338 "async-io 2.4.0",
339 "async-lock 3.4.0",
340 "async-process",
341 "crossbeam-utils",
342 "futures-channel",
343 "futures-core",
344 "futures-io",
345 "futures-lite 2.6.0",
346 "gloo-timers",
347 "kv-log-macro",
348 "log",
349 "memchr",
350 "once_cell",
351 "pin-project-lite",
352 "pin-utils",
353 "slab",
354 "wasm-bindgen-futures",
355]
356
357[[package]]
358name = "async-std-resolver"
359version = "0.24.2"
360source = "registry+https://github.com/rust-lang/crates.io-index"
361checksum = "fa5ee46ec0c518414838d2fdc7dd18f6ba7d934b6e728005c958621da450682d"
362dependencies = [
363 "async-std",
364 "async-trait",
365 "futures-io",
366 "futures-util",
367 "hickory-resolver",
368 "pin-utils",
369 "socket2 0.5.8",
370]
371
372[[package]]
373name = "async-stream"
374version = "0.3.6"
375source = "registry+https://github.com/rust-lang/crates.io-index"
376checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
377dependencies = [
378 "async-stream-impl",
379 "futures-core",
380 "pin-project-lite",
381]
382
383[[package]]
384name = "async-stream-impl"
385version = "0.3.6"
386source = "registry+https://github.com/rust-lang/crates.io-index"
387checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
388dependencies = [
389 "proc-macro2",
390 "quote",
391 "syn 2.0.96",
392]
393
394[[package]]
395name = "async-task"
396version = "4.7.1"
397source = "registry+https://github.com/rust-lang/crates.io-index"
398checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
399
400[[package]]
401name = "async-tls"
402version = "0.10.0"
403source = "registry+https://github.com/rust-lang/crates.io-index"
404checksum = "d85a97c4a0ecce878efd3f945f119c78a646d8975340bca0398f9bb05c30cc52"
405dependencies = [
406 "futures-core",
407 "futures-io",
408 "rustls 0.18.1",
409 "webpki",
410 "webpki-roots 0.20.0",
411]
412
413[[package]]
414name = "async-trait"
415version = "0.1.85"
416source = "registry+https://github.com/rust-lang/crates.io-index"
417checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056"
418dependencies = [
419 "proc-macro2",
420 "quote",
421 "syn 2.0.96",
422]
423
424[[package]]
425name = "atomic-waker"
426version = "1.1.2"
427source = "registry+https://github.com/rust-lang/crates.io-index"
428checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
429
430[[package]]
431name = "atty"
432version = "0.2.14"
433source = "registry+https://github.com/rust-lang/crates.io-index"
434checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
435dependencies = [
436 "hermit-abi 0.1.19",
437 "libc",
438 "winapi",
439]
440
441[[package]]
442name = "autocfg"
443version = "1.4.0"
444source = "registry+https://github.com/rust-lang/crates.io-index"
445checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
446
447[[package]]
448name = "axum"
449version = "0.7.9"
450source = "registry+https://github.com/rust-lang/crates.io-index"
451checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f"
452dependencies = [
453 "async-trait",
454 "axum-core",
455 "bytes",
456 "futures-util",
457 "http 1.2.0",
458 "http-body 1.0.1",
459 "http-body-util",
460 "itoa",
461 "matchit",
462 "memchr",
463 "mime",
464 "percent-encoding 2.3.1",
465 "pin-project-lite",
466 "rustversion",
467 "serde",
468 "sync_wrapper 1.0.2",
469 "tower 0.5.2",
470 "tower-layer",
471 "tower-service",
472]
473
474[[package]]
475name = "axum-core"
476version = "0.4.5"
477source = "registry+https://github.com/rust-lang/crates.io-index"
478checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199"
479dependencies = [
480 "async-trait",
481 "bytes",
482 "futures-util",
483 "http 1.2.0",
484 "http-body 1.0.1",
485 "http-body-util",
486 "mime",
487 "pin-project-lite",
488 "rustversion",
489 "sync_wrapper 1.0.2",
490 "tower-layer",
491 "tower-service",
492]
493
494[[package]]
495name = "backtrace"
496version = "0.3.74"
497source = "registry+https://github.com/rust-lang/crates.io-index"
498checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
499dependencies = [
500 "addr2line",
501 "cfg-if",
502 "libc",
503 "miniz_oxide",
504 "object",
505 "rustc-demangle",
506 "windows-targets 0.52.6",
507]
508
509[[package]]
510name = "base-x"
511version = "0.2.11"
512source = "registry+https://github.com/rust-lang/crates.io-index"
513checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
514
515[[package]]
516name = "base64"
517version = "0.12.3"
518source = "registry+https://github.com/rust-lang/crates.io-index"
519checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
520
521[[package]]
522name = "base64"
523version = "0.13.1"
524source = "registry+https://github.com/rust-lang/crates.io-index"
525checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
526
527[[package]]
528name = "base64"
529version = "0.21.7"
530source = "registry+https://github.com/rust-lang/crates.io-index"
531checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
532
533[[package]]
534name = "base64"
535version = "0.22.1"
536source = "registry+https://github.com/rust-lang/crates.io-index"
537checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
538
539[[package]]
540name = "bindgen"
541version = "0.70.1"
542source = "registry+https://github.com/rust-lang/crates.io-index"
543checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
544dependencies = [
545 "bitflags 2.8.0",
546 "cexpr",
547 "clang-sys",
548 "itertools 0.13.0",
549 "proc-macro2",
550 "quote",
551 "regex",
552 "rustc-hash",
553 "shlex",
554 "syn 2.0.96",
555]
556
557[[package]]
558name = "bitflags"
559version = "1.3.2"
560source = "registry+https://github.com/rust-lang/crates.io-index"
561checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
562
563[[package]]
564name = "bitflags"
565version = "2.8.0"
566source = "registry+https://github.com/rust-lang/crates.io-index"
567checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
568
569[[package]]
570name = "block"
571version = "0.1.6"
572source = "registry+https://github.com/rust-lang/crates.io-index"
573checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
574
575[[package]]
576name = "block-buffer"
577version = "0.9.0"
578source = "registry+https://github.com/rust-lang/crates.io-index"
579checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
580dependencies = [
581 "generic-array",
582]
583
584[[package]]
585name = "blocking"
586version = "1.6.1"
587source = "registry+https://github.com/rust-lang/crates.io-index"
588checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
589dependencies = [
590 "async-channel 2.3.1",
591 "async-task",
592 "futures-io",
593 "futures-lite 2.6.0",
594 "piper",
595]
596
597[[package]]
598name = "bumpalo"
599version = "3.16.0"
600source = "registry+https://github.com/rust-lang/crates.io-index"
601checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
602
603[[package]]
604name = "bytemuck"
605version = "1.21.0"
606source = "registry+https://github.com/rust-lang/crates.io-index"
607checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
608
609[[package]]
610name = "byteorder"
611version = "1.5.0"
612source = "registry+https://github.com/rust-lang/crates.io-index"
613checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
614
615[[package]]
616name = "bytes"
617version = "1.9.0"
618source = "registry+https://github.com/rust-lang/crates.io-index"
619checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
620
621[[package]]
622name = "cassowary"
623version = "0.3.0"
624source = "registry+https://github.com/rust-lang/crates.io-index"
625checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
626
627[[package]]
628name = "castaway"
629version = "0.2.3"
630source = "registry+https://github.com/rust-lang/crates.io-index"
631checksum = "0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5"
632dependencies = [
633 "rustversion",
634]
635
636[[package]]
637name = "cc"
638version = "1.2.10"
639source = "registry+https://github.com/rust-lang/crates.io-index"
640checksum = "13208fcbb66eaeffe09b99fffbe1af420f00a7b35aa99ad683dfc1aa76145229"
641dependencies = [
642 "jobserver",
643 "libc",
644 "shlex",
645]
646
647[[package]]
648name = "cesu8"
649version = "1.1.0"
650source = "registry+https://github.com/rust-lang/crates.io-index"
651checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
652
653[[package]]
654name = "cexpr"
655version = "0.6.0"
656source = "registry+https://github.com/rust-lang/crates.io-index"
657checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
658dependencies = [
659 "nom 7.1.3",
660]
661
662[[package]]
663name = "cfg-if"
664version = "1.0.0"
665source = "registry+https://github.com/rust-lang/crates.io-index"
666checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
667
668[[package]]
669name = "chrono"
670version = "0.4.39"
671source = "registry+https://github.com/rust-lang/crates.io-index"
672checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
673dependencies = [
674 "android-tzdata",
675 "iana-time-zone",
676 "js-sys",
677 "num-traits",
678 "serde",
679 "wasm-bindgen",
680 "windows-targets 0.52.6",
681]
682
683[[package]]
684name = "cipher"
685version = "0.2.5"
686source = "registry+https://github.com/rust-lang/crates.io-index"
687checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801"
688dependencies = [
689 "generic-array",
690]
691
692[[package]]
693name = "clang-sys"
694version = "1.8.1"
695source = "registry+https://github.com/rust-lang/crates.io-index"
696checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
697dependencies = [
698 "glob",
699 "libc",
700 "libloading",
701]
702
703[[package]]
704name = "clap"
705version = "3.2.25"
706source = "registry+https://github.com/rust-lang/crates.io-index"
707checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
708dependencies = [
709 "atty",
710 "bitflags 1.3.2",
711 "clap_lex",
712 "indexmap 1.9.3",
713 "strsim",
714 "termcolor",
715 "textwrap",
716]
717
718[[package]]
719name = "clap_lex"
720version = "0.2.4"
721source = "registry+https://github.com/rust-lang/crates.io-index"
722checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
723dependencies = [
724 "os_str_bytes",
725]
726
727[[package]]
728name = "claxon"
729version = "0.4.3"
730source = "registry+https://github.com/rust-lang/crates.io-index"
731checksum = "4bfbf56724aa9eca8afa4fcfadeb479e722935bb2a0900c2d37e0cc477af0688"
732
733[[package]]
734name = "cocoa"
735version = "0.24.1"
736source = "registry+https://github.com/rust-lang/crates.io-index"
737checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a"
738dependencies = [
739 "bitflags 1.3.2",
740 "block",
741 "cocoa-foundation",
742 "core-foundation",
743 "core-graphics",
744 "foreign-types",
745 "libc",
746 "objc",
747]
748
749[[package]]
750name = "cocoa-foundation"
751version = "0.1.2"
752source = "registry+https://github.com/rust-lang/crates.io-index"
753checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
754dependencies = [
755 "bitflags 1.3.2",
756 "block",
757 "core-foundation",
758 "core-graphics-types",
759 "libc",
760 "objc",
761]
762
763[[package]]
764name = "combine"
765version = "4.6.7"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
768dependencies = [
769 "bytes",
770 "memchr",
771]
772
773[[package]]
774name = "compact_str"
775version = "0.7.1"
776source = "registry+https://github.com/rust-lang/crates.io-index"
777checksum = "f86b9c4c00838774a6d902ef931eff7470720c51d90c2e32cfe15dc304737b3f"
778dependencies = [
779 "castaway",
780 "cfg-if",
781 "itoa",
782 "ryu",
783 "static_assertions",
784]
785
786[[package]]
787name = "concurrent-queue"
788version = "2.5.0"
789source = "registry+https://github.com/rust-lang/crates.io-index"
790checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
791dependencies = [
792 "crossbeam-utils",
793]
794
795[[package]]
796name = "config"
797version = "0.10.1"
798source = "registry+https://github.com/rust-lang/crates.io-index"
799checksum = "19b076e143e1d9538dde65da30f8481c2a6c44040edb8e02b9bf1351edb92ce3"
800dependencies = [
801 "lazy_static",
802 "nom 5.1.3",
803 "serde",
804]
805
806[[package]]
807name = "const_fn"
808version = "0.4.11"
809source = "registry+https://github.com/rust-lang/crates.io-index"
810checksum = "2f8a2ca5ac02d09563609681103aada9e1777d54fc57a5acd7a41404f9c93b6e"
811
812[[package]]
813name = "convert_case"
814version = "0.4.0"
815source = "registry+https://github.com/rust-lang/crates.io-index"
816checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
817
818[[package]]
819name = "cookie"
820version = "0.14.4"
821source = "registry+https://github.com/rust-lang/crates.io-index"
822checksum = "03a5d7b21829bc7b4bf4754a978a241ae54ea55a40f92bb20216e54096f4b951"
823dependencies = [
824 "aes-gcm",
825 "base64 0.13.1",
826 "hkdf",
827 "hmac",
828 "percent-encoding 2.3.1",
829 "rand 0.8.5",
830 "sha2",
831 "time",
832 "version_check",
833]
834
835[[package]]
836name = "core-foundation"
837version = "0.9.4"
838source = "registry+https://github.com/rust-lang/crates.io-index"
839checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
840dependencies = [
841 "core-foundation-sys",
842 "libc",
843]
844
845[[package]]
846name = "core-foundation-sys"
847version = "0.8.7"
848source = "registry+https://github.com/rust-lang/crates.io-index"
849checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
850
851[[package]]
852name = "core-graphics"
853version = "0.22.3"
854source = "registry+https://github.com/rust-lang/crates.io-index"
855checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
856dependencies = [
857 "bitflags 1.3.2",
858 "core-foundation",
859 "core-graphics-types",
860 "foreign-types",
861 "libc",
862]
863
864[[package]]
865name = "core-graphics-types"
866version = "0.1.3"
867source = "registry+https://github.com/rust-lang/crates.io-index"
868checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
869dependencies = [
870 "bitflags 1.3.2",
871 "core-foundation",
872 "libc",
873]
874
875[[package]]
876name = "coreaudio-rs"
877version = "0.10.0"
878source = "registry+https://github.com/rust-lang/crates.io-index"
879checksum = "11894b20ebfe1ff903cbdc52259693389eea03b94918a2def2c30c3bf227ad88"
880dependencies = [
881 "bitflags 1.3.2",
882 "coreaudio-sys",
883]
884
885[[package]]
886name = "coreaudio-sys"
887version = "0.2.16"
888source = "registry+https://github.com/rust-lang/crates.io-index"
889checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
890dependencies = [
891 "bindgen",
892]
893
894[[package]]
895name = "cpal"
896version = "0.14.2"
897source = "registry+https://github.com/rust-lang/crates.io-index"
898checksum = "f342c1b63e185e9953584ff2199726bf53850d96610a310e3aca09e9405a2d0b"
899dependencies = [
900 "alsa",
901 "core-foundation-sys",
902 "coreaudio-rs",
903 "jni",
904 "js-sys",
905 "libc",
906 "mach",
907 "ndk 0.7.0",
908 "ndk-context",
909 "oboe",
910 "once_cell",
911 "parking_lot",
912 "stdweb",
913 "thiserror 1.0.69",
914 "web-sys",
915 "windows 0.37.0",
916]
917
918[[package]]
919name = "cpufeatures"
920version = "0.2.17"
921source = "registry+https://github.com/rust-lang/crates.io-index"
922checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
923dependencies = [
924 "libc",
925]
926
927[[package]]
928name = "cpuid-bool"
929version = "0.2.0"
930source = "registry+https://github.com/rust-lang/crates.io-index"
931checksum = "dcb25d077389e53838a8158c8e99174c5a9d902dee4904320db714f3c653ffba"
932
933[[package]]
934name = "crossbeam-queue"
935version = "0.3.12"
936source = "registry+https://github.com/rust-lang/crates.io-index"
937checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
938dependencies = [
939 "crossbeam-utils",
940]
941
942[[package]]
943name = "crossbeam-utils"
944version = "0.8.21"
945source = "registry+https://github.com/rust-lang/crates.io-index"
946checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
947
948[[package]]
949name = "crossterm"
950version = "0.27.0"
951source = "registry+https://github.com/rust-lang/crates.io-index"
952checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df"
953dependencies = [
954 "bitflags 2.8.0",
955 "crossterm_winapi",
956 "libc",
957 "mio 0.8.11",
958 "parking_lot",
959 "signal-hook",
960 "signal-hook-mio",
961 "winapi",
962]
963
964[[package]]
965name = "crossterm_winapi"
966version = "0.9.1"
967source = "registry+https://github.com/rust-lang/crates.io-index"
968checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
969dependencies = [
970 "winapi",
971]
972
973[[package]]
974name = "crypto-mac"
975version = "0.10.1"
976source = "registry+https://github.com/rust-lang/crates.io-index"
977checksum = "bff07008ec701e8028e2ceb8f83f0e4274ee62bd2dbdc4fefff2e9a91824081a"
978dependencies = [
979 "generic-array",
980 "subtle",
981]
982
983[[package]]
984name = "ctr"
985version = "0.6.0"
986source = "registry+https://github.com/rust-lang/crates.io-index"
987checksum = "fb4a30d54f7443bf3d6191dcd486aca19e67cb3c49fa7a06a319966346707e7f"
988dependencies = [
989 "cipher",
990]
991
992[[package]]
993name = "dashmap"
994version = "5.5.3"
995source = "registry+https://github.com/rust-lang/crates.io-index"
996checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
997dependencies = [
998 "cfg-if",
999 "hashbrown 0.14.5",
1000 "lock_api",
1001 "once_cell",
1002 "parking_lot_core",
1003]
1004
1005[[package]]
1006name = "data-encoding"
1007version = "2.7.0"
1008source = "registry+https://github.com/rust-lang/crates.io-index"
1009checksum = "0e60eed09d8c01d3cee5b7d30acb059b76614c918fa0f992e0dd6eeb10daad6f"
1010
1011[[package]]
1012name = "dbus"
1013version = "0.9.7"
1014source = "registry+https://github.com/rust-lang/crates.io-index"
1015checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
1016dependencies = [
1017 "libc",
1018 "libdbus-sys",
1019 "winapi",
1020]
1021
1022[[package]]
1023name = "dbus-crossroads"
1024version = "0.5.2"
1025source = "registry+https://github.com/rust-lang/crates.io-index"
1026checksum = "3a4c83437187544ba5142427746835061b330446ca8902eabd70e4afb8f76de0"
1027dependencies = [
1028 "dbus",
1029]
1030
1031[[package]]
1032name = "deadpool"
1033version = "0.7.0"
1034source = "registry+https://github.com/rust-lang/crates.io-index"
1035checksum = "3d126179d86aee4556e54f5f3c6bf6d9884e7cc52cef82f77ee6f90a7747616d"
1036dependencies = [
1037 "async-trait",
1038 "config",
1039 "crossbeam-queue",
1040 "num_cpus",
1041 "serde",
1042 "tokio",
1043]
1044
1045[[package]]
1046name = "derive_more"
1047version = "0.99.18"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
1050dependencies = [
1051 "convert_case",
1052 "proc-macro2",
1053 "quote",
1054 "rustc_version 0.4.1",
1055 "syn 2.0.96",
1056]
1057
1058[[package]]
1059name = "digest"
1060version = "0.9.0"
1061source = "registry+https://github.com/rust-lang/crates.io-index"
1062checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
1063dependencies = [
1064 "generic-array",
1065]
1066
1067[[package]]
1068name = "discard"
1069version = "1.0.4"
1070source = "registry+https://github.com/rust-lang/crates.io-index"
1071checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
1072
1073[[package]]
1074name = "dispatch"
1075version = "0.2.0"
1076source = "registry+https://github.com/rust-lang/crates.io-index"
1077checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
1078
1079[[package]]
1080name = "displaydoc"
1081version = "0.2.5"
1082source = "registry+https://github.com/rust-lang/crates.io-index"
1083checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
1084dependencies = [
1085 "proc-macro2",
1086 "quote",
1087 "syn 2.0.96",
1088]
1089
1090[[package]]
1091name = "either"
1092version = "1.13.0"
1093source = "registry+https://github.com/rust-lang/crates.io-index"
1094checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
1095
1096[[package]]
1097name = "encoding_rs"
1098version = "0.8.35"
1099source = "registry+https://github.com/rust-lang/crates.io-index"
1100checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
1101dependencies = [
1102 "cfg-if",
1103]
1104
1105[[package]]
1106name = "enum-as-inner"
1107version = "0.6.1"
1108source = "registry+https://github.com/rust-lang/crates.io-index"
1109checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
1110dependencies = [
1111 "heck",
1112 "proc-macro2",
1113 "quote",
1114 "syn 2.0.96",
1115]
1116
1117[[package]]
1118name = "equivalent"
1119version = "1.0.1"
1120source = "registry+https://github.com/rust-lang/crates.io-index"
1121checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
1122
1123[[package]]
1124name = "errno"
1125version = "0.3.10"
1126source = "registry+https://github.com/rust-lang/crates.io-index"
1127checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
1128dependencies = [
1129 "libc",
1130 "windows-sys 0.59.0",
1131]
1132
1133[[package]]
1134name = "event-listener"
1135version = "2.5.3"
1136source = "registry+https://github.com/rust-lang/crates.io-index"
1137checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
1138
1139[[package]]
1140name = "event-listener"
1141version = "5.4.0"
1142source = "registry+https://github.com/rust-lang/crates.io-index"
1143checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
1144dependencies = [
1145 "concurrent-queue",
1146 "parking",
1147 "pin-project-lite",
1148]
1149
1150[[package]]
1151name = "event-listener-strategy"
1152version = "0.5.3"
1153source = "registry+https://github.com/rust-lang/crates.io-index"
1154checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
1155dependencies = [
1156 "event-listener 5.4.0",
1157 "pin-project-lite",
1158]
1159
1160[[package]]
1161name = "extended"
1162version = "0.1.0"
1163source = "registry+https://github.com/rust-lang/crates.io-index"
1164checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
1165
1166[[package]]
1167name = "fastrand"
1168version = "1.9.0"
1169source = "registry+https://github.com/rust-lang/crates.io-index"
1170checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
1171dependencies = [
1172 "instant",
1173]
1174
1175[[package]]
1176name = "fastrand"
1177version = "2.3.0"
1178source = "registry+https://github.com/rust-lang/crates.io-index"
1179checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
1180
1181[[package]]
1182name = "fixedbitset"
1183version = "0.4.2"
1184source = "registry+https://github.com/rust-lang/crates.io-index"
1185checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
1186
1187[[package]]
1188name = "fnv"
1189version = "1.0.7"
1190source = "registry+https://github.com/rust-lang/crates.io-index"
1191checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1192
1193[[package]]
1194name = "foldhash"
1195version = "0.1.4"
1196source = "registry+https://github.com/rust-lang/crates.io-index"
1197checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f"
1198
1199[[package]]
1200name = "foreign-types"
1201version = "0.3.2"
1202source = "registry+https://github.com/rust-lang/crates.io-index"
1203checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1204dependencies = [
1205 "foreign-types-shared",
1206]
1207
1208[[package]]
1209name = "foreign-types-shared"
1210version = "0.1.1"
1211source = "registry+https://github.com/rust-lang/crates.io-index"
1212checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1213
1214[[package]]
1215name = "form_urlencoded"
1216version = "1.2.1"
1217source = "registry+https://github.com/rust-lang/crates.io-index"
1218checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
1219dependencies = [
1220 "percent-encoding 2.3.1",
1221]
1222
1223[[package]]
1224name = "futures"
1225version = "0.3.31"
1226source = "registry+https://github.com/rust-lang/crates.io-index"
1227checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
1228dependencies = [
1229 "futures-channel",
1230 "futures-core",
1231 "futures-executor",
1232 "futures-io",
1233 "futures-sink",
1234 "futures-task",
1235 "futures-util",
1236]
1237
1238[[package]]
1239name = "futures-channel"
1240version = "0.3.31"
1241source = "registry+https://github.com/rust-lang/crates.io-index"
1242checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
1243dependencies = [
1244 "futures-core",
1245 "futures-sink",
1246]
1247
1248[[package]]
1249name = "futures-core"
1250version = "0.3.31"
1251source = "registry+https://github.com/rust-lang/crates.io-index"
1252checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
1253
1254[[package]]
1255name = "futures-executor"
1256version = "0.3.31"
1257source = "registry+https://github.com/rust-lang/crates.io-index"
1258checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
1259dependencies = [
1260 "futures-core",
1261 "futures-task",
1262 "futures-util",
1263]
1264
1265[[package]]
1266name = "futures-io"
1267version = "0.3.31"
1268source = "registry+https://github.com/rust-lang/crates.io-index"
1269checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
1270
1271[[package]]
1272name = "futures-lite"
1273version = "1.13.0"
1274source = "registry+https://github.com/rust-lang/crates.io-index"
1275checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
1276dependencies = [
1277 "fastrand 1.9.0",
1278 "futures-core",
1279 "futures-io",
1280 "memchr",
1281 "parking",
1282 "pin-project-lite",
1283 "waker-fn",
1284]
1285
1286[[package]]
1287name = "futures-lite"
1288version = "2.6.0"
1289source = "registry+https://github.com/rust-lang/crates.io-index"
1290checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
1291dependencies = [
1292 "fastrand 2.3.0",
1293 "futures-core",
1294 "futures-io",
1295 "parking",
1296 "pin-project-lite",
1297]
1298
1299[[package]]
1300name = "futures-macro"
1301version = "0.3.31"
1302source = "registry+https://github.com/rust-lang/crates.io-index"
1303checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
1304dependencies = [
1305 "proc-macro2",
1306 "quote",
1307 "syn 2.0.96",
1308]
1309
1310[[package]]
1311name = "futures-sink"
1312version = "0.3.31"
1313source = "registry+https://github.com/rust-lang/crates.io-index"
1314checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
1315
1316[[package]]
1317name = "futures-task"
1318version = "0.3.31"
1319source = "registry+https://github.com/rust-lang/crates.io-index"
1320checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
1321
1322[[package]]
1323name = "futures-util"
1324version = "0.3.31"
1325source = "registry+https://github.com/rust-lang/crates.io-index"
1326checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
1327dependencies = [
1328 "futures-channel",
1329 "futures-core",
1330 "futures-io",
1331 "futures-macro",
1332 "futures-sink",
1333 "futures-task",
1334 "memchr",
1335 "pin-project-lite",
1336 "pin-utils",
1337 "slab",
1338]
1339
1340[[package]]
1341name = "generic-array"
1342version = "0.14.7"
1343source = "registry+https://github.com/rust-lang/crates.io-index"
1344checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1345dependencies = [
1346 "typenum",
1347 "version_check",
1348]
1349
1350[[package]]
1351name = "getrandom"
1352version = "0.1.16"
1353source = "registry+https://github.com/rust-lang/crates.io-index"
1354checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
1355dependencies = [
1356 "cfg-if",
1357 "libc",
1358 "wasi 0.9.0+wasi-snapshot-preview1",
1359]
1360
1361[[package]]
1362name = "getrandom"
1363version = "0.2.15"
1364source = "registry+https://github.com/rust-lang/crates.io-index"
1365checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
1366dependencies = [
1367 "cfg-if",
1368 "libc",
1369 "wasi 0.11.0+wasi-snapshot-preview1",
1370]
1371
1372[[package]]
1373name = "ghash"
1374version = "0.3.1"
1375source = "registry+https://github.com/rust-lang/crates.io-index"
1376checksum = "97304e4cd182c3846f7575ced3890c53012ce534ad9114046b0a9e00bb30a375"
1377dependencies = [
1378 "opaque-debug",
1379 "polyval",
1380]
1381
1382[[package]]
1383name = "gimli"
1384version = "0.31.1"
1385source = "registry+https://github.com/rust-lang/crates.io-index"
1386checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
1387
1388[[package]]
1389name = "glob"
1390version = "0.3.2"
1391source = "registry+https://github.com/rust-lang/crates.io-index"
1392checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
1393
1394[[package]]
1395name = "gloo-timers"
1396version = "0.3.0"
1397source = "registry+https://github.com/rust-lang/crates.io-index"
1398checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
1399dependencies = [
1400 "futures-channel",
1401 "futures-core",
1402 "js-sys",
1403 "wasm-bindgen",
1404]
1405
1406[[package]]
1407name = "h2"
1408version = "0.3.26"
1409source = "registry+https://github.com/rust-lang/crates.io-index"
1410checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
1411dependencies = [
1412 "bytes",
1413 "fnv",
1414 "futures-core",
1415 "futures-sink",
1416 "futures-util",
1417 "http 0.2.12",
1418 "indexmap 2.7.1",
1419 "slab",
1420 "tokio",
1421 "tokio-util",
1422 "tracing",
1423]
1424
1425[[package]]
1426name = "h2"
1427version = "0.4.7"
1428source = "registry+https://github.com/rust-lang/crates.io-index"
1429checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
1430dependencies = [
1431 "atomic-waker",
1432 "bytes",
1433 "fnv",
1434 "futures-core",
1435 "futures-sink",
1436 "http 1.2.0",
1437 "indexmap 2.7.1",
1438 "slab",
1439 "tokio",
1440 "tokio-util",
1441 "tracing",
1442]
1443
1444[[package]]
1445name = "hashbrown"
1446version = "0.12.3"
1447source = "registry+https://github.com/rust-lang/crates.io-index"
1448checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1449
1450[[package]]
1451name = "hashbrown"
1452version = "0.14.5"
1453source = "registry+https://github.com/rust-lang/crates.io-index"
1454checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1455
1456[[package]]
1457name = "hashbrown"
1458version = "0.15.2"
1459source = "registry+https://github.com/rust-lang/crates.io-index"
1460checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
1461dependencies = [
1462 "allocator-api2",
1463 "equivalent",
1464 "foldhash",
1465]
1466
1467[[package]]
1468name = "heck"
1469version = "0.5.0"
1470source = "registry+https://github.com/rust-lang/crates.io-index"
1471checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1472
1473[[package]]
1474name = "hermit-abi"
1475version = "0.1.19"
1476source = "registry+https://github.com/rust-lang/crates.io-index"
1477checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
1478dependencies = [
1479 "libc",
1480]
1481
1482[[package]]
1483name = "hermit-abi"
1484version = "0.3.9"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
1487
1488[[package]]
1489name = "hermit-abi"
1490version = "0.4.0"
1491source = "registry+https://github.com/rust-lang/crates.io-index"
1492checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
1493
1494[[package]]
1495name = "hickory-proto"
1496version = "0.24.2"
1497source = "registry+https://github.com/rust-lang/crates.io-index"
1498checksum = "447afdcdb8afb9d0a852af6dc65d9b285ce720ed7a59e42a8bf2e931c67bc1b5"
1499dependencies = [
1500 "async-trait",
1501 "cfg-if",
1502 "data-encoding",
1503 "enum-as-inner",
1504 "futures-channel",
1505 "futures-io",
1506 "futures-util",
1507 "idna 1.0.3",
1508 "ipnet",
1509 "once_cell",
1510 "rand 0.8.5",
1511 "thiserror 1.0.69",
1512 "tinyvec",
1513 "tracing",
1514 "url 2.5.4",
1515]
1516
1517[[package]]
1518name = "hickory-resolver"
1519version = "0.24.2"
1520source = "registry+https://github.com/rust-lang/crates.io-index"
1521checksum = "0a2e2aba9c389ce5267d31cf1e4dace82390ae276b0b364ea55630b1fa1b44b4"
1522dependencies = [
1523 "cfg-if",
1524 "futures-util",
1525 "hickory-proto",
1526 "ipconfig",
1527 "lru-cache",
1528 "once_cell",
1529 "parking_lot",
1530 "rand 0.8.5",
1531 "resolv-conf",
1532 "smallvec",
1533 "thiserror 1.0.69",
1534 "tracing",
1535]
1536
1537[[package]]
1538name = "hkdf"
1539version = "0.10.0"
1540source = "registry+https://github.com/rust-lang/crates.io-index"
1541checksum = "51ab2f639c231793c5f6114bdb9bbe50a7dbbfcd7c7c6bd8475dec2d991e964f"
1542dependencies = [
1543 "digest",
1544 "hmac",
1545]
1546
1547[[package]]
1548name = "hmac"
1549version = "0.10.1"
1550source = "registry+https://github.com/rust-lang/crates.io-index"
1551checksum = "c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15"
1552dependencies = [
1553 "crypto-mac",
1554 "digest",
1555]
1556
1557[[package]]
1558name = "hostname"
1559version = "0.3.1"
1560source = "registry+https://github.com/rust-lang/crates.io-index"
1561checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
1562dependencies = [
1563 "libc",
1564 "match_cfg",
1565 "winapi",
1566]
1567
1568[[package]]
1569name = "hound"
1570version = "3.5.1"
1571source = "registry+https://github.com/rust-lang/crates.io-index"
1572checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
1573
1574[[package]]
1575name = "http"
1576version = "0.2.12"
1577source = "registry+https://github.com/rust-lang/crates.io-index"
1578checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
1579dependencies = [
1580 "bytes",
1581 "fnv",
1582 "itoa",
1583]
1584
1585[[package]]
1586name = "http"
1587version = "1.2.0"
1588source = "registry+https://github.com/rust-lang/crates.io-index"
1589checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
1590dependencies = [
1591 "bytes",
1592 "fnv",
1593 "itoa",
1594]
1595
1596[[package]]
1597name = "http-body"
1598version = "0.4.6"
1599source = "registry+https://github.com/rust-lang/crates.io-index"
1600checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
1601dependencies = [
1602 "bytes",
1603 "http 0.2.12",
1604 "pin-project-lite",
1605]
1606
1607[[package]]
1608name = "http-body"
1609version = "1.0.1"
1610source = "registry+https://github.com/rust-lang/crates.io-index"
1611checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1612dependencies = [
1613 "bytes",
1614 "http 1.2.0",
1615]
1616
1617[[package]]
1618name = "http-body-util"
1619version = "0.1.2"
1620source = "registry+https://github.com/rust-lang/crates.io-index"
1621checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
1622dependencies = [
1623 "bytes",
1624 "futures-util",
1625 "http 1.2.0",
1626 "http-body 1.0.1",
1627 "pin-project-lite",
1628]
1629
1630[[package]]
1631name = "http-client"
1632version = "6.5.3"
1633source = "registry+https://github.com/rust-lang/crates.io-index"
1634checksum = "1947510dc91e2bf586ea5ffb412caad7673264e14bb39fb9078da114a94ce1a5"
1635dependencies = [
1636 "async-h1",
1637 "async-std",
1638 "async-tls",
1639 "async-trait",
1640 "cfg-if",
1641 "dashmap",
1642 "deadpool",
1643 "futures",
1644 "http-types",
1645 "log",
1646 "rustls 0.18.1",
1647]
1648
1649[[package]]
1650name = "http-types"
1651version = "2.12.0"
1652source = "registry+https://github.com/rust-lang/crates.io-index"
1653checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
1654dependencies = [
1655 "anyhow",
1656 "async-channel 1.9.0",
1657 "async-std",
1658 "base64 0.13.1",
1659 "cookie",
1660 "futures-lite 1.13.0",
1661 "infer",
1662 "pin-project-lite",
1663 "rand 0.7.3",
1664 "serde",
1665 "serde_json",
1666 "serde_qs",
1667 "serde_urlencoded",
1668 "url 2.5.4",
1669]
1670
1671[[package]]
1672name = "httparse"
1673version = "1.9.5"
1674source = "registry+https://github.com/rust-lang/crates.io-index"
1675checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
1676
1677[[package]]
1678name = "httpdate"
1679version = "1.0.3"
1680source = "registry+https://github.com/rust-lang/crates.io-index"
1681checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1682
1683[[package]]
1684name = "hyper"
1685version = "0.14.32"
1686source = "registry+https://github.com/rust-lang/crates.io-index"
1687checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
1688dependencies = [
1689 "bytes",
1690 "futures-channel",
1691 "futures-core",
1692 "futures-util",
1693 "h2 0.3.26",
1694 "http 0.2.12",
1695 "http-body 0.4.6",
1696 "httparse",
1697 "httpdate",
1698 "itoa",
1699 "pin-project-lite",
1700 "socket2 0.5.8",
1701 "tokio",
1702 "tower-service",
1703 "tracing",
1704 "want",
1705]
1706
1707[[package]]
1708name = "hyper"
1709version = "1.5.2"
1710source = "registry+https://github.com/rust-lang/crates.io-index"
1711checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0"
1712dependencies = [
1713 "bytes",
1714 "futures-channel",
1715 "futures-util",
1716 "h2 0.4.7",
1717 "http 1.2.0",
1718 "http-body 1.0.1",
1719 "httparse",
1720 "httpdate",
1721 "itoa",
1722 "pin-project-lite",
1723 "smallvec",
1724 "tokio",
1725 "want",
1726]
1727
1728[[package]]
1729name = "hyper-rustls"
1730version = "0.24.2"
1731source = "registry+https://github.com/rust-lang/crates.io-index"
1732checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
1733dependencies = [
1734 "futures-util",
1735 "http 0.2.12",
1736 "hyper 0.14.32",
1737 "rustls 0.21.12",
1738 "tokio",
1739 "tokio-rustls",
1740]
1741
1742[[package]]
1743name = "hyper-timeout"
1744version = "0.5.2"
1745source = "registry+https://github.com/rust-lang/crates.io-index"
1746checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
1747dependencies = [
1748 "hyper 1.5.2",
1749 "hyper-util",
1750 "pin-project-lite",
1751 "tokio",
1752 "tower-service",
1753]
1754
1755[[package]]
1756name = "hyper-util"
1757version = "0.1.10"
1758source = "registry+https://github.com/rust-lang/crates.io-index"
1759checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
1760dependencies = [
1761 "bytes",
1762 "futures-channel",
1763 "futures-util",
1764 "http 1.2.0",
1765 "http-body 1.0.1",
1766 "hyper 1.5.2",
1767 "pin-project-lite",
1768 "socket2 0.5.8",
1769 "tokio",
1770 "tower-service",
1771 "tracing",
1772]
1773
1774[[package]]
1775name = "iana-time-zone"
1776version = "0.1.61"
1777source = "registry+https://github.com/rust-lang/crates.io-index"
1778checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
1779dependencies = [
1780 "android_system_properties",
1781 "core-foundation-sys",
1782 "iana-time-zone-haiku",
1783 "js-sys",
1784 "wasm-bindgen",
1785 "windows-core",
1786]
1787
1788[[package]]
1789name = "iana-time-zone-haiku"
1790version = "0.1.2"
1791source = "registry+https://github.com/rust-lang/crates.io-index"
1792checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1793dependencies = [
1794 "cc",
1795]
1796
1797[[package]]
1798name = "icu_collections"
1799version = "1.5.0"
1800source = "registry+https://github.com/rust-lang/crates.io-index"
1801checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
1802dependencies = [
1803 "displaydoc",
1804 "yoke",
1805 "zerofrom",
1806 "zerovec",
1807]
1808
1809[[package]]
1810name = "icu_locid"
1811version = "1.5.0"
1812source = "registry+https://github.com/rust-lang/crates.io-index"
1813checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
1814dependencies = [
1815 "displaydoc",
1816 "litemap",
1817 "tinystr",
1818 "writeable",
1819 "zerovec",
1820]
1821
1822[[package]]
1823name = "icu_locid_transform"
1824version = "1.5.0"
1825source = "registry+https://github.com/rust-lang/crates.io-index"
1826checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
1827dependencies = [
1828 "displaydoc",
1829 "icu_locid",
1830 "icu_locid_transform_data",
1831 "icu_provider",
1832 "tinystr",
1833 "zerovec",
1834]
1835
1836[[package]]
1837name = "icu_locid_transform_data"
1838version = "1.5.0"
1839source = "registry+https://github.com/rust-lang/crates.io-index"
1840checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
1841
1842[[package]]
1843name = "icu_normalizer"
1844version = "1.5.0"
1845source = "registry+https://github.com/rust-lang/crates.io-index"
1846checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
1847dependencies = [
1848 "displaydoc",
1849 "icu_collections",
1850 "icu_normalizer_data",
1851 "icu_properties",
1852 "icu_provider",
1853 "smallvec",
1854 "utf16_iter",
1855 "utf8_iter",
1856 "write16",
1857 "zerovec",
1858]
1859
1860[[package]]
1861name = "icu_normalizer_data"
1862version = "1.5.0"
1863source = "registry+https://github.com/rust-lang/crates.io-index"
1864checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
1865
1866[[package]]
1867name = "icu_properties"
1868version = "1.5.1"
1869source = "registry+https://github.com/rust-lang/crates.io-index"
1870checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
1871dependencies = [
1872 "displaydoc",
1873 "icu_collections",
1874 "icu_locid_transform",
1875 "icu_properties_data",
1876 "icu_provider",
1877 "tinystr",
1878 "zerovec",
1879]
1880
1881[[package]]
1882name = "icu_properties_data"
1883version = "1.5.0"
1884source = "registry+https://github.com/rust-lang/crates.io-index"
1885checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
1886
1887[[package]]
1888name = "icu_provider"
1889version = "1.5.0"
1890source = "registry+https://github.com/rust-lang/crates.io-index"
1891checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
1892dependencies = [
1893 "displaydoc",
1894 "icu_locid",
1895 "icu_provider_macros",
1896 "stable_deref_trait",
1897 "tinystr",
1898 "writeable",
1899 "yoke",
1900 "zerofrom",
1901 "zerovec",
1902]
1903
1904[[package]]
1905name = "icu_provider_macros"
1906version = "1.5.0"
1907source = "registry+https://github.com/rust-lang/crates.io-index"
1908checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
1909dependencies = [
1910 "proc-macro2",
1911 "quote",
1912 "syn 2.0.96",
1913]
1914
1915[[package]]
1916name = "idna"
1917version = "0.1.5"
1918source = "registry+https://github.com/rust-lang/crates.io-index"
1919checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
1920dependencies = [
1921 "matches",
1922 "unicode-bidi",
1923 "unicode-normalization",
1924]
1925
1926[[package]]
1927name = "idna"
1928version = "1.0.3"
1929source = "registry+https://github.com/rust-lang/crates.io-index"
1930checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
1931dependencies = [
1932 "idna_adapter",
1933 "smallvec",
1934 "utf8_iter",
1935]
1936
1937[[package]]
1938name = "idna_adapter"
1939version = "1.2.0"
1940source = "registry+https://github.com/rust-lang/crates.io-index"
1941checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
1942dependencies = [
1943 "icu_normalizer",
1944 "icu_properties",
1945]
1946
1947[[package]]
1948name = "indexmap"
1949version = "1.9.3"
1950source = "registry+https://github.com/rust-lang/crates.io-index"
1951checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
1952dependencies = [
1953 "autocfg",
1954 "hashbrown 0.12.3",
1955]
1956
1957[[package]]
1958name = "indexmap"
1959version = "2.7.1"
1960source = "registry+https://github.com/rust-lang/crates.io-index"
1961checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
1962dependencies = [
1963 "equivalent",
1964 "hashbrown 0.15.2",
1965]
1966
1967[[package]]
1968name = "infer"
1969version = "0.2.3"
1970source = "registry+https://github.com/rust-lang/crates.io-index"
1971checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
1972
1973[[package]]
1974name = "instant"
1975version = "0.1.13"
1976source = "registry+https://github.com/rust-lang/crates.io-index"
1977checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
1978dependencies = [
1979 "cfg-if",
1980]
1981
1982[[package]]
1983name = "io-lifetimes"
1984version = "1.0.11"
1985source = "registry+https://github.com/rust-lang/crates.io-index"
1986checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
1987dependencies = [
1988 "hermit-abi 0.3.9",
1989 "libc",
1990 "windows-sys 0.48.0",
1991]
1992
1993[[package]]
1994name = "ipconfig"
1995version = "0.3.2"
1996source = "registry+https://github.com/rust-lang/crates.io-index"
1997checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
1998dependencies = [
1999 "socket2 0.5.8",
2000 "widestring",
2001 "windows-sys 0.48.0",
2002 "winreg",
2003]
2004
2005[[package]]
2006name = "ipnet"
2007version = "2.11.0"
2008source = "registry+https://github.com/rust-lang/crates.io-index"
2009checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
2010
2011[[package]]
2012name = "itertools"
2013version = "0.12.1"
2014source = "registry+https://github.com/rust-lang/crates.io-index"
2015checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
2016dependencies = [
2017 "either",
2018]
2019
2020[[package]]
2021name = "itertools"
2022version = "0.13.0"
2023source = "registry+https://github.com/rust-lang/crates.io-index"
2024checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
2025dependencies = [
2026 "either",
2027]
2028
2029[[package]]
2030name = "itoa"
2031version = "1.0.14"
2032source = "registry+https://github.com/rust-lang/crates.io-index"
2033checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
2034
2035[[package]]
2036name = "jni"
2037version = "0.19.0"
2038source = "registry+https://github.com/rust-lang/crates.io-index"
2039checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec"
2040dependencies = [
2041 "cesu8",
2042 "combine",
2043 "jni-sys",
2044 "log",
2045 "thiserror 1.0.69",
2046 "walkdir",
2047]
2048
2049[[package]]
2050name = "jni-sys"
2051version = "0.3.0"
2052source = "registry+https://github.com/rust-lang/crates.io-index"
2053checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
2054
2055[[package]]
2056name = "jobserver"
2057version = "0.1.32"
2058source = "registry+https://github.com/rust-lang/crates.io-index"
2059checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
2060dependencies = [
2061 "libc",
2062]
2063
2064[[package]]
2065name = "js-sys"
2066version = "0.3.77"
2067source = "registry+https://github.com/rust-lang/crates.io-index"
2068checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
2069dependencies = [
2070 "once_cell",
2071 "wasm-bindgen",
2072]
2073
2074[[package]]
2075name = "kv-log-macro"
2076version = "1.0.7"
2077source = "registry+https://github.com/rust-lang/crates.io-index"
2078checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
2079dependencies = [
2080 "log",
2081]
2082
2083[[package]]
2084name = "lazy_static"
2085version = "1.5.0"
2086source = "registry+https://github.com/rust-lang/crates.io-index"
2087checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2088
2089[[package]]
2090name = "lewton"
2091version = "0.10.2"
2092source = "registry+https://github.com/rust-lang/crates.io-index"
2093checksum = "777b48df9aaab155475a83a7df3070395ea1ac6902f5cd062b8f2b028075c030"
2094dependencies = [
2095 "byteorder",
2096 "ogg",
2097 "tinyvec",
2098]
2099
2100[[package]]
2101name = "lexical-core"
2102version = "0.7.6"
2103source = "registry+https://github.com/rust-lang/crates.io-index"
2104checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe"
2105dependencies = [
2106 "arrayvec 0.5.2",
2107 "bitflags 1.3.2",
2108 "cfg-if",
2109 "ryu",
2110 "static_assertions",
2111]
2112
2113[[package]]
2114name = "libc"
2115version = "0.2.169"
2116source = "registry+https://github.com/rust-lang/crates.io-index"
2117checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
2118
2119[[package]]
2120name = "libdbus-sys"
2121version = "0.2.5"
2122source = "registry+https://github.com/rust-lang/crates.io-index"
2123checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
2124dependencies = [
2125 "pkg-config",
2126]
2127
2128[[package]]
2129name = "libloading"
2130version = "0.8.6"
2131source = "registry+https://github.com/rust-lang/crates.io-index"
2132checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
2133dependencies = [
2134 "cfg-if",
2135 "windows-targets 0.52.6",
2136]
2137
2138[[package]]
2139name = "libredox"
2140version = "0.0.2"
2141source = "registry+https://github.com/rust-lang/crates.io-index"
2142checksum = "3af92c55d7d839293953fcd0fda5ecfe93297cfde6ffbdec13b41d99c0ba6607"
2143dependencies = [
2144 "bitflags 2.8.0",
2145 "libc",
2146 "redox_syscall 0.4.1",
2147]
2148
2149[[package]]
2150name = "linked-hash-map"
2151version = "0.5.6"
2152source = "registry+https://github.com/rust-lang/crates.io-index"
2153checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2154
2155[[package]]
2156name = "linux-raw-sys"
2157version = "0.3.8"
2158source = "registry+https://github.com/rust-lang/crates.io-index"
2159checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
2160
2161[[package]]
2162name = "linux-raw-sys"
2163version = "0.4.15"
2164source = "registry+https://github.com/rust-lang/crates.io-index"
2165checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
2166
2167[[package]]
2168name = "litemap"
2169version = "0.7.4"
2170source = "registry+https://github.com/rust-lang/crates.io-index"
2171checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
2172
2173[[package]]
2174name = "lock_api"
2175version = "0.4.12"
2176source = "registry+https://github.com/rust-lang/crates.io-index"
2177checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2178dependencies = [
2179 "autocfg",
2180 "scopeguard",
2181]
2182
2183[[package]]
2184name = "log"
2185version = "0.4.25"
2186source = "registry+https://github.com/rust-lang/crates.io-index"
2187checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
2188dependencies = [
2189 "value-bag",
2190]
2191
2192[[package]]
2193name = "lru"
2194version = "0.12.5"
2195source = "registry+https://github.com/rust-lang/crates.io-index"
2196checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
2197dependencies = [
2198 "hashbrown 0.15.2",
2199]
2200
2201[[package]]
2202name = "lru-cache"
2203version = "0.1.2"
2204source = "registry+https://github.com/rust-lang/crates.io-index"
2205checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
2206dependencies = [
2207 "linked-hash-map",
2208]
2209
2210[[package]]
2211name = "m3u"
2212version = "1.0.0"
2213source = "registry+https://github.com/rust-lang/crates.io-index"
2214checksum = "ca48bebf6a7397a81aa8b9dcc8a7cfcbacab3e15a28f49d2aabaa9e3c06def4d"
2215dependencies = [
2216 "url 1.7.2",
2217]
2218
2219[[package]]
2220name = "mach"
2221version = "0.3.2"
2222source = "registry+https://github.com/rust-lang/crates.io-index"
2223checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
2224dependencies = [
2225 "libc",
2226]
2227
2228[[package]]
2229name = "mach2"
2230version = "0.4.3"
2231source = "registry+https://github.com/rust-lang/crates.io-index"
2232checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
2233dependencies = [
2234 "libc",
2235]
2236
2237[[package]]
2238name = "malloc_buf"
2239version = "0.0.6"
2240source = "registry+https://github.com/rust-lang/crates.io-index"
2241checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
2242dependencies = [
2243 "libc",
2244]
2245
2246[[package]]
2247name = "match_cfg"
2248version = "0.1.0"
2249source = "registry+https://github.com/rust-lang/crates.io-index"
2250checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
2251
2252[[package]]
2253name = "matches"
2254version = "0.1.10"
2255source = "registry+https://github.com/rust-lang/crates.io-index"
2256checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
2257
2258[[package]]
2259name = "matchit"
2260version = "0.7.3"
2261source = "registry+https://github.com/rust-lang/crates.io-index"
2262checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
2263
2264[[package]]
2265name = "memchr"
2266version = "2.7.4"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2269
2270[[package]]
2271name = "memoffset"
2272version = "0.6.5"
2273source = "registry+https://github.com/rust-lang/crates.io-index"
2274checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
2275dependencies = [
2276 "autocfg",
2277]
2278
2279[[package]]
2280name = "mime"
2281version = "0.3.17"
2282source = "registry+https://github.com/rust-lang/crates.io-index"
2283checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2284
2285[[package]]
2286name = "mime_guess"
2287version = "2.0.5"
2288source = "registry+https://github.com/rust-lang/crates.io-index"
2289checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
2290dependencies = [
2291 "mime",
2292 "unicase",
2293]
2294
2295[[package]]
2296name = "minimal-lexical"
2297version = "0.2.1"
2298source = "registry+https://github.com/rust-lang/crates.io-index"
2299checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2300
2301[[package]]
2302name = "minimp3"
2303version = "0.5.1"
2304source = "registry+https://github.com/rust-lang/crates.io-index"
2305checksum = "985438f75febf74c392071a975a29641b420dd84431135a6e6db721de4b74372"
2306dependencies = [
2307 "minimp3-sys 0.3.2",
2308 "slice-deque",
2309 "thiserror 1.0.69",
2310]
2311
2312[[package]]
2313name = "minimp3"
2314version = "0.6.0"
2315source = "registry+https://github.com/rust-lang/crates.io-index"
2316checksum = "c684a06335e480df3f2aa78970d0d470835716ae5867d5dadb71ef9f4413572d"
2317dependencies = [
2318 "minimp3-sys 0.6.0",
2319 "slice-ring-buffer",
2320 "thiserror 2.0.14",
2321]
2322
2323[[package]]
2324name = "minimp3-sys"
2325version = "0.3.2"
2326source = "registry+https://github.com/rust-lang/crates.io-index"
2327checksum = "e21c73734c69dc95696c9ed8926a2b393171d98b3f5f5935686a26a487ab9b90"
2328dependencies = [
2329 "cc",
2330]
2331
2332[[package]]
2333name = "minimp3-sys"
2334version = "0.6.0"
2335source = "registry+https://github.com/rust-lang/crates.io-index"
2336checksum = "aa16a1fbac806d94e230e0a6b9b5a137d051897a188944cf07645da4b73a9fae"
2337dependencies = [
2338 "cc",
2339]
2340
2341[[package]]
2342name = "miniz_oxide"
2343version = "0.8.3"
2344source = "registry+https://github.com/rust-lang/crates.io-index"
2345checksum = "b8402cab7aefae129c6977bb0ff1b8fd9a04eb5b51efc50a70bea51cda0c7924"
2346dependencies = [
2347 "adler2",
2348]
2349
2350[[package]]
2351name = "mio"
2352version = "0.8.11"
2353source = "registry+https://github.com/rust-lang/crates.io-index"
2354checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
2355dependencies = [
2356 "libc",
2357 "log",
2358 "wasi 0.11.0+wasi-snapshot-preview1",
2359 "windows-sys 0.48.0",
2360]
2361
2362[[package]]
2363name = "mio"
2364version = "1.0.3"
2365source = "registry+https://github.com/rust-lang/crates.io-index"
2366checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
2367dependencies = [
2368 "libc",
2369 "wasi 0.11.0+wasi-snapshot-preview1",
2370 "windows-sys 0.52.0",
2371]
2372
2373[[package]]
2374name = "multimap"
2375version = "0.10.0"
2376source = "registry+https://github.com/rust-lang/crates.io-index"
2377checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
2378
2379[[package]]
2380name = "ndk"
2381version = "0.6.0"
2382source = "registry+https://github.com/rust-lang/crates.io-index"
2383checksum = "2032c77e030ddee34a6787a64166008da93f6a352b629261d0fee232b8742dd4"
2384dependencies = [
2385 "bitflags 1.3.2",
2386 "jni-sys",
2387 "ndk-sys 0.3.0",
2388 "num_enum",
2389 "thiserror 1.0.69",
2390]
2391
2392[[package]]
2393name = "ndk"
2394version = "0.7.0"
2395source = "registry+https://github.com/rust-lang/crates.io-index"
2396checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0"
2397dependencies = [
2398 "bitflags 1.3.2",
2399 "jni-sys",
2400 "ndk-sys 0.4.1+23.1.7779620",
2401 "num_enum",
2402 "raw-window-handle",
2403 "thiserror 1.0.69",
2404]
2405
2406[[package]]
2407name = "ndk-context"
2408version = "0.1.1"
2409source = "registry+https://github.com/rust-lang/crates.io-index"
2410checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
2411
2412[[package]]
2413name = "ndk-sys"
2414version = "0.3.0"
2415source = "registry+https://github.com/rust-lang/crates.io-index"
2416checksum = "6e5a6ae77c8ee183dcbbba6150e2e6b9f3f4196a7666c02a715a95692ec1fa97"
2417dependencies = [
2418 "jni-sys",
2419]
2420
2421[[package]]
2422name = "ndk-sys"
2423version = "0.4.1+23.1.7779620"
2424source = "registry+https://github.com/rust-lang/crates.io-index"
2425checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3"
2426dependencies = [
2427 "jni-sys",
2428]
2429
2430[[package]]
2431name = "nix"
2432version = "0.23.2"
2433source = "registry+https://github.com/rust-lang/crates.io-index"
2434checksum = "8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c"
2435dependencies = [
2436 "bitflags 1.3.2",
2437 "cc",
2438 "cfg-if",
2439 "libc",
2440 "memoffset",
2441]
2442
2443[[package]]
2444name = "nom"
2445version = "5.1.3"
2446source = "registry+https://github.com/rust-lang/crates.io-index"
2447checksum = "08959a387a676302eebf4ddbcbc611da04285579f76f88ee0506c63b1a61dd4b"
2448dependencies = [
2449 "lexical-core",
2450 "memchr",
2451 "version_check",
2452]
2453
2454[[package]]
2455name = "nom"
2456version = "7.1.3"
2457source = "registry+https://github.com/rust-lang/crates.io-index"
2458checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2459dependencies = [
2460 "memchr",
2461 "minimal-lexical",
2462]
2463
2464[[package]]
2465name = "num-complex"
2466version = "0.4.6"
2467source = "registry+https://github.com/rust-lang/crates.io-index"
2468checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
2469dependencies = [
2470 "num-traits",
2471]
2472
2473[[package]]
2474name = "num-derive"
2475version = "0.3.3"
2476source = "registry+https://github.com/rust-lang/crates.io-index"
2477checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
2478dependencies = [
2479 "proc-macro2",
2480 "quote",
2481 "syn 1.0.109",
2482]
2483
2484[[package]]
2485name = "num-integer"
2486version = "0.1.46"
2487source = "registry+https://github.com/rust-lang/crates.io-index"
2488checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2489dependencies = [
2490 "num-traits",
2491]
2492
2493[[package]]
2494name = "num-traits"
2495version = "0.2.19"
2496source = "registry+https://github.com/rust-lang/crates.io-index"
2497checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2498dependencies = [
2499 "autocfg",
2500]
2501
2502[[package]]
2503name = "num_cpus"
2504version = "1.16.0"
2505source = "registry+https://github.com/rust-lang/crates.io-index"
2506checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2507dependencies = [
2508 "hermit-abi 0.3.9",
2509 "libc",
2510]
2511
2512[[package]]
2513name = "num_enum"
2514version = "0.5.11"
2515source = "registry+https://github.com/rust-lang/crates.io-index"
2516checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
2517dependencies = [
2518 "num_enum_derive",
2519]
2520
2521[[package]]
2522name = "num_enum_derive"
2523version = "0.5.11"
2524source = "registry+https://github.com/rust-lang/crates.io-index"
2525checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
2526dependencies = [
2527 "proc-macro-crate",
2528 "proc-macro2",
2529 "quote",
2530 "syn 1.0.109",
2531]
2532
2533[[package]]
2534name = "numtoa"
2535version = "0.1.0"
2536source = "registry+https://github.com/rust-lang/crates.io-index"
2537checksum = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
2538
2539[[package]]
2540name = "objc"
2541version = "0.2.7"
2542source = "registry+https://github.com/rust-lang/crates.io-index"
2543checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
2544dependencies = [
2545 "malloc_buf",
2546]
2547
2548[[package]]
2549name = "object"
2550version = "0.36.7"
2551source = "registry+https://github.com/rust-lang/crates.io-index"
2552checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
2553dependencies = [
2554 "memchr",
2555]
2556
2557[[package]]
2558name = "oboe"
2559version = "0.4.6"
2560source = "registry+https://github.com/rust-lang/crates.io-index"
2561checksum = "27f63c358b4fa0fbcfefd7c8be5cfc39c08ce2389f5325687e7762a48d30a5c1"
2562dependencies = [
2563 "jni",
2564 "ndk 0.6.0",
2565 "ndk-context",
2566 "num-derive",
2567 "num-traits",
2568 "oboe-sys",
2569]
2570
2571[[package]]
2572name = "oboe-sys"
2573version = "0.4.5"
2574source = "registry+https://github.com/rust-lang/crates.io-index"
2575checksum = "3370abb7372ed744232c12954d920d1a40f1c4686de9e79e800021ef492294bd"
2576dependencies = [
2577 "cc",
2578]
2579
2580[[package]]
2581name = "ogg"
2582version = "0.8.0"
2583source = "registry+https://github.com/rust-lang/crates.io-index"
2584checksum = "6951b4e8bf21c8193da321bcce9c9dd2e13c858fe078bf9054a288b419ae5d6e"
2585dependencies = [
2586 "byteorder",
2587]
2588
2589[[package]]
2590name = "once_cell"
2591version = "1.20.2"
2592source = "registry+https://github.com/rust-lang/crates.io-index"
2593checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
2594
2595[[package]]
2596name = "opaque-debug"
2597version = "0.3.1"
2598source = "registry+https://github.com/rust-lang/crates.io-index"
2599checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
2600
2601[[package]]
2602name = "os_str_bytes"
2603version = "6.6.1"
2604source = "registry+https://github.com/rust-lang/crates.io-index"
2605checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1"
2606
2607[[package]]
2608name = "owo-colors"
2609version = "3.5.0"
2610source = "registry+https://github.com/rust-lang/crates.io-index"
2611checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
2612
2613[[package]]
2614name = "parking"
2615version = "2.2.1"
2616source = "registry+https://github.com/rust-lang/crates.io-index"
2617checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
2618
2619[[package]]
2620name = "parking_lot"
2621version = "0.12.3"
2622source = "registry+https://github.com/rust-lang/crates.io-index"
2623checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2624dependencies = [
2625 "lock_api",
2626 "parking_lot_core",
2627]
2628
2629[[package]]
2630name = "parking_lot_core"
2631version = "0.9.10"
2632source = "registry+https://github.com/rust-lang/crates.io-index"
2633checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2634dependencies = [
2635 "cfg-if",
2636 "libc",
2637 "redox_syscall 0.5.8",
2638 "smallvec",
2639 "windows-targets 0.52.6",
2640]
2641
2642[[package]]
2643name = "paste"
2644version = "1.0.15"
2645source = "registry+https://github.com/rust-lang/crates.io-index"
2646checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2647
2648[[package]]
2649name = "percent-encoding"
2650version = "1.0.1"
2651source = "registry+https://github.com/rust-lang/crates.io-index"
2652checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
2653
2654[[package]]
2655name = "percent-encoding"
2656version = "2.3.1"
2657source = "registry+https://github.com/rust-lang/crates.io-index"
2658checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2659
2660[[package]]
2661name = "petgraph"
2662version = "0.6.5"
2663source = "registry+https://github.com/rust-lang/crates.io-index"
2664checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
2665dependencies = [
2666 "fixedbitset",
2667 "indexmap 2.7.1",
2668]
2669
2670[[package]]
2671name = "pin-project"
2672version = "1.1.8"
2673source = "registry+https://github.com/rust-lang/crates.io-index"
2674checksum = "1e2ec53ad785f4d35dac0adea7f7dc6f1bb277ad84a680c7afefeae05d1f5916"
2675dependencies = [
2676 "pin-project-internal",
2677]
2678
2679[[package]]
2680name = "pin-project-internal"
2681version = "1.1.8"
2682source = "registry+https://github.com/rust-lang/crates.io-index"
2683checksum = "d56a66c0c55993aa927429d0f8a0abfd74f084e4d9c192cffed01e418d83eefb"
2684dependencies = [
2685 "proc-macro2",
2686 "quote",
2687 "syn 2.0.96",
2688]
2689
2690[[package]]
2691name = "pin-project-lite"
2692version = "0.2.16"
2693source = "registry+https://github.com/rust-lang/crates.io-index"
2694checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2695
2696[[package]]
2697name = "pin-utils"
2698version = "0.1.0"
2699source = "registry+https://github.com/rust-lang/crates.io-index"
2700checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2701
2702[[package]]
2703name = "piper"
2704version = "0.2.4"
2705source = "registry+https://github.com/rust-lang/crates.io-index"
2706checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
2707dependencies = [
2708 "atomic-waker",
2709 "fastrand 2.3.0",
2710 "futures-io",
2711]
2712
2713[[package]]
2714name = "pkg-config"
2715version = "0.3.31"
2716source = "registry+https://github.com/rust-lang/crates.io-index"
2717checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
2718
2719[[package]]
2720name = "pls"
2721version = "0.2.2"
2722source = "registry+https://github.com/rust-lang/crates.io-index"
2723checksum = "3fa4b7fc7e288a7e43658f494dda9b9ee01cbcfc4a99931e90191cccbc5f2b45"
2724dependencies = [
2725 "rust-ini",
2726]
2727
2728[[package]]
2729name = "polling"
2730version = "2.8.0"
2731source = "registry+https://github.com/rust-lang/crates.io-index"
2732checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
2733dependencies = [
2734 "autocfg",
2735 "bitflags 1.3.2",
2736 "cfg-if",
2737 "concurrent-queue",
2738 "libc",
2739 "log",
2740 "pin-project-lite",
2741 "windows-sys 0.48.0",
2742]
2743
2744[[package]]
2745name = "polling"
2746version = "3.7.4"
2747source = "registry+https://github.com/rust-lang/crates.io-index"
2748checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
2749dependencies = [
2750 "cfg-if",
2751 "concurrent-queue",
2752 "hermit-abi 0.4.0",
2753 "pin-project-lite",
2754 "rustix 0.38.44",
2755 "tracing",
2756 "windows-sys 0.59.0",
2757]
2758
2759[[package]]
2760name = "polyval"
2761version = "0.4.5"
2762source = "registry+https://github.com/rust-lang/crates.io-index"
2763checksum = "eebcc4aa140b9abd2bc40d9c3f7ccec842679cd79045ac3a7ac698c1a064b7cd"
2764dependencies = [
2765 "cpuid-bool",
2766 "opaque-debug",
2767 "universal-hash",
2768]
2769
2770[[package]]
2771name = "ppv-lite86"
2772version = "0.2.20"
2773source = "registry+https://github.com/rust-lang/crates.io-index"
2774checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
2775dependencies = [
2776 "zerocopy",
2777]
2778
2779[[package]]
2780name = "prettyplease"
2781version = "0.2.29"
2782source = "registry+https://github.com/rust-lang/crates.io-index"
2783checksum = "6924ced06e1f7dfe3fa48d57b9f74f55d8915f5036121bef647ef4b204895fac"
2784dependencies = [
2785 "proc-macro2",
2786 "syn 2.0.96",
2787]
2788
2789[[package]]
2790name = "primal-check"
2791version = "0.3.4"
2792source = "registry+https://github.com/rust-lang/crates.io-index"
2793checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
2794dependencies = [
2795 "num-integer",
2796]
2797
2798[[package]]
2799name = "proc-macro-crate"
2800version = "1.3.1"
2801source = "registry+https://github.com/rust-lang/crates.io-index"
2802checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
2803dependencies = [
2804 "once_cell",
2805 "toml_edit",
2806]
2807
2808[[package]]
2809name = "proc-macro-hack"
2810version = "0.5.20+deprecated"
2811source = "registry+https://github.com/rust-lang/crates.io-index"
2812checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
2813
2814[[package]]
2815name = "proc-macro2"
2816version = "1.0.93"
2817source = "registry+https://github.com/rust-lang/crates.io-index"
2818checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
2819dependencies = [
2820 "unicode-ident",
2821]
2822
2823[[package]]
2824name = "prost"
2825version = "0.13.4"
2826source = "registry+https://github.com/rust-lang/crates.io-index"
2827checksum = "2c0fef6c4230e4ccf618a35c59d7ede15dea37de8427500f50aff708806e42ec"
2828dependencies = [
2829 "bytes",
2830 "prost-derive",
2831]
2832
2833[[package]]
2834name = "prost-build"
2835version = "0.13.4"
2836source = "registry+https://github.com/rust-lang/crates.io-index"
2837checksum = "d0f3e5beed80eb580c68e2c600937ac2c4eedabdfd5ef1e5b7ea4f3fba84497b"
2838dependencies = [
2839 "heck",
2840 "itertools 0.13.0",
2841 "log",
2842 "multimap",
2843 "once_cell",
2844 "petgraph",
2845 "prettyplease",
2846 "prost",
2847 "prost-types",
2848 "regex",
2849 "syn 2.0.96",
2850 "tempfile",
2851]
2852
2853[[package]]
2854name = "prost-derive"
2855version = "0.13.4"
2856source = "registry+https://github.com/rust-lang/crates.io-index"
2857checksum = "157c5a9d7ea5c2ed2d9fb8f495b64759f7816c7eaea54ba3978f0d63000162e3"
2858dependencies = [
2859 "anyhow",
2860 "itertools 0.13.0",
2861 "proc-macro2",
2862 "quote",
2863 "syn 2.0.96",
2864]
2865
2866[[package]]
2867name = "prost-types"
2868version = "0.13.4"
2869source = "registry+https://github.com/rust-lang/crates.io-index"
2870checksum = "cc2f1e56baa61e93533aebc21af4d2134b70f66275e0fcdf3cbe43d77ff7e8fc"
2871dependencies = [
2872 "prost",
2873]
2874
2875[[package]]
2876name = "quick-error"
2877version = "1.2.3"
2878source = "registry+https://github.com/rust-lang/crates.io-index"
2879checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2880
2881[[package]]
2882name = "quote"
2883version = "1.0.38"
2884source = "registry+https://github.com/rust-lang/crates.io-index"
2885checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
2886dependencies = [
2887 "proc-macro2",
2888]
2889
2890[[package]]
2891name = "radiobrowser"
2892version = "0.6.1"
2893source = "registry+https://github.com/rust-lang/crates.io-index"
2894checksum = "763ad5f847e3d2e3221dac4e87370297a970e3f9eb8f2760b915001b9c79023b"
2895dependencies = [
2896 "async-std",
2897 "async-std-resolver",
2898 "chrono",
2899 "log",
2900 "rand 0.8.5",
2901 "reqwest",
2902 "serde",
2903]
2904
2905[[package]]
2906name = "rand"
2907version = "0.7.3"
2908source = "registry+https://github.com/rust-lang/crates.io-index"
2909checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2910dependencies = [
2911 "getrandom 0.1.16",
2912 "libc",
2913 "rand_chacha 0.2.2",
2914 "rand_core 0.5.1",
2915 "rand_hc",
2916]
2917
2918[[package]]
2919name = "rand"
2920version = "0.8.5"
2921source = "registry+https://github.com/rust-lang/crates.io-index"
2922checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2923dependencies = [
2924 "libc",
2925 "rand_chacha 0.3.1",
2926 "rand_core 0.6.4",
2927]
2928
2929[[package]]
2930name = "rand_chacha"
2931version = "0.2.2"
2932source = "registry+https://github.com/rust-lang/crates.io-index"
2933checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2934dependencies = [
2935 "ppv-lite86",
2936 "rand_core 0.5.1",
2937]
2938
2939[[package]]
2940name = "rand_chacha"
2941version = "0.3.1"
2942source = "registry+https://github.com/rust-lang/crates.io-index"
2943checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2944dependencies = [
2945 "ppv-lite86",
2946 "rand_core 0.6.4",
2947]
2948
2949[[package]]
2950name = "rand_core"
2951version = "0.5.1"
2952source = "registry+https://github.com/rust-lang/crates.io-index"
2953checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2954dependencies = [
2955 "getrandom 0.1.16",
2956]
2957
2958[[package]]
2959name = "rand_core"
2960version = "0.6.4"
2961source = "registry+https://github.com/rust-lang/crates.io-index"
2962checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2963dependencies = [
2964 "getrandom 0.2.15",
2965]
2966
2967[[package]]
2968name = "rand_hc"
2969version = "0.2.0"
2970source = "registry+https://github.com/rust-lang/crates.io-index"
2971checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2972dependencies = [
2973 "rand_core 0.5.1",
2974]
2975
2976[[package]]
2977name = "ratatui"
2978version = "0.26.3"
2979source = "registry+https://github.com/rust-lang/crates.io-index"
2980checksum = "f44c9e68fd46eda15c646fbb85e1040b657a58cdc8c98db1d97a55930d991eef"
2981dependencies = [
2982 "bitflags 2.8.0",
2983 "cassowary",
2984 "compact_str",
2985 "crossterm",
2986 "itertools 0.12.1",
2987 "lru",
2988 "paste",
2989 "stability",
2990 "strum",
2991 "unicode-segmentation",
2992 "unicode-truncate",
2993 "unicode-width",
2994]
2995
2996[[package]]
2997name = "raw-window-handle"
2998version = "0.5.2"
2999source = "registry+https://github.com/rust-lang/crates.io-index"
3000checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
3001
3002[[package]]
3003name = "redox_syscall"
3004version = "0.4.1"
3005source = "registry+https://github.com/rust-lang/crates.io-index"
3006checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
3007dependencies = [
3008 "bitflags 1.3.2",
3009]
3010
3011[[package]]
3012name = "redox_syscall"
3013version = "0.5.8"
3014source = "registry+https://github.com/rust-lang/crates.io-index"
3015checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
3016dependencies = [
3017 "bitflags 2.8.0",
3018]
3019
3020[[package]]
3021name = "redox_termios"
3022version = "0.1.3"
3023source = "registry+https://github.com/rust-lang/crates.io-index"
3024checksum = "20145670ba436b55d91fc92d25e71160fbfbdd57831631c8d7d36377a476f1cb"
3025
3026[[package]]
3027name = "regex"
3028version = "1.11.1"
3029source = "registry+https://github.com/rust-lang/crates.io-index"
3030checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
3031dependencies = [
3032 "aho-corasick",
3033 "memchr",
3034 "regex-automata",
3035 "regex-syntax",
3036]
3037
3038[[package]]
3039name = "regex-automata"
3040version = "0.4.9"
3041source = "registry+https://github.com/rust-lang/crates.io-index"
3042checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
3043dependencies = [
3044 "aho-corasick",
3045 "memchr",
3046 "regex-syntax",
3047]
3048
3049[[package]]
3050name = "regex-syntax"
3051version = "0.8.5"
3052source = "registry+https://github.com/rust-lang/crates.io-index"
3053checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
3054
3055[[package]]
3056name = "reqwest"
3057version = "0.11.27"
3058source = "registry+https://github.com/rust-lang/crates.io-index"
3059checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
3060dependencies = [
3061 "base64 0.21.7",
3062 "bytes",
3063 "encoding_rs",
3064 "futures-core",
3065 "futures-util",
3066 "h2 0.3.26",
3067 "http 0.2.12",
3068 "http-body 0.4.6",
3069 "hyper 0.14.32",
3070 "hyper-rustls",
3071 "ipnet",
3072 "js-sys",
3073 "log",
3074 "mime",
3075 "once_cell",
3076 "percent-encoding 2.3.1",
3077 "pin-project-lite",
3078 "rustls 0.21.12",
3079 "rustls-pemfile",
3080 "serde",
3081 "serde_json",
3082 "serde_urlencoded",
3083 "sync_wrapper 0.1.2",
3084 "system-configuration",
3085 "tokio",
3086 "tokio-rustls",
3087 "tower-service",
3088 "url 2.5.4",
3089 "wasm-bindgen",
3090 "wasm-bindgen-futures",
3091 "web-sys",
3092 "webpki-roots 0.25.4",
3093 "winreg",
3094]
3095
3096[[package]]
3097name = "resolv-conf"
3098version = "0.7.0"
3099source = "registry+https://github.com/rust-lang/crates.io-index"
3100checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
3101dependencies = [
3102 "hostname",
3103 "quick-error",
3104]
3105
3106[[package]]
3107name = "ring"
3108version = "0.16.20"
3109source = "registry+https://github.com/rust-lang/crates.io-index"
3110checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
3111dependencies = [
3112 "cc",
3113 "libc",
3114 "once_cell",
3115 "spin 0.5.2",
3116 "untrusted 0.7.1",
3117 "web-sys",
3118 "winapi",
3119]
3120
3121[[package]]
3122name = "ring"
3123version = "0.17.8"
3124source = "registry+https://github.com/rust-lang/crates.io-index"
3125checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
3126dependencies = [
3127 "cc",
3128 "cfg-if",
3129 "getrandom 0.2.15",
3130 "libc",
3131 "spin 0.9.8",
3132 "untrusted 0.9.0",
3133 "windows-sys 0.52.0",
3134]
3135
3136[[package]]
3137name = "rodio"
3138version = "0.16.0"
3139source = "registry+https://github.com/rust-lang/crates.io-index"
3140checksum = "eb10b653d5ec0e9411a2e7d46e2c7f4046fd87d35b9955bd73ba4108d69072b5"
3141dependencies = [
3142 "claxon",
3143 "cpal",
3144 "hound",
3145 "lewton",
3146 "minimp3 0.5.1",
3147]
3148
3149[[package]]
3150name = "rust-ini"
3151version = "0.10.3"
3152source = "registry+https://github.com/rust-lang/crates.io-index"
3153checksum = "8a654c5bda722c699be6b0fe4c0d90de218928da5b724c3e467fc48865c37263"
3154
3155[[package]]
3156name = "rustc-demangle"
3157version = "0.1.24"
3158source = "registry+https://github.com/rust-lang/crates.io-index"
3159checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
3160
3161[[package]]
3162name = "rustc-hash"
3163version = "1.1.0"
3164source = "registry+https://github.com/rust-lang/crates.io-index"
3165checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
3166
3167[[package]]
3168name = "rustc_version"
3169version = "0.2.3"
3170source = "registry+https://github.com/rust-lang/crates.io-index"
3171checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
3172dependencies = [
3173 "semver 0.9.0",
3174]
3175
3176[[package]]
3177name = "rustc_version"
3178version = "0.4.1"
3179source = "registry+https://github.com/rust-lang/crates.io-index"
3180checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
3181dependencies = [
3182 "semver 1.0.25",
3183]
3184
3185[[package]]
3186name = "rustfft"
3187version = "6.2.0"
3188source = "registry+https://github.com/rust-lang/crates.io-index"
3189checksum = "43806561bc506d0c5d160643ad742e3161049ac01027b5e6d7524091fd401d86"
3190dependencies = [
3191 "num-complex",
3192 "num-integer",
3193 "num-traits",
3194 "primal-check",
3195 "strength_reduce",
3196 "transpose",
3197 "version_check",
3198]
3199
3200[[package]]
3201name = "rustix"
3202version = "0.37.28"
3203source = "registry+https://github.com/rust-lang/crates.io-index"
3204checksum = "519165d378b97752ca44bbe15047d5d3409e875f39327546b42ac81d7e18c1b6"
3205dependencies = [
3206 "bitflags 1.3.2",
3207 "errno",
3208 "io-lifetimes",
3209 "libc",
3210 "linux-raw-sys 0.3.8",
3211 "windows-sys 0.48.0",
3212]
3213
3214[[package]]
3215name = "rustix"
3216version = "0.38.44"
3217source = "registry+https://github.com/rust-lang/crates.io-index"
3218checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
3219dependencies = [
3220 "bitflags 2.8.0",
3221 "errno",
3222 "libc",
3223 "linux-raw-sys 0.4.15",
3224 "windows-sys 0.59.0",
3225]
3226
3227[[package]]
3228name = "rustls"
3229version = "0.18.1"
3230source = "registry+https://github.com/rust-lang/crates.io-index"
3231checksum = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81"
3232dependencies = [
3233 "base64 0.12.3",
3234 "log",
3235 "ring 0.16.20",
3236 "sct 0.6.1",
3237 "webpki",
3238]
3239
3240[[package]]
3241name = "rustls"
3242version = "0.21.12"
3243source = "registry+https://github.com/rust-lang/crates.io-index"
3244checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
3245dependencies = [
3246 "log",
3247 "ring 0.17.8",
3248 "rustls-webpki",
3249 "sct 0.7.1",
3250]
3251
3252[[package]]
3253name = "rustls-pemfile"
3254version = "1.0.4"
3255source = "registry+https://github.com/rust-lang/crates.io-index"
3256checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
3257dependencies = [
3258 "base64 0.21.7",
3259]
3260
3261[[package]]
3262name = "rustls-webpki"
3263version = "0.101.7"
3264source = "registry+https://github.com/rust-lang/crates.io-index"
3265checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
3266dependencies = [
3267 "ring 0.17.8",
3268 "untrusted 0.9.0",
3269]
3270
3271[[package]]
3272name = "rustversion"
3273version = "1.0.19"
3274source = "registry+https://github.com/rust-lang/crates.io-index"
3275checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
3276
3277[[package]]
3278name = "ryu"
3279version = "1.0.18"
3280source = "registry+https://github.com/rust-lang/crates.io-index"
3281checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
3282
3283[[package]]
3284name = "same-file"
3285version = "1.0.6"
3286source = "registry+https://github.com/rust-lang/crates.io-index"
3287checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
3288dependencies = [
3289 "winapi-util",
3290]
3291
3292[[package]]
3293name = "scopeguard"
3294version = "1.2.0"
3295source = "registry+https://github.com/rust-lang/crates.io-index"
3296checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
3297
3298[[package]]
3299name = "sct"
3300version = "0.6.1"
3301source = "registry+https://github.com/rust-lang/crates.io-index"
3302checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
3303dependencies = [
3304 "ring 0.16.20",
3305 "untrusted 0.7.1",
3306]
3307
3308[[package]]
3309name = "sct"
3310version = "0.7.1"
3311source = "registry+https://github.com/rust-lang/crates.io-index"
3312checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
3313dependencies = [
3314 "ring 0.17.8",
3315 "untrusted 0.9.0",
3316]
3317
3318[[package]]
3319name = "semver"
3320version = "0.9.0"
3321source = "registry+https://github.com/rust-lang/crates.io-index"
3322checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
3323dependencies = [
3324 "semver-parser",
3325]
3326
3327[[package]]
3328name = "semver"
3329version = "1.0.25"
3330source = "registry+https://github.com/rust-lang/crates.io-index"
3331checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
3332
3333[[package]]
3334name = "semver-parser"
3335version = "0.7.0"
3336source = "registry+https://github.com/rust-lang/crates.io-index"
3337checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
3338
3339[[package]]
3340name = "serde"
3341version = "1.0.217"
3342source = "registry+https://github.com/rust-lang/crates.io-index"
3343checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
3344dependencies = [
3345 "serde_derive",
3346]
3347
3348[[package]]
3349name = "serde_derive"
3350version = "1.0.217"
3351source = "registry+https://github.com/rust-lang/crates.io-index"
3352checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
3353dependencies = [
3354 "proc-macro2",
3355 "quote",
3356 "syn 2.0.96",
3357]
3358
3359[[package]]
3360name = "serde_json"
3361version = "1.0.137"
3362source = "registry+https://github.com/rust-lang/crates.io-index"
3363checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b"
3364dependencies = [
3365 "itoa",
3366 "memchr",
3367 "ryu",
3368 "serde",
3369]
3370
3371[[package]]
3372name = "serde_qs"
3373version = "0.8.5"
3374source = "registry+https://github.com/rust-lang/crates.io-index"
3375checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
3376dependencies = [
3377 "percent-encoding 2.3.1",
3378 "serde",
3379 "thiserror 1.0.69",
3380]
3381
3382[[package]]
3383name = "serde_urlencoded"
3384version = "0.7.1"
3385source = "registry+https://github.com/rust-lang/crates.io-index"
3386checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
3387dependencies = [
3388 "form_urlencoded",
3389 "itoa",
3390 "ryu",
3391 "serde",
3392]
3393
3394[[package]]
3395name = "sha1"
3396version = "0.6.1"
3397source = "registry+https://github.com/rust-lang/crates.io-index"
3398checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
3399dependencies = [
3400 "sha1_smol",
3401]
3402
3403[[package]]
3404name = "sha1_smol"
3405version = "1.0.1"
3406source = "registry+https://github.com/rust-lang/crates.io-index"
3407checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
3408
3409[[package]]
3410name = "sha2"
3411version = "0.9.9"
3412source = "registry+https://github.com/rust-lang/crates.io-index"
3413checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
3414dependencies = [
3415 "block-buffer",
3416 "cfg-if",
3417 "cpufeatures",
3418 "digest",
3419 "opaque-debug",
3420]
3421
3422[[package]]
3423name = "shlex"
3424version = "1.3.0"
3425source = "registry+https://github.com/rust-lang/crates.io-index"
3426checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
3427
3428[[package]]
3429name = "signal-hook"
3430version = "0.3.17"
3431source = "registry+https://github.com/rust-lang/crates.io-index"
3432checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
3433dependencies = [
3434 "libc",
3435 "signal-hook-registry",
3436]
3437
3438[[package]]
3439name = "signal-hook-mio"
3440version = "0.2.4"
3441source = "registry+https://github.com/rust-lang/crates.io-index"
3442checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd"
3443dependencies = [
3444 "libc",
3445 "mio 0.8.11",
3446 "signal-hook",
3447]
3448
3449[[package]]
3450name = "signal-hook-registry"
3451version = "1.4.2"
3452source = "registry+https://github.com/rust-lang/crates.io-index"
3453checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
3454dependencies = [
3455 "libc",
3456]
3457
3458[[package]]
3459name = "slab"
3460version = "0.4.9"
3461source = "registry+https://github.com/rust-lang/crates.io-index"
3462checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
3463dependencies = [
3464 "autocfg",
3465]
3466
3467[[package]]
3468name = "slice-deque"
3469version = "0.3.0"
3470source = "registry+https://github.com/rust-lang/crates.io-index"
3471checksum = "31ef6ee280cdefba6d2d0b4b78a84a1c1a3f3a4cec98c2d4231c8bc225de0f25"
3472dependencies = [
3473 "libc",
3474 "mach",
3475 "winapi",
3476]
3477
3478[[package]]
3479name = "slice-ring-buffer"
3480version = "0.3.4"
3481source = "registry+https://github.com/rust-lang/crates.io-index"
3482checksum = "84ae312bda09b2368f79f985fdb4df4a0b5cbc75546b511303972d195f8c27d6"
3483dependencies = [
3484 "libc",
3485 "mach2",
3486 "winapi",
3487]
3488
3489[[package]]
3490name = "smallvec"
3491version = "1.13.2"
3492source = "registry+https://github.com/rust-lang/crates.io-index"
3493checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
3494
3495[[package]]
3496name = "socket2"
3497version = "0.4.10"
3498source = "registry+https://github.com/rust-lang/crates.io-index"
3499checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
3500dependencies = [
3501 "libc",
3502 "winapi",
3503]
3504
3505[[package]]
3506name = "socket2"
3507version = "0.5.8"
3508source = "registry+https://github.com/rust-lang/crates.io-index"
3509checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
3510dependencies = [
3511 "libc",
3512 "windows-sys 0.52.0",
3513]
3514
3515[[package]]
3516name = "souvlaki"
3517version = "0.8.3"
3518source = "registry+https://github.com/rust-lang/crates.io-index"
3519checksum = "5855c8f31521af07d896b852eaa9eca974ddd3211fc2ae292e58dda8eb129bc8"
3520dependencies = [
3521 "base64 0.22.1",
3522 "block",
3523 "cocoa",
3524 "core-graphics",
3525 "dbus",
3526 "dbus-crossroads",
3527 "dispatch",
3528 "objc",
3529 "thiserror 1.0.69",
3530 "windows 0.44.0",
3531]
3532
3533[[package]]
3534name = "spin"
3535version = "0.5.2"
3536source = "registry+https://github.com/rust-lang/crates.io-index"
3537checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
3538
3539[[package]]
3540name = "spin"
3541version = "0.9.8"
3542source = "registry+https://github.com/rust-lang/crates.io-index"
3543checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
3544
3545[[package]]
3546name = "stability"
3547version = "0.2.1"
3548source = "registry+https://github.com/rust-lang/crates.io-index"
3549checksum = "d904e7009df136af5297832a3ace3370cd14ff1546a232f4f185036c2736fcac"
3550dependencies = [
3551 "quote",
3552 "syn 2.0.96",
3553]
3554
3555[[package]]
3556name = "stable_deref_trait"
3557version = "1.2.0"
3558source = "registry+https://github.com/rust-lang/crates.io-index"
3559checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
3560
3561[[package]]
3562name = "standback"
3563version = "0.2.17"
3564source = "registry+https://github.com/rust-lang/crates.io-index"
3565checksum = "e113fb6f3de07a243d434a56ec6f186dfd51cb08448239fe7bcae73f87ff28ff"
3566dependencies = [
3567 "version_check",
3568]
3569
3570[[package]]
3571name = "static_assertions"
3572version = "1.1.0"
3573source = "registry+https://github.com/rust-lang/crates.io-index"
3574checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
3575
3576[[package]]
3577name = "stdweb"
3578version = "0.4.20"
3579source = "registry+https://github.com/rust-lang/crates.io-index"
3580checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
3581dependencies = [
3582 "discard",
3583 "rustc_version 0.2.3",
3584 "stdweb-derive",
3585 "stdweb-internal-macros",
3586 "stdweb-internal-runtime",
3587 "wasm-bindgen",
3588]
3589
3590[[package]]
3591name = "stdweb-derive"
3592version = "0.5.3"
3593source = "registry+https://github.com/rust-lang/crates.io-index"
3594checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
3595dependencies = [
3596 "proc-macro2",
3597 "quote",
3598 "serde",
3599 "serde_derive",
3600 "syn 1.0.109",
3601]
3602
3603[[package]]
3604name = "stdweb-internal-macros"
3605version = "0.2.9"
3606source = "registry+https://github.com/rust-lang/crates.io-index"
3607checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
3608dependencies = [
3609 "base-x",
3610 "proc-macro2",
3611 "quote",
3612 "serde",
3613 "serde_derive",
3614 "serde_json",
3615 "sha1",
3616 "syn 1.0.109",
3617]
3618
3619[[package]]
3620name = "stdweb-internal-runtime"
3621version = "0.1.5"
3622source = "registry+https://github.com/rust-lang/crates.io-index"
3623checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
3624
3625[[package]]
3626name = "strength_reduce"
3627version = "0.2.4"
3628source = "registry+https://github.com/rust-lang/crates.io-index"
3629checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
3630
3631[[package]]
3632name = "strsim"
3633version = "0.10.0"
3634source = "registry+https://github.com/rust-lang/crates.io-index"
3635checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
3636
3637[[package]]
3638name = "strum"
3639version = "0.26.3"
3640source = "registry+https://github.com/rust-lang/crates.io-index"
3641checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
3642dependencies = [
3643 "strum_macros",
3644]
3645
3646[[package]]
3647name = "strum_macros"
3648version = "0.26.4"
3649source = "registry+https://github.com/rust-lang/crates.io-index"
3650checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
3651dependencies = [
3652 "heck",
3653 "proc-macro2",
3654 "quote",
3655 "rustversion",
3656 "syn 2.0.96",
3657]
3658
3659[[package]]
3660name = "subtle"
3661version = "2.4.1"
3662source = "registry+https://github.com/rust-lang/crates.io-index"
3663checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
3664
3665[[package]]
3666name = "surf"
3667version = "2.3.2"
3668source = "registry+https://github.com/rust-lang/crates.io-index"
3669checksum = "718b1ae6b50351982dedff021db0def601677f2120938b070eadb10ba4038dd7"
3670dependencies = [
3671 "async-std",
3672 "async-trait",
3673 "cfg-if",
3674 "futures-util",
3675 "getrandom 0.2.15",
3676 "http-client",
3677 "http-types",
3678 "log",
3679 "mime_guess",
3680 "once_cell",
3681 "pin-project-lite",
3682 "rustls 0.18.1",
3683 "serde",
3684 "serde_json",
3685]
3686
3687[[package]]
3688name = "symphonia"
3689version = "0.5.4"
3690source = "registry+https://github.com/rust-lang/crates.io-index"
3691checksum = "815c942ae7ee74737bb00f965fa5b5a2ac2ce7b6c01c0cc169bbeaf7abd5f5a9"
3692dependencies = [
3693 "lazy_static",
3694 "symphonia-bundle-flac",
3695 "symphonia-bundle-mp3",
3696 "symphonia-codec-aac",
3697 "symphonia-codec-adpcm",
3698 "symphonia-codec-alac",
3699 "symphonia-codec-pcm",
3700 "symphonia-codec-vorbis",
3701 "symphonia-core",
3702 "symphonia-format-isomp4",
3703 "symphonia-format-mkv",
3704 "symphonia-format-ogg",
3705 "symphonia-format-riff",
3706 "symphonia-metadata",
3707]
3708
3709[[package]]
3710name = "symphonia-bundle-flac"
3711version = "0.5.4"
3712source = "registry+https://github.com/rust-lang/crates.io-index"
3713checksum = "72e34f34298a7308d4397a6c7fbf5b84c5d491231ce3dd379707ba673ab3bd97"
3714dependencies = [
3715 "log",
3716 "symphonia-core",
3717 "symphonia-metadata",
3718 "symphonia-utils-xiph",
3719]
3720
3721[[package]]
3722name = "symphonia-bundle-mp3"
3723version = "0.5.4"
3724source = "registry+https://github.com/rust-lang/crates.io-index"
3725checksum = "c01c2aae70f0f1fb096b6f0ff112a930b1fb3626178fba3ae68b09dce71706d4"
3726dependencies = [
3727 "lazy_static",
3728 "log",
3729 "symphonia-core",
3730 "symphonia-metadata",
3731]
3732
3733[[package]]
3734name = "symphonia-codec-aac"
3735version = "0.5.4"
3736source = "registry+https://github.com/rust-lang/crates.io-index"
3737checksum = "cdbf25b545ad0d3ee3e891ea643ad115aff4ca92f6aec472086b957a58522f70"
3738dependencies = [
3739 "lazy_static",
3740 "log",
3741 "symphonia-core",
3742]
3743
3744[[package]]
3745name = "symphonia-codec-adpcm"
3746version = "0.5.4"
3747source = "registry+https://github.com/rust-lang/crates.io-index"
3748checksum = "c94e1feac3327cd616e973d5be69ad36b3945f16b06f19c6773fc3ac0b426a0f"
3749dependencies = [
3750 "log",
3751 "symphonia-core",
3752]
3753
3754[[package]]
3755name = "symphonia-codec-alac"
3756version = "0.5.4"
3757source = "registry+https://github.com/rust-lang/crates.io-index"
3758checksum = "2d8a6666649a08412906476a8b0efd9b9733e241180189e9f92b09c08d0e38f3"
3759dependencies = [
3760 "log",
3761 "symphonia-core",
3762]
3763
3764[[package]]
3765name = "symphonia-codec-pcm"
3766version = "0.5.4"
3767source = "registry+https://github.com/rust-lang/crates.io-index"
3768checksum = "f395a67057c2ebc5e84d7bb1be71cce1a7ba99f64e0f0f0e303a03f79116f89b"
3769dependencies = [
3770 "log",
3771 "symphonia-core",
3772]
3773
3774[[package]]
3775name = "symphonia-codec-vorbis"
3776version = "0.5.4"
3777source = "registry+https://github.com/rust-lang/crates.io-index"
3778checksum = "5a98765fb46a0a6732b007f7e2870c2129b6f78d87db7987e6533c8f164a9f30"
3779dependencies = [
3780 "log",
3781 "symphonia-core",
3782 "symphonia-utils-xiph",
3783]
3784
3785[[package]]
3786name = "symphonia-core"
3787version = "0.5.4"
3788source = "registry+https://github.com/rust-lang/crates.io-index"
3789checksum = "798306779e3dc7d5231bd5691f5a813496dc79d3f56bf82e25789f2094e022c3"
3790dependencies = [
3791 "arrayvec 0.7.6",
3792 "bitflags 1.3.2",
3793 "bytemuck",
3794 "lazy_static",
3795 "log",
3796]
3797
3798[[package]]
3799name = "symphonia-format-isomp4"
3800version = "0.5.4"
3801source = "registry+https://github.com/rust-lang/crates.io-index"
3802checksum = "abfdf178d697e50ce1e5d9b982ba1b94c47218e03ec35022d9f0e071a16dc844"
3803dependencies = [
3804 "encoding_rs",
3805 "log",
3806 "symphonia-core",
3807 "symphonia-metadata",
3808 "symphonia-utils-xiph",
3809]
3810
3811[[package]]
3812name = "symphonia-format-mkv"
3813version = "0.5.4"
3814source = "registry+https://github.com/rust-lang/crates.io-index"
3815checksum = "1bb43471a100f7882dc9937395bd5ebee8329298e766250b15b3875652fe3d6f"
3816dependencies = [
3817 "lazy_static",
3818 "log",
3819 "symphonia-core",
3820 "symphonia-metadata",
3821 "symphonia-utils-xiph",
3822]
3823
3824[[package]]
3825name = "symphonia-format-ogg"
3826version = "0.5.4"
3827source = "registry+https://github.com/rust-lang/crates.io-index"
3828checksum = "ada3505789516bcf00fc1157c67729eded428b455c27ca370e41f4d785bfa931"
3829dependencies = [
3830 "log",
3831 "symphonia-core",
3832 "symphonia-metadata",
3833 "symphonia-utils-xiph",
3834]
3835
3836[[package]]
3837name = "symphonia-format-riff"
3838version = "0.5.4"
3839source = "registry+https://github.com/rust-lang/crates.io-index"
3840checksum = "05f7be232f962f937f4b7115cbe62c330929345434c834359425e043bfd15f50"
3841dependencies = [
3842 "extended",
3843 "log",
3844 "symphonia-core",
3845 "symphonia-metadata",
3846]
3847
3848[[package]]
3849name = "symphonia-metadata"
3850version = "0.5.4"
3851source = "registry+https://github.com/rust-lang/crates.io-index"
3852checksum = "bc622b9841a10089c5b18e99eb904f4341615d5aa55bbf4eedde1be721a4023c"
3853dependencies = [
3854 "encoding_rs",
3855 "lazy_static",
3856 "log",
3857 "symphonia-core",
3858]
3859
3860[[package]]
3861name = "symphonia-utils-xiph"
3862version = "0.5.4"
3863source = "registry+https://github.com/rust-lang/crates.io-index"
3864checksum = "484472580fa49991afda5f6550ece662237b00c6f562c7d9638d1b086ed010fe"
3865dependencies = [
3866 "symphonia-core",
3867 "symphonia-metadata",
3868]
3869
3870[[package]]
3871name = "syn"
3872version = "1.0.109"
3873source = "registry+https://github.com/rust-lang/crates.io-index"
3874checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
3875dependencies = [
3876 "proc-macro2",
3877 "quote",
3878 "unicode-ident",
3879]
3880
3881[[package]]
3882name = "syn"
3883version = "2.0.96"
3884source = "registry+https://github.com/rust-lang/crates.io-index"
3885checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80"
3886dependencies = [
3887 "proc-macro2",
3888 "quote",
3889 "unicode-ident",
3890]
3891
3892[[package]]
3893name = "sync_wrapper"
3894version = "0.1.2"
3895source = "registry+https://github.com/rust-lang/crates.io-index"
3896checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
3897
3898[[package]]
3899name = "sync_wrapper"
3900version = "1.0.2"
3901source = "registry+https://github.com/rust-lang/crates.io-index"
3902checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
3903
3904[[package]]
3905name = "synstructure"
3906version = "0.13.1"
3907source = "registry+https://github.com/rust-lang/crates.io-index"
3908checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
3909dependencies = [
3910 "proc-macro2",
3911 "quote",
3912 "syn 2.0.96",
3913]
3914
3915[[package]]
3916name = "system-configuration"
3917version = "0.5.1"
3918source = "registry+https://github.com/rust-lang/crates.io-index"
3919checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
3920dependencies = [
3921 "bitflags 1.3.2",
3922 "core-foundation",
3923 "system-configuration-sys",
3924]
3925
3926[[package]]
3927name = "system-configuration-sys"
3928version = "0.5.0"
3929source = "registry+https://github.com/rust-lang/crates.io-index"
3930checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
3931dependencies = [
3932 "core-foundation-sys",
3933 "libc",
3934]
3935
3936[[package]]
3937name = "tempfile"
3938version = "3.15.0"
3939source = "registry+https://github.com/rust-lang/crates.io-index"
3940checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
3941dependencies = [
3942 "cfg-if",
3943 "fastrand 2.3.0",
3944 "getrandom 0.2.15",
3945 "once_cell",
3946 "rustix 0.38.44",
3947 "windows-sys 0.59.0",
3948]
3949
3950[[package]]
3951name = "termcolor"
3952version = "1.4.1"
3953source = "registry+https://github.com/rust-lang/crates.io-index"
3954checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
3955dependencies = [
3956 "winapi-util",
3957]
3958
3959[[package]]
3960name = "termion"
3961version = "2.0.3"
3962source = "registry+https://github.com/rust-lang/crates.io-index"
3963checksum = "c4648c7def6f2043b2568617b9f9b75eae88ca185dbc1f1fda30e95a85d49d7d"
3964dependencies = [
3965 "libc",
3966 "libredox",
3967 "numtoa",
3968 "redox_termios",
3969]
3970
3971[[package]]
3972name = "textwrap"
3973version = "0.16.1"
3974source = "registry+https://github.com/rust-lang/crates.io-index"
3975checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9"
3976
3977[[package]]
3978name = "thiserror"
3979version = "1.0.69"
3980source = "registry+https://github.com/rust-lang/crates.io-index"
3981checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
3982dependencies = [
3983 "thiserror-impl 1.0.69",
3984]
3985
3986[[package]]
3987name = "thiserror"
3988version = "2.0.14"
3989source = "registry+https://github.com/rust-lang/crates.io-index"
3990checksum = "0b0949c3a6c842cbde3f1686d6eea5a010516deb7085f79db747562d4102f41e"
3991dependencies = [
3992 "thiserror-impl 2.0.14",
3993]
3994
3995[[package]]
3996name = "thiserror-impl"
3997version = "1.0.69"
3998source = "registry+https://github.com/rust-lang/crates.io-index"
3999checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
4000dependencies = [
4001 "proc-macro2",
4002 "quote",
4003 "syn 2.0.96",
4004]
4005
4006[[package]]
4007name = "thiserror-impl"
4008version = "2.0.14"
4009source = "registry+https://github.com/rust-lang/crates.io-index"
4010checksum = "cc5b44b4ab9c2fdd0e0512e6bece8388e214c0749f5862b114cc5b7a25daf227"
4011dependencies = [
4012 "proc-macro2",
4013 "quote",
4014 "syn 2.0.96",
4015]
4016
4017[[package]]
4018name = "time"
4019version = "0.2.27"
4020source = "registry+https://github.com/rust-lang/crates.io-index"
4021checksum = "4752a97f8eebd6854ff91f1c1824cd6160626ac4bd44287f7f4ea2035a02a242"
4022dependencies = [
4023 "const_fn",
4024 "libc",
4025 "standback",
4026 "stdweb",
4027 "time-macros",
4028 "version_check",
4029 "winapi",
4030]
4031
4032[[package]]
4033name = "time-macros"
4034version = "0.1.1"
4035source = "registry+https://github.com/rust-lang/crates.io-index"
4036checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
4037dependencies = [
4038 "proc-macro-hack",
4039 "time-macros-impl",
4040]
4041
4042[[package]]
4043name = "time-macros-impl"
4044version = "0.1.2"
4045source = "registry+https://github.com/rust-lang/crates.io-index"
4046checksum = "fd3c141a1b43194f3f56a1411225df8646c55781d5f26db825b3d98507eb482f"
4047dependencies = [
4048 "proc-macro-hack",
4049 "proc-macro2",
4050 "quote",
4051 "standback",
4052 "syn 1.0.109",
4053]
4054
4055[[package]]
4056name = "tinystr"
4057version = "0.7.6"
4058source = "registry+https://github.com/rust-lang/crates.io-index"
4059checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
4060dependencies = [
4061 "displaydoc",
4062 "zerovec",
4063]
4064
4065[[package]]
4066name = "tinyvec"
4067version = "1.8.1"
4068source = "registry+https://github.com/rust-lang/crates.io-index"
4069checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8"
4070dependencies = [
4071 "tinyvec_macros",
4072]
4073
4074[[package]]
4075name = "tinyvec_macros"
4076version = "0.1.1"
4077source = "registry+https://github.com/rust-lang/crates.io-index"
4078checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
4079
4080[[package]]
4081name = "tokio"
4082version = "1.43.0"
4083source = "registry+https://github.com/rust-lang/crates.io-index"
4084checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
4085dependencies = [
4086 "backtrace",
4087 "bytes",
4088 "libc",
4089 "mio 1.0.3",
4090 "pin-project-lite",
4091 "socket2 0.5.8",
4092 "tokio-macros",
4093 "windows-sys 0.52.0",
4094]
4095
4096[[package]]
4097name = "tokio-macros"
4098version = "2.5.0"
4099source = "registry+https://github.com/rust-lang/crates.io-index"
4100checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
4101dependencies = [
4102 "proc-macro2",
4103 "quote",
4104 "syn 2.0.96",
4105]
4106
4107[[package]]
4108name = "tokio-rustls"
4109version = "0.24.1"
4110source = "registry+https://github.com/rust-lang/crates.io-index"
4111checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
4112dependencies = [
4113 "rustls 0.21.12",
4114 "tokio",
4115]
4116
4117[[package]]
4118name = "tokio-stream"
4119version = "0.1.17"
4120source = "registry+https://github.com/rust-lang/crates.io-index"
4121checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
4122dependencies = [
4123 "futures-core",
4124 "pin-project-lite",
4125 "tokio",
4126]
4127
4128[[package]]
4129name = "tokio-util"
4130version = "0.7.13"
4131source = "registry+https://github.com/rust-lang/crates.io-index"
4132checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
4133dependencies = [
4134 "bytes",
4135 "futures-core",
4136 "futures-sink",
4137 "pin-project-lite",
4138 "tokio",
4139]
4140
4141[[package]]
4142name = "toml_datetime"
4143version = "0.6.8"
4144source = "registry+https://github.com/rust-lang/crates.io-index"
4145checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
4146
4147[[package]]
4148name = "toml_edit"
4149version = "0.19.15"
4150source = "registry+https://github.com/rust-lang/crates.io-index"
4151checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
4152dependencies = [
4153 "indexmap 2.7.1",
4154 "toml_datetime",
4155 "winnow",
4156]
4157
4158[[package]]
4159name = "tonic"
4160version = "0.12.3"
4161source = "registry+https://github.com/rust-lang/crates.io-index"
4162checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52"
4163dependencies = [
4164 "async-stream",
4165 "async-trait",
4166 "axum",
4167 "base64 0.22.1",
4168 "bytes",
4169 "h2 0.4.7",
4170 "http 1.2.0",
4171 "http-body 1.0.1",
4172 "http-body-util",
4173 "hyper 1.5.2",
4174 "hyper-timeout",
4175 "hyper-util",
4176 "percent-encoding 2.3.1",
4177 "pin-project",
4178 "prost",
4179 "socket2 0.5.8",
4180 "tokio",
4181 "tokio-stream",
4182 "tower 0.4.13",
4183 "tower-layer",
4184 "tower-service",
4185 "tracing",
4186]
4187
4188[[package]]
4189name = "tonic-build"
4190version = "0.12.3"
4191source = "registry+https://github.com/rust-lang/crates.io-index"
4192checksum = "9557ce109ea773b399c9b9e5dca39294110b74f1f342cb347a80d1fce8c26a11"
4193dependencies = [
4194 "prettyplease",
4195 "proc-macro2",
4196 "prost-build",
4197 "prost-types",
4198 "quote",
4199 "syn 2.0.96",
4200]
4201
4202[[package]]
4203name = "tonic-reflection"
4204version = "0.12.3"
4205source = "registry+https://github.com/rust-lang/crates.io-index"
4206checksum = "878d81f52e7fcfd80026b7fdb6a9b578b3c3653ba987f87f0dce4b64043cba27"
4207dependencies = [
4208 "prost",
4209 "prost-types",
4210 "tokio",
4211 "tokio-stream",
4212 "tonic",
4213]
4214
4215[[package]]
4216name = "tonic-web"
4217version = "0.12.3"
4218source = "registry+https://github.com/rust-lang/crates.io-index"
4219checksum = "5299dd20801ad736dccb4a5ea0da7376e59cd98f213bf1c3d478cf53f4834b58"
4220dependencies = [
4221 "base64 0.22.1",
4222 "bytes",
4223 "http 1.2.0",
4224 "http-body 1.0.1",
4225 "http-body-util",
4226 "pin-project",
4227 "tokio-stream",
4228 "tonic",
4229 "tower-http",
4230 "tower-layer",
4231 "tower-service",
4232 "tracing",
4233]
4234
4235[[package]]
4236name = "tower"
4237version = "0.4.13"
4238source = "registry+https://github.com/rust-lang/crates.io-index"
4239checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
4240dependencies = [
4241 "futures-core",
4242 "futures-util",
4243 "indexmap 1.9.3",
4244 "pin-project",
4245 "pin-project-lite",
4246 "rand 0.8.5",
4247 "slab",
4248 "tokio",
4249 "tokio-util",
4250 "tower-layer",
4251 "tower-service",
4252 "tracing",
4253]
4254
4255[[package]]
4256name = "tower"
4257version = "0.5.2"
4258source = "registry+https://github.com/rust-lang/crates.io-index"
4259checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
4260dependencies = [
4261 "futures-core",
4262 "futures-util",
4263 "pin-project-lite",
4264 "sync_wrapper 1.0.2",
4265 "tower-layer",
4266 "tower-service",
4267]
4268
4269[[package]]
4270name = "tower-http"
4271version = "0.5.2"
4272source = "registry+https://github.com/rust-lang/crates.io-index"
4273checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5"
4274dependencies = [
4275 "bitflags 2.8.0",
4276 "bytes",
4277 "http 1.2.0",
4278 "http-body 1.0.1",
4279 "http-body-util",
4280 "pin-project-lite",
4281 "tower-layer",
4282 "tower-service",
4283]
4284
4285[[package]]
4286name = "tower-layer"
4287version = "0.3.3"
4288source = "registry+https://github.com/rust-lang/crates.io-index"
4289checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
4290
4291[[package]]
4292name = "tower-service"
4293version = "0.3.3"
4294source = "registry+https://github.com/rust-lang/crates.io-index"
4295checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
4296
4297[[package]]
4298name = "tracing"
4299version = "0.1.41"
4300source = "registry+https://github.com/rust-lang/crates.io-index"
4301checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
4302dependencies = [
4303 "pin-project-lite",
4304 "tracing-attributes",
4305 "tracing-core",
4306]
4307
4308[[package]]
4309name = "tracing-attributes"
4310version = "0.1.28"
4311source = "registry+https://github.com/rust-lang/crates.io-index"
4312checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
4313dependencies = [
4314 "proc-macro2",
4315 "quote",
4316 "syn 2.0.96",
4317]
4318
4319[[package]]
4320name = "tracing-core"
4321version = "0.1.33"
4322source = "registry+https://github.com/rust-lang/crates.io-index"
4323checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
4324dependencies = [
4325 "once_cell",
4326]
4327
4328[[package]]
4329name = "transpose"
4330version = "0.2.3"
4331source = "registry+https://github.com/rust-lang/crates.io-index"
4332checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
4333dependencies = [
4334 "num-integer",
4335 "strength_reduce",
4336]
4337
4338[[package]]
4339name = "try-lock"
4340version = "0.2.5"
4341source = "registry+https://github.com/rust-lang/crates.io-index"
4342checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
4343
4344[[package]]
4345name = "tunein"
4346version = "0.1.3"
4347source = "registry+https://github.com/rust-lang/crates.io-index"
4348checksum = "9d33b9d790869737661ff1f34a95da32a1288373c5b78c66d098cff2df045055"
4349dependencies = [
4350 "anyhow",
4351 "m3u",
4352 "pls",
4353 "serde",
4354 "serde_json",
4355 "surf",
4356 "tokio",
4357]
4358
4359[[package]]
4360name = "tunein-cli"
4361version = "0.4.0"
4362dependencies = [
4363 "anyhow",
4364 "async-trait",
4365 "clap",
4366 "cpal",
4367 "crossterm",
4368 "derive_more",
4369 "futures",
4370 "futures-util",
4371 "hyper 0.14.32",
4372 "m3u",
4373 "minimp3 0.6.0",
4374 "owo-colors",
4375 "pls",
4376 "prost",
4377 "radiobrowser",
4378 "ratatui",
4379 "regex",
4380 "reqwest",
4381 "rodio",
4382 "rustfft",
4383 "serde",
4384 "souvlaki",
4385 "surf",
4386 "symphonia",
4387 "termion",
4388 "thiserror 1.0.69",
4389 "tokio",
4390 "tonic",
4391 "tonic-build",
4392 "tonic-reflection",
4393 "tonic-web",
4394 "tunein",
4395 "url 2.5.4",
4396]
4397
4398[[package]]
4399name = "typenum"
4400version = "1.17.0"
4401source = "registry+https://github.com/rust-lang/crates.io-index"
4402checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
4403
4404[[package]]
4405name = "unicase"
4406version = "2.8.1"
4407source = "registry+https://github.com/rust-lang/crates.io-index"
4408checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
4409
4410[[package]]
4411name = "unicode-bidi"
4412version = "0.3.18"
4413source = "registry+https://github.com/rust-lang/crates.io-index"
4414checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
4415
4416[[package]]
4417name = "unicode-ident"
4418version = "1.0.15"
4419source = "registry+https://github.com/rust-lang/crates.io-index"
4420checksum = "11cd88e12b17c6494200a9c1b683a04fcac9573ed74cd1b62aeb2727c5592243"
4421
4422[[package]]
4423name = "unicode-normalization"
4424version = "0.1.24"
4425source = "registry+https://github.com/rust-lang/crates.io-index"
4426checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
4427dependencies = [
4428 "tinyvec",
4429]
4430
4431[[package]]
4432name = "unicode-segmentation"
4433version = "1.12.0"
4434source = "registry+https://github.com/rust-lang/crates.io-index"
4435checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
4436
4437[[package]]
4438name = "unicode-truncate"
4439version = "1.1.0"
4440source = "registry+https://github.com/rust-lang/crates.io-index"
4441checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf"
4442dependencies = [
4443 "itertools 0.13.0",
4444 "unicode-segmentation",
4445 "unicode-width",
4446]
4447
4448[[package]]
4449name = "unicode-width"
4450version = "0.1.14"
4451source = "registry+https://github.com/rust-lang/crates.io-index"
4452checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
4453
4454[[package]]
4455name = "universal-hash"
4456version = "0.4.1"
4457source = "registry+https://github.com/rust-lang/crates.io-index"
4458checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"
4459dependencies = [
4460 "generic-array",
4461 "subtle",
4462]
4463
4464[[package]]
4465name = "untrusted"
4466version = "0.7.1"
4467source = "registry+https://github.com/rust-lang/crates.io-index"
4468checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
4469
4470[[package]]
4471name = "untrusted"
4472version = "0.9.0"
4473source = "registry+https://github.com/rust-lang/crates.io-index"
4474checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
4475
4476[[package]]
4477name = "url"
4478version = "1.7.2"
4479source = "registry+https://github.com/rust-lang/crates.io-index"
4480checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
4481dependencies = [
4482 "idna 0.1.5",
4483 "matches",
4484 "percent-encoding 1.0.1",
4485]
4486
4487[[package]]
4488name = "url"
4489version = "2.5.4"
4490source = "registry+https://github.com/rust-lang/crates.io-index"
4491checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
4492dependencies = [
4493 "form_urlencoded",
4494 "idna 1.0.3",
4495 "percent-encoding 2.3.1",
4496 "serde",
4497]
4498
4499[[package]]
4500name = "utf16_iter"
4501version = "1.0.5"
4502source = "registry+https://github.com/rust-lang/crates.io-index"
4503checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
4504
4505[[package]]
4506name = "utf8_iter"
4507version = "1.0.4"
4508source = "registry+https://github.com/rust-lang/crates.io-index"
4509checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
4510
4511[[package]]
4512name = "value-bag"
4513version = "1.10.0"
4514source = "registry+https://github.com/rust-lang/crates.io-index"
4515checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
4516
4517[[package]]
4518name = "version_check"
4519version = "0.9.5"
4520source = "registry+https://github.com/rust-lang/crates.io-index"
4521checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
4522
4523[[package]]
4524name = "waker-fn"
4525version = "1.2.0"
4526source = "registry+https://github.com/rust-lang/crates.io-index"
4527checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
4528
4529[[package]]
4530name = "walkdir"
4531version = "2.5.0"
4532source = "registry+https://github.com/rust-lang/crates.io-index"
4533checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
4534dependencies = [
4535 "same-file",
4536 "winapi-util",
4537]
4538
4539[[package]]
4540name = "want"
4541version = "0.3.1"
4542source = "registry+https://github.com/rust-lang/crates.io-index"
4543checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
4544dependencies = [
4545 "try-lock",
4546]
4547
4548[[package]]
4549name = "wasi"
4550version = "0.9.0+wasi-snapshot-preview1"
4551source = "registry+https://github.com/rust-lang/crates.io-index"
4552checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
4553
4554[[package]]
4555name = "wasi"
4556version = "0.11.0+wasi-snapshot-preview1"
4557source = "registry+https://github.com/rust-lang/crates.io-index"
4558checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
4559
4560[[package]]
4561name = "wasm-bindgen"
4562version = "0.2.100"
4563source = "registry+https://github.com/rust-lang/crates.io-index"
4564checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
4565dependencies = [
4566 "cfg-if",
4567 "once_cell",
4568 "rustversion",
4569 "wasm-bindgen-macro",
4570]
4571
4572[[package]]
4573name = "wasm-bindgen-backend"
4574version = "0.2.100"
4575source = "registry+https://github.com/rust-lang/crates.io-index"
4576checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
4577dependencies = [
4578 "bumpalo",
4579 "log",
4580 "proc-macro2",
4581 "quote",
4582 "syn 2.0.96",
4583 "wasm-bindgen-shared",
4584]
4585
4586[[package]]
4587name = "wasm-bindgen-futures"
4588version = "0.4.50"
4589source = "registry+https://github.com/rust-lang/crates.io-index"
4590checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
4591dependencies = [
4592 "cfg-if",
4593 "js-sys",
4594 "once_cell",
4595 "wasm-bindgen",
4596 "web-sys",
4597]
4598
4599[[package]]
4600name = "wasm-bindgen-macro"
4601version = "0.2.100"
4602source = "registry+https://github.com/rust-lang/crates.io-index"
4603checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
4604dependencies = [
4605 "quote",
4606 "wasm-bindgen-macro-support",
4607]
4608
4609[[package]]
4610name = "wasm-bindgen-macro-support"
4611version = "0.2.100"
4612source = "registry+https://github.com/rust-lang/crates.io-index"
4613checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
4614dependencies = [
4615 "proc-macro2",
4616 "quote",
4617 "syn 2.0.96",
4618 "wasm-bindgen-backend",
4619 "wasm-bindgen-shared",
4620]
4621
4622[[package]]
4623name = "wasm-bindgen-shared"
4624version = "0.2.100"
4625source = "registry+https://github.com/rust-lang/crates.io-index"
4626checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
4627dependencies = [
4628 "unicode-ident",
4629]
4630
4631[[package]]
4632name = "web-sys"
4633version = "0.3.77"
4634source = "registry+https://github.com/rust-lang/crates.io-index"
4635checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
4636dependencies = [
4637 "js-sys",
4638 "wasm-bindgen",
4639]
4640
4641[[package]]
4642name = "webpki"
4643version = "0.21.4"
4644source = "registry+https://github.com/rust-lang/crates.io-index"
4645checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
4646dependencies = [
4647 "ring 0.16.20",
4648 "untrusted 0.7.1",
4649]
4650
4651[[package]]
4652name = "webpki-roots"
4653version = "0.20.0"
4654source = "registry+https://github.com/rust-lang/crates.io-index"
4655checksum = "0f20dea7535251981a9670857150d571846545088359b28e4951d350bdaf179f"
4656dependencies = [
4657 "webpki",
4658]
4659
4660[[package]]
4661name = "webpki-roots"
4662version = "0.25.4"
4663source = "registry+https://github.com/rust-lang/crates.io-index"
4664checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
4665
4666[[package]]
4667name = "widestring"
4668version = "1.1.0"
4669source = "registry+https://github.com/rust-lang/crates.io-index"
4670checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311"
4671
4672[[package]]
4673name = "winapi"
4674version = "0.3.9"
4675source = "registry+https://github.com/rust-lang/crates.io-index"
4676checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
4677dependencies = [
4678 "winapi-i686-pc-windows-gnu",
4679 "winapi-x86_64-pc-windows-gnu",
4680]
4681
4682[[package]]
4683name = "winapi-i686-pc-windows-gnu"
4684version = "0.4.0"
4685source = "registry+https://github.com/rust-lang/crates.io-index"
4686checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
4687
4688[[package]]
4689name = "winapi-util"
4690version = "0.1.9"
4691source = "registry+https://github.com/rust-lang/crates.io-index"
4692checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
4693dependencies = [
4694 "windows-sys 0.59.0",
4695]
4696
4697[[package]]
4698name = "winapi-x86_64-pc-windows-gnu"
4699version = "0.4.0"
4700source = "registry+https://github.com/rust-lang/crates.io-index"
4701checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
4702
4703[[package]]
4704name = "windows"
4705version = "0.37.0"
4706source = "registry+https://github.com/rust-lang/crates.io-index"
4707checksum = "57b543186b344cc61c85b5aab0d2e3adf4e0f99bc076eff9aa5927bcc0b8a647"
4708dependencies = [
4709 "windows_aarch64_msvc 0.37.0",
4710 "windows_i686_gnu 0.37.0",
4711 "windows_i686_msvc 0.37.0",
4712 "windows_x86_64_gnu 0.37.0",
4713 "windows_x86_64_msvc 0.37.0",
4714]
4715
4716[[package]]
4717name = "windows"
4718version = "0.44.0"
4719source = "registry+https://github.com/rust-lang/crates.io-index"
4720checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b"
4721dependencies = [
4722 "windows-targets 0.42.2",
4723]
4724
4725[[package]]
4726name = "windows-core"
4727version = "0.52.0"
4728source = "registry+https://github.com/rust-lang/crates.io-index"
4729checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
4730dependencies = [
4731 "windows-targets 0.52.6",
4732]
4733
4734[[package]]
4735name = "windows-sys"
4736version = "0.48.0"
4737source = "registry+https://github.com/rust-lang/crates.io-index"
4738checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
4739dependencies = [
4740 "windows-targets 0.48.5",
4741]
4742
4743[[package]]
4744name = "windows-sys"
4745version = "0.52.0"
4746source = "registry+https://github.com/rust-lang/crates.io-index"
4747checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
4748dependencies = [
4749 "windows-targets 0.52.6",
4750]
4751
4752[[package]]
4753name = "windows-sys"
4754version = "0.59.0"
4755source = "registry+https://github.com/rust-lang/crates.io-index"
4756checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
4757dependencies = [
4758 "windows-targets 0.52.6",
4759]
4760
4761[[package]]
4762name = "windows-targets"
4763version = "0.42.2"
4764source = "registry+https://github.com/rust-lang/crates.io-index"
4765checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
4766dependencies = [
4767 "windows_aarch64_gnullvm 0.42.2",
4768 "windows_aarch64_msvc 0.42.2",
4769 "windows_i686_gnu 0.42.2",
4770 "windows_i686_msvc 0.42.2",
4771 "windows_x86_64_gnu 0.42.2",
4772 "windows_x86_64_gnullvm 0.42.2",
4773 "windows_x86_64_msvc 0.42.2",
4774]
4775
4776[[package]]
4777name = "windows-targets"
4778version = "0.48.5"
4779source = "registry+https://github.com/rust-lang/crates.io-index"
4780checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
4781dependencies = [
4782 "windows_aarch64_gnullvm 0.48.5",
4783 "windows_aarch64_msvc 0.48.5",
4784 "windows_i686_gnu 0.48.5",
4785 "windows_i686_msvc 0.48.5",
4786 "windows_x86_64_gnu 0.48.5",
4787 "windows_x86_64_gnullvm 0.48.5",
4788 "windows_x86_64_msvc 0.48.5",
4789]
4790
4791[[package]]
4792name = "windows-targets"
4793version = "0.52.6"
4794source = "registry+https://github.com/rust-lang/crates.io-index"
4795checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
4796dependencies = [
4797 "windows_aarch64_gnullvm 0.52.6",
4798 "windows_aarch64_msvc 0.52.6",
4799 "windows_i686_gnu 0.52.6",
4800 "windows_i686_gnullvm",
4801 "windows_i686_msvc 0.52.6",
4802 "windows_x86_64_gnu 0.52.6",
4803 "windows_x86_64_gnullvm 0.52.6",
4804 "windows_x86_64_msvc 0.52.6",
4805]
4806
4807[[package]]
4808name = "windows_aarch64_gnullvm"
4809version = "0.42.2"
4810source = "registry+https://github.com/rust-lang/crates.io-index"
4811checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
4812
4813[[package]]
4814name = "windows_aarch64_gnullvm"
4815version = "0.48.5"
4816source = "registry+https://github.com/rust-lang/crates.io-index"
4817checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
4818
4819[[package]]
4820name = "windows_aarch64_gnullvm"
4821version = "0.52.6"
4822source = "registry+https://github.com/rust-lang/crates.io-index"
4823checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
4824
4825[[package]]
4826name = "windows_aarch64_msvc"
4827version = "0.37.0"
4828source = "registry+https://github.com/rust-lang/crates.io-index"
4829checksum = "2623277cb2d1c216ba3b578c0f3cf9cdebeddb6e66b1b218bb33596ea7769c3a"
4830
4831[[package]]
4832name = "windows_aarch64_msvc"
4833version = "0.42.2"
4834source = "registry+https://github.com/rust-lang/crates.io-index"
4835checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
4836
4837[[package]]
4838name = "windows_aarch64_msvc"
4839version = "0.48.5"
4840source = "registry+https://github.com/rust-lang/crates.io-index"
4841checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
4842
4843[[package]]
4844name = "windows_aarch64_msvc"
4845version = "0.52.6"
4846source = "registry+https://github.com/rust-lang/crates.io-index"
4847checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
4848
4849[[package]]
4850name = "windows_i686_gnu"
4851version = "0.37.0"
4852source = "registry+https://github.com/rust-lang/crates.io-index"
4853checksum = "d3925fd0b0b804730d44d4b6278c50f9699703ec49bcd628020f46f4ba07d9e1"
4854
4855[[package]]
4856name = "windows_i686_gnu"
4857version = "0.42.2"
4858source = "registry+https://github.com/rust-lang/crates.io-index"
4859checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
4860
4861[[package]]
4862name = "windows_i686_gnu"
4863version = "0.48.5"
4864source = "registry+https://github.com/rust-lang/crates.io-index"
4865checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
4866
4867[[package]]
4868name = "windows_i686_gnu"
4869version = "0.52.6"
4870source = "registry+https://github.com/rust-lang/crates.io-index"
4871checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
4872
4873[[package]]
4874name = "windows_i686_gnullvm"
4875version = "0.52.6"
4876source = "registry+https://github.com/rust-lang/crates.io-index"
4877checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
4878
4879[[package]]
4880name = "windows_i686_msvc"
4881version = "0.37.0"
4882source = "registry+https://github.com/rust-lang/crates.io-index"
4883checksum = "ce907ac74fe331b524c1298683efbf598bb031bc84d5e274db2083696d07c57c"
4884
4885[[package]]
4886name = "windows_i686_msvc"
4887version = "0.42.2"
4888source = "registry+https://github.com/rust-lang/crates.io-index"
4889checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
4890
4891[[package]]
4892name = "windows_i686_msvc"
4893version = "0.48.5"
4894source = "registry+https://github.com/rust-lang/crates.io-index"
4895checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
4896
4897[[package]]
4898name = "windows_i686_msvc"
4899version = "0.52.6"
4900source = "registry+https://github.com/rust-lang/crates.io-index"
4901checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
4902
4903[[package]]
4904name = "windows_x86_64_gnu"
4905version = "0.37.0"
4906source = "registry+https://github.com/rust-lang/crates.io-index"
4907checksum = "2babfba0828f2e6b32457d5341427dcbb577ceef556273229959ac23a10af33d"
4908
4909[[package]]
4910name = "windows_x86_64_gnu"
4911version = "0.42.2"
4912source = "registry+https://github.com/rust-lang/crates.io-index"
4913checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
4914
4915[[package]]
4916name = "windows_x86_64_gnu"
4917version = "0.48.5"
4918source = "registry+https://github.com/rust-lang/crates.io-index"
4919checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
4920
4921[[package]]
4922name = "windows_x86_64_gnu"
4923version = "0.52.6"
4924source = "registry+https://github.com/rust-lang/crates.io-index"
4925checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
4926
4927[[package]]
4928name = "windows_x86_64_gnullvm"
4929version = "0.42.2"
4930source = "registry+https://github.com/rust-lang/crates.io-index"
4931checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
4932
4933[[package]]
4934name = "windows_x86_64_gnullvm"
4935version = "0.48.5"
4936source = "registry+https://github.com/rust-lang/crates.io-index"
4937checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
4938
4939[[package]]
4940name = "windows_x86_64_gnullvm"
4941version = "0.52.6"
4942source = "registry+https://github.com/rust-lang/crates.io-index"
4943checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
4944
4945[[package]]
4946name = "windows_x86_64_msvc"
4947version = "0.37.0"
4948source = "registry+https://github.com/rust-lang/crates.io-index"
4949checksum = "f4dd6dc7df2d84cf7b33822ed5b86318fb1781948e9663bacd047fc9dd52259d"
4950
4951[[package]]
4952name = "windows_x86_64_msvc"
4953version = "0.42.2"
4954source = "registry+https://github.com/rust-lang/crates.io-index"
4955checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
4956
4957[[package]]
4958name = "windows_x86_64_msvc"
4959version = "0.48.5"
4960source = "registry+https://github.com/rust-lang/crates.io-index"
4961checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
4962
4963[[package]]
4964name = "windows_x86_64_msvc"
4965version = "0.52.6"
4966source = "registry+https://github.com/rust-lang/crates.io-index"
4967checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
4968
4969[[package]]
4970name = "winnow"
4971version = "0.5.40"
4972source = "registry+https://github.com/rust-lang/crates.io-index"
4973checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
4974dependencies = [
4975 "memchr",
4976]
4977
4978[[package]]
4979name = "winreg"
4980version = "0.50.0"
4981source = "registry+https://github.com/rust-lang/crates.io-index"
4982checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
4983dependencies = [
4984 "cfg-if",
4985 "windows-sys 0.48.0",
4986]
4987
4988[[package]]
4989name = "write16"
4990version = "1.0.0"
4991source = "registry+https://github.com/rust-lang/crates.io-index"
4992checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
4993
4994[[package]]
4995name = "writeable"
4996version = "0.5.5"
4997source = "registry+https://github.com/rust-lang/crates.io-index"
4998checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
4999
5000[[package]]
5001name = "yoke"
5002version = "0.7.5"
5003source = "registry+https://github.com/rust-lang/crates.io-index"
5004checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
5005dependencies = [
5006 "serde",
5007 "stable_deref_trait",
5008 "yoke-derive",
5009 "zerofrom",
5010]
5011
5012[[package]]
5013name = "yoke-derive"
5014version = "0.7.5"
5015source = "registry+https://github.com/rust-lang/crates.io-index"
5016checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
5017dependencies = [
5018 "proc-macro2",
5019 "quote",
5020 "syn 2.0.96",
5021 "synstructure",
5022]
5023
5024[[package]]
5025name = "zerocopy"
5026version = "0.7.35"
5027source = "registry+https://github.com/rust-lang/crates.io-index"
5028checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
5029dependencies = [
5030 "byteorder",
5031 "zerocopy-derive",
5032]
5033
5034[[package]]
5035name = "zerocopy-derive"
5036version = "0.7.35"
5037source = "registry+https://github.com/rust-lang/crates.io-index"
5038checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
5039dependencies = [
5040 "proc-macro2",
5041 "quote",
5042 "syn 2.0.96",
5043]
5044
5045[[package]]
5046name = "zerofrom"
5047version = "0.1.5"
5048source = "registry+https://github.com/rust-lang/crates.io-index"
5049checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
5050dependencies = [
5051 "zerofrom-derive",
5052]
5053
5054[[package]]
5055name = "zerofrom-derive"
5056version = "0.1.5"
5057source = "registry+https://github.com/rust-lang/crates.io-index"
5058checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
5059dependencies = [
5060 "proc-macro2",
5061 "quote",
5062 "syn 2.0.96",
5063 "synstructure",
5064]
5065
5066[[package]]
5067name = "zerovec"
5068version = "0.10.4"
5069source = "registry+https://github.com/rust-lang/crates.io-index"
5070checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
5071dependencies = [
5072 "yoke",
5073 "zerofrom",
5074 "zerovec-derive",
5075]
5076
5077[[package]]
5078name = "zerovec-derive"
5079version = "0.10.3"
5080source = "registry+https://github.com/rust-lang/crates.io-index"
5081checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
5082dependencies = [
5083 "proc-macro2",
5084 "quote",
5085 "syn 2.0.96",
5086]