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