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