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