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