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