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