neofetch for your did document
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "abnf"
7version = "0.13.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "087113bd50d9adce24850eed5d0476c7d199d532fce8fab5173650331e09033a"
10dependencies = [
11 "abnf-core",
12 "nom",
13]
14
15[[package]]
16name = "abnf-core"
17version = "0.5.0"
18source = "registry+https://github.com/rust-lang/crates.io-index"
19checksum = "c44e09c43ae1c368fb91a03a566472d0087c26cf7e1b9e8e289c14ede681dd7d"
20dependencies = [
21 "nom",
22]
23
24[[package]]
25name = "addr2line"
26version = "0.25.1"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
29dependencies = [
30 "gimli",
31]
32
33[[package]]
34name = "adler2"
35version = "2.0.1"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
38
39[[package]]
40name = "adler32"
41version = "1.2.0"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
44
45[[package]]
46name = "aho-corasick"
47version = "1.1.4"
48source = "registry+https://github.com/rust-lang/crates.io-index"
49checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
50dependencies = [
51 "memchr",
52]
53
54[[package]]
55name = "aliasable"
56version = "0.1.3"
57source = "registry+https://github.com/rust-lang/crates.io-index"
58checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
59
60[[package]]
61name = "alloc-no-stdlib"
62version = "2.0.4"
63source = "registry+https://github.com/rust-lang/crates.io-index"
64checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
65
66[[package]]
67name = "alloc-stdlib"
68version = "0.2.2"
69source = "registry+https://github.com/rust-lang/crates.io-index"
70checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
71dependencies = [
72 "alloc-no-stdlib",
73]
74
75[[package]]
76name = "allocator-api2"
77version = "0.2.21"
78source = "registry+https://github.com/rust-lang/crates.io-index"
79checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
80
81[[package]]
82name = "android_system_properties"
83version = "0.1.5"
84source = "registry+https://github.com/rust-lang/crates.io-index"
85checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
86dependencies = [
87 "libc",
88]
89
90[[package]]
91name = "anstream"
92version = "0.6.21"
93source = "registry+https://github.com/rust-lang/crates.io-index"
94checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
95dependencies = [
96 "anstyle",
97 "anstyle-parse",
98 "anstyle-query",
99 "anstyle-wincon",
100 "colorchoice",
101 "is_terminal_polyfill",
102 "utf8parse",
103]
104
105[[package]]
106name = "anstyle"
107version = "1.0.13"
108source = "registry+https://github.com/rust-lang/crates.io-index"
109checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
110
111[[package]]
112name = "anstyle-parse"
113version = "0.2.7"
114source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
116dependencies = [
117 "utf8parse",
118]
119
120[[package]]
121name = "anstyle-query"
122version = "1.1.4"
123source = "registry+https://github.com/rust-lang/crates.io-index"
124checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
125dependencies = [
126 "windows-sys 0.60.2",
127]
128
129[[package]]
130name = "anstyle-wincon"
131version = "3.0.10"
132source = "registry+https://github.com/rust-lang/crates.io-index"
133checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
134dependencies = [
135 "anstyle",
136 "once_cell_polyfill",
137 "windows-sys 0.60.2",
138]
139
140[[package]]
141name = "ascii"
142version = "1.1.0"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
145
146[[package]]
147name = "async-compression"
148version = "0.4.32"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
151dependencies = [
152 "compression-codecs",
153 "compression-core",
154 "futures-core",
155 "pin-project-lite",
156 "tokio",
157]
158
159[[package]]
160name = "async-trait"
161version = "0.1.89"
162source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
164dependencies = [
165 "proc-macro2",
166 "quote",
167 "syn 2.0.109",
168]
169
170[[package]]
171name = "atfetch"
172version = "0.1.0"
173dependencies = [
174 "clap",
175 "color-eyre",
176 "crossterm",
177 "jacquard",
178 "miette",
179 "ratatui",
180 "reqwest",
181 "tokio",
182]
183
184[[package]]
185name = "atomic-waker"
186version = "1.1.2"
187source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
189
190[[package]]
191name = "autocfg"
192version = "1.5.0"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
195
196[[package]]
197name = "backtrace"
198version = "0.3.76"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
201dependencies = [
202 "addr2line",
203 "cfg-if",
204 "libc",
205 "miniz_oxide",
206 "object",
207 "rustc-demangle",
208 "windows-link 0.2.1",
209]
210
211[[package]]
212name = "backtrace-ext"
213version = "0.2.1"
214source = "registry+https://github.com/rust-lang/crates.io-index"
215checksum = "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50"
216dependencies = [
217 "backtrace",
218]
219
220[[package]]
221name = "base-x"
222version = "0.2.11"
223source = "registry+https://github.com/rust-lang/crates.io-index"
224checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
225
226[[package]]
227name = "base16ct"
228version = "0.2.0"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
231
232[[package]]
233name = "base256emoji"
234version = "1.0.2"
235source = "registry+https://github.com/rust-lang/crates.io-index"
236checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c"
237dependencies = [
238 "const-str",
239 "match-lookup",
240]
241
242[[package]]
243name = "base64"
244version = "0.13.1"
245source = "registry+https://github.com/rust-lang/crates.io-index"
246checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
247
248[[package]]
249name = "base64"
250version = "0.22.1"
251source = "registry+https://github.com/rust-lang/crates.io-index"
252checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
253
254[[package]]
255name = "base64ct"
256version = "1.8.0"
257source = "registry+https://github.com/rust-lang/crates.io-index"
258checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
259
260[[package]]
261name = "bitflags"
262version = "2.10.0"
263source = "registry+https://github.com/rust-lang/crates.io-index"
264checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
265
266[[package]]
267name = "block-buffer"
268version = "0.10.4"
269source = "registry+https://github.com/rust-lang/crates.io-index"
270checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
271dependencies = [
272 "generic-array",
273]
274
275[[package]]
276name = "bon"
277version = "3.8.1"
278source = "registry+https://github.com/rust-lang/crates.io-index"
279checksum = "ebeb9aaf9329dff6ceb65c689ca3db33dbf15f324909c60e4e5eef5701ce31b1"
280dependencies = [
281 "bon-macros",
282 "rustversion",
283]
284
285[[package]]
286name = "bon-macros"
287version = "3.8.1"
288source = "registry+https://github.com/rust-lang/crates.io-index"
289checksum = "77e9d642a7e3a318e37c2c9427b5a6a48aa1ad55dcd986f3034ab2239045a645"
290dependencies = [
291 "darling 0.21.3",
292 "ident_case",
293 "prettyplease",
294 "proc-macro2",
295 "quote",
296 "rustversion",
297 "syn 2.0.109",
298]
299
300[[package]]
301name = "borsh"
302version = "1.5.7"
303source = "registry+https://github.com/rust-lang/crates.io-index"
304checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
305dependencies = [
306 "cfg_aliases",
307]
308
309[[package]]
310name = "brotli"
311version = "3.5.0"
312source = "registry+https://github.com/rust-lang/crates.io-index"
313checksum = "d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391"
314dependencies = [
315 "alloc-no-stdlib",
316 "alloc-stdlib",
317 "brotli-decompressor",
318]
319
320[[package]]
321name = "brotli-decompressor"
322version = "2.5.1"
323source = "registry+https://github.com/rust-lang/crates.io-index"
324checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f"
325dependencies = [
326 "alloc-no-stdlib",
327 "alloc-stdlib",
328]
329
330[[package]]
331name = "btree-range-map"
332version = "0.7.2"
333source = "registry+https://github.com/rust-lang/crates.io-index"
334checksum = "1be5c9672446d3800bcbcaabaeba121fe22f1fb25700c4562b22faf76d377c33"
335dependencies = [
336 "btree-slab",
337 "cc-traits",
338 "range-traits",
339 "serde",
340 "slab",
341]
342
343[[package]]
344name = "btree-slab"
345version = "0.6.1"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "7a2b56d3029f075c4fa892428a098425b86cef5c89ae54073137ece416aef13c"
348dependencies = [
349 "cc-traits",
350 "slab",
351 "smallvec",
352]
353
354[[package]]
355name = "buf_redux"
356version = "0.8.4"
357source = "registry+https://github.com/rust-lang/crates.io-index"
358checksum = "b953a6887648bb07a535631f2bc00fbdb2a2216f135552cb3f534ed136b9c07f"
359dependencies = [
360 "memchr",
361 "safemem",
362]
363
364[[package]]
365name = "bumpalo"
366version = "3.19.0"
367source = "registry+https://github.com/rust-lang/crates.io-index"
368checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
369
370[[package]]
371name = "bytecount"
372version = "0.6.9"
373source = "registry+https://github.com/rust-lang/crates.io-index"
374checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
375
376[[package]]
377name = "bytes"
378version = "1.10.1"
379source = "registry+https://github.com/rust-lang/crates.io-index"
380checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
381dependencies = [
382 "serde",
383]
384
385[[package]]
386name = "camino"
387version = "1.2.1"
388source = "registry+https://github.com/rust-lang/crates.io-index"
389checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
390dependencies = [
391 "serde_core",
392]
393
394[[package]]
395name = "cargo-platform"
396version = "0.1.9"
397source = "registry+https://github.com/rust-lang/crates.io-index"
398checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
399dependencies = [
400 "serde",
401]
402
403[[package]]
404name = "cargo_metadata"
405version = "0.14.2"
406source = "registry+https://github.com/rust-lang/crates.io-index"
407checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"
408dependencies = [
409 "camino",
410 "cargo-platform",
411 "semver",
412 "serde",
413 "serde_json",
414]
415
416[[package]]
417name = "cassowary"
418version = "0.3.0"
419source = "registry+https://github.com/rust-lang/crates.io-index"
420checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
421
422[[package]]
423name = "castaway"
424version = "0.2.4"
425source = "registry+https://github.com/rust-lang/crates.io-index"
426checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
427dependencies = [
428 "rustversion",
429]
430
431[[package]]
432name = "cbor4ii"
433version = "0.2.14"
434source = "registry+https://github.com/rust-lang/crates.io-index"
435checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4"
436dependencies = [
437 "serde",
438]
439
440[[package]]
441name = "cc"
442version = "1.2.45"
443source = "registry+https://github.com/rust-lang/crates.io-index"
444checksum = "35900b6c8d709fb1d854671ae27aeaa9eec2f8b01b364e1619a40da3e6fe2afe"
445dependencies = [
446 "find-msvc-tools",
447 "shlex",
448]
449
450[[package]]
451name = "cc-traits"
452version = "2.0.0"
453source = "registry+https://github.com/rust-lang/crates.io-index"
454checksum = "060303ef31ef4a522737e1b1ab68c67916f2a787bb2f4f54f383279adba962b5"
455dependencies = [
456 "slab",
457]
458
459[[package]]
460name = "cesu8"
461version = "1.1.0"
462source = "registry+https://github.com/rust-lang/crates.io-index"
463checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
464
465[[package]]
466name = "cfg-if"
467version = "1.0.4"
468source = "registry+https://github.com/rust-lang/crates.io-index"
469checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
470
471[[package]]
472name = "cfg_aliases"
473version = "0.2.1"
474source = "registry+https://github.com/rust-lang/crates.io-index"
475checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
476
477[[package]]
478name = "chrono"
479version = "0.4.42"
480source = "registry+https://github.com/rust-lang/crates.io-index"
481checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
482dependencies = [
483 "iana-time-zone",
484 "js-sys",
485 "num-traits",
486 "serde",
487 "wasm-bindgen",
488 "windows-link 0.2.1",
489]
490
491[[package]]
492name = "chunked_transfer"
493version = "1.5.0"
494source = "registry+https://github.com/rust-lang/crates.io-index"
495checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
496
497[[package]]
498name = "ciborium"
499version = "0.2.2"
500source = "registry+https://github.com/rust-lang/crates.io-index"
501checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
502dependencies = [
503 "ciborium-io",
504 "ciborium-ll",
505 "serde",
506]
507
508[[package]]
509name = "ciborium-io"
510version = "0.2.2"
511source = "registry+https://github.com/rust-lang/crates.io-index"
512checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
513
514[[package]]
515name = "ciborium-ll"
516version = "0.2.2"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
519dependencies = [
520 "ciborium-io",
521 "half",
522]
523
524[[package]]
525name = "cid"
526version = "0.11.1"
527source = "registry+https://github.com/rust-lang/crates.io-index"
528checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a"
529dependencies = [
530 "core2",
531 "multibase",
532 "multihash",
533 "serde",
534 "serde_bytes",
535 "unsigned-varint",
536]
537
538[[package]]
539name = "clap"
540version = "4.5.51"
541source = "registry+https://github.com/rust-lang/crates.io-index"
542checksum = "4c26d721170e0295f191a69bd9a1f93efcdb0aff38684b61ab5750468972e5f5"
543dependencies = [
544 "clap_builder",
545 "clap_derive",
546]
547
548[[package]]
549name = "clap_builder"
550version = "4.5.51"
551source = "registry+https://github.com/rust-lang/crates.io-index"
552checksum = "75835f0c7bf681bfd05abe44e965760fea999a5286c6eb2d59883634fd02011a"
553dependencies = [
554 "anstream",
555 "anstyle",
556 "clap_lex",
557 "strsim",
558]
559
560[[package]]
561name = "clap_derive"
562version = "4.5.49"
563source = "registry+https://github.com/rust-lang/crates.io-index"
564checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
565dependencies = [
566 "heck 0.5.0",
567 "proc-macro2",
568 "quote",
569 "syn 2.0.109",
570]
571
572[[package]]
573name = "clap_lex"
574version = "0.7.6"
575source = "registry+https://github.com/rust-lang/crates.io-index"
576checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
577
578[[package]]
579name = "color-eyre"
580version = "0.6.5"
581source = "registry+https://github.com/rust-lang/crates.io-index"
582checksum = "e5920befb47832a6d61ee3a3a846565cfa39b331331e68a3b1d1116630f2f26d"
583dependencies = [
584 "backtrace",
585 "color-spantrace",
586 "eyre",
587 "indenter",
588 "once_cell",
589 "owo-colors",
590 "tracing-error",
591]
592
593[[package]]
594name = "color-spantrace"
595version = "0.3.0"
596source = "registry+https://github.com/rust-lang/crates.io-index"
597checksum = "b8b88ea9df13354b55bc7234ebcce36e6ef896aca2e42a15de9e10edce01b427"
598dependencies = [
599 "once_cell",
600 "owo-colors",
601 "tracing-core",
602 "tracing-error",
603]
604
605[[package]]
606name = "colorchoice"
607version = "1.0.4"
608source = "registry+https://github.com/rust-lang/crates.io-index"
609checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
610
611[[package]]
612name = "combine"
613version = "4.6.7"
614source = "registry+https://github.com/rust-lang/crates.io-index"
615checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
616dependencies = [
617 "bytes",
618 "memchr",
619]
620
621[[package]]
622name = "compact_str"
623version = "0.8.1"
624source = "registry+https://github.com/rust-lang/crates.io-index"
625checksum = "3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32"
626dependencies = [
627 "castaway",
628 "cfg-if",
629 "itoa",
630 "rustversion",
631 "ryu",
632 "static_assertions",
633]
634
635[[package]]
636name = "compression-codecs"
637version = "0.4.31"
638source = "registry+https://github.com/rust-lang/crates.io-index"
639checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
640dependencies = [
641 "compression-core",
642 "flate2",
643 "memchr",
644]
645
646[[package]]
647name = "compression-core"
648version = "0.4.29"
649source = "registry+https://github.com/rust-lang/crates.io-index"
650checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
651
652[[package]]
653name = "const-oid"
654version = "0.9.6"
655source = "registry+https://github.com/rust-lang/crates.io-index"
656checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
657
658[[package]]
659name = "const-str"
660version = "0.4.3"
661source = "registry+https://github.com/rust-lang/crates.io-index"
662checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3"
663
664[[package]]
665name = "core-foundation"
666version = "0.9.4"
667source = "registry+https://github.com/rust-lang/crates.io-index"
668checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
669dependencies = [
670 "core-foundation-sys",
671 "libc",
672]
673
674[[package]]
675name = "core-foundation"
676version = "0.10.1"
677source = "registry+https://github.com/rust-lang/crates.io-index"
678checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
679dependencies = [
680 "core-foundation-sys",
681 "libc",
682]
683
684[[package]]
685name = "core-foundation-sys"
686version = "0.8.7"
687source = "registry+https://github.com/rust-lang/crates.io-index"
688checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
689
690[[package]]
691name = "core2"
692version = "0.4.0"
693source = "registry+https://github.com/rust-lang/crates.io-index"
694checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
695dependencies = [
696 "memchr",
697]
698
699[[package]]
700name = "cpufeatures"
701version = "0.2.17"
702source = "registry+https://github.com/rust-lang/crates.io-index"
703checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
704dependencies = [
705 "libc",
706]
707
708[[package]]
709name = "crc32fast"
710version = "1.5.0"
711source = "registry+https://github.com/rust-lang/crates.io-index"
712checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
713dependencies = [
714 "cfg-if",
715]
716
717[[package]]
718name = "crossbeam-channel"
719version = "0.5.15"
720source = "registry+https://github.com/rust-lang/crates.io-index"
721checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
722dependencies = [
723 "crossbeam-utils",
724]
725
726[[package]]
727name = "crossbeam-utils"
728version = "0.8.21"
729source = "registry+https://github.com/rust-lang/crates.io-index"
730checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
731
732[[package]]
733name = "crossterm"
734version = "0.28.1"
735source = "registry+https://github.com/rust-lang/crates.io-index"
736checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6"
737dependencies = [
738 "bitflags",
739 "crossterm_winapi",
740 "mio",
741 "parking_lot",
742 "rustix 0.38.44",
743 "signal-hook",
744 "signal-hook-mio",
745 "winapi",
746]
747
748[[package]]
749name = "crossterm_winapi"
750version = "0.9.1"
751source = "registry+https://github.com/rust-lang/crates.io-index"
752checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
753dependencies = [
754 "winapi",
755]
756
757[[package]]
758name = "crunchy"
759version = "0.2.4"
760source = "registry+https://github.com/rust-lang/crates.io-index"
761checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
762
763[[package]]
764name = "crypto-bigint"
765version = "0.5.5"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
768dependencies = [
769 "generic-array",
770 "rand_core 0.6.4",
771 "subtle",
772 "zeroize",
773]
774
775[[package]]
776name = "crypto-common"
777version = "0.1.6"
778source = "registry+https://github.com/rust-lang/crates.io-index"
779checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
780dependencies = [
781 "generic-array",
782 "typenum",
783]
784
785[[package]]
786name = "darling"
787version = "0.20.11"
788source = "registry+https://github.com/rust-lang/crates.io-index"
789checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
790dependencies = [
791 "darling_core 0.20.11",
792 "darling_macro 0.20.11",
793]
794
795[[package]]
796name = "darling"
797version = "0.21.3"
798source = "registry+https://github.com/rust-lang/crates.io-index"
799checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
800dependencies = [
801 "darling_core 0.21.3",
802 "darling_macro 0.21.3",
803]
804
805[[package]]
806name = "darling_core"
807version = "0.20.11"
808source = "registry+https://github.com/rust-lang/crates.io-index"
809checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
810dependencies = [
811 "fnv",
812 "ident_case",
813 "proc-macro2",
814 "quote",
815 "strsim",
816 "syn 2.0.109",
817]
818
819[[package]]
820name = "darling_core"
821version = "0.21.3"
822source = "registry+https://github.com/rust-lang/crates.io-index"
823checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
824dependencies = [
825 "fnv",
826 "ident_case",
827 "proc-macro2",
828 "quote",
829 "strsim",
830 "syn 2.0.109",
831]
832
833[[package]]
834name = "darling_macro"
835version = "0.20.11"
836source = "registry+https://github.com/rust-lang/crates.io-index"
837checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
838dependencies = [
839 "darling_core 0.20.11",
840 "quote",
841 "syn 2.0.109",
842]
843
844[[package]]
845name = "darling_macro"
846version = "0.21.3"
847source = "registry+https://github.com/rust-lang/crates.io-index"
848checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
849dependencies = [
850 "darling_core 0.21.3",
851 "quote",
852 "syn 2.0.109",
853]
854
855[[package]]
856name = "dashmap"
857version = "5.5.3"
858source = "registry+https://github.com/rust-lang/crates.io-index"
859checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
860dependencies = [
861 "cfg-if",
862 "hashbrown 0.14.5",
863 "lock_api",
864 "once_cell",
865 "parking_lot_core",
866]
867
868[[package]]
869name = "dashmap"
870version = "6.1.0"
871source = "registry+https://github.com/rust-lang/crates.io-index"
872checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
873dependencies = [
874 "cfg-if",
875 "crossbeam-utils",
876 "hashbrown 0.14.5",
877 "lock_api",
878 "once_cell",
879 "parking_lot_core",
880]
881
882[[package]]
883name = "data-encoding"
884version = "2.9.0"
885source = "registry+https://github.com/rust-lang/crates.io-index"
886checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
887
888[[package]]
889name = "data-encoding-macro"
890version = "0.1.18"
891source = "registry+https://github.com/rust-lang/crates.io-index"
892checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d"
893dependencies = [
894 "data-encoding",
895 "data-encoding-macro-internal",
896]
897
898[[package]]
899name = "data-encoding-macro-internal"
900version = "0.1.16"
901source = "registry+https://github.com/rust-lang/crates.io-index"
902checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976"
903dependencies = [
904 "data-encoding",
905 "syn 2.0.109",
906]
907
908[[package]]
909name = "deflate"
910version = "1.0.0"
911source = "registry+https://github.com/rust-lang/crates.io-index"
912checksum = "c86f7e25f518f4b81808a2cf1c50996a61f5c2eb394b2393bd87f2a4780a432f"
913dependencies = [
914 "adler32",
915 "gzip-header",
916]
917
918[[package]]
919name = "der"
920version = "0.7.10"
921source = "registry+https://github.com/rust-lang/crates.io-index"
922checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
923dependencies = [
924 "const-oid",
925 "pem-rfc7468",
926 "zeroize",
927]
928
929[[package]]
930name = "deranged"
931version = "0.5.5"
932source = "registry+https://github.com/rust-lang/crates.io-index"
933checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
934dependencies = [
935 "powerfmt",
936 "serde_core",
937]
938
939[[package]]
940name = "digest"
941version = "0.10.7"
942source = "registry+https://github.com/rust-lang/crates.io-index"
943checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
944dependencies = [
945 "block-buffer",
946 "const-oid",
947 "crypto-common",
948 "subtle",
949]
950
951[[package]]
952name = "displaydoc"
953version = "0.2.5"
954source = "registry+https://github.com/rust-lang/crates.io-index"
955checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
956dependencies = [
957 "proc-macro2",
958 "quote",
959 "syn 2.0.109",
960]
961
962[[package]]
963name = "dyn-clone"
964version = "1.0.20"
965source = "registry+https://github.com/rust-lang/crates.io-index"
966checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
967
968[[package]]
969name = "ecdsa"
970version = "0.16.9"
971source = "registry+https://github.com/rust-lang/crates.io-index"
972checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
973dependencies = [
974 "der",
975 "digest",
976 "elliptic-curve",
977 "rfc6979",
978 "signature",
979 "spki",
980]
981
982[[package]]
983name = "either"
984version = "1.15.0"
985source = "registry+https://github.com/rust-lang/crates.io-index"
986checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
987
988[[package]]
989name = "elliptic-curve"
990version = "0.13.8"
991source = "registry+https://github.com/rust-lang/crates.io-index"
992checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
993dependencies = [
994 "base16ct",
995 "crypto-bigint",
996 "digest",
997 "ff",
998 "generic-array",
999 "group",
1000 "pem-rfc7468",
1001 "pkcs8",
1002 "rand_core 0.6.4",
1003 "sec1",
1004 "subtle",
1005 "zeroize",
1006]
1007
1008[[package]]
1009name = "encoding_rs"
1010version = "0.8.35"
1011source = "registry+https://github.com/rust-lang/crates.io-index"
1012checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
1013dependencies = [
1014 "cfg-if",
1015]
1016
1017[[package]]
1018name = "enum-as-inner"
1019version = "0.6.1"
1020source = "registry+https://github.com/rust-lang/crates.io-index"
1021checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
1022dependencies = [
1023 "heck 0.5.0",
1024 "proc-macro2",
1025 "quote",
1026 "syn 2.0.109",
1027]
1028
1029[[package]]
1030name = "equivalent"
1031version = "1.0.2"
1032source = "registry+https://github.com/rust-lang/crates.io-index"
1033checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
1034
1035[[package]]
1036name = "errno"
1037version = "0.3.14"
1038source = "registry+https://github.com/rust-lang/crates.io-index"
1039checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1040dependencies = [
1041 "libc",
1042 "windows-sys 0.61.2",
1043]
1044
1045[[package]]
1046name = "error-chain"
1047version = "0.12.4"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc"
1050dependencies = [
1051 "version_check",
1052]
1053
1054[[package]]
1055name = "eyre"
1056version = "0.6.12"
1057source = "registry+https://github.com/rust-lang/crates.io-index"
1058checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
1059dependencies = [
1060 "indenter",
1061 "once_cell",
1062]
1063
1064[[package]]
1065name = "fastrand"
1066version = "2.3.0"
1067source = "registry+https://github.com/rust-lang/crates.io-index"
1068checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
1069
1070[[package]]
1071name = "ff"
1072version = "0.13.1"
1073source = "registry+https://github.com/rust-lang/crates.io-index"
1074checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
1075dependencies = [
1076 "rand_core 0.6.4",
1077 "subtle",
1078]
1079
1080[[package]]
1081name = "filetime"
1082version = "0.2.26"
1083source = "registry+https://github.com/rust-lang/crates.io-index"
1084checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
1085dependencies = [
1086 "cfg-if",
1087 "libc",
1088 "libredox",
1089 "windows-sys 0.60.2",
1090]
1091
1092[[package]]
1093name = "find-msvc-tools"
1094version = "0.1.4"
1095source = "registry+https://github.com/rust-lang/crates.io-index"
1096checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"
1097
1098[[package]]
1099name = "flate2"
1100version = "1.1.5"
1101source = "registry+https://github.com/rust-lang/crates.io-index"
1102checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb"
1103dependencies = [
1104 "crc32fast",
1105 "miniz_oxide",
1106]
1107
1108[[package]]
1109name = "fnv"
1110version = "1.0.7"
1111source = "registry+https://github.com/rust-lang/crates.io-index"
1112checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1113
1114[[package]]
1115name = "foldhash"
1116version = "0.1.5"
1117source = "registry+https://github.com/rust-lang/crates.io-index"
1118checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
1119
1120[[package]]
1121name = "foreign-types"
1122version = "0.3.2"
1123source = "registry+https://github.com/rust-lang/crates.io-index"
1124checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1125dependencies = [
1126 "foreign-types-shared",
1127]
1128
1129[[package]]
1130name = "foreign-types-shared"
1131version = "0.1.1"
1132source = "registry+https://github.com/rust-lang/crates.io-index"
1133checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1134
1135[[package]]
1136name = "form_urlencoded"
1137version = "1.2.2"
1138source = "registry+https://github.com/rust-lang/crates.io-index"
1139checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
1140dependencies = [
1141 "percent-encoding",
1142]
1143
1144[[package]]
1145name = "futf"
1146version = "0.1.5"
1147source = "registry+https://github.com/rust-lang/crates.io-index"
1148checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
1149dependencies = [
1150 "mac",
1151 "new_debug_unreachable",
1152]
1153
1154[[package]]
1155name = "futures-channel"
1156version = "0.3.31"
1157source = "registry+https://github.com/rust-lang/crates.io-index"
1158checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
1159dependencies = [
1160 "futures-core",
1161]
1162
1163[[package]]
1164name = "futures-core"
1165version = "0.3.31"
1166source = "registry+https://github.com/rust-lang/crates.io-index"
1167checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
1168
1169[[package]]
1170name = "futures-io"
1171version = "0.3.31"
1172source = "registry+https://github.com/rust-lang/crates.io-index"
1173checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
1174
1175[[package]]
1176name = "futures-macro"
1177version = "0.3.31"
1178source = "registry+https://github.com/rust-lang/crates.io-index"
1179checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
1180dependencies = [
1181 "proc-macro2",
1182 "quote",
1183 "syn 2.0.109",
1184]
1185
1186[[package]]
1187name = "futures-sink"
1188version = "0.3.31"
1189source = "registry+https://github.com/rust-lang/crates.io-index"
1190checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
1191
1192[[package]]
1193name = "futures-task"
1194version = "0.3.31"
1195source = "registry+https://github.com/rust-lang/crates.io-index"
1196checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
1197
1198[[package]]
1199name = "futures-util"
1200version = "0.3.31"
1201source = "registry+https://github.com/rust-lang/crates.io-index"
1202checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
1203dependencies = [
1204 "futures-core",
1205 "futures-io",
1206 "futures-macro",
1207 "futures-sink",
1208 "futures-task",
1209 "memchr",
1210 "pin-project-lite",
1211 "pin-utils",
1212 "slab",
1213]
1214
1215[[package]]
1216name = "generic-array"
1217version = "0.14.9"
1218source = "registry+https://github.com/rust-lang/crates.io-index"
1219checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
1220dependencies = [
1221 "typenum",
1222 "version_check",
1223 "zeroize",
1224]
1225
1226[[package]]
1227name = "getrandom"
1228version = "0.2.16"
1229source = "registry+https://github.com/rust-lang/crates.io-index"
1230checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
1231dependencies = [
1232 "cfg-if",
1233 "js-sys",
1234 "libc",
1235 "wasi",
1236 "wasm-bindgen",
1237]
1238
1239[[package]]
1240name = "getrandom"
1241version = "0.3.4"
1242source = "registry+https://github.com/rust-lang/crates.io-index"
1243checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
1244dependencies = [
1245 "cfg-if",
1246 "js-sys",
1247 "libc",
1248 "r-efi",
1249 "wasip2",
1250 "wasm-bindgen",
1251]
1252
1253[[package]]
1254name = "gimli"
1255version = "0.32.3"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
1258
1259[[package]]
1260name = "glob"
1261version = "0.3.3"
1262source = "registry+https://github.com/rust-lang/crates.io-index"
1263checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
1264
1265[[package]]
1266name = "group"
1267version = "0.13.0"
1268source = "registry+https://github.com/rust-lang/crates.io-index"
1269checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
1270dependencies = [
1271 "ff",
1272 "rand_core 0.6.4",
1273 "subtle",
1274]
1275
1276[[package]]
1277name = "gzip-header"
1278version = "1.0.0"
1279source = "registry+https://github.com/rust-lang/crates.io-index"
1280checksum = "95cc527b92e6029a62960ad99aa8a6660faa4555fe5f731aab13aa6a921795a2"
1281dependencies = [
1282 "crc32fast",
1283]
1284
1285[[package]]
1286name = "h2"
1287version = "0.4.12"
1288source = "registry+https://github.com/rust-lang/crates.io-index"
1289checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
1290dependencies = [
1291 "atomic-waker",
1292 "bytes",
1293 "fnv",
1294 "futures-core",
1295 "futures-sink",
1296 "http",
1297 "indexmap 2.12.0",
1298 "slab",
1299 "tokio",
1300 "tokio-util",
1301 "tracing",
1302]
1303
1304[[package]]
1305name = "half"
1306version = "2.7.1"
1307source = "registry+https://github.com/rust-lang/crates.io-index"
1308checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
1309dependencies = [
1310 "cfg-if",
1311 "crunchy",
1312 "zerocopy",
1313]
1314
1315[[package]]
1316name = "hashbrown"
1317version = "0.12.3"
1318source = "registry+https://github.com/rust-lang/crates.io-index"
1319checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1320
1321[[package]]
1322name = "hashbrown"
1323version = "0.14.5"
1324source = "registry+https://github.com/rust-lang/crates.io-index"
1325checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1326
1327[[package]]
1328name = "hashbrown"
1329version = "0.15.5"
1330source = "registry+https://github.com/rust-lang/crates.io-index"
1331checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1332dependencies = [
1333 "allocator-api2",
1334 "equivalent",
1335 "foldhash",
1336]
1337
1338[[package]]
1339name = "hashbrown"
1340version = "0.16.0"
1341source = "registry+https://github.com/rust-lang/crates.io-index"
1342checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
1343
1344[[package]]
1345name = "heck"
1346version = "0.4.1"
1347source = "registry+https://github.com/rust-lang/crates.io-index"
1348checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1349
1350[[package]]
1351name = "heck"
1352version = "0.5.0"
1353source = "registry+https://github.com/rust-lang/crates.io-index"
1354checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1355
1356[[package]]
1357name = "hermit-abi"
1358version = "0.5.2"
1359source = "registry+https://github.com/rust-lang/crates.io-index"
1360checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
1361
1362[[package]]
1363name = "hex"
1364version = "0.4.3"
1365source = "registry+https://github.com/rust-lang/crates.io-index"
1366checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1367
1368[[package]]
1369name = "hex_fmt"
1370version = "0.3.0"
1371source = "registry+https://github.com/rust-lang/crates.io-index"
1372checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"
1373
1374[[package]]
1375name = "hickory-proto"
1376version = "0.24.4"
1377source = "registry+https://github.com/rust-lang/crates.io-index"
1378checksum = "92652067c9ce6f66ce53cc38d1169daa36e6e7eb7dd3b63b5103bd9d97117248"
1379dependencies = [
1380 "async-trait",
1381 "cfg-if",
1382 "data-encoding",
1383 "enum-as-inner",
1384 "futures-channel",
1385 "futures-io",
1386 "futures-util",
1387 "idna",
1388 "ipnet",
1389 "once_cell",
1390 "rand 0.8.5",
1391 "thiserror 1.0.69",
1392 "tinyvec",
1393 "tokio",
1394 "tracing",
1395 "url",
1396]
1397
1398[[package]]
1399name = "hickory-resolver"
1400version = "0.24.4"
1401source = "registry+https://github.com/rust-lang/crates.io-index"
1402checksum = "cbb117a1ca520e111743ab2f6688eddee69db4e0ea242545a604dce8a66fd22e"
1403dependencies = [
1404 "cfg-if",
1405 "futures-util",
1406 "hickory-proto",
1407 "ipconfig",
1408 "lru-cache",
1409 "once_cell",
1410 "parking_lot",
1411 "rand 0.8.5",
1412 "resolv-conf",
1413 "smallvec",
1414 "thiserror 1.0.69",
1415 "tokio",
1416 "tracing",
1417]
1418
1419[[package]]
1420name = "hmac"
1421version = "0.12.1"
1422source = "registry+https://github.com/rust-lang/crates.io-index"
1423checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1424dependencies = [
1425 "digest",
1426]
1427
1428[[package]]
1429name = "html5ever"
1430version = "0.27.0"
1431source = "registry+https://github.com/rust-lang/crates.io-index"
1432checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
1433dependencies = [
1434 "log",
1435 "mac",
1436 "markup5ever",
1437 "proc-macro2",
1438 "quote",
1439 "syn 2.0.109",
1440]
1441
1442[[package]]
1443name = "http"
1444version = "1.3.1"
1445source = "registry+https://github.com/rust-lang/crates.io-index"
1446checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
1447dependencies = [
1448 "bytes",
1449 "fnv",
1450 "itoa",
1451]
1452
1453[[package]]
1454name = "http-body"
1455version = "1.0.1"
1456source = "registry+https://github.com/rust-lang/crates.io-index"
1457checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1458dependencies = [
1459 "bytes",
1460 "http",
1461]
1462
1463[[package]]
1464name = "http-body-util"
1465version = "0.1.3"
1466source = "registry+https://github.com/rust-lang/crates.io-index"
1467checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1468dependencies = [
1469 "bytes",
1470 "futures-core",
1471 "http",
1472 "http-body",
1473 "pin-project-lite",
1474]
1475
1476[[package]]
1477name = "httparse"
1478version = "1.10.1"
1479source = "registry+https://github.com/rust-lang/crates.io-index"
1480checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1481
1482[[package]]
1483name = "httpdate"
1484version = "1.0.3"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1487
1488[[package]]
1489name = "hyper"
1490version = "1.7.0"
1491source = "registry+https://github.com/rust-lang/crates.io-index"
1492checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
1493dependencies = [
1494 "atomic-waker",
1495 "bytes",
1496 "futures-channel",
1497 "futures-core",
1498 "h2",
1499 "http",
1500 "http-body",
1501 "httparse",
1502 "itoa",
1503 "pin-project-lite",
1504 "pin-utils",
1505 "smallvec",
1506 "tokio",
1507 "want",
1508]
1509
1510[[package]]
1511name = "hyper-rustls"
1512version = "0.27.7"
1513source = "registry+https://github.com/rust-lang/crates.io-index"
1514checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
1515dependencies = [
1516 "http",
1517 "hyper",
1518 "hyper-util",
1519 "rustls",
1520 "rustls-pki-types",
1521 "tokio",
1522 "tokio-rustls",
1523 "tower-service",
1524 "webpki-roots",
1525]
1526
1527[[package]]
1528name = "hyper-tls"
1529version = "0.6.0"
1530source = "registry+https://github.com/rust-lang/crates.io-index"
1531checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
1532dependencies = [
1533 "bytes",
1534 "http-body-util",
1535 "hyper",
1536 "hyper-util",
1537 "native-tls",
1538 "tokio",
1539 "tokio-native-tls",
1540 "tower-service",
1541]
1542
1543[[package]]
1544name = "hyper-util"
1545version = "0.1.17"
1546source = "registry+https://github.com/rust-lang/crates.io-index"
1547checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
1548dependencies = [
1549 "base64 0.22.1",
1550 "bytes",
1551 "futures-channel",
1552 "futures-core",
1553 "futures-util",
1554 "http",
1555 "http-body",
1556 "hyper",
1557 "ipnet",
1558 "libc",
1559 "percent-encoding",
1560 "pin-project-lite",
1561 "socket2 0.6.1",
1562 "system-configuration",
1563 "tokio",
1564 "tower-service",
1565 "tracing",
1566 "windows-registry",
1567]
1568
1569[[package]]
1570name = "iana-time-zone"
1571version = "0.1.64"
1572source = "registry+https://github.com/rust-lang/crates.io-index"
1573checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
1574dependencies = [
1575 "android_system_properties",
1576 "core-foundation-sys",
1577 "iana-time-zone-haiku",
1578 "js-sys",
1579 "log",
1580 "wasm-bindgen",
1581 "windows-core",
1582]
1583
1584[[package]]
1585name = "iana-time-zone-haiku"
1586version = "0.1.2"
1587source = "registry+https://github.com/rust-lang/crates.io-index"
1588checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1589dependencies = [
1590 "cc",
1591]
1592
1593[[package]]
1594name = "icu_collections"
1595version = "2.1.1"
1596source = "registry+https://github.com/rust-lang/crates.io-index"
1597checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
1598dependencies = [
1599 "displaydoc",
1600 "potential_utf",
1601 "yoke",
1602 "zerofrom",
1603 "zerovec",
1604]
1605
1606[[package]]
1607name = "icu_locale_core"
1608version = "2.1.1"
1609source = "registry+https://github.com/rust-lang/crates.io-index"
1610checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
1611dependencies = [
1612 "displaydoc",
1613 "litemap",
1614 "tinystr",
1615 "writeable",
1616 "zerovec",
1617]
1618
1619[[package]]
1620name = "icu_normalizer"
1621version = "2.1.1"
1622source = "registry+https://github.com/rust-lang/crates.io-index"
1623checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
1624dependencies = [
1625 "icu_collections",
1626 "icu_normalizer_data",
1627 "icu_properties",
1628 "icu_provider",
1629 "smallvec",
1630 "zerovec",
1631]
1632
1633[[package]]
1634name = "icu_normalizer_data"
1635version = "2.1.1"
1636source = "registry+https://github.com/rust-lang/crates.io-index"
1637checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
1638
1639[[package]]
1640name = "icu_properties"
1641version = "2.1.1"
1642source = "registry+https://github.com/rust-lang/crates.io-index"
1643checksum = "e93fcd3157766c0c8da2f8cff6ce651a31f0810eaa1c51ec363ef790bbb5fb99"
1644dependencies = [
1645 "icu_collections",
1646 "icu_locale_core",
1647 "icu_properties_data",
1648 "icu_provider",
1649 "zerotrie",
1650 "zerovec",
1651]
1652
1653[[package]]
1654name = "icu_properties_data"
1655version = "2.1.1"
1656source = "registry+https://github.com/rust-lang/crates.io-index"
1657checksum = "02845b3647bb045f1100ecd6480ff52f34c35f82d9880e029d329c21d1054899"
1658
1659[[package]]
1660name = "icu_provider"
1661version = "2.1.1"
1662source = "registry+https://github.com/rust-lang/crates.io-index"
1663checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
1664dependencies = [
1665 "displaydoc",
1666 "icu_locale_core",
1667 "writeable",
1668 "yoke",
1669 "zerofrom",
1670 "zerotrie",
1671 "zerovec",
1672]
1673
1674[[package]]
1675name = "ident_case"
1676version = "1.0.1"
1677source = "registry+https://github.com/rust-lang/crates.io-index"
1678checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1679
1680[[package]]
1681name = "idna"
1682version = "1.1.0"
1683source = "registry+https://github.com/rust-lang/crates.io-index"
1684checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1685dependencies = [
1686 "idna_adapter",
1687 "smallvec",
1688 "utf8_iter",
1689]
1690
1691[[package]]
1692name = "idna_adapter"
1693version = "1.2.1"
1694source = "registry+https://github.com/rust-lang/crates.io-index"
1695checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1696dependencies = [
1697 "icu_normalizer",
1698 "icu_properties",
1699]
1700
1701[[package]]
1702name = "indenter"
1703version = "0.3.4"
1704source = "registry+https://github.com/rust-lang/crates.io-index"
1705checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
1706
1707[[package]]
1708name = "indexmap"
1709version = "1.9.3"
1710source = "registry+https://github.com/rust-lang/crates.io-index"
1711checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
1712dependencies = [
1713 "autocfg",
1714 "hashbrown 0.12.3",
1715 "serde",
1716]
1717
1718[[package]]
1719name = "indexmap"
1720version = "2.12.0"
1721source = "registry+https://github.com/rust-lang/crates.io-index"
1722checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f"
1723dependencies = [
1724 "equivalent",
1725 "hashbrown 0.16.0",
1726 "serde",
1727 "serde_core",
1728]
1729
1730[[package]]
1731name = "indoc"
1732version = "2.0.7"
1733source = "registry+https://github.com/rust-lang/crates.io-index"
1734checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
1735dependencies = [
1736 "rustversion",
1737]
1738
1739[[package]]
1740name = "instability"
1741version = "0.3.9"
1742source = "registry+https://github.com/rust-lang/crates.io-index"
1743checksum = "435d80800b936787d62688c927b6490e887c7ef5ff9ce922c6c6050fca75eb9a"
1744dependencies = [
1745 "darling 0.20.11",
1746 "indoc",
1747 "proc-macro2",
1748 "quote",
1749 "syn 2.0.109",
1750]
1751
1752[[package]]
1753name = "inventory"
1754version = "0.3.21"
1755source = "registry+https://github.com/rust-lang/crates.io-index"
1756checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
1757dependencies = [
1758 "rustversion",
1759]
1760
1761[[package]]
1762name = "ipconfig"
1763version = "0.3.2"
1764source = "registry+https://github.com/rust-lang/crates.io-index"
1765checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
1766dependencies = [
1767 "socket2 0.5.10",
1768 "widestring",
1769 "windows-sys 0.48.0",
1770 "winreg",
1771]
1772
1773[[package]]
1774name = "ipld-core"
1775version = "0.4.2"
1776source = "registry+https://github.com/rust-lang/crates.io-index"
1777checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db"
1778dependencies = [
1779 "cid",
1780 "serde",
1781 "serde_bytes",
1782]
1783
1784[[package]]
1785name = "ipnet"
1786version = "2.11.0"
1787source = "registry+https://github.com/rust-lang/crates.io-index"
1788checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
1789
1790[[package]]
1791name = "iri-string"
1792version = "0.7.9"
1793source = "registry+https://github.com/rust-lang/crates.io-index"
1794checksum = "4f867b9d1d896b67beb18518eda36fdb77a32ea590de864f1325b294a6d14397"
1795dependencies = [
1796 "memchr",
1797 "serde",
1798]
1799
1800[[package]]
1801name = "is_ci"
1802version = "1.2.0"
1803source = "registry+https://github.com/rust-lang/crates.io-index"
1804checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45"
1805
1806[[package]]
1807name = "is_terminal_polyfill"
1808version = "1.70.2"
1809source = "registry+https://github.com/rust-lang/crates.io-index"
1810checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1811
1812[[package]]
1813name = "itertools"
1814version = "0.13.0"
1815source = "registry+https://github.com/rust-lang/crates.io-index"
1816checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
1817dependencies = [
1818 "either",
1819]
1820
1821[[package]]
1822name = "itoa"
1823version = "1.0.15"
1824source = "registry+https://github.com/rust-lang/crates.io-index"
1825checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
1826
1827[[package]]
1828name = "jacquard"
1829version = "0.9.0"
1830source = "registry+https://github.com/rust-lang/crates.io-index"
1831checksum = "256e82c3a0968cbfe967c47211395dfb92fbfc1b34d288db571b17bf8ab8b15d"
1832dependencies = [
1833 "bytes",
1834 "getrandom 0.2.16",
1835 "http",
1836 "jacquard-api",
1837 "jacquard-common",
1838 "jacquard-derive",
1839 "jacquard-identity",
1840 "jacquard-oauth",
1841 "jose-jwk",
1842 "miette",
1843 "regex",
1844 "reqwest",
1845 "serde",
1846 "serde_html_form",
1847 "serde_json",
1848 "smol_str",
1849 "thiserror 2.0.17",
1850 "tokio",
1851 "trait-variant",
1852 "url",
1853 "webpage",
1854]
1855
1856[[package]]
1857name = "jacquard-api"
1858version = "0.9.0"
1859source = "registry+https://github.com/rust-lang/crates.io-index"
1860checksum = "27ef4a19bb41e8f2ce67e47aa6a3411aa26014c34f31bc8517c109315b2e011a"
1861dependencies = [
1862 "bon",
1863 "bytes",
1864 "jacquard-common",
1865 "jacquard-derive",
1866 "jacquard-lexicon",
1867 "miette",
1868 "rustversion",
1869 "serde",
1870 "serde_ipld_dagcbor",
1871 "thiserror 2.0.17",
1872 "unicode-segmentation",
1873]
1874
1875[[package]]
1876name = "jacquard-common"
1877version = "0.9.0"
1878source = "registry+https://github.com/rust-lang/crates.io-index"
1879checksum = "7d023139a3ab90528392ac201833a3516579fd6781cf4e70ebe556f61a2d1cb6"
1880dependencies = [
1881 "base64 0.22.1",
1882 "bon",
1883 "bytes",
1884 "chrono",
1885 "cid",
1886 "getrandom 0.2.16",
1887 "getrandom 0.3.4",
1888 "http",
1889 "ipld-core",
1890 "k256",
1891 "langtag",
1892 "miette",
1893 "multibase",
1894 "multihash",
1895 "ouroboros",
1896 "p256",
1897 "rand 0.9.2",
1898 "regex",
1899 "reqwest",
1900 "serde",
1901 "serde_html_form",
1902 "serde_ipld_dagcbor",
1903 "serde_json",
1904 "signature",
1905 "smol_str",
1906 "thiserror 2.0.17",
1907 "tokio",
1908 "tokio-util",
1909 "trait-variant",
1910 "url",
1911]
1912
1913[[package]]
1914name = "jacquard-derive"
1915version = "0.9.0"
1916source = "registry+https://github.com/rust-lang/crates.io-index"
1917checksum = "dab402f5278400b6c364449ffd2ff186c22f088a1f64823d2897247ca66dd4b8"
1918dependencies = [
1919 "heck 0.5.0",
1920 "jacquard-lexicon",
1921 "proc-macro2",
1922 "quote",
1923 "syn 2.0.109",
1924]
1925
1926[[package]]
1927name = "jacquard-identity"
1928version = "0.9.1"
1929source = "registry+https://github.com/rust-lang/crates.io-index"
1930checksum = "d7883c20ea50ac3de477a2363d466b8024d0c9680df31f7ab50b29fedd906ee8"
1931dependencies = [
1932 "bon",
1933 "bytes",
1934 "hickory-resolver",
1935 "http",
1936 "jacquard-api",
1937 "jacquard-common",
1938 "jacquard-lexicon",
1939 "miette",
1940 "mini-moka",
1941 "percent-encoding",
1942 "reqwest",
1943 "serde",
1944 "serde_html_form",
1945 "serde_json",
1946 "thiserror 2.0.17",
1947 "tokio",
1948 "trait-variant",
1949 "url",
1950 "urlencoding",
1951]
1952
1953[[package]]
1954name = "jacquard-lexicon"
1955version = "0.9.1"
1956source = "registry+https://github.com/rust-lang/crates.io-index"
1957checksum = "0dc39efada5328f96c49c986ffabac8f3b5d9cd88d06de8b3951cf5ebdfc6378"
1958dependencies = [
1959 "cid",
1960 "dashmap 6.1.0",
1961 "heck 0.5.0",
1962 "inventory",
1963 "jacquard-common",
1964 "miette",
1965 "multihash",
1966 "prettyplease",
1967 "proc-macro2",
1968 "quote",
1969 "serde",
1970 "serde_ipld_dagcbor",
1971 "serde_json",
1972 "serde_repr",
1973 "serde_with",
1974 "sha2",
1975 "syn 2.0.109",
1976 "thiserror 2.0.17",
1977 "unicode-segmentation",
1978]
1979
1980[[package]]
1981name = "jacquard-oauth"
1982version = "0.9.0"
1983source = "registry+https://github.com/rust-lang/crates.io-index"
1984checksum = "4b384e36205a45b9d1beed428dfd975b6a48b986ac601a20b74b6cceb7896893"
1985dependencies = [
1986 "base64 0.22.1",
1987 "bytes",
1988 "chrono",
1989 "dashmap 6.1.0",
1990 "elliptic-curve",
1991 "http",
1992 "jacquard-common",
1993 "jacquard-identity",
1994 "jose-jwa",
1995 "jose-jwk",
1996 "miette",
1997 "p256",
1998 "rand 0.8.5",
1999 "rouille",
2000 "serde",
2001 "serde_html_form",
2002 "serde_json",
2003 "sha2",
2004 "signature",
2005 "smol_str",
2006 "thiserror 2.0.17",
2007 "tokio",
2008 "trait-variant",
2009 "url",
2010 "webbrowser",
2011]
2012
2013[[package]]
2014name = "jni"
2015version = "0.21.1"
2016source = "registry+https://github.com/rust-lang/crates.io-index"
2017checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
2018dependencies = [
2019 "cesu8",
2020 "cfg-if",
2021 "combine",
2022 "jni-sys",
2023 "log",
2024 "thiserror 1.0.69",
2025 "walkdir",
2026 "windows-sys 0.45.0",
2027]
2028
2029[[package]]
2030name = "jni-sys"
2031version = "0.3.0"
2032source = "registry+https://github.com/rust-lang/crates.io-index"
2033checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
2034
2035[[package]]
2036name = "jose-b64"
2037version = "0.1.2"
2038source = "registry+https://github.com/rust-lang/crates.io-index"
2039checksum = "bec69375368709666b21c76965ce67549f2d2db7605f1f8707d17c9656801b56"
2040dependencies = [
2041 "base64ct",
2042 "serde",
2043 "subtle",
2044 "zeroize",
2045]
2046
2047[[package]]
2048name = "jose-jwa"
2049version = "0.1.2"
2050source = "registry+https://github.com/rust-lang/crates.io-index"
2051checksum = "9ab78e053fe886a351d67cf0d194c000f9d0dcb92906eb34d853d7e758a4b3a7"
2052dependencies = [
2053 "serde",
2054]
2055
2056[[package]]
2057name = "jose-jwk"
2058version = "0.1.2"
2059source = "registry+https://github.com/rust-lang/crates.io-index"
2060checksum = "280fa263807fe0782ecb6f2baadc28dffc04e00558a58e33bfdb801d11fd58e7"
2061dependencies = [
2062 "jose-b64",
2063 "jose-jwa",
2064 "p256",
2065 "p384",
2066 "rsa",
2067 "serde",
2068 "zeroize",
2069]
2070
2071[[package]]
2072name = "js-sys"
2073version = "0.3.82"
2074source = "registry+https://github.com/rust-lang/crates.io-index"
2075checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65"
2076dependencies = [
2077 "once_cell",
2078 "wasm-bindgen",
2079]
2080
2081[[package]]
2082name = "k256"
2083version = "0.13.4"
2084source = "registry+https://github.com/rust-lang/crates.io-index"
2085checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
2086dependencies = [
2087 "cfg-if",
2088 "ecdsa",
2089 "elliptic-curve",
2090 "sha2",
2091]
2092
2093[[package]]
2094name = "langtag"
2095version = "0.4.0"
2096source = "registry+https://github.com/rust-lang/crates.io-index"
2097checksum = "9ecb4c689a30e48ebeaa14237f34037e300dd072e6ad21a9ec72e810ff3c6600"
2098dependencies = [
2099 "serde",
2100 "static-regular-grammar",
2101 "thiserror 1.0.69",
2102]
2103
2104[[package]]
2105name = "lazy_static"
2106version = "1.5.0"
2107source = "registry+https://github.com/rust-lang/crates.io-index"
2108checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2109dependencies = [
2110 "spin",
2111]
2112
2113[[package]]
2114name = "libc"
2115version = "0.2.177"
2116source = "registry+https://github.com/rust-lang/crates.io-index"
2117checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
2118
2119[[package]]
2120name = "libm"
2121version = "0.2.15"
2122source = "registry+https://github.com/rust-lang/crates.io-index"
2123checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
2124
2125[[package]]
2126name = "libredox"
2127version = "0.1.10"
2128source = "registry+https://github.com/rust-lang/crates.io-index"
2129checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
2130dependencies = [
2131 "bitflags",
2132 "libc",
2133 "redox_syscall",
2134]
2135
2136[[package]]
2137name = "linked-hash-map"
2138version = "0.5.6"
2139source = "registry+https://github.com/rust-lang/crates.io-index"
2140checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2141
2142[[package]]
2143name = "linux-raw-sys"
2144version = "0.4.15"
2145source = "registry+https://github.com/rust-lang/crates.io-index"
2146checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
2147
2148[[package]]
2149name = "linux-raw-sys"
2150version = "0.11.0"
2151source = "registry+https://github.com/rust-lang/crates.io-index"
2152checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
2153
2154[[package]]
2155name = "litemap"
2156version = "0.8.1"
2157source = "registry+https://github.com/rust-lang/crates.io-index"
2158checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
2159
2160[[package]]
2161name = "lock_api"
2162version = "0.4.14"
2163source = "registry+https://github.com/rust-lang/crates.io-index"
2164checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
2165dependencies = [
2166 "scopeguard",
2167]
2168
2169[[package]]
2170name = "log"
2171version = "0.4.28"
2172source = "registry+https://github.com/rust-lang/crates.io-index"
2173checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
2174
2175[[package]]
2176name = "lru"
2177version = "0.12.5"
2178source = "registry+https://github.com/rust-lang/crates.io-index"
2179checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
2180dependencies = [
2181 "hashbrown 0.15.5",
2182]
2183
2184[[package]]
2185name = "lru-cache"
2186version = "0.1.2"
2187source = "registry+https://github.com/rust-lang/crates.io-index"
2188checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
2189dependencies = [
2190 "linked-hash-map",
2191]
2192
2193[[package]]
2194name = "lru-slab"
2195version = "0.1.2"
2196source = "registry+https://github.com/rust-lang/crates.io-index"
2197checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
2198
2199[[package]]
2200name = "mac"
2201version = "0.1.1"
2202source = "registry+https://github.com/rust-lang/crates.io-index"
2203checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
2204
2205[[package]]
2206name = "markup5ever"
2207version = "0.12.1"
2208source = "registry+https://github.com/rust-lang/crates.io-index"
2209checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
2210dependencies = [
2211 "log",
2212 "phf",
2213 "phf_codegen",
2214 "string_cache",
2215 "string_cache_codegen",
2216 "tendril",
2217]
2218
2219[[package]]
2220name = "markup5ever_rcdom"
2221version = "0.3.0"
2222source = "registry+https://github.com/rust-lang/crates.io-index"
2223checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
2224dependencies = [
2225 "html5ever",
2226 "markup5ever",
2227 "tendril",
2228 "xml5ever",
2229]
2230
2231[[package]]
2232name = "match-lookup"
2233version = "0.1.1"
2234source = "registry+https://github.com/rust-lang/crates.io-index"
2235checksum = "1265724d8cb29dbbc2b0f06fffb8bf1a8c0cf73a78eede9ba73a4a66c52a981e"
2236dependencies = [
2237 "proc-macro2",
2238 "quote",
2239 "syn 1.0.109",
2240]
2241
2242[[package]]
2243name = "memchr"
2244version = "2.7.6"
2245source = "registry+https://github.com/rust-lang/crates.io-index"
2246checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
2247
2248[[package]]
2249name = "miette"
2250version = "7.6.0"
2251source = "registry+https://github.com/rust-lang/crates.io-index"
2252checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7"
2253dependencies = [
2254 "backtrace",
2255 "backtrace-ext",
2256 "cfg-if",
2257 "miette-derive",
2258 "owo-colors",
2259 "supports-color",
2260 "supports-hyperlinks",
2261 "supports-unicode",
2262 "terminal_size",
2263 "textwrap",
2264 "unicode-width 0.1.14",
2265]
2266
2267[[package]]
2268name = "miette-derive"
2269version = "7.6.0"
2270source = "registry+https://github.com/rust-lang/crates.io-index"
2271checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b"
2272dependencies = [
2273 "proc-macro2",
2274 "quote",
2275 "syn 2.0.109",
2276]
2277
2278[[package]]
2279name = "mime"
2280version = "0.3.17"
2281source = "registry+https://github.com/rust-lang/crates.io-index"
2282checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2283
2284[[package]]
2285name = "mime_guess"
2286version = "2.0.5"
2287source = "registry+https://github.com/rust-lang/crates.io-index"
2288checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
2289dependencies = [
2290 "mime",
2291 "unicase",
2292]
2293
2294[[package]]
2295name = "mini-moka"
2296version = "0.10.3"
2297source = "registry+https://github.com/rust-lang/crates.io-index"
2298checksum = "c325dfab65f261f386debee8b0969da215b3fa0037e74c8a1234db7ba986d803"
2299dependencies = [
2300 "crossbeam-channel",
2301 "crossbeam-utils",
2302 "dashmap 5.5.3",
2303 "skeptic",
2304 "smallvec",
2305 "tagptr",
2306 "triomphe",
2307]
2308
2309[[package]]
2310name = "minimal-lexical"
2311version = "0.2.1"
2312source = "registry+https://github.com/rust-lang/crates.io-index"
2313checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2314
2315[[package]]
2316name = "miniz_oxide"
2317version = "0.8.9"
2318source = "registry+https://github.com/rust-lang/crates.io-index"
2319checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
2320dependencies = [
2321 "adler2",
2322 "simd-adler32",
2323]
2324
2325[[package]]
2326name = "mio"
2327version = "1.1.0"
2328source = "registry+https://github.com/rust-lang/crates.io-index"
2329checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
2330dependencies = [
2331 "libc",
2332 "log",
2333 "wasi",
2334 "windows-sys 0.61.2",
2335]
2336
2337[[package]]
2338name = "multibase"
2339version = "0.9.2"
2340source = "registry+https://github.com/rust-lang/crates.io-index"
2341checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77"
2342dependencies = [
2343 "base-x",
2344 "base256emoji",
2345 "data-encoding",
2346 "data-encoding-macro",
2347]
2348
2349[[package]]
2350name = "multihash"
2351version = "0.19.3"
2352source = "registry+https://github.com/rust-lang/crates.io-index"
2353checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d"
2354dependencies = [
2355 "core2",
2356 "serde",
2357 "unsigned-varint",
2358]
2359
2360[[package]]
2361name = "multipart"
2362version = "0.18.0"
2363source = "registry+https://github.com/rust-lang/crates.io-index"
2364checksum = "00dec633863867f29cb39df64a397cdf4a6354708ddd7759f70c7fb51c5f9182"
2365dependencies = [
2366 "buf_redux",
2367 "httparse",
2368 "log",
2369 "mime",
2370 "mime_guess",
2371 "quick-error",
2372 "rand 0.8.5",
2373 "safemem",
2374 "tempfile",
2375 "twoway",
2376]
2377
2378[[package]]
2379name = "native-tls"
2380version = "0.2.14"
2381source = "registry+https://github.com/rust-lang/crates.io-index"
2382checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
2383dependencies = [
2384 "libc",
2385 "log",
2386 "openssl",
2387 "openssl-probe",
2388 "openssl-sys",
2389 "schannel",
2390 "security-framework",
2391 "security-framework-sys",
2392 "tempfile",
2393]
2394
2395[[package]]
2396name = "ndk-context"
2397version = "0.1.1"
2398source = "registry+https://github.com/rust-lang/crates.io-index"
2399checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
2400
2401[[package]]
2402name = "new_debug_unreachable"
2403version = "1.0.6"
2404source = "registry+https://github.com/rust-lang/crates.io-index"
2405checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
2406
2407[[package]]
2408name = "nom"
2409version = "7.1.3"
2410source = "registry+https://github.com/rust-lang/crates.io-index"
2411checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2412dependencies = [
2413 "memchr",
2414 "minimal-lexical",
2415]
2416
2417[[package]]
2418name = "num-bigint-dig"
2419version = "0.8.5"
2420source = "registry+https://github.com/rust-lang/crates.io-index"
2421checksum = "82c79c15c05d4bf82b6f5ef163104cc81a760d8e874d38ac50ab67c8877b647b"
2422dependencies = [
2423 "lazy_static",
2424 "libm",
2425 "num-integer",
2426 "num-iter",
2427 "num-traits",
2428 "rand 0.8.5",
2429 "smallvec",
2430 "zeroize",
2431]
2432
2433[[package]]
2434name = "num-conv"
2435version = "0.1.0"
2436source = "registry+https://github.com/rust-lang/crates.io-index"
2437checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2438
2439[[package]]
2440name = "num-integer"
2441version = "0.1.46"
2442source = "registry+https://github.com/rust-lang/crates.io-index"
2443checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2444dependencies = [
2445 "num-traits",
2446]
2447
2448[[package]]
2449name = "num-iter"
2450version = "0.1.45"
2451source = "registry+https://github.com/rust-lang/crates.io-index"
2452checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
2453dependencies = [
2454 "autocfg",
2455 "num-integer",
2456 "num-traits",
2457]
2458
2459[[package]]
2460name = "num-traits"
2461version = "0.2.19"
2462source = "registry+https://github.com/rust-lang/crates.io-index"
2463checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2464dependencies = [
2465 "autocfg",
2466 "libm",
2467]
2468
2469[[package]]
2470name = "num_cpus"
2471version = "1.17.0"
2472source = "registry+https://github.com/rust-lang/crates.io-index"
2473checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
2474dependencies = [
2475 "hermit-abi",
2476 "libc",
2477]
2478
2479[[package]]
2480name = "num_threads"
2481version = "0.1.7"
2482source = "registry+https://github.com/rust-lang/crates.io-index"
2483checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
2484dependencies = [
2485 "libc",
2486]
2487
2488[[package]]
2489name = "objc2"
2490version = "0.6.3"
2491source = "registry+https://github.com/rust-lang/crates.io-index"
2492checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
2493dependencies = [
2494 "objc2-encode",
2495]
2496
2497[[package]]
2498name = "objc2-encode"
2499version = "4.1.0"
2500source = "registry+https://github.com/rust-lang/crates.io-index"
2501checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
2502
2503[[package]]
2504name = "objc2-foundation"
2505version = "0.3.2"
2506source = "registry+https://github.com/rust-lang/crates.io-index"
2507checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
2508dependencies = [
2509 "bitflags",
2510 "objc2",
2511]
2512
2513[[package]]
2514name = "object"
2515version = "0.37.3"
2516source = "registry+https://github.com/rust-lang/crates.io-index"
2517checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
2518dependencies = [
2519 "memchr",
2520]
2521
2522[[package]]
2523name = "once_cell"
2524version = "1.21.3"
2525source = "registry+https://github.com/rust-lang/crates.io-index"
2526checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
2527
2528[[package]]
2529name = "once_cell_polyfill"
2530version = "1.70.2"
2531source = "registry+https://github.com/rust-lang/crates.io-index"
2532checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
2533
2534[[package]]
2535name = "openssl"
2536version = "0.10.75"
2537source = "registry+https://github.com/rust-lang/crates.io-index"
2538checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328"
2539dependencies = [
2540 "bitflags",
2541 "cfg-if",
2542 "foreign-types",
2543 "libc",
2544 "once_cell",
2545 "openssl-macros",
2546 "openssl-sys",
2547]
2548
2549[[package]]
2550name = "openssl-macros"
2551version = "0.1.1"
2552source = "registry+https://github.com/rust-lang/crates.io-index"
2553checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
2554dependencies = [
2555 "proc-macro2",
2556 "quote",
2557 "syn 2.0.109",
2558]
2559
2560[[package]]
2561name = "openssl-probe"
2562version = "0.1.6"
2563source = "registry+https://github.com/rust-lang/crates.io-index"
2564checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
2565
2566[[package]]
2567name = "openssl-sys"
2568version = "0.9.111"
2569source = "registry+https://github.com/rust-lang/crates.io-index"
2570checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321"
2571dependencies = [
2572 "cc",
2573 "libc",
2574 "pkg-config",
2575 "vcpkg",
2576]
2577
2578[[package]]
2579name = "ouroboros"
2580version = "0.18.5"
2581source = "registry+https://github.com/rust-lang/crates.io-index"
2582checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
2583dependencies = [
2584 "aliasable",
2585 "ouroboros_macro",
2586 "static_assertions",
2587]
2588
2589[[package]]
2590name = "ouroboros_macro"
2591version = "0.18.5"
2592source = "registry+https://github.com/rust-lang/crates.io-index"
2593checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
2594dependencies = [
2595 "heck 0.4.1",
2596 "proc-macro2",
2597 "proc-macro2-diagnostics",
2598 "quote",
2599 "syn 2.0.109",
2600]
2601
2602[[package]]
2603name = "owo-colors"
2604version = "4.2.3"
2605source = "registry+https://github.com/rust-lang/crates.io-index"
2606checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52"
2607
2608[[package]]
2609name = "p256"
2610version = "0.13.2"
2611source = "registry+https://github.com/rust-lang/crates.io-index"
2612checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
2613dependencies = [
2614 "ecdsa",
2615 "elliptic-curve",
2616 "primeorder",
2617 "sha2",
2618]
2619
2620[[package]]
2621name = "p384"
2622version = "0.13.1"
2623source = "registry+https://github.com/rust-lang/crates.io-index"
2624checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6"
2625dependencies = [
2626 "elliptic-curve",
2627 "primeorder",
2628]
2629
2630[[package]]
2631name = "parking_lot"
2632version = "0.12.5"
2633source = "registry+https://github.com/rust-lang/crates.io-index"
2634checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
2635dependencies = [
2636 "lock_api",
2637 "parking_lot_core",
2638]
2639
2640[[package]]
2641name = "parking_lot_core"
2642version = "0.9.12"
2643source = "registry+https://github.com/rust-lang/crates.io-index"
2644checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
2645dependencies = [
2646 "cfg-if",
2647 "libc",
2648 "redox_syscall",
2649 "smallvec",
2650 "windows-link 0.2.1",
2651]
2652
2653[[package]]
2654name = "paste"
2655version = "1.0.15"
2656source = "registry+https://github.com/rust-lang/crates.io-index"
2657checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2658
2659[[package]]
2660name = "pem-rfc7468"
2661version = "0.7.0"
2662source = "registry+https://github.com/rust-lang/crates.io-index"
2663checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
2664dependencies = [
2665 "base64ct",
2666]
2667
2668[[package]]
2669name = "percent-encoding"
2670version = "2.3.2"
2671source = "registry+https://github.com/rust-lang/crates.io-index"
2672checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
2673
2674[[package]]
2675name = "phf"
2676version = "0.11.3"
2677source = "registry+https://github.com/rust-lang/crates.io-index"
2678checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
2679dependencies = [
2680 "phf_shared",
2681]
2682
2683[[package]]
2684name = "phf_codegen"
2685version = "0.11.3"
2686source = "registry+https://github.com/rust-lang/crates.io-index"
2687checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
2688dependencies = [
2689 "phf_generator",
2690 "phf_shared",
2691]
2692
2693[[package]]
2694name = "phf_generator"
2695version = "0.11.3"
2696source = "registry+https://github.com/rust-lang/crates.io-index"
2697checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
2698dependencies = [
2699 "phf_shared",
2700 "rand 0.8.5",
2701]
2702
2703[[package]]
2704name = "phf_shared"
2705version = "0.11.3"
2706source = "registry+https://github.com/rust-lang/crates.io-index"
2707checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
2708dependencies = [
2709 "siphasher",
2710]
2711
2712[[package]]
2713name = "pin-project-lite"
2714version = "0.2.16"
2715source = "registry+https://github.com/rust-lang/crates.io-index"
2716checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2717
2718[[package]]
2719name = "pin-utils"
2720version = "0.1.0"
2721source = "registry+https://github.com/rust-lang/crates.io-index"
2722checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2723
2724[[package]]
2725name = "pkcs1"
2726version = "0.7.5"
2727source = "registry+https://github.com/rust-lang/crates.io-index"
2728checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
2729dependencies = [
2730 "der",
2731 "pkcs8",
2732 "spki",
2733]
2734
2735[[package]]
2736name = "pkcs8"
2737version = "0.10.2"
2738source = "registry+https://github.com/rust-lang/crates.io-index"
2739checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
2740dependencies = [
2741 "der",
2742 "spki",
2743]
2744
2745[[package]]
2746name = "pkg-config"
2747version = "0.3.32"
2748source = "registry+https://github.com/rust-lang/crates.io-index"
2749checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
2750
2751[[package]]
2752name = "potential_utf"
2753version = "0.1.4"
2754source = "registry+https://github.com/rust-lang/crates.io-index"
2755checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
2756dependencies = [
2757 "zerovec",
2758]
2759
2760[[package]]
2761name = "powerfmt"
2762version = "0.2.0"
2763source = "registry+https://github.com/rust-lang/crates.io-index"
2764checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2765
2766[[package]]
2767name = "ppv-lite86"
2768version = "0.2.21"
2769source = "registry+https://github.com/rust-lang/crates.io-index"
2770checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2771dependencies = [
2772 "zerocopy",
2773]
2774
2775[[package]]
2776name = "precomputed-hash"
2777version = "0.1.1"
2778source = "registry+https://github.com/rust-lang/crates.io-index"
2779checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2780
2781[[package]]
2782name = "prettyplease"
2783version = "0.2.37"
2784source = "registry+https://github.com/rust-lang/crates.io-index"
2785checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
2786dependencies = [
2787 "proc-macro2",
2788 "syn 2.0.109",
2789]
2790
2791[[package]]
2792name = "primeorder"
2793version = "0.13.6"
2794source = "registry+https://github.com/rust-lang/crates.io-index"
2795checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
2796dependencies = [
2797 "elliptic-curve",
2798]
2799
2800[[package]]
2801name = "proc-macro-error"
2802version = "1.0.4"
2803source = "registry+https://github.com/rust-lang/crates.io-index"
2804checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2805dependencies = [
2806 "proc-macro-error-attr",
2807 "proc-macro2",
2808 "quote",
2809 "syn 1.0.109",
2810 "version_check",
2811]
2812
2813[[package]]
2814name = "proc-macro-error-attr"
2815version = "1.0.4"
2816source = "registry+https://github.com/rust-lang/crates.io-index"
2817checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2818dependencies = [
2819 "proc-macro2",
2820 "quote",
2821 "version_check",
2822]
2823
2824[[package]]
2825name = "proc-macro2"
2826version = "1.0.103"
2827source = "registry+https://github.com/rust-lang/crates.io-index"
2828checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
2829dependencies = [
2830 "unicode-ident",
2831]
2832
2833[[package]]
2834name = "proc-macro2-diagnostics"
2835version = "0.10.1"
2836source = "registry+https://github.com/rust-lang/crates.io-index"
2837checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
2838dependencies = [
2839 "proc-macro2",
2840 "quote",
2841 "syn 2.0.109",
2842 "version_check",
2843 "yansi",
2844]
2845
2846[[package]]
2847name = "pulldown-cmark"
2848version = "0.9.6"
2849source = "registry+https://github.com/rust-lang/crates.io-index"
2850checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b"
2851dependencies = [
2852 "bitflags",
2853 "memchr",
2854 "unicase",
2855]
2856
2857[[package]]
2858name = "quick-error"
2859version = "1.2.3"
2860source = "registry+https://github.com/rust-lang/crates.io-index"
2861checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2862
2863[[package]]
2864name = "quinn"
2865version = "0.11.9"
2866source = "registry+https://github.com/rust-lang/crates.io-index"
2867checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
2868dependencies = [
2869 "bytes",
2870 "cfg_aliases",
2871 "pin-project-lite",
2872 "quinn-proto",
2873 "quinn-udp",
2874 "rustc-hash",
2875 "rustls",
2876 "socket2 0.6.1",
2877 "thiserror 2.0.17",
2878 "tokio",
2879 "tracing",
2880 "web-time",
2881]
2882
2883[[package]]
2884name = "quinn-proto"
2885version = "0.11.13"
2886source = "registry+https://github.com/rust-lang/crates.io-index"
2887checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
2888dependencies = [
2889 "bytes",
2890 "getrandom 0.3.4",
2891 "lru-slab",
2892 "rand 0.9.2",
2893 "ring",
2894 "rustc-hash",
2895 "rustls",
2896 "rustls-pki-types",
2897 "slab",
2898 "thiserror 2.0.17",
2899 "tinyvec",
2900 "tracing",
2901 "web-time",
2902]
2903
2904[[package]]
2905name = "quinn-udp"
2906version = "0.5.14"
2907source = "registry+https://github.com/rust-lang/crates.io-index"
2908checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
2909dependencies = [
2910 "cfg_aliases",
2911 "libc",
2912 "once_cell",
2913 "socket2 0.6.1",
2914 "tracing",
2915 "windows-sys 0.60.2",
2916]
2917
2918[[package]]
2919name = "quote"
2920version = "1.0.42"
2921source = "registry+https://github.com/rust-lang/crates.io-index"
2922checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
2923dependencies = [
2924 "proc-macro2",
2925]
2926
2927[[package]]
2928name = "r-efi"
2929version = "5.3.0"
2930source = "registry+https://github.com/rust-lang/crates.io-index"
2931checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2932
2933[[package]]
2934name = "rand"
2935version = "0.8.5"
2936source = "registry+https://github.com/rust-lang/crates.io-index"
2937checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2938dependencies = [
2939 "libc",
2940 "rand_chacha 0.3.1",
2941 "rand_core 0.6.4",
2942]
2943
2944[[package]]
2945name = "rand"
2946version = "0.9.2"
2947source = "registry+https://github.com/rust-lang/crates.io-index"
2948checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
2949dependencies = [
2950 "rand_chacha 0.9.0",
2951 "rand_core 0.9.3",
2952]
2953
2954[[package]]
2955name = "rand_chacha"
2956version = "0.3.1"
2957source = "registry+https://github.com/rust-lang/crates.io-index"
2958checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2959dependencies = [
2960 "ppv-lite86",
2961 "rand_core 0.6.4",
2962]
2963
2964[[package]]
2965name = "rand_chacha"
2966version = "0.9.0"
2967source = "registry+https://github.com/rust-lang/crates.io-index"
2968checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2969dependencies = [
2970 "ppv-lite86",
2971 "rand_core 0.9.3",
2972]
2973
2974[[package]]
2975name = "rand_core"
2976version = "0.6.4"
2977source = "registry+https://github.com/rust-lang/crates.io-index"
2978checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2979dependencies = [
2980 "getrandom 0.2.16",
2981]
2982
2983[[package]]
2984name = "rand_core"
2985version = "0.9.3"
2986source = "registry+https://github.com/rust-lang/crates.io-index"
2987checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
2988dependencies = [
2989 "getrandom 0.3.4",
2990]
2991
2992[[package]]
2993name = "range-traits"
2994version = "0.3.2"
2995source = "registry+https://github.com/rust-lang/crates.io-index"
2996checksum = "d20581732dd76fa913c7dff1a2412b714afe3573e94d41c34719de73337cc8ab"
2997
2998[[package]]
2999name = "ratatui"
3000version = "0.29.0"
3001source = "registry+https://github.com/rust-lang/crates.io-index"
3002checksum = "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b"
3003dependencies = [
3004 "bitflags",
3005 "cassowary",
3006 "compact_str",
3007 "crossterm",
3008 "indoc",
3009 "instability",
3010 "itertools",
3011 "lru",
3012 "paste",
3013 "strum",
3014 "unicode-segmentation",
3015 "unicode-truncate",
3016 "unicode-width 0.2.0",
3017]
3018
3019[[package]]
3020name = "redox_syscall"
3021version = "0.5.18"
3022source = "registry+https://github.com/rust-lang/crates.io-index"
3023checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
3024dependencies = [
3025 "bitflags",
3026]
3027
3028[[package]]
3029name = "ref-cast"
3030version = "1.0.25"
3031source = "registry+https://github.com/rust-lang/crates.io-index"
3032checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
3033dependencies = [
3034 "ref-cast-impl",
3035]
3036
3037[[package]]
3038name = "ref-cast-impl"
3039version = "1.0.25"
3040source = "registry+https://github.com/rust-lang/crates.io-index"
3041checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
3042dependencies = [
3043 "proc-macro2",
3044 "quote",
3045 "syn 2.0.109",
3046]
3047
3048[[package]]
3049name = "regex"
3050version = "1.12.2"
3051source = "registry+https://github.com/rust-lang/crates.io-index"
3052checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
3053dependencies = [
3054 "aho-corasick",
3055 "memchr",
3056 "regex-automata",
3057 "regex-syntax",
3058]
3059
3060[[package]]
3061name = "regex-automata"
3062version = "0.4.13"
3063source = "registry+https://github.com/rust-lang/crates.io-index"
3064checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
3065dependencies = [
3066 "aho-corasick",
3067 "memchr",
3068 "regex-syntax",
3069]
3070
3071[[package]]
3072name = "regex-syntax"
3073version = "0.8.8"
3074source = "registry+https://github.com/rust-lang/crates.io-index"
3075checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
3076
3077[[package]]
3078name = "reqwest"
3079version = "0.12.24"
3080source = "registry+https://github.com/rust-lang/crates.io-index"
3081checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
3082dependencies = [
3083 "async-compression",
3084 "base64 0.22.1",
3085 "bytes",
3086 "encoding_rs",
3087 "futures-core",
3088 "futures-util",
3089 "h2",
3090 "http",
3091 "http-body",
3092 "http-body-util",
3093 "hyper",
3094 "hyper-rustls",
3095 "hyper-tls",
3096 "hyper-util",
3097 "js-sys",
3098 "log",
3099 "mime",
3100 "native-tls",
3101 "percent-encoding",
3102 "pin-project-lite",
3103 "quinn",
3104 "rustls",
3105 "rustls-pki-types",
3106 "serde",
3107 "serde_json",
3108 "serde_urlencoded",
3109 "sync_wrapper",
3110 "tokio",
3111 "tokio-native-tls",
3112 "tokio-rustls",
3113 "tokio-util",
3114 "tower",
3115 "tower-http",
3116 "tower-service",
3117 "url",
3118 "wasm-bindgen",
3119 "wasm-bindgen-futures",
3120 "wasm-streams",
3121 "web-sys",
3122 "webpki-roots",
3123]
3124
3125[[package]]
3126name = "resolv-conf"
3127version = "0.7.5"
3128source = "registry+https://github.com/rust-lang/crates.io-index"
3129checksum = "6b3789b30bd25ba102de4beabd95d21ac45b69b1be7d14522bab988c526d6799"
3130
3131[[package]]
3132name = "rfc6979"
3133version = "0.4.0"
3134source = "registry+https://github.com/rust-lang/crates.io-index"
3135checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
3136dependencies = [
3137 "hmac",
3138 "subtle",
3139]
3140
3141[[package]]
3142name = "ring"
3143version = "0.17.14"
3144source = "registry+https://github.com/rust-lang/crates.io-index"
3145checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
3146dependencies = [
3147 "cc",
3148 "cfg-if",
3149 "getrandom 0.2.16",
3150 "libc",
3151 "untrusted",
3152 "windows-sys 0.52.0",
3153]
3154
3155[[package]]
3156name = "rouille"
3157version = "3.6.2"
3158source = "registry+https://github.com/rust-lang/crates.io-index"
3159checksum = "3716fbf57fc1084d7a706adf4e445298d123e4a44294c4e8213caf1b85fcc921"
3160dependencies = [
3161 "base64 0.13.1",
3162 "brotli",
3163 "chrono",
3164 "deflate",
3165 "filetime",
3166 "multipart",
3167 "percent-encoding",
3168 "rand 0.8.5",
3169 "serde",
3170 "serde_derive",
3171 "serde_json",
3172 "sha1_smol",
3173 "threadpool",
3174 "time",
3175 "tiny_http",
3176 "url",
3177]
3178
3179[[package]]
3180name = "rsa"
3181version = "0.9.8"
3182source = "registry+https://github.com/rust-lang/crates.io-index"
3183checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
3184dependencies = [
3185 "const-oid",
3186 "digest",
3187 "num-bigint-dig",
3188 "num-integer",
3189 "num-traits",
3190 "pkcs1",
3191 "pkcs8",
3192 "rand_core 0.6.4",
3193 "signature",
3194 "spki",
3195 "subtle",
3196 "zeroize",
3197]
3198
3199[[package]]
3200name = "rustc-demangle"
3201version = "0.1.26"
3202source = "registry+https://github.com/rust-lang/crates.io-index"
3203checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
3204
3205[[package]]
3206name = "rustc-hash"
3207version = "2.1.1"
3208source = "registry+https://github.com/rust-lang/crates.io-index"
3209checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
3210
3211[[package]]
3212name = "rustix"
3213version = "0.38.44"
3214source = "registry+https://github.com/rust-lang/crates.io-index"
3215checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
3216dependencies = [
3217 "bitflags",
3218 "errno",
3219 "libc",
3220 "linux-raw-sys 0.4.15",
3221 "windows-sys 0.52.0",
3222]
3223
3224[[package]]
3225name = "rustix"
3226version = "1.1.2"
3227source = "registry+https://github.com/rust-lang/crates.io-index"
3228checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
3229dependencies = [
3230 "bitflags",
3231 "errno",
3232 "libc",
3233 "linux-raw-sys 0.11.0",
3234 "windows-sys 0.61.2",
3235]
3236
3237[[package]]
3238name = "rustls"
3239version = "0.23.35"
3240source = "registry+https://github.com/rust-lang/crates.io-index"
3241checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f"
3242dependencies = [
3243 "once_cell",
3244 "ring",
3245 "rustls-pki-types",
3246 "rustls-webpki",
3247 "subtle",
3248 "zeroize",
3249]
3250
3251[[package]]
3252name = "rustls-pki-types"
3253version = "1.13.0"
3254source = "registry+https://github.com/rust-lang/crates.io-index"
3255checksum = "94182ad936a0c91c324cd46c6511b9510ed16af436d7b5bab34beab0afd55f7a"
3256dependencies = [
3257 "web-time",
3258 "zeroize",
3259]
3260
3261[[package]]
3262name = "rustls-webpki"
3263version = "0.103.8"
3264source = "registry+https://github.com/rust-lang/crates.io-index"
3265checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52"
3266dependencies = [
3267 "ring",
3268 "rustls-pki-types",
3269 "untrusted",
3270]
3271
3272[[package]]
3273name = "rustversion"
3274version = "1.0.22"
3275source = "registry+https://github.com/rust-lang/crates.io-index"
3276checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
3277
3278[[package]]
3279name = "ryu"
3280version = "1.0.20"
3281source = "registry+https://github.com/rust-lang/crates.io-index"
3282checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
3283
3284[[package]]
3285name = "safemem"
3286version = "0.3.3"
3287source = "registry+https://github.com/rust-lang/crates.io-index"
3288checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
3289
3290[[package]]
3291name = "same-file"
3292version = "1.0.6"
3293source = "registry+https://github.com/rust-lang/crates.io-index"
3294checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
3295dependencies = [
3296 "winapi-util",
3297]
3298
3299[[package]]
3300name = "schannel"
3301version = "0.1.28"
3302source = "registry+https://github.com/rust-lang/crates.io-index"
3303checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
3304dependencies = [
3305 "windows-sys 0.61.2",
3306]
3307
3308[[package]]
3309name = "schemars"
3310version = "0.9.0"
3311source = "registry+https://github.com/rust-lang/crates.io-index"
3312checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
3313dependencies = [
3314 "dyn-clone",
3315 "ref-cast",
3316 "serde",
3317 "serde_json",
3318]
3319
3320[[package]]
3321name = "schemars"
3322version = "1.1.0"
3323source = "registry+https://github.com/rust-lang/crates.io-index"
3324checksum = "9558e172d4e8533736ba97870c4b2cd63f84b382a3d6eb063da41b91cce17289"
3325dependencies = [
3326 "dyn-clone",
3327 "ref-cast",
3328 "serde",
3329 "serde_json",
3330]
3331
3332[[package]]
3333name = "scopeguard"
3334version = "1.2.0"
3335source = "registry+https://github.com/rust-lang/crates.io-index"
3336checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
3337
3338[[package]]
3339name = "sec1"
3340version = "0.7.3"
3341source = "registry+https://github.com/rust-lang/crates.io-index"
3342checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
3343dependencies = [
3344 "base16ct",
3345 "der",
3346 "generic-array",
3347 "pkcs8",
3348 "subtle",
3349 "zeroize",
3350]
3351
3352[[package]]
3353name = "security-framework"
3354version = "2.11.1"
3355source = "registry+https://github.com/rust-lang/crates.io-index"
3356checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
3357dependencies = [
3358 "bitflags",
3359 "core-foundation 0.9.4",
3360 "core-foundation-sys",
3361 "libc",
3362 "security-framework-sys",
3363]
3364
3365[[package]]
3366name = "security-framework-sys"
3367version = "2.15.0"
3368source = "registry+https://github.com/rust-lang/crates.io-index"
3369checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
3370dependencies = [
3371 "core-foundation-sys",
3372 "libc",
3373]
3374
3375[[package]]
3376name = "semver"
3377version = "1.0.27"
3378source = "registry+https://github.com/rust-lang/crates.io-index"
3379checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
3380dependencies = [
3381 "serde",
3382 "serde_core",
3383]
3384
3385[[package]]
3386name = "serde"
3387version = "1.0.228"
3388source = "registry+https://github.com/rust-lang/crates.io-index"
3389checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
3390dependencies = [
3391 "serde_core",
3392 "serde_derive",
3393]
3394
3395[[package]]
3396name = "serde_bytes"
3397version = "0.11.19"
3398source = "registry+https://github.com/rust-lang/crates.io-index"
3399checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
3400dependencies = [
3401 "serde",
3402 "serde_core",
3403]
3404
3405[[package]]
3406name = "serde_core"
3407version = "1.0.228"
3408source = "registry+https://github.com/rust-lang/crates.io-index"
3409checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
3410dependencies = [
3411 "serde_derive",
3412]
3413
3414[[package]]
3415name = "serde_derive"
3416version = "1.0.228"
3417source = "registry+https://github.com/rust-lang/crates.io-index"
3418checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
3419dependencies = [
3420 "proc-macro2",
3421 "quote",
3422 "syn 2.0.109",
3423]
3424
3425[[package]]
3426name = "serde_html_form"
3427version = "0.2.8"
3428source = "registry+https://github.com/rust-lang/crates.io-index"
3429checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f"
3430dependencies = [
3431 "form_urlencoded",
3432 "indexmap 2.12.0",
3433 "itoa",
3434 "ryu",
3435 "serde_core",
3436]
3437
3438[[package]]
3439name = "serde_ipld_dagcbor"
3440version = "0.6.4"
3441source = "registry+https://github.com/rust-lang/crates.io-index"
3442checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778"
3443dependencies = [
3444 "cbor4ii",
3445 "ipld-core",
3446 "scopeguard",
3447 "serde",
3448]
3449
3450[[package]]
3451name = "serde_json"
3452version = "1.0.145"
3453source = "registry+https://github.com/rust-lang/crates.io-index"
3454checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
3455dependencies = [
3456 "itoa",
3457 "memchr",
3458 "ryu",
3459 "serde",
3460 "serde_core",
3461]
3462
3463[[package]]
3464name = "serde_repr"
3465version = "0.1.20"
3466source = "registry+https://github.com/rust-lang/crates.io-index"
3467checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
3468dependencies = [
3469 "proc-macro2",
3470 "quote",
3471 "syn 2.0.109",
3472]
3473
3474[[package]]
3475name = "serde_urlencoded"
3476version = "0.7.1"
3477source = "registry+https://github.com/rust-lang/crates.io-index"
3478checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
3479dependencies = [
3480 "form_urlencoded",
3481 "itoa",
3482 "ryu",
3483 "serde",
3484]
3485
3486[[package]]
3487name = "serde_with"
3488version = "3.15.1"
3489source = "registry+https://github.com/rust-lang/crates.io-index"
3490checksum = "aa66c845eee442168b2c8134fec70ac50dc20e760769c8ba0ad1319ca1959b04"
3491dependencies = [
3492 "base64 0.22.1",
3493 "chrono",
3494 "hex",
3495 "indexmap 1.9.3",
3496 "indexmap 2.12.0",
3497 "schemars 0.9.0",
3498 "schemars 1.1.0",
3499 "serde_core",
3500 "serde_json",
3501 "serde_with_macros",
3502 "time",
3503]
3504
3505[[package]]
3506name = "serde_with_macros"
3507version = "3.15.1"
3508source = "registry+https://github.com/rust-lang/crates.io-index"
3509checksum = "b91a903660542fced4e99881aa481bdbaec1634568ee02e0b8bd57c64cb38955"
3510dependencies = [
3511 "darling 0.21.3",
3512 "proc-macro2",
3513 "quote",
3514 "syn 2.0.109",
3515]
3516
3517[[package]]
3518name = "sha1_smol"
3519version = "1.0.1"
3520source = "registry+https://github.com/rust-lang/crates.io-index"
3521checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
3522
3523[[package]]
3524name = "sha2"
3525version = "0.10.9"
3526source = "registry+https://github.com/rust-lang/crates.io-index"
3527checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
3528dependencies = [
3529 "cfg-if",
3530 "cpufeatures",
3531 "digest",
3532]
3533
3534[[package]]
3535name = "sharded-slab"
3536version = "0.1.7"
3537source = "registry+https://github.com/rust-lang/crates.io-index"
3538checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
3539dependencies = [
3540 "lazy_static",
3541]
3542
3543[[package]]
3544name = "shlex"
3545version = "1.3.0"
3546source = "registry+https://github.com/rust-lang/crates.io-index"
3547checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
3548
3549[[package]]
3550name = "signal-hook"
3551version = "0.3.18"
3552source = "registry+https://github.com/rust-lang/crates.io-index"
3553checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
3554dependencies = [
3555 "libc",
3556 "signal-hook-registry",
3557]
3558
3559[[package]]
3560name = "signal-hook-mio"
3561version = "0.2.5"
3562source = "registry+https://github.com/rust-lang/crates.io-index"
3563checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc"
3564dependencies = [
3565 "libc",
3566 "mio",
3567 "signal-hook",
3568]
3569
3570[[package]]
3571name = "signal-hook-registry"
3572version = "1.4.2"
3573source = "registry+https://github.com/rust-lang/crates.io-index"
3574checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
3575dependencies = [
3576 "libc",
3577]
3578
3579[[package]]
3580name = "signature"
3581version = "2.2.0"
3582source = "registry+https://github.com/rust-lang/crates.io-index"
3583checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
3584dependencies = [
3585 "digest",
3586 "rand_core 0.6.4",
3587]
3588
3589[[package]]
3590name = "simd-adler32"
3591version = "0.3.7"
3592source = "registry+https://github.com/rust-lang/crates.io-index"
3593checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
3594
3595[[package]]
3596name = "siphasher"
3597version = "1.0.1"
3598source = "registry+https://github.com/rust-lang/crates.io-index"
3599checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
3600
3601[[package]]
3602name = "skeptic"
3603version = "0.13.7"
3604source = "registry+https://github.com/rust-lang/crates.io-index"
3605checksum = "16d23b015676c90a0f01c197bfdc786c20342c73a0afdda9025adb0bc42940a8"
3606dependencies = [
3607 "bytecount",
3608 "cargo_metadata",
3609 "error-chain",
3610 "glob",
3611 "pulldown-cmark",
3612 "tempfile",
3613 "walkdir",
3614]
3615
3616[[package]]
3617name = "slab"
3618version = "0.4.11"
3619source = "registry+https://github.com/rust-lang/crates.io-index"
3620checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
3621
3622[[package]]
3623name = "smallvec"
3624version = "1.15.1"
3625source = "registry+https://github.com/rust-lang/crates.io-index"
3626checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
3627
3628[[package]]
3629name = "smol_str"
3630version = "0.3.2"
3631source = "registry+https://github.com/rust-lang/crates.io-index"
3632checksum = "9676b89cd56310a87b93dec47b11af744f34d5fc9f367b829474eec0a891350d"
3633dependencies = [
3634 "borsh",
3635 "serde",
3636]
3637
3638[[package]]
3639name = "socket2"
3640version = "0.5.10"
3641source = "registry+https://github.com/rust-lang/crates.io-index"
3642checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
3643dependencies = [
3644 "libc",
3645 "windows-sys 0.52.0",
3646]
3647
3648[[package]]
3649name = "socket2"
3650version = "0.6.1"
3651source = "registry+https://github.com/rust-lang/crates.io-index"
3652checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
3653dependencies = [
3654 "libc",
3655 "windows-sys 0.60.2",
3656]
3657
3658[[package]]
3659name = "spin"
3660version = "0.9.8"
3661source = "registry+https://github.com/rust-lang/crates.io-index"
3662checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
3663
3664[[package]]
3665name = "spki"
3666version = "0.7.3"
3667source = "registry+https://github.com/rust-lang/crates.io-index"
3668checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
3669dependencies = [
3670 "base64ct",
3671 "der",
3672]
3673
3674[[package]]
3675name = "stable_deref_trait"
3676version = "1.2.1"
3677source = "registry+https://github.com/rust-lang/crates.io-index"
3678checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
3679
3680[[package]]
3681name = "static-regular-grammar"
3682version = "2.0.2"
3683source = "registry+https://github.com/rust-lang/crates.io-index"
3684checksum = "4f4a6c40247579acfbb138c3cd7de3dab113ab4ac6227f1b7de7d626ee667957"
3685dependencies = [
3686 "abnf",
3687 "btree-range-map",
3688 "ciborium",
3689 "hex_fmt",
3690 "indoc",
3691 "proc-macro-error",
3692 "proc-macro2",
3693 "quote",
3694 "serde",
3695 "sha2",
3696 "syn 2.0.109",
3697 "thiserror 1.0.69",
3698]
3699
3700[[package]]
3701name = "static_assertions"
3702version = "1.1.0"
3703source = "registry+https://github.com/rust-lang/crates.io-index"
3704checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
3705
3706[[package]]
3707name = "string_cache"
3708version = "0.8.9"
3709source = "registry+https://github.com/rust-lang/crates.io-index"
3710checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
3711dependencies = [
3712 "new_debug_unreachable",
3713 "parking_lot",
3714 "phf_shared",
3715 "precomputed-hash",
3716 "serde",
3717]
3718
3719[[package]]
3720name = "string_cache_codegen"
3721version = "0.5.4"
3722source = "registry+https://github.com/rust-lang/crates.io-index"
3723checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
3724dependencies = [
3725 "phf_generator",
3726 "phf_shared",
3727 "proc-macro2",
3728 "quote",
3729]
3730
3731[[package]]
3732name = "strsim"
3733version = "0.11.1"
3734source = "registry+https://github.com/rust-lang/crates.io-index"
3735checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
3736
3737[[package]]
3738name = "strum"
3739version = "0.26.3"
3740source = "registry+https://github.com/rust-lang/crates.io-index"
3741checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
3742dependencies = [
3743 "strum_macros",
3744]
3745
3746[[package]]
3747name = "strum_macros"
3748version = "0.26.4"
3749source = "registry+https://github.com/rust-lang/crates.io-index"
3750checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
3751dependencies = [
3752 "heck 0.5.0",
3753 "proc-macro2",
3754 "quote",
3755 "rustversion",
3756 "syn 2.0.109",
3757]
3758
3759[[package]]
3760name = "subtle"
3761version = "2.6.1"
3762source = "registry+https://github.com/rust-lang/crates.io-index"
3763checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
3764
3765[[package]]
3766name = "supports-color"
3767version = "3.0.2"
3768source = "registry+https://github.com/rust-lang/crates.io-index"
3769checksum = "c64fc7232dd8d2e4ac5ce4ef302b1d81e0b80d055b9d77c7c4f51f6aa4c867d6"
3770dependencies = [
3771 "is_ci",
3772]
3773
3774[[package]]
3775name = "supports-hyperlinks"
3776version = "3.1.0"
3777source = "registry+https://github.com/rust-lang/crates.io-index"
3778checksum = "804f44ed3c63152de6a9f90acbea1a110441de43006ea51bcce8f436196a288b"
3779
3780[[package]]
3781name = "supports-unicode"
3782version = "3.0.0"
3783source = "registry+https://github.com/rust-lang/crates.io-index"
3784checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2"
3785
3786[[package]]
3787name = "syn"
3788version = "1.0.109"
3789source = "registry+https://github.com/rust-lang/crates.io-index"
3790checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
3791dependencies = [
3792 "proc-macro2",
3793 "quote",
3794 "unicode-ident",
3795]
3796
3797[[package]]
3798name = "syn"
3799version = "2.0.109"
3800source = "registry+https://github.com/rust-lang/crates.io-index"
3801checksum = "2f17c7e013e88258aa9543dcbe81aca68a667a9ac37cd69c9fbc07858bfe0e2f"
3802dependencies = [
3803 "proc-macro2",
3804 "quote",
3805 "unicode-ident",
3806]
3807
3808[[package]]
3809name = "sync_wrapper"
3810version = "1.0.2"
3811source = "registry+https://github.com/rust-lang/crates.io-index"
3812checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
3813dependencies = [
3814 "futures-core",
3815]
3816
3817[[package]]
3818name = "synstructure"
3819version = "0.13.2"
3820source = "registry+https://github.com/rust-lang/crates.io-index"
3821checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
3822dependencies = [
3823 "proc-macro2",
3824 "quote",
3825 "syn 2.0.109",
3826]
3827
3828[[package]]
3829name = "system-configuration"
3830version = "0.6.1"
3831source = "registry+https://github.com/rust-lang/crates.io-index"
3832checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
3833dependencies = [
3834 "bitflags",
3835 "core-foundation 0.9.4",
3836 "system-configuration-sys",
3837]
3838
3839[[package]]
3840name = "system-configuration-sys"
3841version = "0.6.0"
3842source = "registry+https://github.com/rust-lang/crates.io-index"
3843checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
3844dependencies = [
3845 "core-foundation-sys",
3846 "libc",
3847]
3848
3849[[package]]
3850name = "tagptr"
3851version = "0.2.0"
3852source = "registry+https://github.com/rust-lang/crates.io-index"
3853checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
3854
3855[[package]]
3856name = "tempfile"
3857version = "3.23.0"
3858source = "registry+https://github.com/rust-lang/crates.io-index"
3859checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
3860dependencies = [
3861 "fastrand",
3862 "getrandom 0.3.4",
3863 "once_cell",
3864 "rustix 1.1.2",
3865 "windows-sys 0.61.2",
3866]
3867
3868[[package]]
3869name = "tendril"
3870version = "0.4.3"
3871source = "registry+https://github.com/rust-lang/crates.io-index"
3872checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
3873dependencies = [
3874 "futf",
3875 "mac",
3876 "utf-8",
3877]
3878
3879[[package]]
3880name = "terminal_size"
3881version = "0.4.3"
3882source = "registry+https://github.com/rust-lang/crates.io-index"
3883checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
3884dependencies = [
3885 "rustix 1.1.2",
3886 "windows-sys 0.60.2",
3887]
3888
3889[[package]]
3890name = "textwrap"
3891version = "0.16.2"
3892source = "registry+https://github.com/rust-lang/crates.io-index"
3893checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
3894dependencies = [
3895 "unicode-linebreak",
3896 "unicode-width 0.2.0",
3897]
3898
3899[[package]]
3900name = "thiserror"
3901version = "1.0.69"
3902source = "registry+https://github.com/rust-lang/crates.io-index"
3903checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
3904dependencies = [
3905 "thiserror-impl 1.0.69",
3906]
3907
3908[[package]]
3909name = "thiserror"
3910version = "2.0.17"
3911source = "registry+https://github.com/rust-lang/crates.io-index"
3912checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
3913dependencies = [
3914 "thiserror-impl 2.0.17",
3915]
3916
3917[[package]]
3918name = "thiserror-impl"
3919version = "1.0.69"
3920source = "registry+https://github.com/rust-lang/crates.io-index"
3921checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
3922dependencies = [
3923 "proc-macro2",
3924 "quote",
3925 "syn 2.0.109",
3926]
3927
3928[[package]]
3929name = "thiserror-impl"
3930version = "2.0.17"
3931source = "registry+https://github.com/rust-lang/crates.io-index"
3932checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
3933dependencies = [
3934 "proc-macro2",
3935 "quote",
3936 "syn 2.0.109",
3937]
3938
3939[[package]]
3940name = "thread_local"
3941version = "1.1.9"
3942source = "registry+https://github.com/rust-lang/crates.io-index"
3943checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
3944dependencies = [
3945 "cfg-if",
3946]
3947
3948[[package]]
3949name = "threadpool"
3950version = "1.8.1"
3951source = "registry+https://github.com/rust-lang/crates.io-index"
3952checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
3953dependencies = [
3954 "num_cpus",
3955]
3956
3957[[package]]
3958name = "time"
3959version = "0.3.44"
3960source = "registry+https://github.com/rust-lang/crates.io-index"
3961checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
3962dependencies = [
3963 "deranged",
3964 "itoa",
3965 "libc",
3966 "num-conv",
3967 "num_threads",
3968 "powerfmt",
3969 "serde",
3970 "time-core",
3971 "time-macros",
3972]
3973
3974[[package]]
3975name = "time-core"
3976version = "0.1.6"
3977source = "registry+https://github.com/rust-lang/crates.io-index"
3978checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
3979
3980[[package]]
3981name = "time-macros"
3982version = "0.2.24"
3983source = "registry+https://github.com/rust-lang/crates.io-index"
3984checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
3985dependencies = [
3986 "num-conv",
3987 "time-core",
3988]
3989
3990[[package]]
3991name = "tiny_http"
3992version = "0.12.0"
3993source = "registry+https://github.com/rust-lang/crates.io-index"
3994checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
3995dependencies = [
3996 "ascii",
3997 "chunked_transfer",
3998 "httpdate",
3999 "log",
4000]
4001
4002[[package]]
4003name = "tinystr"
4004version = "0.8.2"
4005source = "registry+https://github.com/rust-lang/crates.io-index"
4006checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
4007dependencies = [
4008 "displaydoc",
4009 "zerovec",
4010]
4011
4012[[package]]
4013name = "tinyvec"
4014version = "1.10.0"
4015source = "registry+https://github.com/rust-lang/crates.io-index"
4016checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
4017dependencies = [
4018 "tinyvec_macros",
4019]
4020
4021[[package]]
4022name = "tinyvec_macros"
4023version = "0.1.1"
4024source = "registry+https://github.com/rust-lang/crates.io-index"
4025checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
4026
4027[[package]]
4028name = "tokio"
4029version = "1.48.0"
4030source = "registry+https://github.com/rust-lang/crates.io-index"
4031checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
4032dependencies = [
4033 "bytes",
4034 "libc",
4035 "mio",
4036 "parking_lot",
4037 "pin-project-lite",
4038 "signal-hook-registry",
4039 "socket2 0.6.1",
4040 "tokio-macros",
4041 "windows-sys 0.61.2",
4042]
4043
4044[[package]]
4045name = "tokio-macros"
4046version = "2.6.0"
4047source = "registry+https://github.com/rust-lang/crates.io-index"
4048checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
4049dependencies = [
4050 "proc-macro2",
4051 "quote",
4052 "syn 2.0.109",
4053]
4054
4055[[package]]
4056name = "tokio-native-tls"
4057version = "0.3.1"
4058source = "registry+https://github.com/rust-lang/crates.io-index"
4059checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
4060dependencies = [
4061 "native-tls",
4062 "tokio",
4063]
4064
4065[[package]]
4066name = "tokio-rustls"
4067version = "0.26.4"
4068source = "registry+https://github.com/rust-lang/crates.io-index"
4069checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
4070dependencies = [
4071 "rustls",
4072 "tokio",
4073]
4074
4075[[package]]
4076name = "tokio-util"
4077version = "0.7.17"
4078source = "registry+https://github.com/rust-lang/crates.io-index"
4079checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594"
4080dependencies = [
4081 "bytes",
4082 "futures-core",
4083 "futures-sink",
4084 "pin-project-lite",
4085 "tokio",
4086]
4087
4088[[package]]
4089name = "tower"
4090version = "0.5.2"
4091source = "registry+https://github.com/rust-lang/crates.io-index"
4092checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
4093dependencies = [
4094 "futures-core",
4095 "futures-util",
4096 "pin-project-lite",
4097 "sync_wrapper",
4098 "tokio",
4099 "tower-layer",
4100 "tower-service",
4101]
4102
4103[[package]]
4104name = "tower-http"
4105version = "0.6.6"
4106source = "registry+https://github.com/rust-lang/crates.io-index"
4107checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
4108dependencies = [
4109 "bitflags",
4110 "bytes",
4111 "futures-util",
4112 "http",
4113 "http-body",
4114 "iri-string",
4115 "pin-project-lite",
4116 "tower",
4117 "tower-layer",
4118 "tower-service",
4119]
4120
4121[[package]]
4122name = "tower-layer"
4123version = "0.3.3"
4124source = "registry+https://github.com/rust-lang/crates.io-index"
4125checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
4126
4127[[package]]
4128name = "tower-service"
4129version = "0.3.3"
4130source = "registry+https://github.com/rust-lang/crates.io-index"
4131checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
4132
4133[[package]]
4134name = "tracing"
4135version = "0.1.41"
4136source = "registry+https://github.com/rust-lang/crates.io-index"
4137checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
4138dependencies = [
4139 "pin-project-lite",
4140 "tracing-attributes",
4141 "tracing-core",
4142]
4143
4144[[package]]
4145name = "tracing-attributes"
4146version = "0.1.30"
4147source = "registry+https://github.com/rust-lang/crates.io-index"
4148checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
4149dependencies = [
4150 "proc-macro2",
4151 "quote",
4152 "syn 2.0.109",
4153]
4154
4155[[package]]
4156name = "tracing-core"
4157version = "0.1.34"
4158source = "registry+https://github.com/rust-lang/crates.io-index"
4159checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
4160dependencies = [
4161 "once_cell",
4162 "valuable",
4163]
4164
4165[[package]]
4166name = "tracing-error"
4167version = "0.2.1"
4168source = "registry+https://github.com/rust-lang/crates.io-index"
4169checksum = "8b1581020d7a273442f5b45074a6a57d5757ad0a47dac0e9f0bd57b81936f3db"
4170dependencies = [
4171 "tracing",
4172 "tracing-subscriber",
4173]
4174
4175[[package]]
4176name = "tracing-subscriber"
4177version = "0.3.20"
4178source = "registry+https://github.com/rust-lang/crates.io-index"
4179checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
4180dependencies = [
4181 "sharded-slab",
4182 "thread_local",
4183 "tracing-core",
4184]
4185
4186[[package]]
4187name = "trait-variant"
4188version = "0.1.2"
4189source = "registry+https://github.com/rust-lang/crates.io-index"
4190checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
4191dependencies = [
4192 "proc-macro2",
4193 "quote",
4194 "syn 2.0.109",
4195]
4196
4197[[package]]
4198name = "triomphe"
4199version = "0.1.15"
4200source = "registry+https://github.com/rust-lang/crates.io-index"
4201checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
4202
4203[[package]]
4204name = "try-lock"
4205version = "0.2.5"
4206source = "registry+https://github.com/rust-lang/crates.io-index"
4207checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
4208
4209[[package]]
4210name = "twoway"
4211version = "0.1.8"
4212source = "registry+https://github.com/rust-lang/crates.io-index"
4213checksum = "59b11b2b5241ba34be09c3cc85a36e56e48f9888862e19cedf23336d35316ed1"
4214dependencies = [
4215 "memchr",
4216]
4217
4218[[package]]
4219name = "typenum"
4220version = "1.19.0"
4221source = "registry+https://github.com/rust-lang/crates.io-index"
4222checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
4223
4224[[package]]
4225name = "unicase"
4226version = "2.8.1"
4227source = "registry+https://github.com/rust-lang/crates.io-index"
4228checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
4229
4230[[package]]
4231name = "unicode-ident"
4232version = "1.0.22"
4233source = "registry+https://github.com/rust-lang/crates.io-index"
4234checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
4235
4236[[package]]
4237name = "unicode-linebreak"
4238version = "0.1.5"
4239source = "registry+https://github.com/rust-lang/crates.io-index"
4240checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
4241
4242[[package]]
4243name = "unicode-segmentation"
4244version = "1.12.0"
4245source = "registry+https://github.com/rust-lang/crates.io-index"
4246checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
4247
4248[[package]]
4249name = "unicode-truncate"
4250version = "1.1.0"
4251source = "registry+https://github.com/rust-lang/crates.io-index"
4252checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf"
4253dependencies = [
4254 "itertools",
4255 "unicode-segmentation",
4256 "unicode-width 0.1.14",
4257]
4258
4259[[package]]
4260name = "unicode-width"
4261version = "0.1.14"
4262source = "registry+https://github.com/rust-lang/crates.io-index"
4263checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
4264
4265[[package]]
4266name = "unicode-width"
4267version = "0.2.0"
4268source = "registry+https://github.com/rust-lang/crates.io-index"
4269checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
4270
4271[[package]]
4272name = "unsigned-varint"
4273version = "0.8.0"
4274source = "registry+https://github.com/rust-lang/crates.io-index"
4275checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
4276
4277[[package]]
4278name = "untrusted"
4279version = "0.9.0"
4280source = "registry+https://github.com/rust-lang/crates.io-index"
4281checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
4282
4283[[package]]
4284name = "url"
4285version = "2.5.7"
4286source = "registry+https://github.com/rust-lang/crates.io-index"
4287checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
4288dependencies = [
4289 "form_urlencoded",
4290 "idna",
4291 "percent-encoding",
4292 "serde",
4293]
4294
4295[[package]]
4296name = "urlencoding"
4297version = "2.1.3"
4298source = "registry+https://github.com/rust-lang/crates.io-index"
4299checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
4300
4301[[package]]
4302name = "utf-8"
4303version = "0.7.6"
4304source = "registry+https://github.com/rust-lang/crates.io-index"
4305checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
4306
4307[[package]]
4308name = "utf8_iter"
4309version = "1.0.4"
4310source = "registry+https://github.com/rust-lang/crates.io-index"
4311checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
4312
4313[[package]]
4314name = "utf8parse"
4315version = "0.2.2"
4316source = "registry+https://github.com/rust-lang/crates.io-index"
4317checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
4318
4319[[package]]
4320name = "valuable"
4321version = "0.1.1"
4322source = "registry+https://github.com/rust-lang/crates.io-index"
4323checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
4324
4325[[package]]
4326name = "vcpkg"
4327version = "0.2.15"
4328source = "registry+https://github.com/rust-lang/crates.io-index"
4329checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
4330
4331[[package]]
4332name = "version_check"
4333version = "0.9.5"
4334source = "registry+https://github.com/rust-lang/crates.io-index"
4335checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
4336
4337[[package]]
4338name = "walkdir"
4339version = "2.5.0"
4340source = "registry+https://github.com/rust-lang/crates.io-index"
4341checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
4342dependencies = [
4343 "same-file",
4344 "winapi-util",
4345]
4346
4347[[package]]
4348name = "want"
4349version = "0.3.1"
4350source = "registry+https://github.com/rust-lang/crates.io-index"
4351checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
4352dependencies = [
4353 "try-lock",
4354]
4355
4356[[package]]
4357name = "wasi"
4358version = "0.11.1+wasi-snapshot-preview1"
4359source = "registry+https://github.com/rust-lang/crates.io-index"
4360checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
4361
4362[[package]]
4363name = "wasip2"
4364version = "1.0.1+wasi-0.2.4"
4365source = "registry+https://github.com/rust-lang/crates.io-index"
4366checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
4367dependencies = [
4368 "wit-bindgen",
4369]
4370
4371[[package]]
4372name = "wasm-bindgen"
4373version = "0.2.105"
4374source = "registry+https://github.com/rust-lang/crates.io-index"
4375checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60"
4376dependencies = [
4377 "cfg-if",
4378 "once_cell",
4379 "rustversion",
4380 "wasm-bindgen-macro",
4381 "wasm-bindgen-shared",
4382]
4383
4384[[package]]
4385name = "wasm-bindgen-futures"
4386version = "0.4.55"
4387source = "registry+https://github.com/rust-lang/crates.io-index"
4388checksum = "551f88106c6d5e7ccc7cd9a16f312dd3b5d36ea8b4954304657d5dfba115d4a0"
4389dependencies = [
4390 "cfg-if",
4391 "js-sys",
4392 "once_cell",
4393 "wasm-bindgen",
4394 "web-sys",
4395]
4396
4397[[package]]
4398name = "wasm-bindgen-macro"
4399version = "0.2.105"
4400source = "registry+https://github.com/rust-lang/crates.io-index"
4401checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2"
4402dependencies = [
4403 "quote",
4404 "wasm-bindgen-macro-support",
4405]
4406
4407[[package]]
4408name = "wasm-bindgen-macro-support"
4409version = "0.2.105"
4410source = "registry+https://github.com/rust-lang/crates.io-index"
4411checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc"
4412dependencies = [
4413 "bumpalo",
4414 "proc-macro2",
4415 "quote",
4416 "syn 2.0.109",
4417 "wasm-bindgen-shared",
4418]
4419
4420[[package]]
4421name = "wasm-bindgen-shared"
4422version = "0.2.105"
4423source = "registry+https://github.com/rust-lang/crates.io-index"
4424checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76"
4425dependencies = [
4426 "unicode-ident",
4427]
4428
4429[[package]]
4430name = "wasm-streams"
4431version = "0.4.2"
4432source = "registry+https://github.com/rust-lang/crates.io-index"
4433checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
4434dependencies = [
4435 "futures-util",
4436 "js-sys",
4437 "wasm-bindgen",
4438 "wasm-bindgen-futures",
4439 "web-sys",
4440]
4441
4442[[package]]
4443name = "web-sys"
4444version = "0.3.82"
4445source = "registry+https://github.com/rust-lang/crates.io-index"
4446checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1"
4447dependencies = [
4448 "js-sys",
4449 "wasm-bindgen",
4450]
4451
4452[[package]]
4453name = "web-time"
4454version = "1.1.0"
4455source = "registry+https://github.com/rust-lang/crates.io-index"
4456checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
4457dependencies = [
4458 "js-sys",
4459 "wasm-bindgen",
4460]
4461
4462[[package]]
4463name = "webbrowser"
4464version = "1.0.6"
4465source = "registry+https://github.com/rust-lang/crates.io-index"
4466checksum = "00f1243ef785213e3a32fa0396093424a3a6ea566f9948497e5a2309261a4c97"
4467dependencies = [
4468 "core-foundation 0.10.1",
4469 "jni",
4470 "log",
4471 "ndk-context",
4472 "objc2",
4473 "objc2-foundation",
4474 "url",
4475 "web-sys",
4476]
4477
4478[[package]]
4479name = "webpage"
4480version = "2.0.1"
4481source = "registry+https://github.com/rust-lang/crates.io-index"
4482checksum = "70862efc041d46e6bbaa82bb9c34ae0596d090e86cbd14bd9e93b36ee6802eac"
4483dependencies = [
4484 "html5ever",
4485 "markup5ever_rcdom",
4486 "serde_json",
4487 "url",
4488]
4489
4490[[package]]
4491name = "webpki-roots"
4492version = "1.0.4"
4493source = "registry+https://github.com/rust-lang/crates.io-index"
4494checksum = "b2878ef029c47c6e8cf779119f20fcf52bde7ad42a731b2a304bc221df17571e"
4495dependencies = [
4496 "rustls-pki-types",
4497]
4498
4499[[package]]
4500name = "widestring"
4501version = "1.2.1"
4502source = "registry+https://github.com/rust-lang/crates.io-index"
4503checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
4504
4505[[package]]
4506name = "winapi"
4507version = "0.3.9"
4508source = "registry+https://github.com/rust-lang/crates.io-index"
4509checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
4510dependencies = [
4511 "winapi-i686-pc-windows-gnu",
4512 "winapi-x86_64-pc-windows-gnu",
4513]
4514
4515[[package]]
4516name = "winapi-i686-pc-windows-gnu"
4517version = "0.4.0"
4518source = "registry+https://github.com/rust-lang/crates.io-index"
4519checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
4520
4521[[package]]
4522name = "winapi-util"
4523version = "0.1.11"
4524source = "registry+https://github.com/rust-lang/crates.io-index"
4525checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
4526dependencies = [
4527 "windows-sys 0.61.2",
4528]
4529
4530[[package]]
4531name = "winapi-x86_64-pc-windows-gnu"
4532version = "0.4.0"
4533source = "registry+https://github.com/rust-lang/crates.io-index"
4534checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
4535
4536[[package]]
4537name = "windows-core"
4538version = "0.62.2"
4539source = "registry+https://github.com/rust-lang/crates.io-index"
4540checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
4541dependencies = [
4542 "windows-implement",
4543 "windows-interface",
4544 "windows-link 0.2.1",
4545 "windows-result 0.4.1",
4546 "windows-strings 0.5.1",
4547]
4548
4549[[package]]
4550name = "windows-implement"
4551version = "0.60.2"
4552source = "registry+https://github.com/rust-lang/crates.io-index"
4553checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
4554dependencies = [
4555 "proc-macro2",
4556 "quote",
4557 "syn 2.0.109",
4558]
4559
4560[[package]]
4561name = "windows-interface"
4562version = "0.59.3"
4563source = "registry+https://github.com/rust-lang/crates.io-index"
4564checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
4565dependencies = [
4566 "proc-macro2",
4567 "quote",
4568 "syn 2.0.109",
4569]
4570
4571[[package]]
4572name = "windows-link"
4573version = "0.1.3"
4574source = "registry+https://github.com/rust-lang/crates.io-index"
4575checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
4576
4577[[package]]
4578name = "windows-link"
4579version = "0.2.1"
4580source = "registry+https://github.com/rust-lang/crates.io-index"
4581checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
4582
4583[[package]]
4584name = "windows-registry"
4585version = "0.5.3"
4586source = "registry+https://github.com/rust-lang/crates.io-index"
4587checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
4588dependencies = [
4589 "windows-link 0.1.3",
4590 "windows-result 0.3.4",
4591 "windows-strings 0.4.2",
4592]
4593
4594[[package]]
4595name = "windows-result"
4596version = "0.3.4"
4597source = "registry+https://github.com/rust-lang/crates.io-index"
4598checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
4599dependencies = [
4600 "windows-link 0.1.3",
4601]
4602
4603[[package]]
4604name = "windows-result"
4605version = "0.4.1"
4606source = "registry+https://github.com/rust-lang/crates.io-index"
4607checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
4608dependencies = [
4609 "windows-link 0.2.1",
4610]
4611
4612[[package]]
4613name = "windows-strings"
4614version = "0.4.2"
4615source = "registry+https://github.com/rust-lang/crates.io-index"
4616checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
4617dependencies = [
4618 "windows-link 0.1.3",
4619]
4620
4621[[package]]
4622name = "windows-strings"
4623version = "0.5.1"
4624source = "registry+https://github.com/rust-lang/crates.io-index"
4625checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
4626dependencies = [
4627 "windows-link 0.2.1",
4628]
4629
4630[[package]]
4631name = "windows-sys"
4632version = "0.45.0"
4633source = "registry+https://github.com/rust-lang/crates.io-index"
4634checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
4635dependencies = [
4636 "windows-targets 0.42.2",
4637]
4638
4639[[package]]
4640name = "windows-sys"
4641version = "0.48.0"
4642source = "registry+https://github.com/rust-lang/crates.io-index"
4643checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
4644dependencies = [
4645 "windows-targets 0.48.5",
4646]
4647
4648[[package]]
4649name = "windows-sys"
4650version = "0.52.0"
4651source = "registry+https://github.com/rust-lang/crates.io-index"
4652checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
4653dependencies = [
4654 "windows-targets 0.52.6",
4655]
4656
4657[[package]]
4658name = "windows-sys"
4659version = "0.60.2"
4660source = "registry+https://github.com/rust-lang/crates.io-index"
4661checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
4662dependencies = [
4663 "windows-targets 0.53.5",
4664]
4665
4666[[package]]
4667name = "windows-sys"
4668version = "0.61.2"
4669source = "registry+https://github.com/rust-lang/crates.io-index"
4670checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
4671dependencies = [
4672 "windows-link 0.2.1",
4673]
4674
4675[[package]]
4676name = "windows-targets"
4677version = "0.42.2"
4678source = "registry+https://github.com/rust-lang/crates.io-index"
4679checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
4680dependencies = [
4681 "windows_aarch64_gnullvm 0.42.2",
4682 "windows_aarch64_msvc 0.42.2",
4683 "windows_i686_gnu 0.42.2",
4684 "windows_i686_msvc 0.42.2",
4685 "windows_x86_64_gnu 0.42.2",
4686 "windows_x86_64_gnullvm 0.42.2",
4687 "windows_x86_64_msvc 0.42.2",
4688]
4689
4690[[package]]
4691name = "windows-targets"
4692version = "0.48.5"
4693source = "registry+https://github.com/rust-lang/crates.io-index"
4694checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
4695dependencies = [
4696 "windows_aarch64_gnullvm 0.48.5",
4697 "windows_aarch64_msvc 0.48.5",
4698 "windows_i686_gnu 0.48.5",
4699 "windows_i686_msvc 0.48.5",
4700 "windows_x86_64_gnu 0.48.5",
4701 "windows_x86_64_gnullvm 0.48.5",
4702 "windows_x86_64_msvc 0.48.5",
4703]
4704
4705[[package]]
4706name = "windows-targets"
4707version = "0.52.6"
4708source = "registry+https://github.com/rust-lang/crates.io-index"
4709checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
4710dependencies = [
4711 "windows_aarch64_gnullvm 0.52.6",
4712 "windows_aarch64_msvc 0.52.6",
4713 "windows_i686_gnu 0.52.6",
4714 "windows_i686_gnullvm 0.52.6",
4715 "windows_i686_msvc 0.52.6",
4716 "windows_x86_64_gnu 0.52.6",
4717 "windows_x86_64_gnullvm 0.52.6",
4718 "windows_x86_64_msvc 0.52.6",
4719]
4720
4721[[package]]
4722name = "windows-targets"
4723version = "0.53.5"
4724source = "registry+https://github.com/rust-lang/crates.io-index"
4725checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
4726dependencies = [
4727 "windows-link 0.2.1",
4728 "windows_aarch64_gnullvm 0.53.1",
4729 "windows_aarch64_msvc 0.53.1",
4730 "windows_i686_gnu 0.53.1",
4731 "windows_i686_gnullvm 0.53.1",
4732 "windows_i686_msvc 0.53.1",
4733 "windows_x86_64_gnu 0.53.1",
4734 "windows_x86_64_gnullvm 0.53.1",
4735 "windows_x86_64_msvc 0.53.1",
4736]
4737
4738[[package]]
4739name = "windows_aarch64_gnullvm"
4740version = "0.42.2"
4741source = "registry+https://github.com/rust-lang/crates.io-index"
4742checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
4743
4744[[package]]
4745name = "windows_aarch64_gnullvm"
4746version = "0.48.5"
4747source = "registry+https://github.com/rust-lang/crates.io-index"
4748checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
4749
4750[[package]]
4751name = "windows_aarch64_gnullvm"
4752version = "0.52.6"
4753source = "registry+https://github.com/rust-lang/crates.io-index"
4754checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
4755
4756[[package]]
4757name = "windows_aarch64_gnullvm"
4758version = "0.53.1"
4759source = "registry+https://github.com/rust-lang/crates.io-index"
4760checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
4761
4762[[package]]
4763name = "windows_aarch64_msvc"
4764version = "0.42.2"
4765source = "registry+https://github.com/rust-lang/crates.io-index"
4766checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
4767
4768[[package]]
4769name = "windows_aarch64_msvc"
4770version = "0.48.5"
4771source = "registry+https://github.com/rust-lang/crates.io-index"
4772checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
4773
4774[[package]]
4775name = "windows_aarch64_msvc"
4776version = "0.52.6"
4777source = "registry+https://github.com/rust-lang/crates.io-index"
4778checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
4779
4780[[package]]
4781name = "windows_aarch64_msvc"
4782version = "0.53.1"
4783source = "registry+https://github.com/rust-lang/crates.io-index"
4784checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
4785
4786[[package]]
4787name = "windows_i686_gnu"
4788version = "0.42.2"
4789source = "registry+https://github.com/rust-lang/crates.io-index"
4790checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
4791
4792[[package]]
4793name = "windows_i686_gnu"
4794version = "0.48.5"
4795source = "registry+https://github.com/rust-lang/crates.io-index"
4796checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
4797
4798[[package]]
4799name = "windows_i686_gnu"
4800version = "0.52.6"
4801source = "registry+https://github.com/rust-lang/crates.io-index"
4802checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
4803
4804[[package]]
4805name = "windows_i686_gnu"
4806version = "0.53.1"
4807source = "registry+https://github.com/rust-lang/crates.io-index"
4808checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
4809
4810[[package]]
4811name = "windows_i686_gnullvm"
4812version = "0.52.6"
4813source = "registry+https://github.com/rust-lang/crates.io-index"
4814checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
4815
4816[[package]]
4817name = "windows_i686_gnullvm"
4818version = "0.53.1"
4819source = "registry+https://github.com/rust-lang/crates.io-index"
4820checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
4821
4822[[package]]
4823name = "windows_i686_msvc"
4824version = "0.42.2"
4825source = "registry+https://github.com/rust-lang/crates.io-index"
4826checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
4827
4828[[package]]
4829name = "windows_i686_msvc"
4830version = "0.48.5"
4831source = "registry+https://github.com/rust-lang/crates.io-index"
4832checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
4833
4834[[package]]
4835name = "windows_i686_msvc"
4836version = "0.52.6"
4837source = "registry+https://github.com/rust-lang/crates.io-index"
4838checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
4839
4840[[package]]
4841name = "windows_i686_msvc"
4842version = "0.53.1"
4843source = "registry+https://github.com/rust-lang/crates.io-index"
4844checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
4845
4846[[package]]
4847name = "windows_x86_64_gnu"
4848version = "0.42.2"
4849source = "registry+https://github.com/rust-lang/crates.io-index"
4850checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
4851
4852[[package]]
4853name = "windows_x86_64_gnu"
4854version = "0.48.5"
4855source = "registry+https://github.com/rust-lang/crates.io-index"
4856checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
4857
4858[[package]]
4859name = "windows_x86_64_gnu"
4860version = "0.52.6"
4861source = "registry+https://github.com/rust-lang/crates.io-index"
4862checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
4863
4864[[package]]
4865name = "windows_x86_64_gnu"
4866version = "0.53.1"
4867source = "registry+https://github.com/rust-lang/crates.io-index"
4868checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
4869
4870[[package]]
4871name = "windows_x86_64_gnullvm"
4872version = "0.42.2"
4873source = "registry+https://github.com/rust-lang/crates.io-index"
4874checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
4875
4876[[package]]
4877name = "windows_x86_64_gnullvm"
4878version = "0.48.5"
4879source = "registry+https://github.com/rust-lang/crates.io-index"
4880checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
4881
4882[[package]]
4883name = "windows_x86_64_gnullvm"
4884version = "0.52.6"
4885source = "registry+https://github.com/rust-lang/crates.io-index"
4886checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
4887
4888[[package]]
4889name = "windows_x86_64_gnullvm"
4890version = "0.53.1"
4891source = "registry+https://github.com/rust-lang/crates.io-index"
4892checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
4893
4894[[package]]
4895name = "windows_x86_64_msvc"
4896version = "0.42.2"
4897source = "registry+https://github.com/rust-lang/crates.io-index"
4898checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
4899
4900[[package]]
4901name = "windows_x86_64_msvc"
4902version = "0.48.5"
4903source = "registry+https://github.com/rust-lang/crates.io-index"
4904checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
4905
4906[[package]]
4907name = "windows_x86_64_msvc"
4908version = "0.52.6"
4909source = "registry+https://github.com/rust-lang/crates.io-index"
4910checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
4911
4912[[package]]
4913name = "windows_x86_64_msvc"
4914version = "0.53.1"
4915source = "registry+https://github.com/rust-lang/crates.io-index"
4916checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
4917
4918[[package]]
4919name = "winreg"
4920version = "0.50.0"
4921source = "registry+https://github.com/rust-lang/crates.io-index"
4922checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
4923dependencies = [
4924 "cfg-if",
4925 "windows-sys 0.48.0",
4926]
4927
4928[[package]]
4929name = "wit-bindgen"
4930version = "0.46.0"
4931source = "registry+https://github.com/rust-lang/crates.io-index"
4932checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
4933
4934[[package]]
4935name = "writeable"
4936version = "0.6.2"
4937source = "registry+https://github.com/rust-lang/crates.io-index"
4938checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
4939
4940[[package]]
4941name = "xml5ever"
4942version = "0.18.1"
4943source = "registry+https://github.com/rust-lang/crates.io-index"
4944checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
4945dependencies = [
4946 "log",
4947 "mac",
4948 "markup5ever",
4949]
4950
4951[[package]]
4952name = "yansi"
4953version = "1.0.1"
4954source = "registry+https://github.com/rust-lang/crates.io-index"
4955checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
4956
4957[[package]]
4958name = "yoke"
4959version = "0.8.1"
4960source = "registry+https://github.com/rust-lang/crates.io-index"
4961checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
4962dependencies = [
4963 "stable_deref_trait",
4964 "yoke-derive",
4965 "zerofrom",
4966]
4967
4968[[package]]
4969name = "yoke-derive"
4970version = "0.8.1"
4971source = "registry+https://github.com/rust-lang/crates.io-index"
4972checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
4973dependencies = [
4974 "proc-macro2",
4975 "quote",
4976 "syn 2.0.109",
4977 "synstructure",
4978]
4979
4980[[package]]
4981name = "zerocopy"
4982version = "0.8.27"
4983source = "registry+https://github.com/rust-lang/crates.io-index"
4984checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
4985dependencies = [
4986 "zerocopy-derive",
4987]
4988
4989[[package]]
4990name = "zerocopy-derive"
4991version = "0.8.27"
4992source = "registry+https://github.com/rust-lang/crates.io-index"
4993checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
4994dependencies = [
4995 "proc-macro2",
4996 "quote",
4997 "syn 2.0.109",
4998]
4999
5000[[package]]
5001name = "zerofrom"
5002version = "0.1.6"
5003source = "registry+https://github.com/rust-lang/crates.io-index"
5004checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
5005dependencies = [
5006 "zerofrom-derive",
5007]
5008
5009[[package]]
5010name = "zerofrom-derive"
5011version = "0.1.6"
5012source = "registry+https://github.com/rust-lang/crates.io-index"
5013checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
5014dependencies = [
5015 "proc-macro2",
5016 "quote",
5017 "syn 2.0.109",
5018 "synstructure",
5019]
5020
5021[[package]]
5022name = "zeroize"
5023version = "1.8.2"
5024source = "registry+https://github.com/rust-lang/crates.io-index"
5025checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
5026dependencies = [
5027 "serde",
5028]
5029
5030[[package]]
5031name = "zerotrie"
5032version = "0.2.3"
5033source = "registry+https://github.com/rust-lang/crates.io-index"
5034checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
5035dependencies = [
5036 "displaydoc",
5037 "yoke",
5038 "zerofrom",
5039]
5040
5041[[package]]
5042name = "zerovec"
5043version = "0.11.5"
5044source = "registry+https://github.com/rust-lang/crates.io-index"
5045checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
5046dependencies = [
5047 "yoke",
5048 "zerofrom",
5049 "zerovec-derive",
5050]
5051
5052[[package]]
5053name = "zerovec-derive"
5054version = "0.11.2"
5055source = "registry+https://github.com/rust-lang/crates.io-index"
5056checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
5057dependencies = [
5058 "proc-macro2",
5059 "quote",
5060 "syn 2.0.109",
5061]