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