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