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