A better Rust ATProto crate
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "abnf"
7version = "0.13.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "087113bd50d9adce24850eed5d0476c7d199d532fce8fab5173650331e09033a"
10dependencies = [
11 "abnf-core",
12 "nom",
13]
14
15[[package]]
16name = "abnf-core"
17version = "0.5.0"
18source = "registry+https://github.com/rust-lang/crates.io-index"
19checksum = "c44e09c43ae1c368fb91a03a566472d0087c26cf7e1b9e8e289c14ede681dd7d"
20dependencies = [
21 "nom",
22]
23
24[[package]]
25name = "addr2line"
26version = "0.25.1"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
29dependencies = [
30 "gimli",
31]
32
33[[package]]
34name = "adler"
35version = "1.0.2"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
38
39[[package]]
40name = "adler2"
41version = "2.0.1"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
44
45[[package]]
46name = "adler32"
47version = "1.2.0"
48source = "registry+https://github.com/rust-lang/crates.io-index"
49checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
50
51[[package]]
52name = "aho-corasick"
53version = "1.1.3"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
56dependencies = [
57 "memchr",
58]
59
60[[package]]
61name = "aliasable"
62version = "0.1.3"
63source = "registry+https://github.com/rust-lang/crates.io-index"
64checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
65
66[[package]]
67name = "aligned-vec"
68version = "0.6.4"
69source = "registry+https://github.com/rust-lang/crates.io-index"
70checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
71dependencies = [
72 "equator",
73]
74
75[[package]]
76name = "alloc-no-stdlib"
77version = "2.0.4"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
80
81[[package]]
82name = "alloc-stdlib"
83version = "0.2.2"
84source = "registry+https://github.com/rust-lang/crates.io-index"
85checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
86dependencies = [
87 "alloc-no-stdlib",
88]
89
90[[package]]
91name = "android_system_properties"
92version = "0.1.5"
93source = "registry+https://github.com/rust-lang/crates.io-index"
94checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
95dependencies = [
96 "libc",
97]
98
99[[package]]
100name = "ansi_colours"
101version = "1.2.3"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "14eec43e0298190790f41679fe69ef7a829d2a2ddd78c8c00339e84710e435fe"
104dependencies = [
105 "rgb",
106]
107
108[[package]]
109name = "anstream"
110version = "0.6.21"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
113dependencies = [
114 "anstyle",
115 "anstyle-parse",
116 "anstyle-query",
117 "anstyle-wincon",
118 "colorchoice",
119 "is_terminal_polyfill",
120 "utf8parse",
121]
122
123[[package]]
124name = "anstyle"
125version = "1.0.13"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
128
129[[package]]
130name = "anstyle-parse"
131version = "0.2.7"
132source = "registry+https://github.com/rust-lang/crates.io-index"
133checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
134dependencies = [
135 "utf8parse",
136]
137
138[[package]]
139name = "anstyle-query"
140version = "1.1.4"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
143dependencies = [
144 "windows-sys 0.60.2",
145]
146
147[[package]]
148name = "anstyle-wincon"
149version = "3.0.10"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
152dependencies = [
153 "anstyle",
154 "once_cell_polyfill",
155 "windows-sys 0.60.2",
156]
157
158[[package]]
159name = "anyhow"
160version = "1.0.100"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
163
164[[package]]
165name = "arbitrary"
166version = "1.4.2"
167source = "registry+https://github.com/rust-lang/crates.io-index"
168checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
169
170[[package]]
171name = "arg_enum_proc_macro"
172version = "0.3.4"
173source = "registry+https://github.com/rust-lang/crates.io-index"
174checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
175dependencies = [
176 "proc-macro2",
177 "quote",
178 "syn 2.0.106",
179]
180
181[[package]]
182name = "arrayvec"
183version = "0.7.6"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
186
187[[package]]
188name = "ascii"
189version = "1.1.0"
190source = "registry+https://github.com/rust-lang/crates.io-index"
191checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
192
193[[package]]
194name = "async-compression"
195version = "0.4.32"
196source = "registry+https://github.com/rust-lang/crates.io-index"
197checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
198dependencies = [
199 "compression-codecs",
200 "compression-core",
201 "futures-core",
202 "pin-project-lite",
203 "tokio",
204]
205
206[[package]]
207name = "async-trait"
208version = "0.1.89"
209source = "registry+https://github.com/rust-lang/crates.io-index"
210checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
211dependencies = [
212 "proc-macro2",
213 "quote",
214 "syn 2.0.106",
215]
216
217[[package]]
218name = "atomic-waker"
219version = "1.1.2"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
222
223[[package]]
224name = "autocfg"
225version = "1.5.0"
226source = "registry+https://github.com/rust-lang/crates.io-index"
227checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
228
229[[package]]
230name = "av1-grain"
231version = "0.2.4"
232source = "registry+https://github.com/rust-lang/crates.io-index"
233checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
234dependencies = [
235 "anyhow",
236 "arrayvec",
237 "log",
238 "nom",
239 "num-rational",
240 "v_frame",
241]
242
243[[package]]
244name = "avif-serialize"
245version = "0.8.6"
246source = "registry+https://github.com/rust-lang/crates.io-index"
247checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
248dependencies = [
249 "arrayvec",
250]
251
252[[package]]
253name = "axum"
254version = "0.8.6"
255source = "registry+https://github.com/rust-lang/crates.io-index"
256checksum = "8a18ed336352031311f4e0b4dd2ff392d4fbb370777c9d18d7fc9d7359f73871"
257dependencies = [
258 "axum-core",
259 "bytes",
260 "form_urlencoded",
261 "futures-util",
262 "http",
263 "http-body",
264 "http-body-util",
265 "hyper",
266 "hyper-util",
267 "itoa",
268 "matchit",
269 "memchr",
270 "mime",
271 "percent-encoding",
272 "pin-project-lite",
273 "serde_core",
274 "serde_json",
275 "serde_path_to_error",
276 "serde_urlencoded",
277 "sync_wrapper",
278 "tokio",
279 "tower",
280 "tower-layer",
281 "tower-service",
282 "tracing",
283]
284
285[[package]]
286name = "axum-core"
287version = "0.5.5"
288source = "registry+https://github.com/rust-lang/crates.io-index"
289checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22"
290dependencies = [
291 "bytes",
292 "futures-core",
293 "http",
294 "http-body",
295 "http-body-util",
296 "mime",
297 "pin-project-lite",
298 "sync_wrapper",
299 "tower-layer",
300 "tower-service",
301 "tracing",
302]
303
304[[package]]
305name = "axum-macros"
306version = "0.5.0"
307source = "registry+https://github.com/rust-lang/crates.io-index"
308checksum = "604fde5e028fea851ce1d8570bbdc034bec850d157f7569d10f347d06808c05c"
309dependencies = [
310 "proc-macro2",
311 "quote",
312 "syn 2.0.106",
313]
314
315[[package]]
316name = "axum-test"
317version = "18.1.0"
318source = "registry+https://github.com/rust-lang/crates.io-index"
319checksum = "680e88effaafbb28675074f29cda0e984c984bed5eb513085c17caf7de564225"
320dependencies = [
321 "anyhow",
322 "axum",
323 "bytes",
324 "bytesize",
325 "cookie",
326 "expect-json",
327 "http",
328 "http-body-util",
329 "hyper",
330 "hyper-util",
331 "mime",
332 "pretty_assertions",
333 "reserve-port",
334 "rust-multipart-rfc7578_2",
335 "serde",
336 "serde_json",
337 "serde_urlencoded",
338 "smallvec",
339 "tokio",
340 "tower",
341 "url",
342]
343
344[[package]]
345name = "backtrace"
346version = "0.3.76"
347source = "registry+https://github.com/rust-lang/crates.io-index"
348checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
349dependencies = [
350 "addr2line",
351 "cfg-if",
352 "libc",
353 "miniz_oxide 0.8.9",
354 "object",
355 "rustc-demangle",
356 "windows-link 0.2.1",
357]
358
359[[package]]
360name = "backtrace-ext"
361version = "0.2.1"
362source = "registry+https://github.com/rust-lang/crates.io-index"
363checksum = "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50"
364dependencies = [
365 "backtrace",
366]
367
368[[package]]
369name = "base-x"
370version = "0.2.11"
371source = "registry+https://github.com/rust-lang/crates.io-index"
372checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
373
374[[package]]
375name = "base16ct"
376version = "0.2.0"
377source = "registry+https://github.com/rust-lang/crates.io-index"
378checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
379
380[[package]]
381name = "base256emoji"
382version = "1.0.2"
383source = "registry+https://github.com/rust-lang/crates.io-index"
384checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c"
385dependencies = [
386 "const-str",
387 "match-lookup",
388]
389
390[[package]]
391name = "base64"
392version = "0.13.1"
393source = "registry+https://github.com/rust-lang/crates.io-index"
394checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
395
396[[package]]
397name = "base64"
398version = "0.22.1"
399source = "registry+https://github.com/rust-lang/crates.io-index"
400checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
401
402[[package]]
403name = "base64ct"
404version = "1.8.0"
405source = "registry+https://github.com/rust-lang/crates.io-index"
406checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
407
408[[package]]
409name = "bit_field"
410version = "0.10.3"
411source = "registry+https://github.com/rust-lang/crates.io-index"
412checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
413
414[[package]]
415name = "bitflags"
416version = "2.9.4"
417source = "registry+https://github.com/rust-lang/crates.io-index"
418checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
419
420[[package]]
421name = "bitstream-io"
422version = "2.6.0"
423source = "registry+https://github.com/rust-lang/crates.io-index"
424checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
425
426[[package]]
427name = "block-buffer"
428version = "0.10.4"
429source = "registry+https://github.com/rust-lang/crates.io-index"
430checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
431dependencies = [
432 "generic-array",
433]
434
435[[package]]
436name = "bon"
437version = "3.8.1"
438source = "registry+https://github.com/rust-lang/crates.io-index"
439checksum = "ebeb9aaf9329dff6ceb65c689ca3db33dbf15f324909c60e4e5eef5701ce31b1"
440dependencies = [
441 "bon-macros",
442 "rustversion",
443]
444
445[[package]]
446name = "bon-macros"
447version = "3.8.1"
448source = "registry+https://github.com/rust-lang/crates.io-index"
449checksum = "77e9d642a7e3a318e37c2c9427b5a6a48aa1ad55dcd986f3034ab2239045a645"
450dependencies = [
451 "darling",
452 "ident_case",
453 "prettyplease",
454 "proc-macro2",
455 "quote",
456 "rustversion",
457 "syn 2.0.106",
458]
459
460[[package]]
461name = "borsh"
462version = "1.5.7"
463source = "registry+https://github.com/rust-lang/crates.io-index"
464checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
465dependencies = [
466 "cfg_aliases",
467]
468
469[[package]]
470name = "brotli"
471version = "3.5.0"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391"
474dependencies = [
475 "alloc-no-stdlib",
476 "alloc-stdlib",
477 "brotli-decompressor",
478]
479
480[[package]]
481name = "brotli-decompressor"
482version = "2.5.1"
483source = "registry+https://github.com/rust-lang/crates.io-index"
484checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f"
485dependencies = [
486 "alloc-no-stdlib",
487 "alloc-stdlib",
488]
489
490[[package]]
491name = "btree-range-map"
492version = "0.7.2"
493source = "registry+https://github.com/rust-lang/crates.io-index"
494checksum = "1be5c9672446d3800bcbcaabaeba121fe22f1fb25700c4562b22faf76d377c33"
495dependencies = [
496 "btree-slab",
497 "cc-traits",
498 "range-traits",
499 "serde",
500 "slab",
501]
502
503[[package]]
504name = "btree-slab"
505version = "0.6.1"
506source = "registry+https://github.com/rust-lang/crates.io-index"
507checksum = "7a2b56d3029f075c4fa892428a098425b86cef5c89ae54073137ece416aef13c"
508dependencies = [
509 "cc-traits",
510 "slab",
511 "smallvec",
512]
513
514[[package]]
515name = "buf_redux"
516version = "0.8.4"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518checksum = "b953a6887648bb07a535631f2bc00fbdb2a2216f135552cb3f534ed136b9c07f"
519dependencies = [
520 "memchr",
521 "safemem",
522]
523
524[[package]]
525name = "built"
526version = "0.7.7"
527source = "registry+https://github.com/rust-lang/crates.io-index"
528checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
529
530[[package]]
531name = "bumpalo"
532version = "3.19.0"
533source = "registry+https://github.com/rust-lang/crates.io-index"
534checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
535
536[[package]]
537name = "bytemuck"
538version = "1.24.0"
539source = "registry+https://github.com/rust-lang/crates.io-index"
540checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
541
542[[package]]
543name = "byteorder"
544version = "1.5.0"
545source = "registry+https://github.com/rust-lang/crates.io-index"
546checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
547
548[[package]]
549name = "byteorder-lite"
550version = "0.1.0"
551source = "registry+https://github.com/rust-lang/crates.io-index"
552checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
553
554[[package]]
555name = "bytes"
556version = "1.10.1"
557source = "registry+https://github.com/rust-lang/crates.io-index"
558checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
559dependencies = [
560 "serde",
561]
562
563[[package]]
564name = "bytesize"
565version = "2.1.0"
566source = "registry+https://github.com/rust-lang/crates.io-index"
567checksum = "f5c434ae3cf0089ca203e9019ebe529c47ff45cefe8af7c85ecb734ef541822f"
568
569[[package]]
570name = "cbor4ii"
571version = "0.2.14"
572source = "registry+https://github.com/rust-lang/crates.io-index"
573checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4"
574dependencies = [
575 "serde",
576]
577
578[[package]]
579name = "cc"
580version = "1.2.41"
581source = "registry+https://github.com/rust-lang/crates.io-index"
582checksum = "ac9fe6cdbb24b6ade63616c0a0688e45bb56732262c158df3c0c4bea4ca47cb7"
583dependencies = [
584 "find-msvc-tools",
585 "jobserver",
586 "libc",
587 "shlex",
588]
589
590[[package]]
591name = "cc-traits"
592version = "2.0.0"
593source = "registry+https://github.com/rust-lang/crates.io-index"
594checksum = "060303ef31ef4a522737e1b1ab68c67916f2a787bb2f4f54f383279adba962b5"
595dependencies = [
596 "slab",
597]
598
599[[package]]
600name = "cesu8"
601version = "1.1.0"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
604
605[[package]]
606name = "cfg-expr"
607version = "0.15.8"
608source = "registry+https://github.com/rust-lang/crates.io-index"
609checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
610dependencies = [
611 "smallvec",
612 "target-lexicon",
613]
614
615[[package]]
616name = "cfg-if"
617version = "1.0.4"
618source = "registry+https://github.com/rust-lang/crates.io-index"
619checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
620
621[[package]]
622name = "cfg_aliases"
623version = "0.2.1"
624source = "registry+https://github.com/rust-lang/crates.io-index"
625checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
626
627[[package]]
628name = "chrono"
629version = "0.4.42"
630source = "registry+https://github.com/rust-lang/crates.io-index"
631checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
632dependencies = [
633 "iana-time-zone",
634 "js-sys",
635 "num-traits",
636 "serde",
637 "wasm-bindgen",
638 "windows-link 0.2.1",
639]
640
641[[package]]
642name = "chunked_transfer"
643version = "1.5.0"
644source = "registry+https://github.com/rust-lang/crates.io-index"
645checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
646
647[[package]]
648name = "ciborium"
649version = "0.2.2"
650source = "registry+https://github.com/rust-lang/crates.io-index"
651checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
652dependencies = [
653 "ciborium-io",
654 "ciborium-ll",
655 "serde",
656]
657
658[[package]]
659name = "ciborium-io"
660version = "0.2.2"
661source = "registry+https://github.com/rust-lang/crates.io-index"
662checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
663
664[[package]]
665name = "ciborium-ll"
666version = "0.2.2"
667source = "registry+https://github.com/rust-lang/crates.io-index"
668checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
669dependencies = [
670 "ciborium-io",
671 "half",
672]
673
674[[package]]
675name = "cid"
676version = "0.11.1"
677source = "registry+https://github.com/rust-lang/crates.io-index"
678checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a"
679dependencies = [
680 "core2",
681 "multibase",
682 "multihash",
683 "serde",
684 "serde_bytes",
685 "unsigned-varint",
686]
687
688[[package]]
689name = "clap"
690version = "4.5.49"
691source = "registry+https://github.com/rust-lang/crates.io-index"
692checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
693dependencies = [
694 "clap_builder",
695 "clap_derive",
696]
697
698[[package]]
699name = "clap_builder"
700version = "4.5.49"
701source = "registry+https://github.com/rust-lang/crates.io-index"
702checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
703dependencies = [
704 "anstream",
705 "anstyle",
706 "clap_lex",
707 "strsim",
708]
709
710[[package]]
711name = "clap_complete"
712version = "4.5.59"
713source = "registry+https://github.com/rust-lang/crates.io-index"
714checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
715dependencies = [
716 "clap",
717]
718
719[[package]]
720name = "clap_derive"
721version = "4.5.49"
722source = "registry+https://github.com/rust-lang/crates.io-index"
723checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
724dependencies = [
725 "heck 0.5.0",
726 "proc-macro2",
727 "quote",
728 "syn 2.0.106",
729]
730
731[[package]]
732name = "clap_lex"
733version = "0.7.6"
734source = "registry+https://github.com/rust-lang/crates.io-index"
735checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
736
737[[package]]
738name = "clap_mangen"
739version = "0.2.30"
740source = "registry+https://github.com/rust-lang/crates.io-index"
741checksum = "263c8214a8e0cb8129f3c62036c50e9c6e15c7bd364c42e0437c492b9293f778"
742dependencies = [
743 "clap",
744 "roff",
745]
746
747[[package]]
748name = "color_quant"
749version = "1.1.0"
750source = "registry+https://github.com/rust-lang/crates.io-index"
751checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
752
753[[package]]
754name = "colorchoice"
755version = "1.0.4"
756source = "registry+https://github.com/rust-lang/crates.io-index"
757checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
758
759[[package]]
760name = "combine"
761version = "4.6.7"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
764dependencies = [
765 "bytes",
766 "memchr",
767]
768
769[[package]]
770name = "compression-codecs"
771version = "0.4.31"
772source = "registry+https://github.com/rust-lang/crates.io-index"
773checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
774dependencies = [
775 "compression-core",
776 "flate2",
777 "memchr",
778]
779
780[[package]]
781name = "compression-core"
782version = "0.4.29"
783source = "registry+https://github.com/rust-lang/crates.io-index"
784checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
785
786[[package]]
787name = "console"
788version = "0.15.11"
789source = "registry+https://github.com/rust-lang/crates.io-index"
790checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8"
791dependencies = [
792 "encode_unicode",
793 "libc",
794 "once_cell",
795 "windows-sys 0.59.0",
796]
797
798[[package]]
799name = "const-oid"
800version = "0.9.6"
801source = "registry+https://github.com/rust-lang/crates.io-index"
802checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
803
804[[package]]
805name = "const-str"
806version = "0.4.3"
807source = "registry+https://github.com/rust-lang/crates.io-index"
808checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3"
809
810[[package]]
811name = "cookie"
812version = "0.18.1"
813source = "registry+https://github.com/rust-lang/crates.io-index"
814checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
815dependencies = [
816 "time",
817 "version_check",
818]
819
820[[package]]
821name = "cordyceps"
822version = "0.3.4"
823source = "registry+https://github.com/rust-lang/crates.io-index"
824checksum = "688d7fbb8092b8de775ef2536f36c8c31f2bc4006ece2e8d8ad2d17d00ce0a2a"
825dependencies = [
826 "loom",
827 "tracing",
828]
829
830[[package]]
831name = "core-foundation"
832version = "0.9.4"
833source = "registry+https://github.com/rust-lang/crates.io-index"
834checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
835dependencies = [
836 "core-foundation-sys",
837 "libc",
838]
839
840[[package]]
841name = "core-foundation"
842version = "0.10.1"
843source = "registry+https://github.com/rust-lang/crates.io-index"
844checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
845dependencies = [
846 "core-foundation-sys",
847 "libc",
848]
849
850[[package]]
851name = "core-foundation-sys"
852version = "0.8.7"
853source = "registry+https://github.com/rust-lang/crates.io-index"
854checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
855
856[[package]]
857name = "core2"
858version = "0.4.0"
859source = "registry+https://github.com/rust-lang/crates.io-index"
860checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
861dependencies = [
862 "memchr",
863]
864
865[[package]]
866name = "cpufeatures"
867version = "0.2.17"
868source = "registry+https://github.com/rust-lang/crates.io-index"
869checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
870dependencies = [
871 "libc",
872]
873
874[[package]]
875name = "crc32fast"
876version = "1.5.0"
877source = "registry+https://github.com/rust-lang/crates.io-index"
878checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
879dependencies = [
880 "cfg-if",
881]
882
883[[package]]
884name = "crossbeam-deque"
885version = "0.8.6"
886source = "registry+https://github.com/rust-lang/crates.io-index"
887checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
888dependencies = [
889 "crossbeam-epoch",
890 "crossbeam-utils",
891]
892
893[[package]]
894name = "crossbeam-epoch"
895version = "0.9.18"
896source = "registry+https://github.com/rust-lang/crates.io-index"
897checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
898dependencies = [
899 "crossbeam-utils",
900]
901
902[[package]]
903name = "crossbeam-utils"
904version = "0.8.21"
905source = "registry+https://github.com/rust-lang/crates.io-index"
906checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
907
908[[package]]
909name = "crossterm"
910version = "0.28.1"
911source = "registry+https://github.com/rust-lang/crates.io-index"
912checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6"
913dependencies = [
914 "bitflags",
915 "crossterm_winapi",
916 "parking_lot",
917 "rustix 0.38.44",
918 "winapi",
919]
920
921[[package]]
922name = "crossterm_winapi"
923version = "0.9.1"
924source = "registry+https://github.com/rust-lang/crates.io-index"
925checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
926dependencies = [
927 "winapi",
928]
929
930[[package]]
931name = "crunchy"
932version = "0.2.4"
933source = "registry+https://github.com/rust-lang/crates.io-index"
934checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
935
936[[package]]
937name = "crypto-bigint"
938version = "0.5.5"
939source = "registry+https://github.com/rust-lang/crates.io-index"
940checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
941dependencies = [
942 "generic-array",
943 "rand_core 0.6.4",
944 "subtle",
945 "zeroize",
946]
947
948[[package]]
949name = "crypto-common"
950version = "0.1.6"
951source = "registry+https://github.com/rust-lang/crates.io-index"
952checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
953dependencies = [
954 "generic-array",
955 "typenum",
956]
957
958[[package]]
959name = "curve25519-dalek"
960version = "4.1.3"
961source = "registry+https://github.com/rust-lang/crates.io-index"
962checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
963dependencies = [
964 "cfg-if",
965 "cpufeatures",
966 "curve25519-dalek-derive",
967 "digest",
968 "fiat-crypto",
969 "rustc_version",
970 "subtle",
971]
972
973[[package]]
974name = "curve25519-dalek-derive"
975version = "0.1.1"
976source = "registry+https://github.com/rust-lang/crates.io-index"
977checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
978dependencies = [
979 "proc-macro2",
980 "quote",
981 "syn 2.0.106",
982]
983
984[[package]]
985name = "darling"
986version = "0.21.3"
987source = "registry+https://github.com/rust-lang/crates.io-index"
988checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
989dependencies = [
990 "darling_core",
991 "darling_macro",
992]
993
994[[package]]
995name = "darling_core"
996version = "0.21.3"
997source = "registry+https://github.com/rust-lang/crates.io-index"
998checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
999dependencies = [
1000 "fnv",
1001 "ident_case",
1002 "proc-macro2",
1003 "quote",
1004 "strsim",
1005 "syn 2.0.106",
1006]
1007
1008[[package]]
1009name = "darling_macro"
1010version = "0.21.3"
1011source = "registry+https://github.com/rust-lang/crates.io-index"
1012checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
1013dependencies = [
1014 "darling_core",
1015 "quote",
1016 "syn 2.0.106",
1017]
1018
1019[[package]]
1020name = "dashmap"
1021version = "6.1.0"
1022source = "registry+https://github.com/rust-lang/crates.io-index"
1023checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
1024dependencies = [
1025 "cfg-if",
1026 "crossbeam-utils",
1027 "hashbrown 0.14.5",
1028 "lock_api",
1029 "once_cell",
1030 "parking_lot_core",
1031]
1032
1033[[package]]
1034name = "data-encoding"
1035version = "2.9.0"
1036source = "registry+https://github.com/rust-lang/crates.io-index"
1037checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
1038
1039[[package]]
1040name = "data-encoding-macro"
1041version = "0.1.18"
1042source = "registry+https://github.com/rust-lang/crates.io-index"
1043checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d"
1044dependencies = [
1045 "data-encoding",
1046 "data-encoding-macro-internal",
1047]
1048
1049[[package]]
1050name = "data-encoding-macro-internal"
1051version = "0.1.16"
1052source = "registry+https://github.com/rust-lang/crates.io-index"
1053checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976"
1054dependencies = [
1055 "data-encoding",
1056 "syn 2.0.106",
1057]
1058
1059[[package]]
1060name = "deflate"
1061version = "1.0.0"
1062source = "registry+https://github.com/rust-lang/crates.io-index"
1063checksum = "c86f7e25f518f4b81808a2cf1c50996a61f5c2eb394b2393bd87f2a4780a432f"
1064dependencies = [
1065 "adler32",
1066 "gzip-header",
1067]
1068
1069[[package]]
1070name = "der"
1071version = "0.7.10"
1072source = "registry+https://github.com/rust-lang/crates.io-index"
1073checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
1074dependencies = [
1075 "const-oid",
1076 "pem-rfc7468",
1077 "zeroize",
1078]
1079
1080[[package]]
1081name = "deranged"
1082version = "0.5.4"
1083source = "registry+https://github.com/rust-lang/crates.io-index"
1084checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
1085dependencies = [
1086 "powerfmt",
1087 "serde_core",
1088]
1089
1090[[package]]
1091name = "derive_more"
1092version = "1.0.0"
1093source = "registry+https://github.com/rust-lang/crates.io-index"
1094checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05"
1095dependencies = [
1096 "derive_more-impl",
1097]
1098
1099[[package]]
1100name = "derive_more-impl"
1101version = "1.0.0"
1102source = "registry+https://github.com/rust-lang/crates.io-index"
1103checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22"
1104dependencies = [
1105 "proc-macro2",
1106 "quote",
1107 "syn 2.0.106",
1108 "unicode-xid",
1109]
1110
1111[[package]]
1112name = "diatomic-waker"
1113version = "0.2.3"
1114source = "registry+https://github.com/rust-lang/crates.io-index"
1115checksum = "ab03c107fafeb3ee9f5925686dbb7a73bc76e3932abb0d2b365cb64b169cf04c"
1116
1117[[package]]
1118name = "diff"
1119version = "0.1.13"
1120source = "registry+https://github.com/rust-lang/crates.io-index"
1121checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
1122
1123[[package]]
1124name = "digest"
1125version = "0.10.7"
1126source = "registry+https://github.com/rust-lang/crates.io-index"
1127checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
1128dependencies = [
1129 "block-buffer",
1130 "const-oid",
1131 "crypto-common",
1132 "subtle",
1133]
1134
1135[[package]]
1136name = "displaydoc"
1137version = "0.2.5"
1138source = "registry+https://github.com/rust-lang/crates.io-index"
1139checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
1140dependencies = [
1141 "proc-macro2",
1142 "quote",
1143 "syn 2.0.106",
1144]
1145
1146[[package]]
1147name = "dyn-clone"
1148version = "1.0.20"
1149source = "registry+https://github.com/rust-lang/crates.io-index"
1150checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
1151
1152[[package]]
1153name = "ecdsa"
1154version = "0.16.9"
1155source = "registry+https://github.com/rust-lang/crates.io-index"
1156checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
1157dependencies = [
1158 "der",
1159 "digest",
1160 "elliptic-curve",
1161 "rfc6979",
1162 "signature",
1163 "spki",
1164]
1165
1166[[package]]
1167name = "ed25519"
1168version = "2.2.3"
1169source = "registry+https://github.com/rust-lang/crates.io-index"
1170checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
1171dependencies = [
1172 "pkcs8",
1173 "signature",
1174]
1175
1176[[package]]
1177name = "ed25519-dalek"
1178version = "2.2.0"
1179source = "registry+https://github.com/rust-lang/crates.io-index"
1180checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9"
1181dependencies = [
1182 "curve25519-dalek",
1183 "ed25519",
1184 "sha2",
1185 "subtle",
1186]
1187
1188[[package]]
1189name = "either"
1190version = "1.15.0"
1191source = "registry+https://github.com/rust-lang/crates.io-index"
1192checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
1193
1194[[package]]
1195name = "elliptic-curve"
1196version = "0.13.8"
1197source = "registry+https://github.com/rust-lang/crates.io-index"
1198checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
1199dependencies = [
1200 "base16ct",
1201 "crypto-bigint",
1202 "digest",
1203 "ff",
1204 "generic-array",
1205 "group",
1206 "pem-rfc7468",
1207 "pkcs8",
1208 "rand_core 0.6.4",
1209 "sec1",
1210 "subtle",
1211 "zeroize",
1212]
1213
1214[[package]]
1215name = "email_address"
1216version = "0.2.9"
1217source = "registry+https://github.com/rust-lang/crates.io-index"
1218checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
1219dependencies = [
1220 "serde",
1221]
1222
1223[[package]]
1224name = "encode_unicode"
1225version = "1.0.0"
1226source = "registry+https://github.com/rust-lang/crates.io-index"
1227checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
1228
1229[[package]]
1230name = "encoding_rs"
1231version = "0.8.35"
1232source = "registry+https://github.com/rust-lang/crates.io-index"
1233checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
1234dependencies = [
1235 "cfg-if",
1236]
1237
1238[[package]]
1239name = "enum-as-inner"
1240version = "0.6.1"
1241source = "registry+https://github.com/rust-lang/crates.io-index"
1242checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
1243dependencies = [
1244 "heck 0.5.0",
1245 "proc-macro2",
1246 "quote",
1247 "syn 2.0.106",
1248]
1249
1250[[package]]
1251name = "equator"
1252version = "0.4.2"
1253source = "registry+https://github.com/rust-lang/crates.io-index"
1254checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
1255dependencies = [
1256 "equator-macro",
1257]
1258
1259[[package]]
1260name = "equator-macro"
1261version = "0.4.2"
1262source = "registry+https://github.com/rust-lang/crates.io-index"
1263checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
1264dependencies = [
1265 "proc-macro2",
1266 "quote",
1267 "syn 2.0.106",
1268]
1269
1270[[package]]
1271name = "equivalent"
1272version = "1.0.2"
1273source = "registry+https://github.com/rust-lang/crates.io-index"
1274checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
1275
1276[[package]]
1277name = "erased-serde"
1278version = "0.4.8"
1279source = "registry+https://github.com/rust-lang/crates.io-index"
1280checksum = "259d404d09818dec19332e31d94558aeb442fea04c817006456c24b5460bbd4b"
1281dependencies = [
1282 "serde",
1283 "serde_core",
1284 "typeid",
1285]
1286
1287[[package]]
1288name = "errno"
1289version = "0.3.14"
1290source = "registry+https://github.com/rust-lang/crates.io-index"
1291checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1292dependencies = [
1293 "libc",
1294 "windows-sys 0.61.2",
1295]
1296
1297[[package]]
1298name = "expect-json"
1299version = "1.5.0"
1300source = "registry+https://github.com/rust-lang/crates.io-index"
1301checksum = "7519e78573c950576b89eb4f4fe82aedf3a80639245afa07e3ee3d199dcdb29e"
1302dependencies = [
1303 "chrono",
1304 "email_address",
1305 "expect-json-macros",
1306 "num",
1307 "serde",
1308 "serde_json",
1309 "thiserror 2.0.17",
1310 "typetag",
1311 "uuid",
1312]
1313
1314[[package]]
1315name = "expect-json-macros"
1316version = "1.5.0"
1317source = "registry+https://github.com/rust-lang/crates.io-index"
1318checksum = "7bf7f5979e98460a0eb412665514594f68f366a32b85fa8d7ffb65bb1edee6a0"
1319dependencies = [
1320 "proc-macro2",
1321 "quote",
1322 "syn 2.0.106",
1323]
1324
1325[[package]]
1326name = "exr"
1327version = "1.73.0"
1328source = "registry+https://github.com/rust-lang/crates.io-index"
1329checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
1330dependencies = [
1331 "bit_field",
1332 "half",
1333 "lebe",
1334 "miniz_oxide 0.8.9",
1335 "rayon-core",
1336 "smallvec",
1337 "zune-inflate",
1338]
1339
1340[[package]]
1341name = "fastrand"
1342version = "2.3.0"
1343source = "registry+https://github.com/rust-lang/crates.io-index"
1344checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
1345
1346[[package]]
1347name = "fax"
1348version = "0.2.6"
1349source = "registry+https://github.com/rust-lang/crates.io-index"
1350checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
1351dependencies = [
1352 "fax_derive",
1353]
1354
1355[[package]]
1356name = "fax_derive"
1357version = "0.2.0"
1358source = "registry+https://github.com/rust-lang/crates.io-index"
1359checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
1360dependencies = [
1361 "proc-macro2",
1362 "quote",
1363 "syn 2.0.106",
1364]
1365
1366[[package]]
1367name = "fdeflate"
1368version = "0.3.7"
1369source = "registry+https://github.com/rust-lang/crates.io-index"
1370checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
1371dependencies = [
1372 "simd-adler32",
1373]
1374
1375[[package]]
1376name = "ff"
1377version = "0.13.1"
1378source = "registry+https://github.com/rust-lang/crates.io-index"
1379checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
1380dependencies = [
1381 "rand_core 0.6.4",
1382 "subtle",
1383]
1384
1385[[package]]
1386name = "fiat-crypto"
1387version = "0.2.9"
1388source = "registry+https://github.com/rust-lang/crates.io-index"
1389checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
1390
1391[[package]]
1392name = "filetime"
1393version = "0.2.26"
1394source = "registry+https://github.com/rust-lang/crates.io-index"
1395checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
1396dependencies = [
1397 "cfg-if",
1398 "libc",
1399 "libredox",
1400 "windows-sys 0.60.2",
1401]
1402
1403[[package]]
1404name = "find-msvc-tools"
1405version = "0.1.4"
1406source = "registry+https://github.com/rust-lang/crates.io-index"
1407checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"
1408
1409[[package]]
1410name = "flate2"
1411version = "1.1.4"
1412source = "registry+https://github.com/rust-lang/crates.io-index"
1413checksum = "dc5a4e564e38c699f2880d3fda590bedc2e69f3f84cd48b457bd892ce61d0aa9"
1414dependencies = [
1415 "crc32fast",
1416 "miniz_oxide 0.8.9",
1417]
1418
1419[[package]]
1420name = "fnv"
1421version = "1.0.7"
1422source = "registry+https://github.com/rust-lang/crates.io-index"
1423checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1424
1425[[package]]
1426name = "form_urlencoded"
1427version = "1.2.2"
1428source = "registry+https://github.com/rust-lang/crates.io-index"
1429checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
1430dependencies = [
1431 "percent-encoding",
1432]
1433
1434[[package]]
1435name = "futures"
1436version = "0.3.31"
1437source = "registry+https://github.com/rust-lang/crates.io-index"
1438checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
1439dependencies = [
1440 "futures-channel",
1441 "futures-core",
1442 "futures-executor",
1443 "futures-io",
1444 "futures-sink",
1445 "futures-task",
1446 "futures-util",
1447]
1448
1449[[package]]
1450name = "futures-buffered"
1451version = "0.2.12"
1452source = "registry+https://github.com/rust-lang/crates.io-index"
1453checksum = "a8e0e1f38ec07ba4abbde21eed377082f17ccb988be9d988a5adbf4bafc118fd"
1454dependencies = [
1455 "cordyceps",
1456 "diatomic-waker",
1457 "futures-core",
1458 "pin-project-lite",
1459 "spin 0.10.0",
1460]
1461
1462[[package]]
1463name = "futures-channel"
1464version = "0.3.31"
1465source = "registry+https://github.com/rust-lang/crates.io-index"
1466checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
1467dependencies = [
1468 "futures-core",
1469 "futures-sink",
1470]
1471
1472[[package]]
1473name = "futures-core"
1474version = "0.3.31"
1475source = "registry+https://github.com/rust-lang/crates.io-index"
1476checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
1477
1478[[package]]
1479name = "futures-executor"
1480version = "0.3.31"
1481source = "registry+https://github.com/rust-lang/crates.io-index"
1482checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
1483dependencies = [
1484 "futures-core",
1485 "futures-task",
1486 "futures-util",
1487]
1488
1489[[package]]
1490name = "futures-io"
1491version = "0.3.31"
1492source = "registry+https://github.com/rust-lang/crates.io-index"
1493checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
1494
1495[[package]]
1496name = "futures-lite"
1497version = "2.6.1"
1498source = "registry+https://github.com/rust-lang/crates.io-index"
1499checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
1500dependencies = [
1501 "fastrand",
1502 "futures-core",
1503 "futures-io",
1504 "parking",
1505 "pin-project-lite",
1506]
1507
1508[[package]]
1509name = "futures-macro"
1510version = "0.3.31"
1511source = "registry+https://github.com/rust-lang/crates.io-index"
1512checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
1513dependencies = [
1514 "proc-macro2",
1515 "quote",
1516 "syn 2.0.106",
1517]
1518
1519[[package]]
1520name = "futures-sink"
1521version = "0.3.31"
1522source = "registry+https://github.com/rust-lang/crates.io-index"
1523checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
1524
1525[[package]]
1526name = "futures-task"
1527version = "0.3.31"
1528source = "registry+https://github.com/rust-lang/crates.io-index"
1529checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
1530
1531[[package]]
1532name = "futures-util"
1533version = "0.3.31"
1534source = "registry+https://github.com/rust-lang/crates.io-index"
1535checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
1536dependencies = [
1537 "futures-channel",
1538 "futures-core",
1539 "futures-io",
1540 "futures-macro",
1541 "futures-sink",
1542 "futures-task",
1543 "memchr",
1544 "pin-project-lite",
1545 "pin-utils",
1546 "slab",
1547]
1548
1549[[package]]
1550name = "genawaiter"
1551version = "0.99.1"
1552source = "registry+https://github.com/rust-lang/crates.io-index"
1553checksum = "c86bd0361bcbde39b13475e6e36cb24c329964aa2611be285289d1e4b751c1a0"
1554dependencies = [
1555 "futures-core",
1556 "genawaiter-macro",
1557 "genawaiter-proc-macro",
1558 "proc-macro-hack",
1559]
1560
1561[[package]]
1562name = "genawaiter-macro"
1563version = "0.99.1"
1564source = "registry+https://github.com/rust-lang/crates.io-index"
1565checksum = "0b32dfe1fdfc0bbde1f22a5da25355514b5e450c33a6af6770884c8750aedfbc"
1566
1567[[package]]
1568name = "genawaiter-proc-macro"
1569version = "0.99.1"
1570source = "registry+https://github.com/rust-lang/crates.io-index"
1571checksum = "784f84eebc366e15251c4a8c3acee82a6a6f427949776ecb88377362a9621738"
1572dependencies = [
1573 "proc-macro-error 0.4.12",
1574 "proc-macro-hack",
1575 "proc-macro2",
1576 "quote",
1577 "syn 1.0.109",
1578]
1579
1580[[package]]
1581name = "generator"
1582version = "0.8.7"
1583source = "registry+https://github.com/rust-lang/crates.io-index"
1584checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
1585dependencies = [
1586 "cc",
1587 "cfg-if",
1588 "libc",
1589 "log",
1590 "rustversion",
1591 "windows",
1592]
1593
1594[[package]]
1595name = "generic-array"
1596version = "0.14.9"
1597source = "registry+https://github.com/rust-lang/crates.io-index"
1598checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
1599dependencies = [
1600 "typenum",
1601 "version_check",
1602 "zeroize",
1603]
1604
1605[[package]]
1606name = "getrandom"
1607version = "0.2.16"
1608source = "registry+https://github.com/rust-lang/crates.io-index"
1609checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
1610dependencies = [
1611 "cfg-if",
1612 "js-sys",
1613 "libc",
1614 "wasi",
1615 "wasm-bindgen",
1616]
1617
1618[[package]]
1619name = "getrandom"
1620version = "0.3.4"
1621source = "registry+https://github.com/rust-lang/crates.io-index"
1622checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
1623dependencies = [
1624 "cfg-if",
1625 "js-sys",
1626 "libc",
1627 "r-efi",
1628 "wasip2",
1629 "wasm-bindgen",
1630]
1631
1632[[package]]
1633name = "gif"
1634version = "0.13.3"
1635source = "registry+https://github.com/rust-lang/crates.io-index"
1636checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
1637dependencies = [
1638 "color_quant",
1639 "weezl",
1640]
1641
1642[[package]]
1643name = "gimli"
1644version = "0.32.3"
1645source = "registry+https://github.com/rust-lang/crates.io-index"
1646checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
1647
1648[[package]]
1649name = "glob"
1650version = "0.3.3"
1651source = "registry+https://github.com/rust-lang/crates.io-index"
1652checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
1653
1654[[package]]
1655name = "group"
1656version = "0.13.0"
1657source = "registry+https://github.com/rust-lang/crates.io-index"
1658checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
1659dependencies = [
1660 "ff",
1661 "rand_core 0.6.4",
1662 "subtle",
1663]
1664
1665[[package]]
1666name = "gzip-header"
1667version = "1.0.0"
1668source = "registry+https://github.com/rust-lang/crates.io-index"
1669checksum = "95cc527b92e6029a62960ad99aa8a6660faa4555fe5f731aab13aa6a921795a2"
1670dependencies = [
1671 "crc32fast",
1672]
1673
1674[[package]]
1675name = "h2"
1676version = "0.4.12"
1677source = "registry+https://github.com/rust-lang/crates.io-index"
1678checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
1679dependencies = [
1680 "atomic-waker",
1681 "bytes",
1682 "fnv",
1683 "futures-core",
1684 "futures-sink",
1685 "http",
1686 "indexmap 2.12.0",
1687 "slab",
1688 "tokio",
1689 "tokio-util",
1690 "tracing",
1691]
1692
1693[[package]]
1694name = "half"
1695version = "2.7.1"
1696source = "registry+https://github.com/rust-lang/crates.io-index"
1697checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
1698dependencies = [
1699 "cfg-if",
1700 "crunchy",
1701 "zerocopy",
1702]
1703
1704[[package]]
1705name = "hashbrown"
1706version = "0.12.3"
1707source = "registry+https://github.com/rust-lang/crates.io-index"
1708checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1709
1710[[package]]
1711name = "hashbrown"
1712version = "0.14.5"
1713source = "registry+https://github.com/rust-lang/crates.io-index"
1714checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1715
1716[[package]]
1717name = "hashbrown"
1718version = "0.16.0"
1719source = "registry+https://github.com/rust-lang/crates.io-index"
1720checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
1721
1722[[package]]
1723name = "heck"
1724version = "0.4.1"
1725source = "registry+https://github.com/rust-lang/crates.io-index"
1726checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1727
1728[[package]]
1729name = "heck"
1730version = "0.5.0"
1731source = "registry+https://github.com/rust-lang/crates.io-index"
1732checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1733
1734[[package]]
1735name = "hermit-abi"
1736version = "0.5.2"
1737source = "registry+https://github.com/rust-lang/crates.io-index"
1738checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
1739
1740[[package]]
1741name = "hex"
1742version = "0.4.3"
1743source = "registry+https://github.com/rust-lang/crates.io-index"
1744checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1745
1746[[package]]
1747name = "hex_fmt"
1748version = "0.3.0"
1749source = "registry+https://github.com/rust-lang/crates.io-index"
1750checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"
1751
1752[[package]]
1753name = "hickory-proto"
1754version = "0.24.4"
1755source = "registry+https://github.com/rust-lang/crates.io-index"
1756checksum = "92652067c9ce6f66ce53cc38d1169daa36e6e7eb7dd3b63b5103bd9d97117248"
1757dependencies = [
1758 "async-trait",
1759 "cfg-if",
1760 "data-encoding",
1761 "enum-as-inner",
1762 "futures-channel",
1763 "futures-io",
1764 "futures-util",
1765 "idna",
1766 "ipnet",
1767 "once_cell",
1768 "rand 0.8.5",
1769 "thiserror 1.0.69",
1770 "tinyvec",
1771 "tokio",
1772 "tracing",
1773 "url",
1774]
1775
1776[[package]]
1777name = "hickory-resolver"
1778version = "0.24.4"
1779source = "registry+https://github.com/rust-lang/crates.io-index"
1780checksum = "cbb117a1ca520e111743ab2f6688eddee69db4e0ea242545a604dce8a66fd22e"
1781dependencies = [
1782 "cfg-if",
1783 "futures-util",
1784 "hickory-proto",
1785 "ipconfig",
1786 "lru-cache",
1787 "once_cell",
1788 "parking_lot",
1789 "rand 0.8.5",
1790 "resolv-conf",
1791 "smallvec",
1792 "thiserror 1.0.69",
1793 "tokio",
1794 "tracing",
1795]
1796
1797[[package]]
1798name = "hmac"
1799version = "0.12.1"
1800source = "registry+https://github.com/rust-lang/crates.io-index"
1801checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1802dependencies = [
1803 "digest",
1804]
1805
1806[[package]]
1807name = "home"
1808version = "0.5.11"
1809source = "registry+https://github.com/rust-lang/crates.io-index"
1810checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
1811dependencies = [
1812 "windows-sys 0.59.0",
1813]
1814
1815[[package]]
1816name = "http"
1817version = "1.3.1"
1818source = "registry+https://github.com/rust-lang/crates.io-index"
1819checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
1820dependencies = [
1821 "bytes",
1822 "fnv",
1823 "itoa",
1824]
1825
1826[[package]]
1827name = "http-body"
1828version = "1.0.1"
1829source = "registry+https://github.com/rust-lang/crates.io-index"
1830checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1831dependencies = [
1832 "bytes",
1833 "http",
1834]
1835
1836[[package]]
1837name = "http-body-util"
1838version = "0.1.3"
1839source = "registry+https://github.com/rust-lang/crates.io-index"
1840checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1841dependencies = [
1842 "bytes",
1843 "futures-core",
1844 "http",
1845 "http-body",
1846 "pin-project-lite",
1847]
1848
1849[[package]]
1850name = "httparse"
1851version = "1.10.1"
1852source = "registry+https://github.com/rust-lang/crates.io-index"
1853checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1854
1855[[package]]
1856name = "httpdate"
1857version = "1.0.3"
1858source = "registry+https://github.com/rust-lang/crates.io-index"
1859checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1860
1861[[package]]
1862name = "hyper"
1863version = "1.7.0"
1864source = "registry+https://github.com/rust-lang/crates.io-index"
1865checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
1866dependencies = [
1867 "atomic-waker",
1868 "bytes",
1869 "futures-channel",
1870 "futures-core",
1871 "h2",
1872 "http",
1873 "http-body",
1874 "httparse",
1875 "httpdate",
1876 "itoa",
1877 "pin-project-lite",
1878 "pin-utils",
1879 "smallvec",
1880 "tokio",
1881 "want",
1882]
1883
1884[[package]]
1885name = "hyper-rustls"
1886version = "0.27.7"
1887source = "registry+https://github.com/rust-lang/crates.io-index"
1888checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
1889dependencies = [
1890 "http",
1891 "hyper",
1892 "hyper-util",
1893 "rustls",
1894 "rustls-pki-types",
1895 "tokio",
1896 "tokio-rustls",
1897 "tower-service",
1898 "webpki-roots",
1899]
1900
1901[[package]]
1902name = "hyper-util"
1903version = "0.1.17"
1904source = "registry+https://github.com/rust-lang/crates.io-index"
1905checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
1906dependencies = [
1907 "base64 0.22.1",
1908 "bytes",
1909 "futures-channel",
1910 "futures-core",
1911 "futures-util",
1912 "http",
1913 "http-body",
1914 "hyper",
1915 "ipnet",
1916 "libc",
1917 "percent-encoding",
1918 "pin-project-lite",
1919 "socket2 0.6.1",
1920 "system-configuration",
1921 "tokio",
1922 "tower-service",
1923 "tracing",
1924 "windows-registry",
1925]
1926
1927[[package]]
1928name = "iana-time-zone"
1929version = "0.1.64"
1930source = "registry+https://github.com/rust-lang/crates.io-index"
1931checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
1932dependencies = [
1933 "android_system_properties",
1934 "core-foundation-sys",
1935 "iana-time-zone-haiku",
1936 "js-sys",
1937 "log",
1938 "wasm-bindgen",
1939 "windows-core 0.62.2",
1940]
1941
1942[[package]]
1943name = "iana-time-zone-haiku"
1944version = "0.1.2"
1945source = "registry+https://github.com/rust-lang/crates.io-index"
1946checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1947dependencies = [
1948 "cc",
1949]
1950
1951[[package]]
1952name = "icu_collections"
1953version = "2.0.0"
1954source = "registry+https://github.com/rust-lang/crates.io-index"
1955checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
1956dependencies = [
1957 "displaydoc",
1958 "potential_utf",
1959 "yoke",
1960 "zerofrom",
1961 "zerovec",
1962]
1963
1964[[package]]
1965name = "icu_locale_core"
1966version = "2.0.0"
1967source = "registry+https://github.com/rust-lang/crates.io-index"
1968checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
1969dependencies = [
1970 "displaydoc",
1971 "litemap",
1972 "tinystr",
1973 "writeable",
1974 "zerovec",
1975]
1976
1977[[package]]
1978name = "icu_normalizer"
1979version = "2.0.0"
1980source = "registry+https://github.com/rust-lang/crates.io-index"
1981checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
1982dependencies = [
1983 "displaydoc",
1984 "icu_collections",
1985 "icu_normalizer_data",
1986 "icu_properties",
1987 "icu_provider",
1988 "smallvec",
1989 "zerovec",
1990]
1991
1992[[package]]
1993name = "icu_normalizer_data"
1994version = "2.0.0"
1995source = "registry+https://github.com/rust-lang/crates.io-index"
1996checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
1997
1998[[package]]
1999name = "icu_properties"
2000version = "2.0.1"
2001source = "registry+https://github.com/rust-lang/crates.io-index"
2002checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
2003dependencies = [
2004 "displaydoc",
2005 "icu_collections",
2006 "icu_locale_core",
2007 "icu_properties_data",
2008 "icu_provider",
2009 "potential_utf",
2010 "zerotrie",
2011 "zerovec",
2012]
2013
2014[[package]]
2015name = "icu_properties_data"
2016version = "2.0.1"
2017source = "registry+https://github.com/rust-lang/crates.io-index"
2018checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
2019
2020[[package]]
2021name = "icu_provider"
2022version = "2.0.0"
2023source = "registry+https://github.com/rust-lang/crates.io-index"
2024checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
2025dependencies = [
2026 "displaydoc",
2027 "icu_locale_core",
2028 "stable_deref_trait",
2029 "tinystr",
2030 "writeable",
2031 "yoke",
2032 "zerofrom",
2033 "zerotrie",
2034 "zerovec",
2035]
2036
2037[[package]]
2038name = "ident_case"
2039version = "1.0.1"
2040source = "registry+https://github.com/rust-lang/crates.io-index"
2041checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2042
2043[[package]]
2044name = "idna"
2045version = "1.1.0"
2046source = "registry+https://github.com/rust-lang/crates.io-index"
2047checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
2048dependencies = [
2049 "idna_adapter",
2050 "smallvec",
2051 "utf8_iter",
2052]
2053
2054[[package]]
2055name = "idna_adapter"
2056version = "1.2.1"
2057source = "registry+https://github.com/rust-lang/crates.io-index"
2058checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
2059dependencies = [
2060 "icu_normalizer",
2061 "icu_properties",
2062]
2063
2064[[package]]
2065name = "image"
2066version = "0.25.8"
2067source = "registry+https://github.com/rust-lang/crates.io-index"
2068checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
2069dependencies = [
2070 "bytemuck",
2071 "byteorder-lite",
2072 "color_quant",
2073 "exr",
2074 "gif",
2075 "image-webp",
2076 "moxcms",
2077 "num-traits",
2078 "png",
2079 "qoi",
2080 "ravif",
2081 "rayon",
2082 "rgb",
2083 "tiff 0.10.3",
2084 "zune-core",
2085 "zune-jpeg",
2086]
2087
2088[[package]]
2089name = "image-webp"
2090version = "0.2.4"
2091source = "registry+https://github.com/rust-lang/crates.io-index"
2092checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
2093dependencies = [
2094 "byteorder-lite",
2095 "quick-error 2.0.1",
2096]
2097
2098[[package]]
2099name = "imgref"
2100version = "1.12.0"
2101source = "registry+https://github.com/rust-lang/crates.io-index"
2102checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
2103
2104[[package]]
2105name = "indexmap"
2106version = "1.9.3"
2107source = "registry+https://github.com/rust-lang/crates.io-index"
2108checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2109dependencies = [
2110 "autocfg",
2111 "hashbrown 0.12.3",
2112 "serde",
2113]
2114
2115[[package]]
2116name = "indexmap"
2117version = "2.12.0"
2118source = "registry+https://github.com/rust-lang/crates.io-index"
2119checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f"
2120dependencies = [
2121 "equivalent",
2122 "hashbrown 0.16.0",
2123 "serde",
2124 "serde_core",
2125]
2126
2127[[package]]
2128name = "indoc"
2129version = "2.0.6"
2130source = "registry+https://github.com/rust-lang/crates.io-index"
2131checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
2132
2133[[package]]
2134name = "interpolate_name"
2135version = "0.2.4"
2136source = "registry+https://github.com/rust-lang/crates.io-index"
2137checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
2138dependencies = [
2139 "proc-macro2",
2140 "quote",
2141 "syn 2.0.106",
2142]
2143
2144[[package]]
2145name = "inventory"
2146version = "0.3.21"
2147source = "registry+https://github.com/rust-lang/crates.io-index"
2148checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
2149dependencies = [
2150 "rustversion",
2151]
2152
2153[[package]]
2154name = "ipconfig"
2155version = "0.3.2"
2156source = "registry+https://github.com/rust-lang/crates.io-index"
2157checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
2158dependencies = [
2159 "socket2 0.5.10",
2160 "widestring",
2161 "windows-sys 0.48.0",
2162 "winreg",
2163]
2164
2165[[package]]
2166name = "ipld-core"
2167version = "0.4.2"
2168source = "registry+https://github.com/rust-lang/crates.io-index"
2169checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db"
2170dependencies = [
2171 "cid",
2172 "serde",
2173 "serde_bytes",
2174]
2175
2176[[package]]
2177name = "ipnet"
2178version = "2.11.0"
2179source = "registry+https://github.com/rust-lang/crates.io-index"
2180checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
2181
2182[[package]]
2183name = "iri-string"
2184version = "0.7.8"
2185source = "registry+https://github.com/rust-lang/crates.io-index"
2186checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
2187dependencies = [
2188 "memchr",
2189 "serde",
2190]
2191
2192[[package]]
2193name = "is_ci"
2194version = "1.2.0"
2195source = "registry+https://github.com/rust-lang/crates.io-index"
2196checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45"
2197
2198[[package]]
2199name = "is_terminal_polyfill"
2200version = "1.70.1"
2201source = "registry+https://github.com/rust-lang/crates.io-index"
2202checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
2203
2204[[package]]
2205name = "itertools"
2206version = "0.12.1"
2207source = "registry+https://github.com/rust-lang/crates.io-index"
2208checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
2209dependencies = [
2210 "either",
2211]
2212
2213[[package]]
2214name = "itoa"
2215version = "1.0.15"
2216source = "registry+https://github.com/rust-lang/crates.io-index"
2217checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
2218
2219[[package]]
2220name = "jacquard"
2221version = "0.6.0"
2222dependencies = [
2223 "bon",
2224 "bytes",
2225 "clap",
2226 "futures",
2227 "getrandom 0.2.16",
2228 "http",
2229 "image",
2230 "jacquard-api 0.6.1",
2231 "jacquard-common 0.6.0",
2232 "jacquard-derive 0.6.0",
2233 "jacquard-identity 0.6.0",
2234 "jacquard-oauth",
2235 "jose-jwk",
2236 "miette",
2237 "n0-future",
2238 "p256",
2239 "percent-encoding",
2240 "rand_core 0.6.4",
2241 "reqwest",
2242 "serde",
2243 "serde_html_form",
2244 "serde_ipld_dagcbor",
2245 "serde_json",
2246 "smol_str",
2247 "thiserror 2.0.17",
2248 "tiff 0.6.1",
2249 "tokio",
2250 "tracing",
2251 "trait-variant",
2252 "url",
2253 "viuer",
2254]
2255
2256[[package]]
2257name = "jacquard-api"
2258version = "0.6.0"
2259source = "git+https://tangled.org/@nonbinary.computer/jacquard#861d9e86c582939ed1d50201954ef1368a91f9b7"
2260dependencies = [
2261 "bon",
2262 "bytes",
2263 "jacquard-common 0.6.0 (git+https://tangled.org/@nonbinary.computer/jacquard)",
2264 "jacquard-derive 0.6.0 (git+https://tangled.org/@nonbinary.computer/jacquard)",
2265 "miette",
2266 "serde",
2267 "serde_ipld_dagcbor",
2268 "thiserror 2.0.17",
2269]
2270
2271[[package]]
2272name = "jacquard-api"
2273version = "0.6.1"
2274dependencies = [
2275 "bon",
2276 "bytes",
2277 "jacquard-common 0.6.0",
2278 "jacquard-derive 0.6.0",
2279 "miette",
2280 "serde",
2281 "serde_ipld_dagcbor",
2282 "thiserror 2.0.17",
2283]
2284
2285[[package]]
2286name = "jacquard-axum"
2287version = "0.6.0"
2288dependencies = [
2289 "axum",
2290 "axum-macros",
2291 "axum-test",
2292 "base64 0.22.1",
2293 "bytes",
2294 "chrono",
2295 "jacquard",
2296 "jacquard-common 0.6.0",
2297 "jacquard-derive 0.6.0",
2298 "jacquard-identity 0.6.0",
2299 "k256",
2300 "miette",
2301 "multibase",
2302 "rand 0.8.5",
2303 "reqwest",
2304 "serde",
2305 "serde_html_form",
2306 "serde_ipld_dagcbor",
2307 "serde_json",
2308 "thiserror 2.0.17",
2309 "tokio",
2310 "tower",
2311 "tower-http",
2312 "tracing",
2313 "tracing-subscriber",
2314]
2315
2316[[package]]
2317name = "jacquard-common"
2318version = "0.6.0"
2319dependencies = [
2320 "base64 0.22.1",
2321 "bon",
2322 "bytes",
2323 "chrono",
2324 "ciborium",
2325 "cid",
2326 "ed25519-dalek",
2327 "futures",
2328 "futures-lite",
2329 "genawaiter",
2330 "getrandom 0.3.4",
2331 "http",
2332 "ipld-core",
2333 "k256",
2334 "langtag",
2335 "miette",
2336 "multibase",
2337 "multihash",
2338 "n0-future",
2339 "ouroboros",
2340 "p256",
2341 "rand 0.9.2",
2342 "regex",
2343 "reqwest",
2344 "serde",
2345 "serde_html_form",
2346 "serde_ipld_dagcbor",
2347 "serde_json",
2348 "signature",
2349 "smol_str",
2350 "thiserror 2.0.17",
2351 "tokio",
2352 "tokio-tungstenite-wasm",
2353 "tokio-util",
2354 "tracing",
2355 "trait-variant",
2356 "url",
2357 "zstd",
2358]
2359
2360[[package]]
2361name = "jacquard-common"
2362version = "0.6.0"
2363source = "git+https://tangled.org/@nonbinary.computer/jacquard#861d9e86c582939ed1d50201954ef1368a91f9b7"
2364dependencies = [
2365 "base64 0.22.1",
2366 "bon",
2367 "bytes",
2368 "chrono",
2369 "cid",
2370 "genawaiter",
2371 "getrandom 0.3.4",
2372 "http",
2373 "ipld-core",
2374 "k256",
2375 "langtag",
2376 "miette",
2377 "multibase",
2378 "multihash",
2379 "ouroboros",
2380 "p256",
2381 "rand 0.9.2",
2382 "regex",
2383 "reqwest",
2384 "serde",
2385 "serde_html_form",
2386 "serde_ipld_dagcbor",
2387 "serde_json",
2388 "signature",
2389 "smol_str",
2390 "thiserror 2.0.17",
2391 "tokio",
2392 "tokio-util",
2393 "trait-variant",
2394 "url",
2395]
2396
2397[[package]]
2398name = "jacquard-derive"
2399version = "0.6.0"
2400dependencies = [
2401 "jacquard-common 0.6.0",
2402 "proc-macro2",
2403 "quote",
2404 "serde",
2405 "serde_json",
2406 "syn 2.0.106",
2407]
2408
2409[[package]]
2410name = "jacquard-derive"
2411version = "0.6.0"
2412source = "git+https://tangled.org/@nonbinary.computer/jacquard#861d9e86c582939ed1d50201954ef1368a91f9b7"
2413dependencies = [
2414 "proc-macro2",
2415 "quote",
2416 "syn 2.0.106",
2417]
2418
2419[[package]]
2420name = "jacquard-identity"
2421version = "0.6.0"
2422dependencies = [
2423 "bon",
2424 "bytes",
2425 "hickory-resolver",
2426 "http",
2427 "jacquard-api 0.6.1",
2428 "jacquard-common 0.6.0",
2429 "miette",
2430 "n0-future",
2431 "percent-encoding",
2432 "reqwest",
2433 "serde",
2434 "serde_html_form",
2435 "serde_json",
2436 "thiserror 2.0.17",
2437 "tokio",
2438 "tracing",
2439 "trait-variant",
2440 "url",
2441 "urlencoding",
2442]
2443
2444[[package]]
2445name = "jacquard-identity"
2446version = "0.6.0"
2447source = "git+https://tangled.org/@nonbinary.computer/jacquard#861d9e86c582939ed1d50201954ef1368a91f9b7"
2448dependencies = [
2449 "bon",
2450 "bytes",
2451 "http",
2452 "jacquard-api 0.6.0",
2453 "jacquard-common 0.6.0 (git+https://tangled.org/@nonbinary.computer/jacquard)",
2454 "miette",
2455 "percent-encoding",
2456 "reqwest",
2457 "serde",
2458 "serde_html_form",
2459 "serde_json",
2460 "thiserror 2.0.17",
2461 "tokio",
2462 "trait-variant",
2463 "url",
2464 "urlencoding",
2465]
2466
2467[[package]]
2468name = "jacquard-lexicon"
2469version = "0.6.0"
2470dependencies = [
2471 "async-trait",
2472 "clap",
2473 "clap_complete",
2474 "clap_mangen",
2475 "glob",
2476 "heck 0.5.0",
2477 "jacquard-api 0.6.0",
2478 "jacquard-common 0.6.0 (git+https://tangled.org/@nonbinary.computer/jacquard)",
2479 "jacquard-identity 0.6.0 (git+https://tangled.org/@nonbinary.computer/jacquard)",
2480 "kdl",
2481 "miette",
2482 "prettyplease",
2483 "proc-macro2",
2484 "quote",
2485 "reqwest",
2486 "serde",
2487 "serde_json",
2488 "serde_repr",
2489 "serde_with",
2490 "syn 2.0.106",
2491 "tempfile",
2492 "thiserror 2.0.17",
2493 "tokio",
2494 "walkdir",
2495]
2496
2497[[package]]
2498name = "jacquard-oauth"
2499version = "0.6.0"
2500dependencies = [
2501 "base64 0.22.1",
2502 "bytes",
2503 "chrono",
2504 "dashmap",
2505 "elliptic-curve",
2506 "http",
2507 "jacquard-common 0.6.0",
2508 "jacquard-identity 0.6.0",
2509 "jose-jwa",
2510 "jose-jwk",
2511 "miette",
2512 "n0-future",
2513 "p256",
2514 "rand 0.8.5",
2515 "rand_core 0.6.4",
2516 "reqwest",
2517 "rouille",
2518 "serde",
2519 "serde_html_form",
2520 "serde_json",
2521 "sha2",
2522 "signature",
2523 "smol_str",
2524 "thiserror 2.0.17",
2525 "tokio",
2526 "tracing",
2527 "trait-variant",
2528 "url",
2529 "webbrowser",
2530]
2531
2532[[package]]
2533name = "jni"
2534version = "0.21.1"
2535source = "registry+https://github.com/rust-lang/crates.io-index"
2536checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
2537dependencies = [
2538 "cesu8",
2539 "cfg-if",
2540 "combine",
2541 "jni-sys",
2542 "log",
2543 "thiserror 1.0.69",
2544 "walkdir",
2545 "windows-sys 0.45.0",
2546]
2547
2548[[package]]
2549name = "jni-sys"
2550version = "0.3.0"
2551source = "registry+https://github.com/rust-lang/crates.io-index"
2552checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
2553
2554[[package]]
2555name = "jobserver"
2556version = "0.1.34"
2557source = "registry+https://github.com/rust-lang/crates.io-index"
2558checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
2559dependencies = [
2560 "getrandom 0.3.4",
2561 "libc",
2562]
2563
2564[[package]]
2565name = "jose-b64"
2566version = "0.1.2"
2567source = "registry+https://github.com/rust-lang/crates.io-index"
2568checksum = "bec69375368709666b21c76965ce67549f2d2db7605f1f8707d17c9656801b56"
2569dependencies = [
2570 "base64ct",
2571 "serde",
2572 "subtle",
2573 "zeroize",
2574]
2575
2576[[package]]
2577name = "jose-jwa"
2578version = "0.1.2"
2579source = "registry+https://github.com/rust-lang/crates.io-index"
2580checksum = "9ab78e053fe886a351d67cf0d194c000f9d0dcb92906eb34d853d7e758a4b3a7"
2581dependencies = [
2582 "serde",
2583]
2584
2585[[package]]
2586name = "jose-jwk"
2587version = "0.1.2"
2588source = "registry+https://github.com/rust-lang/crates.io-index"
2589checksum = "280fa263807fe0782ecb6f2baadc28dffc04e00558a58e33bfdb801d11fd58e7"
2590dependencies = [
2591 "jose-b64",
2592 "jose-jwa",
2593 "p256",
2594 "p384",
2595 "rsa",
2596 "serde",
2597 "zeroize",
2598]
2599
2600[[package]]
2601name = "jpeg-decoder"
2602version = "0.1.22"
2603source = "registry+https://github.com/rust-lang/crates.io-index"
2604checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2"
2605
2606[[package]]
2607name = "js-sys"
2608version = "0.3.81"
2609source = "registry+https://github.com/rust-lang/crates.io-index"
2610checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
2611dependencies = [
2612 "once_cell",
2613 "wasm-bindgen",
2614]
2615
2616[[package]]
2617name = "k256"
2618version = "0.13.4"
2619source = "registry+https://github.com/rust-lang/crates.io-index"
2620checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
2621dependencies = [
2622 "cfg-if",
2623 "ecdsa",
2624 "elliptic-curve",
2625 "once_cell",
2626 "sha2",
2627 "signature",
2628]
2629
2630[[package]]
2631name = "kdl"
2632version = "6.5.0"
2633source = "registry+https://github.com/rust-lang/crates.io-index"
2634checksum = "81a29e7b50079ff44549f68c0becb1c73d7f6de2a4ea952da77966daf3d4761e"
2635dependencies = [
2636 "miette",
2637 "num",
2638 "winnow 0.6.24",
2639]
2640
2641[[package]]
2642name = "langtag"
2643version = "0.4.0"
2644source = "registry+https://github.com/rust-lang/crates.io-index"
2645checksum = "9ecb4c689a30e48ebeaa14237f34037e300dd072e6ad21a9ec72e810ff3c6600"
2646dependencies = [
2647 "serde",
2648 "static-regular-grammar",
2649 "thiserror 1.0.69",
2650]
2651
2652[[package]]
2653name = "lazy_static"
2654version = "1.5.0"
2655source = "registry+https://github.com/rust-lang/crates.io-index"
2656checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2657dependencies = [
2658 "spin 0.9.8",
2659]
2660
2661[[package]]
2662name = "lebe"
2663version = "0.5.3"
2664source = "registry+https://github.com/rust-lang/crates.io-index"
2665checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
2666
2667[[package]]
2668name = "libc"
2669version = "0.2.177"
2670source = "registry+https://github.com/rust-lang/crates.io-index"
2671checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
2672
2673[[package]]
2674name = "libfuzzer-sys"
2675version = "0.4.10"
2676source = "registry+https://github.com/rust-lang/crates.io-index"
2677checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
2678dependencies = [
2679 "arbitrary",
2680 "cc",
2681]
2682
2683[[package]]
2684name = "libm"
2685version = "0.2.15"
2686source = "registry+https://github.com/rust-lang/crates.io-index"
2687checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
2688
2689[[package]]
2690name = "libredox"
2691version = "0.1.10"
2692source = "registry+https://github.com/rust-lang/crates.io-index"
2693checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
2694dependencies = [
2695 "bitflags",
2696 "libc",
2697 "redox_syscall",
2698]
2699
2700[[package]]
2701name = "linked-hash-map"
2702version = "0.5.6"
2703source = "registry+https://github.com/rust-lang/crates.io-index"
2704checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2705
2706[[package]]
2707name = "linux-raw-sys"
2708version = "0.4.15"
2709source = "registry+https://github.com/rust-lang/crates.io-index"
2710checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
2711
2712[[package]]
2713name = "linux-raw-sys"
2714version = "0.11.0"
2715source = "registry+https://github.com/rust-lang/crates.io-index"
2716checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
2717
2718[[package]]
2719name = "litemap"
2720version = "0.8.0"
2721source = "registry+https://github.com/rust-lang/crates.io-index"
2722checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
2723
2724[[package]]
2725name = "lock_api"
2726version = "0.4.14"
2727source = "registry+https://github.com/rust-lang/crates.io-index"
2728checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
2729dependencies = [
2730 "scopeguard",
2731]
2732
2733[[package]]
2734name = "log"
2735version = "0.4.28"
2736source = "registry+https://github.com/rust-lang/crates.io-index"
2737checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
2738
2739[[package]]
2740name = "loom"
2741version = "0.7.2"
2742source = "registry+https://github.com/rust-lang/crates.io-index"
2743checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
2744dependencies = [
2745 "cfg-if",
2746 "generator",
2747 "scoped-tls",
2748 "tracing",
2749 "tracing-subscriber",
2750]
2751
2752[[package]]
2753name = "loop9"
2754version = "0.1.5"
2755source = "registry+https://github.com/rust-lang/crates.io-index"
2756checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
2757dependencies = [
2758 "imgref",
2759]
2760
2761[[package]]
2762name = "lru-cache"
2763version = "0.1.2"
2764source = "registry+https://github.com/rust-lang/crates.io-index"
2765checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
2766dependencies = [
2767 "linked-hash-map",
2768]
2769
2770[[package]]
2771name = "lru-slab"
2772version = "0.1.2"
2773source = "registry+https://github.com/rust-lang/crates.io-index"
2774checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
2775
2776[[package]]
2777name = "malloc_buf"
2778version = "0.0.6"
2779source = "registry+https://github.com/rust-lang/crates.io-index"
2780checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
2781dependencies = [
2782 "libc",
2783]
2784
2785[[package]]
2786name = "match-lookup"
2787version = "0.1.1"
2788source = "registry+https://github.com/rust-lang/crates.io-index"
2789checksum = "1265724d8cb29dbbc2b0f06fffb8bf1a8c0cf73a78eede9ba73a4a66c52a981e"
2790dependencies = [
2791 "proc-macro2",
2792 "quote",
2793 "syn 1.0.109",
2794]
2795
2796[[package]]
2797name = "matchers"
2798version = "0.2.0"
2799source = "registry+https://github.com/rust-lang/crates.io-index"
2800checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
2801dependencies = [
2802 "regex-automata",
2803]
2804
2805[[package]]
2806name = "matchit"
2807version = "0.8.4"
2808source = "registry+https://github.com/rust-lang/crates.io-index"
2809checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
2810
2811[[package]]
2812name = "maybe-rayon"
2813version = "0.1.1"
2814source = "registry+https://github.com/rust-lang/crates.io-index"
2815checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
2816dependencies = [
2817 "cfg-if",
2818 "rayon",
2819]
2820
2821[[package]]
2822name = "memchr"
2823version = "2.7.6"
2824source = "registry+https://github.com/rust-lang/crates.io-index"
2825checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
2826
2827[[package]]
2828name = "miette"
2829version = "7.6.0"
2830source = "registry+https://github.com/rust-lang/crates.io-index"
2831checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7"
2832dependencies = [
2833 "backtrace",
2834 "backtrace-ext",
2835 "cfg-if",
2836 "miette-derive",
2837 "owo-colors",
2838 "supports-color",
2839 "supports-hyperlinks",
2840 "supports-unicode",
2841 "terminal_size",
2842 "textwrap",
2843 "unicode-width 0.1.14",
2844]
2845
2846[[package]]
2847name = "miette-derive"
2848version = "7.6.0"
2849source = "registry+https://github.com/rust-lang/crates.io-index"
2850checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b"
2851dependencies = [
2852 "proc-macro2",
2853 "quote",
2854 "syn 2.0.106",
2855]
2856
2857[[package]]
2858name = "mime"
2859version = "0.3.17"
2860source = "registry+https://github.com/rust-lang/crates.io-index"
2861checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2862
2863[[package]]
2864name = "mime_guess"
2865version = "2.0.5"
2866source = "registry+https://github.com/rust-lang/crates.io-index"
2867checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
2868dependencies = [
2869 "mime",
2870 "unicase",
2871]
2872
2873[[package]]
2874name = "minimal-lexical"
2875version = "0.2.1"
2876source = "registry+https://github.com/rust-lang/crates.io-index"
2877checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2878
2879[[package]]
2880name = "miniz_oxide"
2881version = "0.4.4"
2882source = "registry+https://github.com/rust-lang/crates.io-index"
2883checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
2884dependencies = [
2885 "adler",
2886 "autocfg",
2887]
2888
2889[[package]]
2890name = "miniz_oxide"
2891version = "0.8.9"
2892source = "registry+https://github.com/rust-lang/crates.io-index"
2893checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
2894dependencies = [
2895 "adler2",
2896 "simd-adler32",
2897]
2898
2899[[package]]
2900name = "mio"
2901version = "1.1.0"
2902source = "registry+https://github.com/rust-lang/crates.io-index"
2903checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
2904dependencies = [
2905 "libc",
2906 "wasi",
2907 "windows-sys 0.61.2",
2908]
2909
2910[[package]]
2911name = "moxcms"
2912version = "0.7.7"
2913source = "registry+https://github.com/rust-lang/crates.io-index"
2914checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
2915dependencies = [
2916 "num-traits",
2917 "pxfm",
2918]
2919
2920[[package]]
2921name = "multibase"
2922version = "0.9.2"
2923source = "registry+https://github.com/rust-lang/crates.io-index"
2924checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77"
2925dependencies = [
2926 "base-x",
2927 "base256emoji",
2928 "data-encoding",
2929 "data-encoding-macro",
2930]
2931
2932[[package]]
2933name = "multihash"
2934version = "0.19.3"
2935source = "registry+https://github.com/rust-lang/crates.io-index"
2936checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d"
2937dependencies = [
2938 "core2",
2939 "serde",
2940 "unsigned-varint",
2941]
2942
2943[[package]]
2944name = "multipart"
2945version = "0.18.0"
2946source = "registry+https://github.com/rust-lang/crates.io-index"
2947checksum = "00dec633863867f29cb39df64a397cdf4a6354708ddd7759f70c7fb51c5f9182"
2948dependencies = [
2949 "buf_redux",
2950 "httparse",
2951 "log",
2952 "mime",
2953 "mime_guess",
2954 "quick-error 1.2.3",
2955 "rand 0.8.5",
2956 "safemem",
2957 "tempfile",
2958 "twoway",
2959]
2960
2961[[package]]
2962name = "n0-future"
2963version = "0.1.3"
2964source = "registry+https://github.com/rust-lang/crates.io-index"
2965checksum = "7bb0e5d99e681ab3c938842b96fcb41bf8a7bb4bfdb11ccbd653a7e83e06c794"
2966dependencies = [
2967 "cfg_aliases",
2968 "derive_more",
2969 "futures-buffered",
2970 "futures-lite",
2971 "futures-util",
2972 "js-sys",
2973 "pin-project",
2974 "send_wrapper",
2975 "tokio",
2976 "tokio-util",
2977 "wasm-bindgen",
2978 "wasm-bindgen-futures",
2979 "web-time",
2980]
2981
2982[[package]]
2983name = "ndk-context"
2984version = "0.1.1"
2985source = "registry+https://github.com/rust-lang/crates.io-index"
2986checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
2987
2988[[package]]
2989name = "new_debug_unreachable"
2990version = "1.0.6"
2991source = "registry+https://github.com/rust-lang/crates.io-index"
2992checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
2993
2994[[package]]
2995name = "nom"
2996version = "7.1.3"
2997source = "registry+https://github.com/rust-lang/crates.io-index"
2998checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2999dependencies = [
3000 "memchr",
3001 "minimal-lexical",
3002]
3003
3004[[package]]
3005name = "noop_proc_macro"
3006version = "0.3.0"
3007source = "registry+https://github.com/rust-lang/crates.io-index"
3008checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
3009
3010[[package]]
3011name = "nu-ansi-term"
3012version = "0.50.3"
3013source = "registry+https://github.com/rust-lang/crates.io-index"
3014checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
3015dependencies = [
3016 "windows-sys 0.61.2",
3017]
3018
3019[[package]]
3020name = "num"
3021version = "0.4.3"
3022source = "registry+https://github.com/rust-lang/crates.io-index"
3023checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
3024dependencies = [
3025 "num-bigint",
3026 "num-complex",
3027 "num-integer",
3028 "num-iter",
3029 "num-rational",
3030 "num-traits",
3031]
3032
3033[[package]]
3034name = "num-bigint"
3035version = "0.4.6"
3036source = "registry+https://github.com/rust-lang/crates.io-index"
3037checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
3038dependencies = [
3039 "num-integer",
3040 "num-traits",
3041]
3042
3043[[package]]
3044name = "num-bigint-dig"
3045version = "0.8.4"
3046source = "registry+https://github.com/rust-lang/crates.io-index"
3047checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
3048dependencies = [
3049 "byteorder",
3050 "lazy_static",
3051 "libm",
3052 "num-integer",
3053 "num-iter",
3054 "num-traits",
3055 "rand 0.8.5",
3056 "smallvec",
3057 "zeroize",
3058]
3059
3060[[package]]
3061name = "num-complex"
3062version = "0.4.6"
3063source = "registry+https://github.com/rust-lang/crates.io-index"
3064checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
3065dependencies = [
3066 "num-traits",
3067]
3068
3069[[package]]
3070name = "num-conv"
3071version = "0.1.0"
3072source = "registry+https://github.com/rust-lang/crates.io-index"
3073checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
3074
3075[[package]]
3076name = "num-derive"
3077version = "0.4.2"
3078source = "registry+https://github.com/rust-lang/crates.io-index"
3079checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
3080dependencies = [
3081 "proc-macro2",
3082 "quote",
3083 "syn 2.0.106",
3084]
3085
3086[[package]]
3087name = "num-integer"
3088version = "0.1.46"
3089source = "registry+https://github.com/rust-lang/crates.io-index"
3090checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
3091dependencies = [
3092 "num-traits",
3093]
3094
3095[[package]]
3096name = "num-iter"
3097version = "0.1.45"
3098source = "registry+https://github.com/rust-lang/crates.io-index"
3099checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
3100dependencies = [
3101 "autocfg",
3102 "num-integer",
3103 "num-traits",
3104]
3105
3106[[package]]
3107name = "num-rational"
3108version = "0.4.2"
3109source = "registry+https://github.com/rust-lang/crates.io-index"
3110checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
3111dependencies = [
3112 "num-bigint",
3113 "num-integer",
3114 "num-traits",
3115]
3116
3117[[package]]
3118name = "num-traits"
3119version = "0.2.19"
3120source = "registry+https://github.com/rust-lang/crates.io-index"
3121checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
3122dependencies = [
3123 "autocfg",
3124 "libm",
3125]
3126
3127[[package]]
3128name = "num_cpus"
3129version = "1.17.0"
3130source = "registry+https://github.com/rust-lang/crates.io-index"
3131checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
3132dependencies = [
3133 "hermit-abi",
3134 "libc",
3135]
3136
3137[[package]]
3138name = "num_threads"
3139version = "0.1.7"
3140source = "registry+https://github.com/rust-lang/crates.io-index"
3141checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
3142dependencies = [
3143 "libc",
3144]
3145
3146[[package]]
3147name = "objc"
3148version = "0.2.7"
3149source = "registry+https://github.com/rust-lang/crates.io-index"
3150checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
3151dependencies = [
3152 "malloc_buf",
3153]
3154
3155[[package]]
3156name = "object"
3157version = "0.37.3"
3158source = "registry+https://github.com/rust-lang/crates.io-index"
3159checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
3160dependencies = [
3161 "memchr",
3162]
3163
3164[[package]]
3165name = "once_cell"
3166version = "1.21.3"
3167source = "registry+https://github.com/rust-lang/crates.io-index"
3168checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
3169
3170[[package]]
3171name = "once_cell_polyfill"
3172version = "1.70.1"
3173source = "registry+https://github.com/rust-lang/crates.io-index"
3174checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
3175
3176[[package]]
3177name = "openssl-probe"
3178version = "0.1.6"
3179source = "registry+https://github.com/rust-lang/crates.io-index"
3180checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
3181
3182[[package]]
3183name = "ouroboros"
3184version = "0.18.5"
3185source = "registry+https://github.com/rust-lang/crates.io-index"
3186checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
3187dependencies = [
3188 "aliasable",
3189 "ouroboros_macro",
3190 "static_assertions",
3191]
3192
3193[[package]]
3194name = "ouroboros_macro"
3195version = "0.18.5"
3196source = "registry+https://github.com/rust-lang/crates.io-index"
3197checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
3198dependencies = [
3199 "heck 0.4.1",
3200 "proc-macro2",
3201 "proc-macro2-diagnostics",
3202 "quote",
3203 "syn 2.0.106",
3204]
3205
3206[[package]]
3207name = "owo-colors"
3208version = "4.2.3"
3209source = "registry+https://github.com/rust-lang/crates.io-index"
3210checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52"
3211
3212[[package]]
3213name = "p256"
3214version = "0.13.2"
3215source = "registry+https://github.com/rust-lang/crates.io-index"
3216checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
3217dependencies = [
3218 "ecdsa",
3219 "elliptic-curve",
3220 "primeorder",
3221 "sha2",
3222]
3223
3224[[package]]
3225name = "p384"
3226version = "0.13.1"
3227source = "registry+https://github.com/rust-lang/crates.io-index"
3228checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6"
3229dependencies = [
3230 "elliptic-curve",
3231 "primeorder",
3232]
3233
3234[[package]]
3235name = "parking"
3236version = "2.2.1"
3237source = "registry+https://github.com/rust-lang/crates.io-index"
3238checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
3239
3240[[package]]
3241name = "parking_lot"
3242version = "0.12.5"
3243source = "registry+https://github.com/rust-lang/crates.io-index"
3244checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
3245dependencies = [
3246 "lock_api",
3247 "parking_lot_core",
3248]
3249
3250[[package]]
3251name = "parking_lot_core"
3252version = "0.9.12"
3253source = "registry+https://github.com/rust-lang/crates.io-index"
3254checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
3255dependencies = [
3256 "cfg-if",
3257 "libc",
3258 "redox_syscall",
3259 "smallvec",
3260 "windows-link 0.2.1",
3261]
3262
3263[[package]]
3264name = "paste"
3265version = "1.0.15"
3266source = "registry+https://github.com/rust-lang/crates.io-index"
3267checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
3268
3269[[package]]
3270name = "pem-rfc7468"
3271version = "0.7.0"
3272source = "registry+https://github.com/rust-lang/crates.io-index"
3273checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
3274dependencies = [
3275 "base64ct",
3276]
3277
3278[[package]]
3279name = "percent-encoding"
3280version = "2.3.2"
3281source = "registry+https://github.com/rust-lang/crates.io-index"
3282checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
3283
3284[[package]]
3285name = "pin-project"
3286version = "1.1.10"
3287source = "registry+https://github.com/rust-lang/crates.io-index"
3288checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
3289dependencies = [
3290 "pin-project-internal",
3291]
3292
3293[[package]]
3294name = "pin-project-internal"
3295version = "1.1.10"
3296source = "registry+https://github.com/rust-lang/crates.io-index"
3297checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
3298dependencies = [
3299 "proc-macro2",
3300 "quote",
3301 "syn 2.0.106",
3302]
3303
3304[[package]]
3305name = "pin-project-lite"
3306version = "0.2.16"
3307source = "registry+https://github.com/rust-lang/crates.io-index"
3308checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
3309
3310[[package]]
3311name = "pin-utils"
3312version = "0.1.0"
3313source = "registry+https://github.com/rust-lang/crates.io-index"
3314checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
3315
3316[[package]]
3317name = "pkcs1"
3318version = "0.7.5"
3319source = "registry+https://github.com/rust-lang/crates.io-index"
3320checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
3321dependencies = [
3322 "der",
3323 "pkcs8",
3324 "spki",
3325]
3326
3327[[package]]
3328name = "pkcs8"
3329version = "0.10.2"
3330source = "registry+https://github.com/rust-lang/crates.io-index"
3331checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
3332dependencies = [
3333 "der",
3334 "spki",
3335]
3336
3337[[package]]
3338name = "pkg-config"
3339version = "0.3.32"
3340source = "registry+https://github.com/rust-lang/crates.io-index"
3341checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
3342
3343[[package]]
3344name = "png"
3345version = "0.18.0"
3346source = "registry+https://github.com/rust-lang/crates.io-index"
3347checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
3348dependencies = [
3349 "bitflags",
3350 "crc32fast",
3351 "fdeflate",
3352 "flate2",
3353 "miniz_oxide 0.8.9",
3354]
3355
3356[[package]]
3357name = "potential_utf"
3358version = "0.1.3"
3359source = "registry+https://github.com/rust-lang/crates.io-index"
3360checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
3361dependencies = [
3362 "zerovec",
3363]
3364
3365[[package]]
3366name = "powerfmt"
3367version = "0.2.0"
3368source = "registry+https://github.com/rust-lang/crates.io-index"
3369checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
3370
3371[[package]]
3372name = "ppv-lite86"
3373version = "0.2.21"
3374source = "registry+https://github.com/rust-lang/crates.io-index"
3375checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
3376dependencies = [
3377 "zerocopy",
3378]
3379
3380[[package]]
3381name = "pretty_assertions"
3382version = "1.4.1"
3383source = "registry+https://github.com/rust-lang/crates.io-index"
3384checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
3385dependencies = [
3386 "diff",
3387 "yansi",
3388]
3389
3390[[package]]
3391name = "prettyplease"
3392version = "0.2.37"
3393source = "registry+https://github.com/rust-lang/crates.io-index"
3394checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
3395dependencies = [
3396 "proc-macro2",
3397 "syn 2.0.106",
3398]
3399
3400[[package]]
3401name = "primeorder"
3402version = "0.13.6"
3403source = "registry+https://github.com/rust-lang/crates.io-index"
3404checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
3405dependencies = [
3406 "elliptic-curve",
3407]
3408
3409[[package]]
3410name = "proc-macro-error"
3411version = "0.4.12"
3412source = "registry+https://github.com/rust-lang/crates.io-index"
3413checksum = "18f33027081eba0a6d8aba6d1b1c3a3be58cbb12106341c2d5759fcd9b5277e7"
3414dependencies = [
3415 "proc-macro-error-attr 0.4.12",
3416 "proc-macro2",
3417 "quote",
3418 "syn 1.0.109",
3419 "version_check",
3420]
3421
3422[[package]]
3423name = "proc-macro-error"
3424version = "1.0.4"
3425source = "registry+https://github.com/rust-lang/crates.io-index"
3426checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
3427dependencies = [
3428 "proc-macro-error-attr 1.0.4",
3429 "proc-macro2",
3430 "quote",
3431 "syn 1.0.109",
3432 "version_check",
3433]
3434
3435[[package]]
3436name = "proc-macro-error-attr"
3437version = "0.4.12"
3438source = "registry+https://github.com/rust-lang/crates.io-index"
3439checksum = "8a5b4b77fdb63c1eca72173d68d24501c54ab1269409f6b672c85deb18af69de"
3440dependencies = [
3441 "proc-macro2",
3442 "quote",
3443 "syn 1.0.109",
3444 "syn-mid",
3445 "version_check",
3446]
3447
3448[[package]]
3449name = "proc-macro-error-attr"
3450version = "1.0.4"
3451source = "registry+https://github.com/rust-lang/crates.io-index"
3452checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
3453dependencies = [
3454 "proc-macro2",
3455 "quote",
3456 "version_check",
3457]
3458
3459[[package]]
3460name = "proc-macro-hack"
3461version = "0.5.20+deprecated"
3462source = "registry+https://github.com/rust-lang/crates.io-index"
3463checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
3464
3465[[package]]
3466name = "proc-macro2"
3467version = "1.0.101"
3468source = "registry+https://github.com/rust-lang/crates.io-index"
3469checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
3470dependencies = [
3471 "unicode-ident",
3472]
3473
3474[[package]]
3475name = "proc-macro2-diagnostics"
3476version = "0.10.1"
3477source = "registry+https://github.com/rust-lang/crates.io-index"
3478checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
3479dependencies = [
3480 "proc-macro2",
3481 "quote",
3482 "syn 2.0.106",
3483 "version_check",
3484 "yansi",
3485]
3486
3487[[package]]
3488name = "profiling"
3489version = "1.0.17"
3490source = "registry+https://github.com/rust-lang/crates.io-index"
3491checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
3492dependencies = [
3493 "profiling-procmacros",
3494]
3495
3496[[package]]
3497name = "profiling-procmacros"
3498version = "1.0.17"
3499source = "registry+https://github.com/rust-lang/crates.io-index"
3500checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
3501dependencies = [
3502 "quote",
3503 "syn 2.0.106",
3504]
3505
3506[[package]]
3507name = "pxfm"
3508version = "0.1.25"
3509source = "registry+https://github.com/rust-lang/crates.io-index"
3510checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
3511dependencies = [
3512 "num-traits",
3513]
3514
3515[[package]]
3516name = "qoi"
3517version = "0.4.1"
3518source = "registry+https://github.com/rust-lang/crates.io-index"
3519checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
3520dependencies = [
3521 "bytemuck",
3522]
3523
3524[[package]]
3525name = "quick-error"
3526version = "1.2.3"
3527source = "registry+https://github.com/rust-lang/crates.io-index"
3528checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
3529
3530[[package]]
3531name = "quick-error"
3532version = "2.0.1"
3533source = "registry+https://github.com/rust-lang/crates.io-index"
3534checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
3535
3536[[package]]
3537name = "quinn"
3538version = "0.11.9"
3539source = "registry+https://github.com/rust-lang/crates.io-index"
3540checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
3541dependencies = [
3542 "bytes",
3543 "cfg_aliases",
3544 "pin-project-lite",
3545 "quinn-proto",
3546 "quinn-udp",
3547 "rustc-hash",
3548 "rustls",
3549 "socket2 0.6.1",
3550 "thiserror 2.0.17",
3551 "tokio",
3552 "tracing",
3553 "web-time",
3554]
3555
3556[[package]]
3557name = "quinn-proto"
3558version = "0.11.13"
3559source = "registry+https://github.com/rust-lang/crates.io-index"
3560checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
3561dependencies = [
3562 "bytes",
3563 "getrandom 0.3.4",
3564 "lru-slab",
3565 "rand 0.9.2",
3566 "ring",
3567 "rustc-hash",
3568 "rustls",
3569 "rustls-pki-types",
3570 "slab",
3571 "thiserror 2.0.17",
3572 "tinyvec",
3573 "tracing",
3574 "web-time",
3575]
3576
3577[[package]]
3578name = "quinn-udp"
3579version = "0.5.14"
3580source = "registry+https://github.com/rust-lang/crates.io-index"
3581checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
3582dependencies = [
3583 "cfg_aliases",
3584 "libc",
3585 "once_cell",
3586 "socket2 0.6.1",
3587 "tracing",
3588 "windows-sys 0.60.2",
3589]
3590
3591[[package]]
3592name = "quote"
3593version = "1.0.41"
3594source = "registry+https://github.com/rust-lang/crates.io-index"
3595checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
3596dependencies = [
3597 "proc-macro2",
3598]
3599
3600[[package]]
3601name = "r-efi"
3602version = "5.3.0"
3603source = "registry+https://github.com/rust-lang/crates.io-index"
3604checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
3605
3606[[package]]
3607name = "rand"
3608version = "0.8.5"
3609source = "registry+https://github.com/rust-lang/crates.io-index"
3610checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
3611dependencies = [
3612 "libc",
3613 "rand_chacha 0.3.1",
3614 "rand_core 0.6.4",
3615]
3616
3617[[package]]
3618name = "rand"
3619version = "0.9.2"
3620source = "registry+https://github.com/rust-lang/crates.io-index"
3621checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
3622dependencies = [
3623 "rand_chacha 0.9.0",
3624 "rand_core 0.9.3",
3625]
3626
3627[[package]]
3628name = "rand_chacha"
3629version = "0.3.1"
3630source = "registry+https://github.com/rust-lang/crates.io-index"
3631checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
3632dependencies = [
3633 "ppv-lite86",
3634 "rand_core 0.6.4",
3635]
3636
3637[[package]]
3638name = "rand_chacha"
3639version = "0.9.0"
3640source = "registry+https://github.com/rust-lang/crates.io-index"
3641checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
3642dependencies = [
3643 "ppv-lite86",
3644 "rand_core 0.9.3",
3645]
3646
3647[[package]]
3648name = "rand_core"
3649version = "0.6.4"
3650source = "registry+https://github.com/rust-lang/crates.io-index"
3651checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
3652dependencies = [
3653 "getrandom 0.2.16",
3654]
3655
3656[[package]]
3657name = "rand_core"
3658version = "0.9.3"
3659source = "registry+https://github.com/rust-lang/crates.io-index"
3660checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
3661dependencies = [
3662 "getrandom 0.3.4",
3663]
3664
3665[[package]]
3666name = "range-traits"
3667version = "0.3.2"
3668source = "registry+https://github.com/rust-lang/crates.io-index"
3669checksum = "d20581732dd76fa913c7dff1a2412b714afe3573e94d41c34719de73337cc8ab"
3670
3671[[package]]
3672name = "rav1e"
3673version = "0.7.1"
3674source = "registry+https://github.com/rust-lang/crates.io-index"
3675checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
3676dependencies = [
3677 "arbitrary",
3678 "arg_enum_proc_macro",
3679 "arrayvec",
3680 "av1-grain",
3681 "bitstream-io",
3682 "built",
3683 "cfg-if",
3684 "interpolate_name",
3685 "itertools",
3686 "libc",
3687 "libfuzzer-sys",
3688 "log",
3689 "maybe-rayon",
3690 "new_debug_unreachable",
3691 "noop_proc_macro",
3692 "num-derive",
3693 "num-traits",
3694 "once_cell",
3695 "paste",
3696 "profiling",
3697 "rand 0.8.5",
3698 "rand_chacha 0.3.1",
3699 "simd_helpers",
3700 "system-deps",
3701 "thiserror 1.0.69",
3702 "v_frame",
3703 "wasm-bindgen",
3704]
3705
3706[[package]]
3707name = "ravif"
3708version = "0.11.20"
3709source = "registry+https://github.com/rust-lang/crates.io-index"
3710checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
3711dependencies = [
3712 "avif-serialize",
3713 "imgref",
3714 "loop9",
3715 "quick-error 2.0.1",
3716 "rav1e",
3717 "rayon",
3718 "rgb",
3719]
3720
3721[[package]]
3722name = "raw-window-handle"
3723version = "0.5.2"
3724source = "registry+https://github.com/rust-lang/crates.io-index"
3725checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
3726
3727[[package]]
3728name = "rayon"
3729version = "1.11.0"
3730source = "registry+https://github.com/rust-lang/crates.io-index"
3731checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
3732dependencies = [
3733 "either",
3734 "rayon-core",
3735]
3736
3737[[package]]
3738name = "rayon-core"
3739version = "1.13.0"
3740source = "registry+https://github.com/rust-lang/crates.io-index"
3741checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
3742dependencies = [
3743 "crossbeam-deque",
3744 "crossbeam-utils",
3745]
3746
3747[[package]]
3748name = "redox_syscall"
3749version = "0.5.18"
3750source = "registry+https://github.com/rust-lang/crates.io-index"
3751checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
3752dependencies = [
3753 "bitflags",
3754]
3755
3756[[package]]
3757name = "ref-cast"
3758version = "1.0.25"
3759source = "registry+https://github.com/rust-lang/crates.io-index"
3760checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
3761dependencies = [
3762 "ref-cast-impl",
3763]
3764
3765[[package]]
3766name = "ref-cast-impl"
3767version = "1.0.25"
3768source = "registry+https://github.com/rust-lang/crates.io-index"
3769checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
3770dependencies = [
3771 "proc-macro2",
3772 "quote",
3773 "syn 2.0.106",
3774]
3775
3776[[package]]
3777name = "regex"
3778version = "1.12.2"
3779source = "registry+https://github.com/rust-lang/crates.io-index"
3780checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
3781dependencies = [
3782 "aho-corasick",
3783 "memchr",
3784 "regex-automata",
3785 "regex-syntax",
3786]
3787
3788[[package]]
3789name = "regex-automata"
3790version = "0.4.13"
3791source = "registry+https://github.com/rust-lang/crates.io-index"
3792checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
3793dependencies = [
3794 "aho-corasick",
3795 "memchr",
3796 "regex-syntax",
3797]
3798
3799[[package]]
3800name = "regex-syntax"
3801version = "0.8.8"
3802source = "registry+https://github.com/rust-lang/crates.io-index"
3803checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
3804
3805[[package]]
3806name = "reqwest"
3807version = "0.12.24"
3808source = "registry+https://github.com/rust-lang/crates.io-index"
3809checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
3810dependencies = [
3811 "async-compression",
3812 "base64 0.22.1",
3813 "bytes",
3814 "encoding_rs",
3815 "futures-core",
3816 "futures-util",
3817 "h2",
3818 "http",
3819 "http-body",
3820 "http-body-util",
3821 "hyper",
3822 "hyper-rustls",
3823 "hyper-util",
3824 "js-sys",
3825 "log",
3826 "mime",
3827 "percent-encoding",
3828 "pin-project-lite",
3829 "quinn",
3830 "rustls",
3831 "rustls-pki-types",
3832 "serde",
3833 "serde_json",
3834 "serde_urlencoded",
3835 "sync_wrapper",
3836 "tokio",
3837 "tokio-rustls",
3838 "tokio-util",
3839 "tower",
3840 "tower-http",
3841 "tower-service",
3842 "url",
3843 "wasm-bindgen",
3844 "wasm-bindgen-futures",
3845 "wasm-streams",
3846 "web-sys",
3847 "webpki-roots",
3848]
3849
3850[[package]]
3851name = "reserve-port"
3852version = "2.3.0"
3853source = "registry+https://github.com/rust-lang/crates.io-index"
3854checksum = "21918d6644020c6f6ef1993242989bf6d4952d2e025617744f184c02df51c356"
3855dependencies = [
3856 "thiserror 2.0.17",
3857]
3858
3859[[package]]
3860name = "resolv-conf"
3861version = "0.7.5"
3862source = "registry+https://github.com/rust-lang/crates.io-index"
3863checksum = "6b3789b30bd25ba102de4beabd95d21ac45b69b1be7d14522bab988c526d6799"
3864
3865[[package]]
3866name = "rfc6979"
3867version = "0.4.0"
3868source = "registry+https://github.com/rust-lang/crates.io-index"
3869checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
3870dependencies = [
3871 "hmac",
3872 "subtle",
3873]
3874
3875[[package]]
3876name = "rgb"
3877version = "0.8.52"
3878source = "registry+https://github.com/rust-lang/crates.io-index"
3879checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
3880dependencies = [
3881 "bytemuck",
3882]
3883
3884[[package]]
3885name = "ring"
3886version = "0.17.14"
3887source = "registry+https://github.com/rust-lang/crates.io-index"
3888checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
3889dependencies = [
3890 "cc",
3891 "cfg-if",
3892 "getrandom 0.2.16",
3893 "libc",
3894 "untrusted",
3895 "windows-sys 0.52.0",
3896]
3897
3898[[package]]
3899name = "roff"
3900version = "0.2.2"
3901source = "registry+https://github.com/rust-lang/crates.io-index"
3902checksum = "88f8660c1ff60292143c98d08fc6e2f654d722db50410e3f3797d40baaf9d8f3"
3903
3904[[package]]
3905name = "rouille"
3906version = "3.6.2"
3907source = "registry+https://github.com/rust-lang/crates.io-index"
3908checksum = "3716fbf57fc1084d7a706adf4e445298d123e4a44294c4e8213caf1b85fcc921"
3909dependencies = [
3910 "base64 0.13.1",
3911 "brotli",
3912 "chrono",
3913 "deflate",
3914 "filetime",
3915 "multipart",
3916 "percent-encoding",
3917 "rand 0.8.5",
3918 "serde",
3919 "serde_derive",
3920 "serde_json",
3921 "sha1_smol",
3922 "threadpool",
3923 "time",
3924 "tiny_http",
3925 "url",
3926]
3927
3928[[package]]
3929name = "rsa"
3930version = "0.9.8"
3931source = "registry+https://github.com/rust-lang/crates.io-index"
3932checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
3933dependencies = [
3934 "const-oid",
3935 "digest",
3936 "num-bigint-dig",
3937 "num-integer",
3938 "num-traits",
3939 "pkcs1",
3940 "pkcs8",
3941 "rand_core 0.6.4",
3942 "signature",
3943 "spki",
3944 "subtle",
3945 "zeroize",
3946]
3947
3948[[package]]
3949name = "rust-multipart-rfc7578_2"
3950version = "0.8.0"
3951source = "registry+https://github.com/rust-lang/crates.io-index"
3952checksum = "c839d037155ebc06a571e305af66ff9fd9063a6e662447051737e1ac75beea41"
3953dependencies = [
3954 "bytes",
3955 "futures-core",
3956 "futures-util",
3957 "http",
3958 "mime",
3959 "rand 0.9.2",
3960 "thiserror 2.0.17",
3961]
3962
3963[[package]]
3964name = "rustc-demangle"
3965version = "0.1.26"
3966source = "registry+https://github.com/rust-lang/crates.io-index"
3967checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
3968
3969[[package]]
3970name = "rustc-hash"
3971version = "2.1.1"
3972source = "registry+https://github.com/rust-lang/crates.io-index"
3973checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
3974
3975[[package]]
3976name = "rustc_version"
3977version = "0.4.1"
3978source = "registry+https://github.com/rust-lang/crates.io-index"
3979checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
3980dependencies = [
3981 "semver",
3982]
3983
3984[[package]]
3985name = "rustix"
3986version = "0.38.44"
3987source = "registry+https://github.com/rust-lang/crates.io-index"
3988checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
3989dependencies = [
3990 "bitflags",
3991 "errno",
3992 "libc",
3993 "linux-raw-sys 0.4.15",
3994 "windows-sys 0.59.0",
3995]
3996
3997[[package]]
3998name = "rustix"
3999version = "1.1.2"
4000source = "registry+https://github.com/rust-lang/crates.io-index"
4001checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
4002dependencies = [
4003 "bitflags",
4004 "errno",
4005 "libc",
4006 "linux-raw-sys 0.11.0",
4007 "windows-sys 0.61.2",
4008]
4009
4010[[package]]
4011name = "rustls"
4012version = "0.23.33"
4013source = "registry+https://github.com/rust-lang/crates.io-index"
4014checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
4015dependencies = [
4016 "once_cell",
4017 "ring",
4018 "rustls-pki-types",
4019 "rustls-webpki",
4020 "subtle",
4021 "zeroize",
4022]
4023
4024[[package]]
4025name = "rustls-native-certs"
4026version = "0.8.2"
4027source = "registry+https://github.com/rust-lang/crates.io-index"
4028checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
4029dependencies = [
4030 "openssl-probe",
4031 "rustls-pki-types",
4032 "schannel",
4033 "security-framework",
4034]
4035
4036[[package]]
4037name = "rustls-pki-types"
4038version = "1.12.0"
4039source = "registry+https://github.com/rust-lang/crates.io-index"
4040checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
4041dependencies = [
4042 "web-time",
4043 "zeroize",
4044]
4045
4046[[package]]
4047name = "rustls-webpki"
4048version = "0.103.7"
4049source = "registry+https://github.com/rust-lang/crates.io-index"
4050checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
4051dependencies = [
4052 "ring",
4053 "rustls-pki-types",
4054 "untrusted",
4055]
4056
4057[[package]]
4058name = "rustversion"
4059version = "1.0.22"
4060source = "registry+https://github.com/rust-lang/crates.io-index"
4061checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
4062
4063[[package]]
4064name = "ryu"
4065version = "1.0.20"
4066source = "registry+https://github.com/rust-lang/crates.io-index"
4067checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
4068
4069[[package]]
4070name = "safemem"
4071version = "0.3.3"
4072source = "registry+https://github.com/rust-lang/crates.io-index"
4073checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
4074
4075[[package]]
4076name = "same-file"
4077version = "1.0.6"
4078source = "registry+https://github.com/rust-lang/crates.io-index"
4079checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
4080dependencies = [
4081 "winapi-util",
4082]
4083
4084[[package]]
4085name = "schannel"
4086version = "0.1.28"
4087source = "registry+https://github.com/rust-lang/crates.io-index"
4088checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
4089dependencies = [
4090 "windows-sys 0.61.2",
4091]
4092
4093[[package]]
4094name = "schemars"
4095version = "0.9.0"
4096source = "registry+https://github.com/rust-lang/crates.io-index"
4097checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
4098dependencies = [
4099 "dyn-clone",
4100 "ref-cast",
4101 "serde",
4102 "serde_json",
4103]
4104
4105[[package]]
4106name = "schemars"
4107version = "1.0.4"
4108source = "registry+https://github.com/rust-lang/crates.io-index"
4109checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
4110dependencies = [
4111 "dyn-clone",
4112 "ref-cast",
4113 "serde",
4114 "serde_json",
4115]
4116
4117[[package]]
4118name = "scoped-tls"
4119version = "1.0.1"
4120source = "registry+https://github.com/rust-lang/crates.io-index"
4121checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
4122
4123[[package]]
4124name = "scopeguard"
4125version = "1.2.0"
4126source = "registry+https://github.com/rust-lang/crates.io-index"
4127checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
4128
4129[[package]]
4130name = "sec1"
4131version = "0.7.3"
4132source = "registry+https://github.com/rust-lang/crates.io-index"
4133checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
4134dependencies = [
4135 "base16ct",
4136 "der",
4137 "generic-array",
4138 "pkcs8",
4139 "subtle",
4140 "zeroize",
4141]
4142
4143[[package]]
4144name = "security-framework"
4145version = "3.5.1"
4146source = "registry+https://github.com/rust-lang/crates.io-index"
4147checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
4148dependencies = [
4149 "bitflags",
4150 "core-foundation 0.10.1",
4151 "core-foundation-sys",
4152 "libc",
4153 "security-framework-sys",
4154]
4155
4156[[package]]
4157name = "security-framework-sys"
4158version = "2.15.0"
4159source = "registry+https://github.com/rust-lang/crates.io-index"
4160checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
4161dependencies = [
4162 "core-foundation-sys",
4163 "libc",
4164]
4165
4166[[package]]
4167name = "semver"
4168version = "1.0.27"
4169source = "registry+https://github.com/rust-lang/crates.io-index"
4170checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
4171
4172[[package]]
4173name = "send_wrapper"
4174version = "0.6.0"
4175source = "registry+https://github.com/rust-lang/crates.io-index"
4176checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
4177
4178[[package]]
4179name = "serde"
4180version = "1.0.228"
4181source = "registry+https://github.com/rust-lang/crates.io-index"
4182checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
4183dependencies = [
4184 "serde_core",
4185 "serde_derive",
4186]
4187
4188[[package]]
4189name = "serde_bytes"
4190version = "0.11.19"
4191source = "registry+https://github.com/rust-lang/crates.io-index"
4192checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
4193dependencies = [
4194 "serde",
4195 "serde_core",
4196]
4197
4198[[package]]
4199name = "serde_core"
4200version = "1.0.228"
4201source = "registry+https://github.com/rust-lang/crates.io-index"
4202checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
4203dependencies = [
4204 "serde_derive",
4205]
4206
4207[[package]]
4208name = "serde_derive"
4209version = "1.0.228"
4210source = "registry+https://github.com/rust-lang/crates.io-index"
4211checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
4212dependencies = [
4213 "proc-macro2",
4214 "quote",
4215 "syn 2.0.106",
4216]
4217
4218[[package]]
4219name = "serde_html_form"
4220version = "0.2.8"
4221source = "registry+https://github.com/rust-lang/crates.io-index"
4222checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f"
4223dependencies = [
4224 "form_urlencoded",
4225 "indexmap 2.12.0",
4226 "itoa",
4227 "ryu",
4228 "serde_core",
4229]
4230
4231[[package]]
4232name = "serde_ipld_dagcbor"
4233version = "0.6.4"
4234source = "registry+https://github.com/rust-lang/crates.io-index"
4235checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778"
4236dependencies = [
4237 "cbor4ii",
4238 "ipld-core",
4239 "scopeguard",
4240 "serde",
4241]
4242
4243[[package]]
4244name = "serde_json"
4245version = "1.0.145"
4246source = "registry+https://github.com/rust-lang/crates.io-index"
4247checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
4248dependencies = [
4249 "itoa",
4250 "memchr",
4251 "ryu",
4252 "serde",
4253 "serde_core",
4254]
4255
4256[[package]]
4257name = "serde_path_to_error"
4258version = "0.1.20"
4259source = "registry+https://github.com/rust-lang/crates.io-index"
4260checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
4261dependencies = [
4262 "itoa",
4263 "serde",
4264 "serde_core",
4265]
4266
4267[[package]]
4268name = "serde_repr"
4269version = "0.1.20"
4270source = "registry+https://github.com/rust-lang/crates.io-index"
4271checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
4272dependencies = [
4273 "proc-macro2",
4274 "quote",
4275 "syn 2.0.106",
4276]
4277
4278[[package]]
4279name = "serde_spanned"
4280version = "0.6.9"
4281source = "registry+https://github.com/rust-lang/crates.io-index"
4282checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
4283dependencies = [
4284 "serde",
4285]
4286
4287[[package]]
4288name = "serde_urlencoded"
4289version = "0.7.1"
4290source = "registry+https://github.com/rust-lang/crates.io-index"
4291checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
4292dependencies = [
4293 "form_urlencoded",
4294 "itoa",
4295 "ryu",
4296 "serde",
4297]
4298
4299[[package]]
4300name = "serde_with"
4301version = "3.15.0"
4302source = "registry+https://github.com/rust-lang/crates.io-index"
4303checksum = "6093cd8c01b25262b84927e0f7151692158fab02d961e04c979d3903eba7ecc5"
4304dependencies = [
4305 "base64 0.22.1",
4306 "chrono",
4307 "hex",
4308 "indexmap 1.9.3",
4309 "indexmap 2.12.0",
4310 "schemars 0.9.0",
4311 "schemars 1.0.4",
4312 "serde_core",
4313 "serde_json",
4314 "serde_with_macros",
4315 "time",
4316]
4317
4318[[package]]
4319name = "serde_with_macros"
4320version = "3.15.0"
4321source = "registry+https://github.com/rust-lang/crates.io-index"
4322checksum = "a7e6c180db0816026a61afa1cff5344fb7ebded7e4d3062772179f2501481c27"
4323dependencies = [
4324 "darling",
4325 "proc-macro2",
4326 "quote",
4327 "syn 2.0.106",
4328]
4329
4330[[package]]
4331name = "sha1"
4332version = "0.10.6"
4333source = "registry+https://github.com/rust-lang/crates.io-index"
4334checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
4335dependencies = [
4336 "cfg-if",
4337 "cpufeatures",
4338 "digest",
4339]
4340
4341[[package]]
4342name = "sha1_smol"
4343version = "1.0.1"
4344source = "registry+https://github.com/rust-lang/crates.io-index"
4345checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
4346
4347[[package]]
4348name = "sha2"
4349version = "0.10.9"
4350source = "registry+https://github.com/rust-lang/crates.io-index"
4351checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
4352dependencies = [
4353 "cfg-if",
4354 "cpufeatures",
4355 "digest",
4356]
4357
4358[[package]]
4359name = "sharded-slab"
4360version = "0.1.7"
4361source = "registry+https://github.com/rust-lang/crates.io-index"
4362checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
4363dependencies = [
4364 "lazy_static",
4365]
4366
4367[[package]]
4368name = "shlex"
4369version = "1.3.0"
4370source = "registry+https://github.com/rust-lang/crates.io-index"
4371checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
4372
4373[[package]]
4374name = "signal-hook-registry"
4375version = "1.4.6"
4376source = "registry+https://github.com/rust-lang/crates.io-index"
4377checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
4378dependencies = [
4379 "libc",
4380]
4381
4382[[package]]
4383name = "signature"
4384version = "2.2.0"
4385source = "registry+https://github.com/rust-lang/crates.io-index"
4386checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
4387dependencies = [
4388 "digest",
4389 "rand_core 0.6.4",
4390]
4391
4392[[package]]
4393name = "simd-adler32"
4394version = "0.3.7"
4395source = "registry+https://github.com/rust-lang/crates.io-index"
4396checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
4397
4398[[package]]
4399name = "simd_helpers"
4400version = "0.1.0"
4401source = "registry+https://github.com/rust-lang/crates.io-index"
4402checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
4403dependencies = [
4404 "quote",
4405]
4406
4407[[package]]
4408name = "slab"
4409version = "0.4.11"
4410source = "registry+https://github.com/rust-lang/crates.io-index"
4411checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
4412
4413[[package]]
4414name = "smallvec"
4415version = "1.15.1"
4416source = "registry+https://github.com/rust-lang/crates.io-index"
4417checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
4418
4419[[package]]
4420name = "smol_str"
4421version = "0.3.2"
4422source = "registry+https://github.com/rust-lang/crates.io-index"
4423checksum = "9676b89cd56310a87b93dec47b11af744f34d5fc9f367b829474eec0a891350d"
4424dependencies = [
4425 "borsh",
4426 "serde",
4427]
4428
4429[[package]]
4430name = "socket2"
4431version = "0.5.10"
4432source = "registry+https://github.com/rust-lang/crates.io-index"
4433checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
4434dependencies = [
4435 "libc",
4436 "windows-sys 0.52.0",
4437]
4438
4439[[package]]
4440name = "socket2"
4441version = "0.6.1"
4442source = "registry+https://github.com/rust-lang/crates.io-index"
4443checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
4444dependencies = [
4445 "libc",
4446 "windows-sys 0.60.2",
4447]
4448
4449[[package]]
4450name = "spin"
4451version = "0.9.8"
4452source = "registry+https://github.com/rust-lang/crates.io-index"
4453checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
4454
4455[[package]]
4456name = "spin"
4457version = "0.10.0"
4458source = "registry+https://github.com/rust-lang/crates.io-index"
4459checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
4460
4461[[package]]
4462name = "spki"
4463version = "0.7.3"
4464source = "registry+https://github.com/rust-lang/crates.io-index"
4465checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
4466dependencies = [
4467 "base64ct",
4468 "der",
4469]
4470
4471[[package]]
4472name = "stable_deref_trait"
4473version = "1.2.1"
4474source = "registry+https://github.com/rust-lang/crates.io-index"
4475checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
4476
4477[[package]]
4478name = "static-regular-grammar"
4479version = "2.0.2"
4480source = "registry+https://github.com/rust-lang/crates.io-index"
4481checksum = "4f4a6c40247579acfbb138c3cd7de3dab113ab4ac6227f1b7de7d626ee667957"
4482dependencies = [
4483 "abnf",
4484 "btree-range-map",
4485 "ciborium",
4486 "hex_fmt",
4487 "indoc",
4488 "proc-macro-error 1.0.4",
4489 "proc-macro2",
4490 "quote",
4491 "serde",
4492 "sha2",
4493 "syn 2.0.106",
4494 "thiserror 1.0.69",
4495]
4496
4497[[package]]
4498name = "static_assertions"
4499version = "1.1.0"
4500source = "registry+https://github.com/rust-lang/crates.io-index"
4501checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
4502
4503[[package]]
4504name = "strsim"
4505version = "0.11.1"
4506source = "registry+https://github.com/rust-lang/crates.io-index"
4507checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
4508
4509[[package]]
4510name = "subtle"
4511version = "2.6.1"
4512source = "registry+https://github.com/rust-lang/crates.io-index"
4513checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
4514
4515[[package]]
4516name = "supports-color"
4517version = "3.0.2"
4518source = "registry+https://github.com/rust-lang/crates.io-index"
4519checksum = "c64fc7232dd8d2e4ac5ce4ef302b1d81e0b80d055b9d77c7c4f51f6aa4c867d6"
4520dependencies = [
4521 "is_ci",
4522]
4523
4524[[package]]
4525name = "supports-hyperlinks"
4526version = "3.1.0"
4527source = "registry+https://github.com/rust-lang/crates.io-index"
4528checksum = "804f44ed3c63152de6a9f90acbea1a110441de43006ea51bcce8f436196a288b"
4529
4530[[package]]
4531name = "supports-unicode"
4532version = "3.0.0"
4533source = "registry+https://github.com/rust-lang/crates.io-index"
4534checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2"
4535
4536[[package]]
4537name = "syn"
4538version = "1.0.109"
4539source = "registry+https://github.com/rust-lang/crates.io-index"
4540checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
4541dependencies = [
4542 "proc-macro2",
4543 "quote",
4544 "unicode-ident",
4545]
4546
4547[[package]]
4548name = "syn"
4549version = "2.0.106"
4550source = "registry+https://github.com/rust-lang/crates.io-index"
4551checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
4552dependencies = [
4553 "proc-macro2",
4554 "quote",
4555 "unicode-ident",
4556]
4557
4558[[package]]
4559name = "syn-mid"
4560version = "0.5.4"
4561source = "registry+https://github.com/rust-lang/crates.io-index"
4562checksum = "fea305d57546cc8cd04feb14b62ec84bf17f50e3f7b12560d7bfa9265f39d9ed"
4563dependencies = [
4564 "proc-macro2",
4565 "quote",
4566 "syn 1.0.109",
4567]
4568
4569[[package]]
4570name = "sync_wrapper"
4571version = "1.0.2"
4572source = "registry+https://github.com/rust-lang/crates.io-index"
4573checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
4574dependencies = [
4575 "futures-core",
4576]
4577
4578[[package]]
4579name = "synstructure"
4580version = "0.13.2"
4581source = "registry+https://github.com/rust-lang/crates.io-index"
4582checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
4583dependencies = [
4584 "proc-macro2",
4585 "quote",
4586 "syn 2.0.106",
4587]
4588
4589[[package]]
4590name = "system-configuration"
4591version = "0.6.1"
4592source = "registry+https://github.com/rust-lang/crates.io-index"
4593checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
4594dependencies = [
4595 "bitflags",
4596 "core-foundation 0.9.4",
4597 "system-configuration-sys",
4598]
4599
4600[[package]]
4601name = "system-configuration-sys"
4602version = "0.6.0"
4603source = "registry+https://github.com/rust-lang/crates.io-index"
4604checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
4605dependencies = [
4606 "core-foundation-sys",
4607 "libc",
4608]
4609
4610[[package]]
4611name = "system-deps"
4612version = "6.2.2"
4613source = "registry+https://github.com/rust-lang/crates.io-index"
4614checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
4615dependencies = [
4616 "cfg-expr",
4617 "heck 0.5.0",
4618 "pkg-config",
4619 "toml",
4620 "version-compare",
4621]
4622
4623[[package]]
4624name = "target-lexicon"
4625version = "0.12.16"
4626source = "registry+https://github.com/rust-lang/crates.io-index"
4627checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
4628
4629[[package]]
4630name = "tempfile"
4631version = "3.23.0"
4632source = "registry+https://github.com/rust-lang/crates.io-index"
4633checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
4634dependencies = [
4635 "fastrand",
4636 "getrandom 0.3.4",
4637 "once_cell",
4638 "rustix 1.1.2",
4639 "windows-sys 0.61.2",
4640]
4641
4642[[package]]
4643name = "termcolor"
4644version = "1.4.1"
4645source = "registry+https://github.com/rust-lang/crates.io-index"
4646checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
4647dependencies = [
4648 "winapi-util",
4649]
4650
4651[[package]]
4652name = "terminal_size"
4653version = "0.4.3"
4654source = "registry+https://github.com/rust-lang/crates.io-index"
4655checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
4656dependencies = [
4657 "rustix 1.1.2",
4658 "windows-sys 0.60.2",
4659]
4660
4661[[package]]
4662name = "textwrap"
4663version = "0.16.2"
4664source = "registry+https://github.com/rust-lang/crates.io-index"
4665checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
4666dependencies = [
4667 "unicode-linebreak",
4668 "unicode-width 0.2.2",
4669]
4670
4671[[package]]
4672name = "thiserror"
4673version = "1.0.69"
4674source = "registry+https://github.com/rust-lang/crates.io-index"
4675checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
4676dependencies = [
4677 "thiserror-impl 1.0.69",
4678]
4679
4680[[package]]
4681name = "thiserror"
4682version = "2.0.17"
4683source = "registry+https://github.com/rust-lang/crates.io-index"
4684checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
4685dependencies = [
4686 "thiserror-impl 2.0.17",
4687]
4688
4689[[package]]
4690name = "thiserror-impl"
4691version = "1.0.69"
4692source = "registry+https://github.com/rust-lang/crates.io-index"
4693checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
4694dependencies = [
4695 "proc-macro2",
4696 "quote",
4697 "syn 2.0.106",
4698]
4699
4700[[package]]
4701name = "thiserror-impl"
4702version = "2.0.17"
4703source = "registry+https://github.com/rust-lang/crates.io-index"
4704checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
4705dependencies = [
4706 "proc-macro2",
4707 "quote",
4708 "syn 2.0.106",
4709]
4710
4711[[package]]
4712name = "thread_local"
4713version = "1.1.9"
4714source = "registry+https://github.com/rust-lang/crates.io-index"
4715checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
4716dependencies = [
4717 "cfg-if",
4718]
4719
4720[[package]]
4721name = "threadpool"
4722version = "1.8.1"
4723source = "registry+https://github.com/rust-lang/crates.io-index"
4724checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
4725dependencies = [
4726 "num_cpus",
4727]
4728
4729[[package]]
4730name = "tiff"
4731version = "0.6.1"
4732source = "registry+https://github.com/rust-lang/crates.io-index"
4733checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
4734dependencies = [
4735 "jpeg-decoder",
4736 "miniz_oxide 0.4.4",
4737 "weezl",
4738]
4739
4740[[package]]
4741name = "tiff"
4742version = "0.10.3"
4743source = "registry+https://github.com/rust-lang/crates.io-index"
4744checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
4745dependencies = [
4746 "fax",
4747 "flate2",
4748 "half",
4749 "quick-error 2.0.1",
4750 "weezl",
4751 "zune-jpeg",
4752]
4753
4754[[package]]
4755name = "time"
4756version = "0.3.44"
4757source = "registry+https://github.com/rust-lang/crates.io-index"
4758checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
4759dependencies = [
4760 "deranged",
4761 "itoa",
4762 "libc",
4763 "num-conv",
4764 "num_threads",
4765 "powerfmt",
4766 "serde",
4767 "time-core",
4768 "time-macros",
4769]
4770
4771[[package]]
4772name = "time-core"
4773version = "0.1.6"
4774source = "registry+https://github.com/rust-lang/crates.io-index"
4775checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
4776
4777[[package]]
4778name = "time-macros"
4779version = "0.2.24"
4780source = "registry+https://github.com/rust-lang/crates.io-index"
4781checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
4782dependencies = [
4783 "num-conv",
4784 "time-core",
4785]
4786
4787[[package]]
4788name = "tiny_http"
4789version = "0.12.0"
4790source = "registry+https://github.com/rust-lang/crates.io-index"
4791checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
4792dependencies = [
4793 "ascii",
4794 "chunked_transfer",
4795 "httpdate",
4796 "log",
4797]
4798
4799[[package]]
4800name = "tinystr"
4801version = "0.8.1"
4802source = "registry+https://github.com/rust-lang/crates.io-index"
4803checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
4804dependencies = [
4805 "displaydoc",
4806 "zerovec",
4807]
4808
4809[[package]]
4810name = "tinyvec"
4811version = "1.10.0"
4812source = "registry+https://github.com/rust-lang/crates.io-index"
4813checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
4814dependencies = [
4815 "tinyvec_macros",
4816]
4817
4818[[package]]
4819name = "tinyvec_macros"
4820version = "0.1.1"
4821source = "registry+https://github.com/rust-lang/crates.io-index"
4822checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
4823
4824[[package]]
4825name = "tokio"
4826version = "1.48.0"
4827source = "registry+https://github.com/rust-lang/crates.io-index"
4828checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
4829dependencies = [
4830 "bytes",
4831 "libc",
4832 "mio",
4833 "parking_lot",
4834 "pin-project-lite",
4835 "signal-hook-registry",
4836 "socket2 0.6.1",
4837 "tokio-macros",
4838 "windows-sys 0.61.2",
4839]
4840
4841[[package]]
4842name = "tokio-macros"
4843version = "2.6.0"
4844source = "registry+https://github.com/rust-lang/crates.io-index"
4845checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
4846dependencies = [
4847 "proc-macro2",
4848 "quote",
4849 "syn 2.0.106",
4850]
4851
4852[[package]]
4853name = "tokio-rustls"
4854version = "0.26.4"
4855source = "registry+https://github.com/rust-lang/crates.io-index"
4856checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
4857dependencies = [
4858 "rustls",
4859 "tokio",
4860]
4861
4862[[package]]
4863name = "tokio-tungstenite"
4864version = "0.24.0"
4865source = "registry+https://github.com/rust-lang/crates.io-index"
4866checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9"
4867dependencies = [
4868 "futures-util",
4869 "log",
4870 "rustls",
4871 "rustls-native-certs",
4872 "rustls-pki-types",
4873 "tokio",
4874 "tokio-rustls",
4875 "tungstenite",
4876]
4877
4878[[package]]
4879name = "tokio-tungstenite-wasm"
4880version = "0.4.0"
4881source = "registry+https://github.com/rust-lang/crates.io-index"
4882checksum = "e21a5c399399c3db9f08d8297ac12b500e86bca82e930253fdc62eaf9c0de6ae"
4883dependencies = [
4884 "futures-channel",
4885 "futures-util",
4886 "http",
4887 "httparse",
4888 "js-sys",
4889 "rustls",
4890 "thiserror 1.0.69",
4891 "tokio",
4892 "tokio-tungstenite",
4893 "wasm-bindgen",
4894 "web-sys",
4895]
4896
4897[[package]]
4898name = "tokio-util"
4899version = "0.7.16"
4900source = "registry+https://github.com/rust-lang/crates.io-index"
4901checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
4902dependencies = [
4903 "bytes",
4904 "futures-core",
4905 "futures-sink",
4906 "futures-util",
4907 "pin-project-lite",
4908 "tokio",
4909]
4910
4911[[package]]
4912name = "toml"
4913version = "0.8.23"
4914source = "registry+https://github.com/rust-lang/crates.io-index"
4915checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
4916dependencies = [
4917 "serde",
4918 "serde_spanned",
4919 "toml_datetime",
4920 "toml_edit",
4921]
4922
4923[[package]]
4924name = "toml_datetime"
4925version = "0.6.11"
4926source = "registry+https://github.com/rust-lang/crates.io-index"
4927checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
4928dependencies = [
4929 "serde",
4930]
4931
4932[[package]]
4933name = "toml_edit"
4934version = "0.22.27"
4935source = "registry+https://github.com/rust-lang/crates.io-index"
4936checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
4937dependencies = [
4938 "indexmap 2.12.0",
4939 "serde",
4940 "serde_spanned",
4941 "toml_datetime",
4942 "winnow 0.7.13",
4943]
4944
4945[[package]]
4946name = "tower"
4947version = "0.5.2"
4948source = "registry+https://github.com/rust-lang/crates.io-index"
4949checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
4950dependencies = [
4951 "futures-core",
4952 "futures-util",
4953 "pin-project-lite",
4954 "sync_wrapper",
4955 "tokio",
4956 "tower-layer",
4957 "tower-service",
4958 "tracing",
4959]
4960
4961[[package]]
4962name = "tower-http"
4963version = "0.6.6"
4964source = "registry+https://github.com/rust-lang/crates.io-index"
4965checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
4966dependencies = [
4967 "bitflags",
4968 "bytes",
4969 "futures-util",
4970 "http",
4971 "http-body",
4972 "iri-string",
4973 "pin-project-lite",
4974 "tower",
4975 "tower-layer",
4976 "tower-service",
4977 "tracing",
4978]
4979
4980[[package]]
4981name = "tower-layer"
4982version = "0.3.3"
4983source = "registry+https://github.com/rust-lang/crates.io-index"
4984checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
4985
4986[[package]]
4987name = "tower-service"
4988version = "0.3.3"
4989source = "registry+https://github.com/rust-lang/crates.io-index"
4990checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
4991
4992[[package]]
4993name = "tracing"
4994version = "0.1.41"
4995source = "registry+https://github.com/rust-lang/crates.io-index"
4996checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
4997dependencies = [
4998 "log",
4999 "pin-project-lite",
5000 "tracing-attributes",
5001 "tracing-core",
5002]
5003
5004[[package]]
5005name = "tracing-attributes"
5006version = "0.1.30"
5007source = "registry+https://github.com/rust-lang/crates.io-index"
5008checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
5009dependencies = [
5010 "proc-macro2",
5011 "quote",
5012 "syn 2.0.106",
5013]
5014
5015[[package]]
5016name = "tracing-core"
5017version = "0.1.34"
5018source = "registry+https://github.com/rust-lang/crates.io-index"
5019checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
5020dependencies = [
5021 "once_cell",
5022 "valuable",
5023]
5024
5025[[package]]
5026name = "tracing-log"
5027version = "0.2.0"
5028source = "registry+https://github.com/rust-lang/crates.io-index"
5029checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
5030dependencies = [
5031 "log",
5032 "once_cell",
5033 "tracing-core",
5034]
5035
5036[[package]]
5037name = "tracing-subscriber"
5038version = "0.3.20"
5039source = "registry+https://github.com/rust-lang/crates.io-index"
5040checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
5041dependencies = [
5042 "matchers",
5043 "nu-ansi-term",
5044 "once_cell",
5045 "regex-automata",
5046 "sharded-slab",
5047 "smallvec",
5048 "thread_local",
5049 "time",
5050 "tracing",
5051 "tracing-core",
5052 "tracing-log",
5053]
5054
5055[[package]]
5056name = "trait-variant"
5057version = "0.1.2"
5058source = "registry+https://github.com/rust-lang/crates.io-index"
5059checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
5060dependencies = [
5061 "proc-macro2",
5062 "quote",
5063 "syn 2.0.106",
5064]
5065
5066[[package]]
5067name = "try-lock"
5068version = "0.2.5"
5069source = "registry+https://github.com/rust-lang/crates.io-index"
5070checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
5071
5072[[package]]
5073name = "tungstenite"
5074version = "0.24.0"
5075source = "registry+https://github.com/rust-lang/crates.io-index"
5076checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
5077dependencies = [
5078 "byteorder",
5079 "bytes",
5080 "data-encoding",
5081 "http",
5082 "httparse",
5083 "log",
5084 "rand 0.8.5",
5085 "rustls",
5086 "rustls-pki-types",
5087 "sha1",
5088 "thiserror 1.0.69",
5089 "utf-8",
5090]
5091
5092[[package]]
5093name = "twoway"
5094version = "0.1.8"
5095source = "registry+https://github.com/rust-lang/crates.io-index"
5096checksum = "59b11b2b5241ba34be09c3cc85a36e56e48f9888862e19cedf23336d35316ed1"
5097dependencies = [
5098 "memchr",
5099]
5100
5101[[package]]
5102name = "typeid"
5103version = "1.0.3"
5104source = "registry+https://github.com/rust-lang/crates.io-index"
5105checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
5106
5107[[package]]
5108name = "typenum"
5109version = "1.19.0"
5110source = "registry+https://github.com/rust-lang/crates.io-index"
5111checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
5112
5113[[package]]
5114name = "typetag"
5115version = "0.2.21"
5116source = "registry+https://github.com/rust-lang/crates.io-index"
5117checksum = "be2212c8a9b9bcfca32024de14998494cf9a5dfa59ea1b829de98bac374b86bf"
5118dependencies = [
5119 "erased-serde",
5120 "inventory",
5121 "once_cell",
5122 "serde",
5123 "typetag-impl",
5124]
5125
5126[[package]]
5127name = "typetag-impl"
5128version = "0.2.21"
5129source = "registry+https://github.com/rust-lang/crates.io-index"
5130checksum = "27a7a9b72ba121f6f1f6c3632b85604cac41aedb5ddc70accbebb6cac83de846"
5131dependencies = [
5132 "proc-macro2",
5133 "quote",
5134 "syn 2.0.106",
5135]
5136
5137[[package]]
5138name = "unicase"
5139version = "2.8.1"
5140source = "registry+https://github.com/rust-lang/crates.io-index"
5141checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
5142
5143[[package]]
5144name = "unicode-ident"
5145version = "1.0.19"
5146source = "registry+https://github.com/rust-lang/crates.io-index"
5147checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
5148
5149[[package]]
5150name = "unicode-linebreak"
5151version = "0.1.5"
5152source = "registry+https://github.com/rust-lang/crates.io-index"
5153checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
5154
5155[[package]]
5156name = "unicode-width"
5157version = "0.1.14"
5158source = "registry+https://github.com/rust-lang/crates.io-index"
5159checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
5160
5161[[package]]
5162name = "unicode-width"
5163version = "0.2.2"
5164source = "registry+https://github.com/rust-lang/crates.io-index"
5165checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
5166
5167[[package]]
5168name = "unicode-xid"
5169version = "0.2.6"
5170source = "registry+https://github.com/rust-lang/crates.io-index"
5171checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
5172
5173[[package]]
5174name = "unsigned-varint"
5175version = "0.8.0"
5176source = "registry+https://github.com/rust-lang/crates.io-index"
5177checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
5178
5179[[package]]
5180name = "untrusted"
5181version = "0.9.0"
5182source = "registry+https://github.com/rust-lang/crates.io-index"
5183checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
5184
5185[[package]]
5186name = "url"
5187version = "2.5.7"
5188source = "registry+https://github.com/rust-lang/crates.io-index"
5189checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
5190dependencies = [
5191 "form_urlencoded",
5192 "idna",
5193 "percent-encoding",
5194 "serde",
5195]
5196
5197[[package]]
5198name = "urlencoding"
5199version = "2.1.3"
5200source = "registry+https://github.com/rust-lang/crates.io-index"
5201checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
5202
5203[[package]]
5204name = "utf-8"
5205version = "0.7.6"
5206source = "registry+https://github.com/rust-lang/crates.io-index"
5207checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
5208
5209[[package]]
5210name = "utf8_iter"
5211version = "1.0.4"
5212source = "registry+https://github.com/rust-lang/crates.io-index"
5213checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
5214
5215[[package]]
5216name = "utf8parse"
5217version = "0.2.2"
5218source = "registry+https://github.com/rust-lang/crates.io-index"
5219checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
5220
5221[[package]]
5222name = "uuid"
5223version = "1.18.1"
5224source = "registry+https://github.com/rust-lang/crates.io-index"
5225checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
5226dependencies = [
5227 "js-sys",
5228 "wasm-bindgen",
5229]
5230
5231[[package]]
5232name = "v_frame"
5233version = "0.3.9"
5234source = "registry+https://github.com/rust-lang/crates.io-index"
5235checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
5236dependencies = [
5237 "aligned-vec",
5238 "num-traits",
5239 "wasm-bindgen",
5240]
5241
5242[[package]]
5243name = "valuable"
5244version = "0.1.1"
5245source = "registry+https://github.com/rust-lang/crates.io-index"
5246checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
5247
5248[[package]]
5249name = "version-compare"
5250version = "0.2.0"
5251source = "registry+https://github.com/rust-lang/crates.io-index"
5252checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
5253
5254[[package]]
5255name = "version_check"
5256version = "0.9.5"
5257source = "registry+https://github.com/rust-lang/crates.io-index"
5258checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
5259
5260[[package]]
5261name = "viuer"
5262version = "0.9.2"
5263source = "registry+https://github.com/rust-lang/crates.io-index"
5264checksum = "0ae7c6870b98c838123f22cac9a594cbe2d74ea48d79271c08f8c9e680b40fac"
5265dependencies = [
5266 "ansi_colours",
5267 "base64 0.22.1",
5268 "console",
5269 "crossterm",
5270 "image",
5271 "lazy_static",
5272 "tempfile",
5273 "termcolor",
5274]
5275
5276[[package]]
5277name = "walkdir"
5278version = "2.5.0"
5279source = "registry+https://github.com/rust-lang/crates.io-index"
5280checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
5281dependencies = [
5282 "same-file",
5283 "winapi-util",
5284]
5285
5286[[package]]
5287name = "want"
5288version = "0.3.1"
5289source = "registry+https://github.com/rust-lang/crates.io-index"
5290checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
5291dependencies = [
5292 "try-lock",
5293]
5294
5295[[package]]
5296name = "wasi"
5297version = "0.11.1+wasi-snapshot-preview1"
5298source = "registry+https://github.com/rust-lang/crates.io-index"
5299checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
5300
5301[[package]]
5302name = "wasip2"
5303version = "1.0.1+wasi-0.2.4"
5304source = "registry+https://github.com/rust-lang/crates.io-index"
5305checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
5306dependencies = [
5307 "wit-bindgen",
5308]
5309
5310[[package]]
5311name = "wasm-bindgen"
5312version = "0.2.104"
5313source = "registry+https://github.com/rust-lang/crates.io-index"
5314checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
5315dependencies = [
5316 "cfg-if",
5317 "once_cell",
5318 "rustversion",
5319 "wasm-bindgen-macro",
5320 "wasm-bindgen-shared",
5321]
5322
5323[[package]]
5324name = "wasm-bindgen-backend"
5325version = "0.2.104"
5326source = "registry+https://github.com/rust-lang/crates.io-index"
5327checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
5328dependencies = [
5329 "bumpalo",
5330 "log",
5331 "proc-macro2",
5332 "quote",
5333 "syn 2.0.106",
5334 "wasm-bindgen-shared",
5335]
5336
5337[[package]]
5338name = "wasm-bindgen-futures"
5339version = "0.4.54"
5340source = "registry+https://github.com/rust-lang/crates.io-index"
5341checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c"
5342dependencies = [
5343 "cfg-if",
5344 "js-sys",
5345 "once_cell",
5346 "wasm-bindgen",
5347 "web-sys",
5348]
5349
5350[[package]]
5351name = "wasm-bindgen-macro"
5352version = "0.2.104"
5353source = "registry+https://github.com/rust-lang/crates.io-index"
5354checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"
5355dependencies = [
5356 "quote",
5357 "wasm-bindgen-macro-support",
5358]
5359
5360[[package]]
5361name = "wasm-bindgen-macro-support"
5362version = "0.2.104"
5363source = "registry+https://github.com/rust-lang/crates.io-index"
5364checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"
5365dependencies = [
5366 "proc-macro2",
5367 "quote",
5368 "syn 2.0.106",
5369 "wasm-bindgen-backend",
5370 "wasm-bindgen-shared",
5371]
5372
5373[[package]]
5374name = "wasm-bindgen-shared"
5375version = "0.2.104"
5376source = "registry+https://github.com/rust-lang/crates.io-index"
5377checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"
5378dependencies = [
5379 "unicode-ident",
5380]
5381
5382[[package]]
5383name = "wasm-streams"
5384version = "0.4.2"
5385source = "registry+https://github.com/rust-lang/crates.io-index"
5386checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
5387dependencies = [
5388 "futures-util",
5389 "js-sys",
5390 "wasm-bindgen",
5391 "wasm-bindgen-futures",
5392 "web-sys",
5393]
5394
5395[[package]]
5396name = "web-sys"
5397version = "0.3.81"
5398source = "registry+https://github.com/rust-lang/crates.io-index"
5399checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120"
5400dependencies = [
5401 "js-sys",
5402 "wasm-bindgen",
5403]
5404
5405[[package]]
5406name = "web-time"
5407version = "1.1.0"
5408source = "registry+https://github.com/rust-lang/crates.io-index"
5409checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
5410dependencies = [
5411 "js-sys",
5412 "wasm-bindgen",
5413]
5414
5415[[package]]
5416name = "webbrowser"
5417version = "0.8.15"
5418source = "registry+https://github.com/rust-lang/crates.io-index"
5419checksum = "db67ae75a9405634f5882791678772c94ff5f16a66535aae186e26aa0841fc8b"
5420dependencies = [
5421 "core-foundation 0.9.4",
5422 "home",
5423 "jni",
5424 "log",
5425 "ndk-context",
5426 "objc",
5427 "raw-window-handle",
5428 "url",
5429 "web-sys",
5430]
5431
5432[[package]]
5433name = "webpki-roots"
5434version = "1.0.3"
5435source = "registry+https://github.com/rust-lang/crates.io-index"
5436checksum = "32b130c0d2d49f8b6889abc456e795e82525204f27c42cf767cf0d7734e089b8"
5437dependencies = [
5438 "rustls-pki-types",
5439]
5440
5441[[package]]
5442name = "weezl"
5443version = "0.1.10"
5444source = "registry+https://github.com/rust-lang/crates.io-index"
5445checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
5446
5447[[package]]
5448name = "widestring"
5449version = "1.2.1"
5450source = "registry+https://github.com/rust-lang/crates.io-index"
5451checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
5452
5453[[package]]
5454name = "winapi"
5455version = "0.3.9"
5456source = "registry+https://github.com/rust-lang/crates.io-index"
5457checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
5458dependencies = [
5459 "winapi-i686-pc-windows-gnu",
5460 "winapi-x86_64-pc-windows-gnu",
5461]
5462
5463[[package]]
5464name = "winapi-i686-pc-windows-gnu"
5465version = "0.4.0"
5466source = "registry+https://github.com/rust-lang/crates.io-index"
5467checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
5468
5469[[package]]
5470name = "winapi-util"
5471version = "0.1.11"
5472source = "registry+https://github.com/rust-lang/crates.io-index"
5473checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
5474dependencies = [
5475 "windows-sys 0.61.2",
5476]
5477
5478[[package]]
5479name = "winapi-x86_64-pc-windows-gnu"
5480version = "0.4.0"
5481source = "registry+https://github.com/rust-lang/crates.io-index"
5482checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
5483
5484[[package]]
5485name = "windows"
5486version = "0.61.3"
5487source = "registry+https://github.com/rust-lang/crates.io-index"
5488checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
5489dependencies = [
5490 "windows-collections",
5491 "windows-core 0.61.2",
5492 "windows-future",
5493 "windows-link 0.1.3",
5494 "windows-numerics",
5495]
5496
5497[[package]]
5498name = "windows-collections"
5499version = "0.2.0"
5500source = "registry+https://github.com/rust-lang/crates.io-index"
5501checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
5502dependencies = [
5503 "windows-core 0.61.2",
5504]
5505
5506[[package]]
5507name = "windows-core"
5508version = "0.61.2"
5509source = "registry+https://github.com/rust-lang/crates.io-index"
5510checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
5511dependencies = [
5512 "windows-implement",
5513 "windows-interface",
5514 "windows-link 0.1.3",
5515 "windows-result 0.3.4",
5516 "windows-strings 0.4.2",
5517]
5518
5519[[package]]
5520name = "windows-core"
5521version = "0.62.2"
5522source = "registry+https://github.com/rust-lang/crates.io-index"
5523checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
5524dependencies = [
5525 "windows-implement",
5526 "windows-interface",
5527 "windows-link 0.2.1",
5528 "windows-result 0.4.1",
5529 "windows-strings 0.5.1",
5530]
5531
5532[[package]]
5533name = "windows-future"
5534version = "0.2.1"
5535source = "registry+https://github.com/rust-lang/crates.io-index"
5536checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
5537dependencies = [
5538 "windows-core 0.61.2",
5539 "windows-link 0.1.3",
5540 "windows-threading",
5541]
5542
5543[[package]]
5544name = "windows-implement"
5545version = "0.60.2"
5546source = "registry+https://github.com/rust-lang/crates.io-index"
5547checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
5548dependencies = [
5549 "proc-macro2",
5550 "quote",
5551 "syn 2.0.106",
5552]
5553
5554[[package]]
5555name = "windows-interface"
5556version = "0.59.3"
5557source = "registry+https://github.com/rust-lang/crates.io-index"
5558checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
5559dependencies = [
5560 "proc-macro2",
5561 "quote",
5562 "syn 2.0.106",
5563]
5564
5565[[package]]
5566name = "windows-link"
5567version = "0.1.3"
5568source = "registry+https://github.com/rust-lang/crates.io-index"
5569checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
5570
5571[[package]]
5572name = "windows-link"
5573version = "0.2.1"
5574source = "registry+https://github.com/rust-lang/crates.io-index"
5575checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
5576
5577[[package]]
5578name = "windows-numerics"
5579version = "0.2.0"
5580source = "registry+https://github.com/rust-lang/crates.io-index"
5581checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
5582dependencies = [
5583 "windows-core 0.61.2",
5584 "windows-link 0.1.3",
5585]
5586
5587[[package]]
5588name = "windows-registry"
5589version = "0.5.3"
5590source = "registry+https://github.com/rust-lang/crates.io-index"
5591checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
5592dependencies = [
5593 "windows-link 0.1.3",
5594 "windows-result 0.3.4",
5595 "windows-strings 0.4.2",
5596]
5597
5598[[package]]
5599name = "windows-result"
5600version = "0.3.4"
5601source = "registry+https://github.com/rust-lang/crates.io-index"
5602checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
5603dependencies = [
5604 "windows-link 0.1.3",
5605]
5606
5607[[package]]
5608name = "windows-result"
5609version = "0.4.1"
5610source = "registry+https://github.com/rust-lang/crates.io-index"
5611checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
5612dependencies = [
5613 "windows-link 0.2.1",
5614]
5615
5616[[package]]
5617name = "windows-strings"
5618version = "0.4.2"
5619source = "registry+https://github.com/rust-lang/crates.io-index"
5620checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
5621dependencies = [
5622 "windows-link 0.1.3",
5623]
5624
5625[[package]]
5626name = "windows-strings"
5627version = "0.5.1"
5628source = "registry+https://github.com/rust-lang/crates.io-index"
5629checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
5630dependencies = [
5631 "windows-link 0.2.1",
5632]
5633
5634[[package]]
5635name = "windows-sys"
5636version = "0.45.0"
5637source = "registry+https://github.com/rust-lang/crates.io-index"
5638checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
5639dependencies = [
5640 "windows-targets 0.42.2",
5641]
5642
5643[[package]]
5644name = "windows-sys"
5645version = "0.48.0"
5646source = "registry+https://github.com/rust-lang/crates.io-index"
5647checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
5648dependencies = [
5649 "windows-targets 0.48.5",
5650]
5651
5652[[package]]
5653name = "windows-sys"
5654version = "0.52.0"
5655source = "registry+https://github.com/rust-lang/crates.io-index"
5656checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
5657dependencies = [
5658 "windows-targets 0.52.6",
5659]
5660
5661[[package]]
5662name = "windows-sys"
5663version = "0.59.0"
5664source = "registry+https://github.com/rust-lang/crates.io-index"
5665checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
5666dependencies = [
5667 "windows-targets 0.52.6",
5668]
5669
5670[[package]]
5671name = "windows-sys"
5672version = "0.60.2"
5673source = "registry+https://github.com/rust-lang/crates.io-index"
5674checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
5675dependencies = [
5676 "windows-targets 0.53.5",
5677]
5678
5679[[package]]
5680name = "windows-sys"
5681version = "0.61.2"
5682source = "registry+https://github.com/rust-lang/crates.io-index"
5683checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
5684dependencies = [
5685 "windows-link 0.2.1",
5686]
5687
5688[[package]]
5689name = "windows-targets"
5690version = "0.42.2"
5691source = "registry+https://github.com/rust-lang/crates.io-index"
5692checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
5693dependencies = [
5694 "windows_aarch64_gnullvm 0.42.2",
5695 "windows_aarch64_msvc 0.42.2",
5696 "windows_i686_gnu 0.42.2",
5697 "windows_i686_msvc 0.42.2",
5698 "windows_x86_64_gnu 0.42.2",
5699 "windows_x86_64_gnullvm 0.42.2",
5700 "windows_x86_64_msvc 0.42.2",
5701]
5702
5703[[package]]
5704name = "windows-targets"
5705version = "0.48.5"
5706source = "registry+https://github.com/rust-lang/crates.io-index"
5707checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
5708dependencies = [
5709 "windows_aarch64_gnullvm 0.48.5",
5710 "windows_aarch64_msvc 0.48.5",
5711 "windows_i686_gnu 0.48.5",
5712 "windows_i686_msvc 0.48.5",
5713 "windows_x86_64_gnu 0.48.5",
5714 "windows_x86_64_gnullvm 0.48.5",
5715 "windows_x86_64_msvc 0.48.5",
5716]
5717
5718[[package]]
5719name = "windows-targets"
5720version = "0.52.6"
5721source = "registry+https://github.com/rust-lang/crates.io-index"
5722checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
5723dependencies = [
5724 "windows_aarch64_gnullvm 0.52.6",
5725 "windows_aarch64_msvc 0.52.6",
5726 "windows_i686_gnu 0.52.6",
5727 "windows_i686_gnullvm 0.52.6",
5728 "windows_i686_msvc 0.52.6",
5729 "windows_x86_64_gnu 0.52.6",
5730 "windows_x86_64_gnullvm 0.52.6",
5731 "windows_x86_64_msvc 0.52.6",
5732]
5733
5734[[package]]
5735name = "windows-targets"
5736version = "0.53.5"
5737source = "registry+https://github.com/rust-lang/crates.io-index"
5738checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
5739dependencies = [
5740 "windows-link 0.2.1",
5741 "windows_aarch64_gnullvm 0.53.1",
5742 "windows_aarch64_msvc 0.53.1",
5743 "windows_i686_gnu 0.53.1",
5744 "windows_i686_gnullvm 0.53.1",
5745 "windows_i686_msvc 0.53.1",
5746 "windows_x86_64_gnu 0.53.1",
5747 "windows_x86_64_gnullvm 0.53.1",
5748 "windows_x86_64_msvc 0.53.1",
5749]
5750
5751[[package]]
5752name = "windows-threading"
5753version = "0.1.0"
5754source = "registry+https://github.com/rust-lang/crates.io-index"
5755checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
5756dependencies = [
5757 "windows-link 0.1.3",
5758]
5759
5760[[package]]
5761name = "windows_aarch64_gnullvm"
5762version = "0.42.2"
5763source = "registry+https://github.com/rust-lang/crates.io-index"
5764checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
5765
5766[[package]]
5767name = "windows_aarch64_gnullvm"
5768version = "0.48.5"
5769source = "registry+https://github.com/rust-lang/crates.io-index"
5770checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
5771
5772[[package]]
5773name = "windows_aarch64_gnullvm"
5774version = "0.52.6"
5775source = "registry+https://github.com/rust-lang/crates.io-index"
5776checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
5777
5778[[package]]
5779name = "windows_aarch64_gnullvm"
5780version = "0.53.1"
5781source = "registry+https://github.com/rust-lang/crates.io-index"
5782checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
5783
5784[[package]]
5785name = "windows_aarch64_msvc"
5786version = "0.42.2"
5787source = "registry+https://github.com/rust-lang/crates.io-index"
5788checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
5789
5790[[package]]
5791name = "windows_aarch64_msvc"
5792version = "0.48.5"
5793source = "registry+https://github.com/rust-lang/crates.io-index"
5794checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
5795
5796[[package]]
5797name = "windows_aarch64_msvc"
5798version = "0.52.6"
5799source = "registry+https://github.com/rust-lang/crates.io-index"
5800checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
5801
5802[[package]]
5803name = "windows_aarch64_msvc"
5804version = "0.53.1"
5805source = "registry+https://github.com/rust-lang/crates.io-index"
5806checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
5807
5808[[package]]
5809name = "windows_i686_gnu"
5810version = "0.42.2"
5811source = "registry+https://github.com/rust-lang/crates.io-index"
5812checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
5813
5814[[package]]
5815name = "windows_i686_gnu"
5816version = "0.48.5"
5817source = "registry+https://github.com/rust-lang/crates.io-index"
5818checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
5819
5820[[package]]
5821name = "windows_i686_gnu"
5822version = "0.52.6"
5823source = "registry+https://github.com/rust-lang/crates.io-index"
5824checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
5825
5826[[package]]
5827name = "windows_i686_gnu"
5828version = "0.53.1"
5829source = "registry+https://github.com/rust-lang/crates.io-index"
5830checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
5831
5832[[package]]
5833name = "windows_i686_gnullvm"
5834version = "0.52.6"
5835source = "registry+https://github.com/rust-lang/crates.io-index"
5836checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
5837
5838[[package]]
5839name = "windows_i686_gnullvm"
5840version = "0.53.1"
5841source = "registry+https://github.com/rust-lang/crates.io-index"
5842checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
5843
5844[[package]]
5845name = "windows_i686_msvc"
5846version = "0.42.2"
5847source = "registry+https://github.com/rust-lang/crates.io-index"
5848checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
5849
5850[[package]]
5851name = "windows_i686_msvc"
5852version = "0.48.5"
5853source = "registry+https://github.com/rust-lang/crates.io-index"
5854checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
5855
5856[[package]]
5857name = "windows_i686_msvc"
5858version = "0.52.6"
5859source = "registry+https://github.com/rust-lang/crates.io-index"
5860checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
5861
5862[[package]]
5863name = "windows_i686_msvc"
5864version = "0.53.1"
5865source = "registry+https://github.com/rust-lang/crates.io-index"
5866checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
5867
5868[[package]]
5869name = "windows_x86_64_gnu"
5870version = "0.42.2"
5871source = "registry+https://github.com/rust-lang/crates.io-index"
5872checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
5873
5874[[package]]
5875name = "windows_x86_64_gnu"
5876version = "0.48.5"
5877source = "registry+https://github.com/rust-lang/crates.io-index"
5878checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
5879
5880[[package]]
5881name = "windows_x86_64_gnu"
5882version = "0.52.6"
5883source = "registry+https://github.com/rust-lang/crates.io-index"
5884checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
5885
5886[[package]]
5887name = "windows_x86_64_gnu"
5888version = "0.53.1"
5889source = "registry+https://github.com/rust-lang/crates.io-index"
5890checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
5891
5892[[package]]
5893name = "windows_x86_64_gnullvm"
5894version = "0.42.2"
5895source = "registry+https://github.com/rust-lang/crates.io-index"
5896checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
5897
5898[[package]]
5899name = "windows_x86_64_gnullvm"
5900version = "0.48.5"
5901source = "registry+https://github.com/rust-lang/crates.io-index"
5902checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
5903
5904[[package]]
5905name = "windows_x86_64_gnullvm"
5906version = "0.52.6"
5907source = "registry+https://github.com/rust-lang/crates.io-index"
5908checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
5909
5910[[package]]
5911name = "windows_x86_64_gnullvm"
5912version = "0.53.1"
5913source = "registry+https://github.com/rust-lang/crates.io-index"
5914checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
5915
5916[[package]]
5917name = "windows_x86_64_msvc"
5918version = "0.42.2"
5919source = "registry+https://github.com/rust-lang/crates.io-index"
5920checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
5921
5922[[package]]
5923name = "windows_x86_64_msvc"
5924version = "0.48.5"
5925source = "registry+https://github.com/rust-lang/crates.io-index"
5926checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
5927
5928[[package]]
5929name = "windows_x86_64_msvc"
5930version = "0.52.6"
5931source = "registry+https://github.com/rust-lang/crates.io-index"
5932checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
5933
5934[[package]]
5935name = "windows_x86_64_msvc"
5936version = "0.53.1"
5937source = "registry+https://github.com/rust-lang/crates.io-index"
5938checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
5939
5940[[package]]
5941name = "winnow"
5942version = "0.6.24"
5943source = "registry+https://github.com/rust-lang/crates.io-index"
5944checksum = "c8d71a593cc5c42ad7876e2c1fda56f314f3754c084128833e64f1345ff8a03a"
5945dependencies = [
5946 "memchr",
5947]
5948
5949[[package]]
5950name = "winnow"
5951version = "0.7.13"
5952source = "registry+https://github.com/rust-lang/crates.io-index"
5953checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
5954dependencies = [
5955 "memchr",
5956]
5957
5958[[package]]
5959name = "winreg"
5960version = "0.50.0"
5961source = "registry+https://github.com/rust-lang/crates.io-index"
5962checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
5963dependencies = [
5964 "cfg-if",
5965 "windows-sys 0.48.0",
5966]
5967
5968[[package]]
5969name = "wit-bindgen"
5970version = "0.46.0"
5971source = "registry+https://github.com/rust-lang/crates.io-index"
5972checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
5973
5974[[package]]
5975name = "writeable"
5976version = "0.6.1"
5977source = "registry+https://github.com/rust-lang/crates.io-index"
5978checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
5979
5980[[package]]
5981name = "yansi"
5982version = "1.0.1"
5983source = "registry+https://github.com/rust-lang/crates.io-index"
5984checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
5985
5986[[package]]
5987name = "yoke"
5988version = "0.8.0"
5989source = "registry+https://github.com/rust-lang/crates.io-index"
5990checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
5991dependencies = [
5992 "serde",
5993 "stable_deref_trait",
5994 "yoke-derive",
5995 "zerofrom",
5996]
5997
5998[[package]]
5999name = "yoke-derive"
6000version = "0.8.0"
6001source = "registry+https://github.com/rust-lang/crates.io-index"
6002checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
6003dependencies = [
6004 "proc-macro2",
6005 "quote",
6006 "syn 2.0.106",
6007 "synstructure",
6008]
6009
6010[[package]]
6011name = "zerocopy"
6012version = "0.8.27"
6013source = "registry+https://github.com/rust-lang/crates.io-index"
6014checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
6015dependencies = [
6016 "zerocopy-derive",
6017]
6018
6019[[package]]
6020name = "zerocopy-derive"
6021version = "0.8.27"
6022source = "registry+https://github.com/rust-lang/crates.io-index"
6023checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
6024dependencies = [
6025 "proc-macro2",
6026 "quote",
6027 "syn 2.0.106",
6028]
6029
6030[[package]]
6031name = "zerofrom"
6032version = "0.1.6"
6033source = "registry+https://github.com/rust-lang/crates.io-index"
6034checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
6035dependencies = [
6036 "zerofrom-derive",
6037]
6038
6039[[package]]
6040name = "zerofrom-derive"
6041version = "0.1.6"
6042source = "registry+https://github.com/rust-lang/crates.io-index"
6043checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
6044dependencies = [
6045 "proc-macro2",
6046 "quote",
6047 "syn 2.0.106",
6048 "synstructure",
6049]
6050
6051[[package]]
6052name = "zeroize"
6053version = "1.8.2"
6054source = "registry+https://github.com/rust-lang/crates.io-index"
6055checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
6056dependencies = [
6057 "serde",
6058]
6059
6060[[package]]
6061name = "zerotrie"
6062version = "0.2.2"
6063source = "registry+https://github.com/rust-lang/crates.io-index"
6064checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
6065dependencies = [
6066 "displaydoc",
6067 "yoke",
6068 "zerofrom",
6069]
6070
6071[[package]]
6072name = "zerovec"
6073version = "0.11.4"
6074source = "registry+https://github.com/rust-lang/crates.io-index"
6075checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
6076dependencies = [
6077 "yoke",
6078 "zerofrom",
6079 "zerovec-derive",
6080]
6081
6082[[package]]
6083name = "zerovec-derive"
6084version = "0.11.1"
6085source = "registry+https://github.com/rust-lang/crates.io-index"
6086checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
6087dependencies = [
6088 "proc-macro2",
6089 "quote",
6090 "syn 2.0.106",
6091]
6092
6093[[package]]
6094name = "zstd"
6095version = "0.13.3"
6096source = "registry+https://github.com/rust-lang/crates.io-index"
6097checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
6098dependencies = [
6099 "zstd-safe",
6100]
6101
6102[[package]]
6103name = "zstd-safe"
6104version = "7.2.4"
6105source = "registry+https://github.com/rust-lang/crates.io-index"
6106checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
6107dependencies = [
6108 "zstd-sys",
6109]
6110
6111[[package]]
6112name = "zstd-sys"
6113version = "2.0.16+zstd.1.5.7"
6114source = "registry+https://github.com/rust-lang/crates.io-index"
6115checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
6116dependencies = [
6117 "cc",
6118 "pkg-config",
6119]
6120
6121[[package]]
6122name = "zune-core"
6123version = "0.4.12"
6124source = "registry+https://github.com/rust-lang/crates.io-index"
6125checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
6126
6127[[package]]
6128name = "zune-inflate"
6129version = "0.2.54"
6130source = "registry+https://github.com/rust-lang/crates.io-index"
6131checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
6132dependencies = [
6133 "simd-adler32",
6134]
6135
6136[[package]]
6137name = "zune-jpeg"
6138version = "0.4.21"
6139source = "registry+https://github.com/rust-lang/crates.io-index"
6140checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
6141dependencies = [
6142 "zune-core",
6143]