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