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.52"
527source = "registry+https://github.com/rust-lang/crates.io-index"
528checksum = "aa8120877db0e5c011242f96806ce3c94e0737ab8108532a76a3300a01db2ab8"
529dependencies = [
530 "clap_builder",
531 "clap_derive",
532]
533
534[[package]]
535name = "clap_builder"
536version = "4.5.52"
537source = "registry+https://github.com/rust-lang/crates.io-index"
538checksum = "02576b399397b659c26064fbc92a75fede9d18ffd5f80ca1cd74ddab167016e1"
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.3"
1756source = "git+https://tangled.org/@nonbinary.computer/jacquard#324cbb45078fe2f77b60ae2bd7765c5306ec8b5e"
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 "regex-lite",
1771 "reqwest",
1772 "serde",
1773 "serde_html_form",
1774 "serde_json",
1775 "smol_str",
1776 "thiserror 2.0.17",
1777 "tokio",
1778 "trait-variant",
1779 "url",
1780 "webpage",
1781]
1782
1783[[package]]
1784name = "jacquard-api"
1785version = "0.9.2"
1786source = "git+https://tangled.org/@nonbinary.computer/jacquard#324cbb45078fe2f77b60ae2bd7765c5306ec8b5e"
1787dependencies = [
1788 "bon",
1789 "bytes",
1790 "jacquard-common",
1791 "jacquard-derive",
1792 "jacquard-lexicon",
1793 "miette",
1794 "rustversion",
1795 "serde",
1796 "serde_ipld_dagcbor",
1797 "thiserror 2.0.17",
1798 "unicode-segmentation",
1799]
1800
1801[[package]]
1802name = "jacquard-common"
1803version = "0.9.2"
1804source = "git+https://tangled.org/@nonbinary.computer/jacquard#324cbb45078fe2f77b60ae2bd7765c5306ec8b5e"
1805dependencies = [
1806 "base64 0.22.1",
1807 "bon",
1808 "bytes",
1809 "chrono",
1810 "ciborium",
1811 "cid",
1812 "futures",
1813 "getrandom 0.2.16",
1814 "getrandom 0.3.4",
1815 "http",
1816 "ipld-core",
1817 "k256",
1818 "langtag",
1819 "miette",
1820 "multibase",
1821 "multihash",
1822 "n0-future 0.1.3",
1823 "ouroboros",
1824 "p256",
1825 "rand 0.9.2",
1826 "regex",
1827 "regex-lite",
1828 "reqwest",
1829 "serde",
1830 "serde_html_form",
1831 "serde_ipld_dagcbor",
1832 "serde_json",
1833 "signature",
1834 "smol_str",
1835 "thiserror 2.0.17",
1836 "tokio",
1837 "tokio-tungstenite-wasm",
1838 "tokio-util",
1839 "trait-variant",
1840 "url",
1841]
1842
1843[[package]]
1844name = "jacquard-derive"
1845version = "0.9.3"
1846source = "git+https://tangled.org/@nonbinary.computer/jacquard#324cbb45078fe2f77b60ae2bd7765c5306ec8b5e"
1847dependencies = [
1848 "heck 0.5.0",
1849 "jacquard-lexicon",
1850 "proc-macro2",
1851 "quote",
1852 "syn 2.0.110",
1853]
1854
1855[[package]]
1856name = "jacquard-identity"
1857version = "0.9.2"
1858source = "git+https://tangled.org/@nonbinary.computer/jacquard#324cbb45078fe2f77b60ae2bd7765c5306ec8b5e"
1859dependencies = [
1860 "bon",
1861 "bytes",
1862 "hickory-resolver",
1863 "http",
1864 "jacquard-api",
1865 "jacquard-common",
1866 "jacquard-lexicon",
1867 "miette",
1868 "mini-moka",
1869 "percent-encoding",
1870 "reqwest",
1871 "serde",
1872 "serde_html_form",
1873 "serde_json",
1874 "thiserror 2.0.17",
1875 "tokio",
1876 "trait-variant",
1877 "url",
1878 "urlencoding",
1879]
1880
1881[[package]]
1882name = "jacquard-lexicon"
1883version = "0.9.2"
1884source = "git+https://tangled.org/@nonbinary.computer/jacquard#324cbb45078fe2f77b60ae2bd7765c5306ec8b5e"
1885dependencies = [
1886 "cid",
1887 "dashmap",
1888 "heck 0.5.0",
1889 "inventory",
1890 "jacquard-common",
1891 "miette",
1892 "multihash",
1893 "prettyplease",
1894 "proc-macro2",
1895 "quote",
1896 "serde",
1897 "serde_ipld_dagcbor",
1898 "serde_json",
1899 "serde_repr",
1900 "serde_with",
1901 "sha2",
1902 "syn 2.0.110",
1903 "thiserror 2.0.17",
1904 "unicode-segmentation",
1905]
1906
1907[[package]]
1908name = "jacquard-oauth"
1909version = "0.9.2"
1910source = "git+https://tangled.org/@nonbinary.computer/jacquard#324cbb45078fe2f77b60ae2bd7765c5306ec8b5e"
1911dependencies = [
1912 "base64 0.22.1",
1913 "bytes",
1914 "chrono",
1915 "dashmap",
1916 "elliptic-curve",
1917 "http",
1918 "jacquard-common",
1919 "jacquard-identity",
1920 "jose-jwa",
1921 "jose-jwk",
1922 "miette",
1923 "p256",
1924 "rand 0.8.5",
1925 "rouille",
1926 "serde",
1927 "serde_html_form",
1928 "serde_json",
1929 "sha2",
1930 "smol_str",
1931 "thiserror 2.0.17",
1932 "tokio",
1933 "trait-variant",
1934 "url",
1935 "webbrowser",
1936]
1937
1938[[package]]
1939name = "jni"
1940version = "0.21.1"
1941source = "registry+https://github.com/rust-lang/crates.io-index"
1942checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
1943dependencies = [
1944 "cesu8",
1945 "cfg-if",
1946 "combine",
1947 "jni-sys",
1948 "log",
1949 "thiserror 1.0.69",
1950 "walkdir",
1951 "windows-sys 0.45.0",
1952]
1953
1954[[package]]
1955name = "jni-sys"
1956version = "0.3.0"
1957source = "registry+https://github.com/rust-lang/crates.io-index"
1958checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
1959
1960[[package]]
1961name = "jose-b64"
1962version = "0.1.2"
1963source = "registry+https://github.com/rust-lang/crates.io-index"
1964checksum = "bec69375368709666b21c76965ce67549f2d2db7605f1f8707d17c9656801b56"
1965dependencies = [
1966 "base64ct",
1967 "serde",
1968 "subtle",
1969 "zeroize",
1970]
1971
1972[[package]]
1973name = "jose-jwa"
1974version = "0.1.2"
1975source = "registry+https://github.com/rust-lang/crates.io-index"
1976checksum = "9ab78e053fe886a351d67cf0d194c000f9d0dcb92906eb34d853d7e758a4b3a7"
1977dependencies = [
1978 "serde",
1979]
1980
1981[[package]]
1982name = "jose-jwk"
1983version = "0.1.2"
1984source = "registry+https://github.com/rust-lang/crates.io-index"
1985checksum = "280fa263807fe0782ecb6f2baadc28dffc04e00558a58e33bfdb801d11fd58e7"
1986dependencies = [
1987 "jose-b64",
1988 "jose-jwa",
1989 "p256",
1990 "p384",
1991 "rsa",
1992 "serde",
1993 "zeroize",
1994]
1995
1996[[package]]
1997name = "js-sys"
1998version = "0.3.82"
1999source = "registry+https://github.com/rust-lang/crates.io-index"
2000checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65"
2001dependencies = [
2002 "once_cell",
2003 "wasm-bindgen",
2004]
2005
2006[[package]]
2007name = "k256"
2008version = "0.13.4"
2009source = "registry+https://github.com/rust-lang/crates.io-index"
2010checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
2011dependencies = [
2012 "cfg-if",
2013 "ecdsa",
2014 "elliptic-curve",
2015 "sha2",
2016]
2017
2018[[package]]
2019name = "langtag"
2020version = "0.4.0"
2021source = "registry+https://github.com/rust-lang/crates.io-index"
2022checksum = "9ecb4c689a30e48ebeaa14237f34037e300dd072e6ad21a9ec72e810ff3c6600"
2023dependencies = [
2024 "serde",
2025 "static-regular-grammar",
2026 "thiserror 1.0.69",
2027]
2028
2029[[package]]
2030name = "lazy_static"
2031version = "1.5.0"
2032source = "registry+https://github.com/rust-lang/crates.io-index"
2033checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2034dependencies = [
2035 "spin 0.9.8",
2036]
2037
2038[[package]]
2039name = "libc"
2040version = "0.2.177"
2041source = "registry+https://github.com/rust-lang/crates.io-index"
2042checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
2043
2044[[package]]
2045name = "libm"
2046version = "0.2.15"
2047source = "registry+https://github.com/rust-lang/crates.io-index"
2048checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
2049
2050[[package]]
2051name = "libredox"
2052version = "0.1.10"
2053source = "registry+https://github.com/rust-lang/crates.io-index"
2054checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
2055dependencies = [
2056 "bitflags",
2057 "libc",
2058 "redox_syscall",
2059]
2060
2061[[package]]
2062name = "linked-hash-map"
2063version = "0.5.6"
2064source = "registry+https://github.com/rust-lang/crates.io-index"
2065checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2066
2067[[package]]
2068name = "linux-raw-sys"
2069version = "0.11.0"
2070source = "registry+https://github.com/rust-lang/crates.io-index"
2071checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
2072
2073[[package]]
2074name = "litemap"
2075version = "0.8.1"
2076source = "registry+https://github.com/rust-lang/crates.io-index"
2077checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
2078
2079[[package]]
2080name = "lock_api"
2081version = "0.4.14"
2082source = "registry+https://github.com/rust-lang/crates.io-index"
2083checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
2084dependencies = [
2085 "scopeguard",
2086]
2087
2088[[package]]
2089name = "log"
2090version = "0.4.28"
2091source = "registry+https://github.com/rust-lang/crates.io-index"
2092checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
2093
2094[[package]]
2095name = "loom"
2096version = "0.7.2"
2097source = "registry+https://github.com/rust-lang/crates.io-index"
2098checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
2099dependencies = [
2100 "cfg-if",
2101 "generator",
2102 "scoped-tls",
2103 "tracing",
2104 "tracing-subscriber",
2105]
2106
2107[[package]]
2108name = "lru-cache"
2109version = "0.1.2"
2110source = "registry+https://github.com/rust-lang/crates.io-index"
2111checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
2112dependencies = [
2113 "linked-hash-map",
2114]
2115
2116[[package]]
2117name = "lru-slab"
2118version = "0.1.2"
2119source = "registry+https://github.com/rust-lang/crates.io-index"
2120checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
2121
2122[[package]]
2123name = "mac"
2124version = "0.1.1"
2125source = "registry+https://github.com/rust-lang/crates.io-index"
2126checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
2127
2128[[package]]
2129name = "markup5ever"
2130version = "0.12.1"
2131source = "registry+https://github.com/rust-lang/crates.io-index"
2132checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
2133dependencies = [
2134 "log",
2135 "phf",
2136 "phf_codegen",
2137 "string_cache",
2138 "string_cache_codegen",
2139 "tendril",
2140]
2141
2142[[package]]
2143name = "markup5ever_rcdom"
2144version = "0.3.0"
2145source = "registry+https://github.com/rust-lang/crates.io-index"
2146checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
2147dependencies = [
2148 "html5ever",
2149 "markup5ever",
2150 "tendril",
2151 "xml5ever",
2152]
2153
2154[[package]]
2155name = "match-lookup"
2156version = "0.1.1"
2157source = "registry+https://github.com/rust-lang/crates.io-index"
2158checksum = "1265724d8cb29dbbc2b0f06fffb8bf1a8c0cf73a78eede9ba73a4a66c52a981e"
2159dependencies = [
2160 "proc-macro2",
2161 "quote",
2162 "syn 1.0.109",
2163]
2164
2165[[package]]
2166name = "matchers"
2167version = "0.2.0"
2168source = "registry+https://github.com/rust-lang/crates.io-index"
2169checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
2170dependencies = [
2171 "regex-automata",
2172]
2173
2174[[package]]
2175name = "matchit"
2176version = "0.8.4"
2177source = "registry+https://github.com/rust-lang/crates.io-index"
2178checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
2179
2180[[package]]
2181name = "memchr"
2182version = "2.7.6"
2183source = "registry+https://github.com/rust-lang/crates.io-index"
2184checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
2185
2186[[package]]
2187name = "miette"
2188version = "7.6.0"
2189source = "registry+https://github.com/rust-lang/crates.io-index"
2190checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7"
2191dependencies = [
2192 "backtrace",
2193 "backtrace-ext",
2194 "cfg-if",
2195 "miette-derive",
2196 "owo-colors",
2197 "supports-color",
2198 "supports-hyperlinks",
2199 "supports-unicode",
2200 "terminal_size",
2201 "textwrap",
2202 "unicode-width 0.1.14",
2203]
2204
2205[[package]]
2206name = "miette-derive"
2207version = "7.6.0"
2208source = "registry+https://github.com/rust-lang/crates.io-index"
2209checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b"
2210dependencies = [
2211 "proc-macro2",
2212 "quote",
2213 "syn 2.0.110",
2214]
2215
2216[[package]]
2217name = "mime"
2218version = "0.3.17"
2219source = "registry+https://github.com/rust-lang/crates.io-index"
2220checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2221
2222[[package]]
2223name = "mime_guess"
2224version = "2.0.5"
2225source = "registry+https://github.com/rust-lang/crates.io-index"
2226checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
2227dependencies = [
2228 "mime",
2229 "unicase",
2230]
2231
2232[[package]]
2233name = "mini-moka"
2234version = "0.10.99"
2235source = "git+https://tangled.org/@nonbinary.computer/jacquard#324cbb45078fe2f77b60ae2bd7765c5306ec8b5e"
2236dependencies = [
2237 "crossbeam-channel",
2238 "crossbeam-utils",
2239 "dashmap",
2240 "smallvec",
2241 "tagptr",
2242 "triomphe",
2243 "web-time",
2244]
2245
2246[[package]]
2247name = "minimal-lexical"
2248version = "0.2.1"
2249source = "registry+https://github.com/rust-lang/crates.io-index"
2250checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2251
2252[[package]]
2253name = "miniz_oxide"
2254version = "0.8.9"
2255source = "registry+https://github.com/rust-lang/crates.io-index"
2256checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
2257dependencies = [
2258 "adler2",
2259 "simd-adler32",
2260]
2261
2262[[package]]
2263name = "mio"
2264version = "1.1.0"
2265source = "registry+https://github.com/rust-lang/crates.io-index"
2266checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
2267dependencies = [
2268 "libc",
2269 "wasi",
2270 "windows-sys 0.61.2",
2271]
2272
2273[[package]]
2274name = "multibase"
2275version = "0.9.2"
2276source = "registry+https://github.com/rust-lang/crates.io-index"
2277checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77"
2278dependencies = [
2279 "base-x",
2280 "base256emoji",
2281 "data-encoding",
2282 "data-encoding-macro",
2283]
2284
2285[[package]]
2286name = "multihash"
2287version = "0.19.3"
2288source = "registry+https://github.com/rust-lang/crates.io-index"
2289checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d"
2290dependencies = [
2291 "core2",
2292 "serde",
2293 "unsigned-varint",
2294]
2295
2296[[package]]
2297name = "multipart"
2298version = "0.18.0"
2299source = "registry+https://github.com/rust-lang/crates.io-index"
2300checksum = "00dec633863867f29cb39df64a397cdf4a6354708ddd7759f70c7fb51c5f9182"
2301dependencies = [
2302 "buf_redux",
2303 "httparse",
2304 "log",
2305 "mime",
2306 "mime_guess",
2307 "quick-error",
2308 "rand 0.8.5",
2309 "safemem",
2310 "tempfile",
2311 "twoway",
2312]
2313
2314[[package]]
2315name = "n0-future"
2316version = "0.1.3"
2317source = "registry+https://github.com/rust-lang/crates.io-index"
2318checksum = "7bb0e5d99e681ab3c938842b96fcb41bf8a7bb4bfdb11ccbd653a7e83e06c794"
2319dependencies = [
2320 "cfg_aliases",
2321 "derive_more",
2322 "futures-buffered",
2323 "futures-lite",
2324 "futures-util",
2325 "js-sys",
2326 "pin-project",
2327 "send_wrapper",
2328 "tokio",
2329 "tokio-util",
2330 "wasm-bindgen",
2331 "wasm-bindgen-futures",
2332 "web-time",
2333]
2334
2335[[package]]
2336name = "n0-future"
2337version = "0.3.1"
2338source = "registry+https://github.com/rust-lang/crates.io-index"
2339checksum = "8c0709ac8235ce13b82bc4d180ee3c42364b90c1a8a628c3422d991d75a728b5"
2340dependencies = [
2341 "cfg_aliases",
2342 "derive_more",
2343 "futures-buffered",
2344 "futures-lite",
2345 "futures-util",
2346 "js-sys",
2347 "pin-project",
2348 "send_wrapper",
2349 "tokio",
2350 "tokio-util",
2351 "wasm-bindgen",
2352 "wasm-bindgen-futures",
2353 "web-time",
2354]
2355
2356[[package]]
2357name = "ndk-context"
2358version = "0.1.1"
2359source = "registry+https://github.com/rust-lang/crates.io-index"
2360checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
2361
2362[[package]]
2363name = "new_debug_unreachable"
2364version = "1.0.6"
2365source = "registry+https://github.com/rust-lang/crates.io-index"
2366checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
2367
2368[[package]]
2369name = "nom"
2370version = "7.1.3"
2371source = "registry+https://github.com/rust-lang/crates.io-index"
2372checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2373dependencies = [
2374 "memchr",
2375 "minimal-lexical",
2376]
2377
2378[[package]]
2379name = "nu-ansi-term"
2380version = "0.50.3"
2381source = "registry+https://github.com/rust-lang/crates.io-index"
2382checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
2383dependencies = [
2384 "windows-sys 0.61.2",
2385]
2386
2387[[package]]
2388name = "num-bigint-dig"
2389version = "0.8.6"
2390source = "registry+https://github.com/rust-lang/crates.io-index"
2391checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
2392dependencies = [
2393 "lazy_static",
2394 "libm",
2395 "num-integer",
2396 "num-iter",
2397 "num-traits",
2398 "rand 0.8.5",
2399 "smallvec",
2400 "zeroize",
2401]
2402
2403[[package]]
2404name = "num-conv"
2405version = "0.1.0"
2406source = "registry+https://github.com/rust-lang/crates.io-index"
2407checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2408
2409[[package]]
2410name = "num-integer"
2411version = "0.1.46"
2412source = "registry+https://github.com/rust-lang/crates.io-index"
2413checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2414dependencies = [
2415 "num-traits",
2416]
2417
2418[[package]]
2419name = "num-iter"
2420version = "0.1.45"
2421source = "registry+https://github.com/rust-lang/crates.io-index"
2422checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
2423dependencies = [
2424 "autocfg",
2425 "num-integer",
2426 "num-traits",
2427]
2428
2429[[package]]
2430name = "num-traits"
2431version = "0.2.19"
2432source = "registry+https://github.com/rust-lang/crates.io-index"
2433checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2434dependencies = [
2435 "autocfg",
2436 "libm",
2437]
2438
2439[[package]]
2440name = "num_cpus"
2441version = "1.17.0"
2442source = "registry+https://github.com/rust-lang/crates.io-index"
2443checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
2444dependencies = [
2445 "hermit-abi",
2446 "libc",
2447]
2448
2449[[package]]
2450name = "num_threads"
2451version = "0.1.7"
2452source = "registry+https://github.com/rust-lang/crates.io-index"
2453checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
2454dependencies = [
2455 "libc",
2456]
2457
2458[[package]]
2459name = "objc2"
2460version = "0.6.3"
2461source = "registry+https://github.com/rust-lang/crates.io-index"
2462checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
2463dependencies = [
2464 "objc2-encode",
2465]
2466
2467[[package]]
2468name = "objc2-encode"
2469version = "4.1.0"
2470source = "registry+https://github.com/rust-lang/crates.io-index"
2471checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
2472
2473[[package]]
2474name = "objc2-foundation"
2475version = "0.3.2"
2476source = "registry+https://github.com/rust-lang/crates.io-index"
2477checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
2478dependencies = [
2479 "bitflags",
2480 "objc2",
2481]
2482
2483[[package]]
2484name = "object"
2485version = "0.37.3"
2486source = "registry+https://github.com/rust-lang/crates.io-index"
2487checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
2488dependencies = [
2489 "memchr",
2490]
2491
2492[[package]]
2493name = "once_cell"
2494version = "1.21.3"
2495source = "registry+https://github.com/rust-lang/crates.io-index"
2496checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
2497
2498[[package]]
2499name = "once_cell_polyfill"
2500version = "1.70.2"
2501source = "registry+https://github.com/rust-lang/crates.io-index"
2502checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
2503
2504[[package]]
2505name = "openssl-probe"
2506version = "0.1.6"
2507source = "registry+https://github.com/rust-lang/crates.io-index"
2508checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
2509
2510[[package]]
2511name = "option-ext"
2512version = "0.2.0"
2513source = "registry+https://github.com/rust-lang/crates.io-index"
2514checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2515
2516[[package]]
2517name = "ouroboros"
2518version = "0.18.5"
2519source = "registry+https://github.com/rust-lang/crates.io-index"
2520checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
2521dependencies = [
2522 "aliasable",
2523 "ouroboros_macro",
2524 "static_assertions",
2525]
2526
2527[[package]]
2528name = "ouroboros_macro"
2529version = "0.18.5"
2530source = "registry+https://github.com/rust-lang/crates.io-index"
2531checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
2532dependencies = [
2533 "heck 0.4.1",
2534 "proc-macro2",
2535 "proc-macro2-diagnostics",
2536 "quote",
2537 "syn 2.0.110",
2538]
2539
2540[[package]]
2541name = "owo-colors"
2542version = "4.2.3"
2543source = "registry+https://github.com/rust-lang/crates.io-index"
2544checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52"
2545
2546[[package]]
2547name = "p256"
2548version = "0.13.2"
2549source = "registry+https://github.com/rust-lang/crates.io-index"
2550checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
2551dependencies = [
2552 "ecdsa",
2553 "elliptic-curve",
2554 "primeorder",
2555 "sha2",
2556]
2557
2558[[package]]
2559name = "p384"
2560version = "0.13.1"
2561source = "registry+https://github.com/rust-lang/crates.io-index"
2562checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6"
2563dependencies = [
2564 "elliptic-curve",
2565 "primeorder",
2566]
2567
2568[[package]]
2569name = "parking"
2570version = "2.2.1"
2571source = "registry+https://github.com/rust-lang/crates.io-index"
2572checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
2573
2574[[package]]
2575name = "parking_lot"
2576version = "0.12.5"
2577source = "registry+https://github.com/rust-lang/crates.io-index"
2578checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
2579dependencies = [
2580 "lock_api",
2581 "parking_lot_core",
2582]
2583
2584[[package]]
2585name = "parking_lot_core"
2586version = "0.9.12"
2587source = "registry+https://github.com/rust-lang/crates.io-index"
2588checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
2589dependencies = [
2590 "cfg-if",
2591 "libc",
2592 "redox_syscall",
2593 "smallvec",
2594 "windows-link 0.2.1",
2595]
2596
2597[[package]]
2598name = "pem-rfc7468"
2599version = "0.7.0"
2600source = "registry+https://github.com/rust-lang/crates.io-index"
2601checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
2602dependencies = [
2603 "base64ct",
2604]
2605
2606[[package]]
2607name = "percent-encoding"
2608version = "2.3.2"
2609source = "registry+https://github.com/rust-lang/crates.io-index"
2610checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
2611
2612[[package]]
2613name = "phf"
2614version = "0.11.3"
2615source = "registry+https://github.com/rust-lang/crates.io-index"
2616checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
2617dependencies = [
2618 "phf_shared",
2619]
2620
2621[[package]]
2622name = "phf_codegen"
2623version = "0.11.3"
2624source = "registry+https://github.com/rust-lang/crates.io-index"
2625checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
2626dependencies = [
2627 "phf_generator",
2628 "phf_shared",
2629]
2630
2631[[package]]
2632name = "phf_generator"
2633version = "0.11.3"
2634source = "registry+https://github.com/rust-lang/crates.io-index"
2635checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
2636dependencies = [
2637 "phf_shared",
2638 "rand 0.8.5",
2639]
2640
2641[[package]]
2642name = "phf_shared"
2643version = "0.11.3"
2644source = "registry+https://github.com/rust-lang/crates.io-index"
2645checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
2646dependencies = [
2647 "siphasher",
2648]
2649
2650[[package]]
2651name = "pin-project"
2652version = "1.1.10"
2653source = "registry+https://github.com/rust-lang/crates.io-index"
2654checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
2655dependencies = [
2656 "pin-project-internal",
2657]
2658
2659[[package]]
2660name = "pin-project-internal"
2661version = "1.1.10"
2662source = "registry+https://github.com/rust-lang/crates.io-index"
2663checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
2664dependencies = [
2665 "proc-macro2",
2666 "quote",
2667 "syn 2.0.110",
2668]
2669
2670[[package]]
2671name = "pin-project-lite"
2672version = "0.2.16"
2673source = "registry+https://github.com/rust-lang/crates.io-index"
2674checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2675
2676[[package]]
2677name = "pin-utils"
2678version = "0.1.0"
2679source = "registry+https://github.com/rust-lang/crates.io-index"
2680checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2681
2682[[package]]
2683name = "pkcs1"
2684version = "0.7.5"
2685source = "registry+https://github.com/rust-lang/crates.io-index"
2686checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
2687dependencies = [
2688 "der",
2689 "pkcs8",
2690 "spki",
2691]
2692
2693[[package]]
2694name = "pkcs8"
2695version = "0.10.2"
2696source = "registry+https://github.com/rust-lang/crates.io-index"
2697checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
2698dependencies = [
2699 "der",
2700 "spki",
2701]
2702
2703[[package]]
2704name = "potential_utf"
2705version = "0.1.4"
2706source = "registry+https://github.com/rust-lang/crates.io-index"
2707checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
2708dependencies = [
2709 "zerovec",
2710]
2711
2712[[package]]
2713name = "powerfmt"
2714version = "0.2.0"
2715source = "registry+https://github.com/rust-lang/crates.io-index"
2716checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2717
2718[[package]]
2719name = "ppv-lite86"
2720version = "0.2.21"
2721source = "registry+https://github.com/rust-lang/crates.io-index"
2722checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2723dependencies = [
2724 "zerocopy",
2725]
2726
2727[[package]]
2728name = "precomputed-hash"
2729version = "0.1.1"
2730source = "registry+https://github.com/rust-lang/crates.io-index"
2731checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2732
2733[[package]]
2734name = "prettyplease"
2735version = "0.2.37"
2736source = "registry+https://github.com/rust-lang/crates.io-index"
2737checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
2738dependencies = [
2739 "proc-macro2",
2740 "syn 2.0.110",
2741]
2742
2743[[package]]
2744name = "primeorder"
2745version = "0.13.6"
2746source = "registry+https://github.com/rust-lang/crates.io-index"
2747checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
2748dependencies = [
2749 "elliptic-curve",
2750]
2751
2752[[package]]
2753name = "proc-macro-error"
2754version = "1.0.4"
2755source = "registry+https://github.com/rust-lang/crates.io-index"
2756checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2757dependencies = [
2758 "proc-macro-error-attr",
2759 "proc-macro2",
2760 "quote",
2761 "syn 1.0.109",
2762 "version_check",
2763]
2764
2765[[package]]
2766name = "proc-macro-error-attr"
2767version = "1.0.4"
2768source = "registry+https://github.com/rust-lang/crates.io-index"
2769checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2770dependencies = [
2771 "proc-macro2",
2772 "quote",
2773 "version_check",
2774]
2775
2776[[package]]
2777name = "proc-macro2"
2778version = "1.0.103"
2779source = "registry+https://github.com/rust-lang/crates.io-index"
2780checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
2781dependencies = [
2782 "unicode-ident",
2783]
2784
2785[[package]]
2786name = "proc-macro2-diagnostics"
2787version = "0.10.1"
2788source = "registry+https://github.com/rust-lang/crates.io-index"
2789checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
2790dependencies = [
2791 "proc-macro2",
2792 "quote",
2793 "syn 2.0.110",
2794 "version_check",
2795 "yansi",
2796]
2797
2798[[package]]
2799name = "quick-error"
2800version = "1.2.3"
2801source = "registry+https://github.com/rust-lang/crates.io-index"
2802checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2803
2804[[package]]
2805name = "quinn"
2806version = "0.11.9"
2807source = "registry+https://github.com/rust-lang/crates.io-index"
2808checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
2809dependencies = [
2810 "bytes",
2811 "cfg_aliases",
2812 "pin-project-lite",
2813 "quinn-proto",
2814 "quinn-udp",
2815 "rustc-hash",
2816 "rustls",
2817 "socket2 0.6.1",
2818 "thiserror 2.0.17",
2819 "tokio",
2820 "tracing",
2821 "web-time",
2822]
2823
2824[[package]]
2825name = "quinn-proto"
2826version = "0.11.13"
2827source = "registry+https://github.com/rust-lang/crates.io-index"
2828checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
2829dependencies = [
2830 "bytes",
2831 "getrandom 0.3.4",
2832 "lru-slab",
2833 "rand 0.9.2",
2834 "ring",
2835 "rustc-hash",
2836 "rustls",
2837 "rustls-pki-types",
2838 "slab",
2839 "thiserror 2.0.17",
2840 "tinyvec",
2841 "tracing",
2842 "web-time",
2843]
2844
2845[[package]]
2846name = "quinn-udp"
2847version = "0.5.14"
2848source = "registry+https://github.com/rust-lang/crates.io-index"
2849checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
2850dependencies = [
2851 "cfg_aliases",
2852 "libc",
2853 "once_cell",
2854 "socket2 0.6.1",
2855 "tracing",
2856 "windows-sys 0.60.2",
2857]
2858
2859[[package]]
2860name = "quote"
2861version = "1.0.42"
2862source = "registry+https://github.com/rust-lang/crates.io-index"
2863checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
2864dependencies = [
2865 "proc-macro2",
2866]
2867
2868[[package]]
2869name = "r-efi"
2870version = "5.3.0"
2871source = "registry+https://github.com/rust-lang/crates.io-index"
2872checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2873
2874[[package]]
2875name = "rand"
2876version = "0.8.5"
2877source = "registry+https://github.com/rust-lang/crates.io-index"
2878checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2879dependencies = [
2880 "libc",
2881 "rand_chacha 0.3.1",
2882 "rand_core 0.6.4",
2883]
2884
2885[[package]]
2886name = "rand"
2887version = "0.9.2"
2888source = "registry+https://github.com/rust-lang/crates.io-index"
2889checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
2890dependencies = [
2891 "rand_chacha 0.9.0",
2892 "rand_core 0.9.3",
2893]
2894
2895[[package]]
2896name = "rand_chacha"
2897version = "0.3.1"
2898source = "registry+https://github.com/rust-lang/crates.io-index"
2899checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2900dependencies = [
2901 "ppv-lite86",
2902 "rand_core 0.6.4",
2903]
2904
2905[[package]]
2906name = "rand_chacha"
2907version = "0.9.0"
2908source = "registry+https://github.com/rust-lang/crates.io-index"
2909checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2910dependencies = [
2911 "ppv-lite86",
2912 "rand_core 0.9.3",
2913]
2914
2915[[package]]
2916name = "rand_core"
2917version = "0.6.4"
2918source = "registry+https://github.com/rust-lang/crates.io-index"
2919checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2920dependencies = [
2921 "getrandom 0.2.16",
2922]
2923
2924[[package]]
2925name = "rand_core"
2926version = "0.9.3"
2927source = "registry+https://github.com/rust-lang/crates.io-index"
2928checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
2929dependencies = [
2930 "getrandom 0.3.4",
2931]
2932
2933[[package]]
2934name = "range-traits"
2935version = "0.3.2"
2936source = "registry+https://github.com/rust-lang/crates.io-index"
2937checksum = "d20581732dd76fa913c7dff1a2412b714afe3573e94d41c34719de73337cc8ab"
2938
2939[[package]]
2940name = "redox_syscall"
2941version = "0.5.18"
2942source = "registry+https://github.com/rust-lang/crates.io-index"
2943checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
2944dependencies = [
2945 "bitflags",
2946]
2947
2948[[package]]
2949name = "redox_users"
2950version = "0.5.2"
2951source = "registry+https://github.com/rust-lang/crates.io-index"
2952checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
2953dependencies = [
2954 "getrandom 0.2.16",
2955 "libredox",
2956 "thiserror 2.0.17",
2957]
2958
2959[[package]]
2960name = "ref-cast"
2961version = "1.0.25"
2962source = "registry+https://github.com/rust-lang/crates.io-index"
2963checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
2964dependencies = [
2965 "ref-cast-impl",
2966]
2967
2968[[package]]
2969name = "ref-cast-impl"
2970version = "1.0.25"
2971source = "registry+https://github.com/rust-lang/crates.io-index"
2972checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
2973dependencies = [
2974 "proc-macro2",
2975 "quote",
2976 "syn 2.0.110",
2977]
2978
2979[[package]]
2980name = "regex"
2981version = "1.12.2"
2982source = "registry+https://github.com/rust-lang/crates.io-index"
2983checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
2984dependencies = [
2985 "aho-corasick",
2986 "memchr",
2987 "regex-automata",
2988 "regex-syntax",
2989]
2990
2991[[package]]
2992name = "regex-automata"
2993version = "0.4.13"
2994source = "registry+https://github.com/rust-lang/crates.io-index"
2995checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
2996dependencies = [
2997 "aho-corasick",
2998 "memchr",
2999 "regex-syntax",
3000]
3001
3002[[package]]
3003name = "regex-lite"
3004version = "0.1.8"
3005source = "registry+https://github.com/rust-lang/crates.io-index"
3006checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
3007
3008[[package]]
3009name = "regex-syntax"
3010version = "0.8.8"
3011source = "registry+https://github.com/rust-lang/crates.io-index"
3012checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
3013
3014[[package]]
3015name = "reqwest"
3016version = "0.12.24"
3017source = "registry+https://github.com/rust-lang/crates.io-index"
3018checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
3019dependencies = [
3020 "async-compression",
3021 "base64 0.22.1",
3022 "bytes",
3023 "encoding_rs",
3024 "futures-core",
3025 "futures-util",
3026 "h2",
3027 "http",
3028 "http-body",
3029 "http-body-util",
3030 "hyper",
3031 "hyper-rustls",
3032 "hyper-util",
3033 "js-sys",
3034 "log",
3035 "mime",
3036 "percent-encoding",
3037 "pin-project-lite",
3038 "quinn",
3039 "rustls",
3040 "rustls-pki-types",
3041 "serde",
3042 "serde_json",
3043 "serde_urlencoded",
3044 "sync_wrapper",
3045 "tokio",
3046 "tokio-rustls",
3047 "tokio-util",
3048 "tower",
3049 "tower-http",
3050 "tower-service",
3051 "url",
3052 "wasm-bindgen",
3053 "wasm-bindgen-futures",
3054 "wasm-streams",
3055 "web-sys",
3056 "webpki-roots",
3057]
3058
3059[[package]]
3060name = "resolv-conf"
3061version = "0.7.6"
3062source = "registry+https://github.com/rust-lang/crates.io-index"
3063checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7"
3064
3065[[package]]
3066name = "rfc6979"
3067version = "0.4.0"
3068source = "registry+https://github.com/rust-lang/crates.io-index"
3069checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
3070dependencies = [
3071 "hmac",
3072 "subtle",
3073]
3074
3075[[package]]
3076name = "ring"
3077version = "0.17.14"
3078source = "registry+https://github.com/rust-lang/crates.io-index"
3079checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
3080dependencies = [
3081 "cc",
3082 "cfg-if",
3083 "getrandom 0.2.16",
3084 "libc",
3085 "untrusted",
3086 "windows-sys 0.52.0",
3087]
3088
3089[[package]]
3090name = "rouille"
3091version = "3.6.2"
3092source = "registry+https://github.com/rust-lang/crates.io-index"
3093checksum = "3716fbf57fc1084d7a706adf4e445298d123e4a44294c4e8213caf1b85fcc921"
3094dependencies = [
3095 "base64 0.13.1",
3096 "brotli",
3097 "chrono",
3098 "deflate",
3099 "filetime",
3100 "multipart",
3101 "percent-encoding",
3102 "rand 0.8.5",
3103 "serde",
3104 "serde_derive",
3105 "serde_json",
3106 "sha1_smol",
3107 "threadpool",
3108 "time",
3109 "tiny_http",
3110 "url",
3111]
3112
3113[[package]]
3114name = "rsa"
3115version = "0.9.9"
3116source = "registry+https://github.com/rust-lang/crates.io-index"
3117checksum = "40a0376c50d0358279d9d643e4bf7b7be212f1f4ff1da9070a7b54d22ef75c88"
3118dependencies = [
3119 "const-oid",
3120 "digest",
3121 "num-bigint-dig",
3122 "num-integer",
3123 "num-traits",
3124 "pkcs1",
3125 "pkcs8",
3126 "rand_core 0.6.4",
3127 "signature",
3128 "spki",
3129 "subtle",
3130 "zeroize",
3131]
3132
3133[[package]]
3134name = "rustc-demangle"
3135version = "0.1.26"
3136source = "registry+https://github.com/rust-lang/crates.io-index"
3137checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
3138
3139[[package]]
3140name = "rustc-hash"
3141version = "2.1.1"
3142source = "registry+https://github.com/rust-lang/crates.io-index"
3143checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
3144
3145[[package]]
3146name = "rustix"
3147version = "1.1.2"
3148source = "registry+https://github.com/rust-lang/crates.io-index"
3149checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
3150dependencies = [
3151 "bitflags",
3152 "errno",
3153 "libc",
3154 "linux-raw-sys",
3155 "windows-sys 0.61.2",
3156]
3157
3158[[package]]
3159name = "rustls"
3160version = "0.23.35"
3161source = "registry+https://github.com/rust-lang/crates.io-index"
3162checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f"
3163dependencies = [
3164 "once_cell",
3165 "ring",
3166 "rustls-pki-types",
3167 "rustls-webpki",
3168 "subtle",
3169 "zeroize",
3170]
3171
3172[[package]]
3173name = "rustls-native-certs"
3174version = "0.8.2"
3175source = "registry+https://github.com/rust-lang/crates.io-index"
3176checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
3177dependencies = [
3178 "openssl-probe",
3179 "rustls-pki-types",
3180 "schannel",
3181 "security-framework",
3182]
3183
3184[[package]]
3185name = "rustls-pki-types"
3186version = "1.13.0"
3187source = "registry+https://github.com/rust-lang/crates.io-index"
3188checksum = "94182ad936a0c91c324cd46c6511b9510ed16af436d7b5bab34beab0afd55f7a"
3189dependencies = [
3190 "web-time",
3191 "zeroize",
3192]
3193
3194[[package]]
3195name = "rustls-webpki"
3196version = "0.103.8"
3197source = "registry+https://github.com/rust-lang/crates.io-index"
3198checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52"
3199dependencies = [
3200 "ring",
3201 "rustls-pki-types",
3202 "untrusted",
3203]
3204
3205[[package]]
3206name = "rustversion"
3207version = "1.0.22"
3208source = "registry+https://github.com/rust-lang/crates.io-index"
3209checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
3210
3211[[package]]
3212name = "ryu"
3213version = "1.0.20"
3214source = "registry+https://github.com/rust-lang/crates.io-index"
3215checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
3216
3217[[package]]
3218name = "safemem"
3219version = "0.3.3"
3220source = "registry+https://github.com/rust-lang/crates.io-index"
3221checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
3222
3223[[package]]
3224name = "same-file"
3225version = "1.0.6"
3226source = "registry+https://github.com/rust-lang/crates.io-index"
3227checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
3228dependencies = [
3229 "winapi-util",
3230]
3231
3232[[package]]
3233name = "schannel"
3234version = "0.1.28"
3235source = "registry+https://github.com/rust-lang/crates.io-index"
3236checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
3237dependencies = [
3238 "windows-sys 0.61.2",
3239]
3240
3241[[package]]
3242name = "schemars"
3243version = "0.9.0"
3244source = "registry+https://github.com/rust-lang/crates.io-index"
3245checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
3246dependencies = [
3247 "dyn-clone",
3248 "ref-cast",
3249 "serde",
3250 "serde_json",
3251]
3252
3253[[package]]
3254name = "schemars"
3255version = "1.1.0"
3256source = "registry+https://github.com/rust-lang/crates.io-index"
3257checksum = "9558e172d4e8533736ba97870c4b2cd63f84b382a3d6eb063da41b91cce17289"
3258dependencies = [
3259 "dyn-clone",
3260 "ref-cast",
3261 "serde",
3262 "serde_json",
3263]
3264
3265[[package]]
3266name = "scoped-tls"
3267version = "1.0.1"
3268source = "registry+https://github.com/rust-lang/crates.io-index"
3269checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
3270
3271[[package]]
3272name = "scopeguard"
3273version = "1.2.0"
3274source = "registry+https://github.com/rust-lang/crates.io-index"
3275checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
3276
3277[[package]]
3278name = "sec1"
3279version = "0.7.3"
3280source = "registry+https://github.com/rust-lang/crates.io-index"
3281checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
3282dependencies = [
3283 "base16ct",
3284 "der",
3285 "generic-array",
3286 "pkcs8",
3287 "subtle",
3288 "zeroize",
3289]
3290
3291[[package]]
3292name = "security-framework"
3293version = "3.5.1"
3294source = "registry+https://github.com/rust-lang/crates.io-index"
3295checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
3296dependencies = [
3297 "bitflags",
3298 "core-foundation 0.10.1",
3299 "core-foundation-sys",
3300 "libc",
3301 "security-framework-sys",
3302]
3303
3304[[package]]
3305name = "security-framework-sys"
3306version = "2.15.0"
3307source = "registry+https://github.com/rust-lang/crates.io-index"
3308checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
3309dependencies = [
3310 "core-foundation-sys",
3311 "libc",
3312]
3313
3314[[package]]
3315name = "send_wrapper"
3316version = "0.6.0"
3317source = "registry+https://github.com/rust-lang/crates.io-index"
3318checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
3319
3320[[package]]
3321name = "serde"
3322version = "1.0.228"
3323source = "registry+https://github.com/rust-lang/crates.io-index"
3324checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
3325dependencies = [
3326 "serde_core",
3327 "serde_derive",
3328]
3329
3330[[package]]
3331name = "serde_bytes"
3332version = "0.11.19"
3333source = "registry+https://github.com/rust-lang/crates.io-index"
3334checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
3335dependencies = [
3336 "serde",
3337 "serde_core",
3338]
3339
3340[[package]]
3341name = "serde_core"
3342version = "1.0.228"
3343source = "registry+https://github.com/rust-lang/crates.io-index"
3344checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
3345dependencies = [
3346 "serde_derive",
3347]
3348
3349[[package]]
3350name = "serde_derive"
3351version = "1.0.228"
3352source = "registry+https://github.com/rust-lang/crates.io-index"
3353checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
3354dependencies = [
3355 "proc-macro2",
3356 "quote",
3357 "syn 2.0.110",
3358]
3359
3360[[package]]
3361name = "serde_html_form"
3362version = "0.2.8"
3363source = "registry+https://github.com/rust-lang/crates.io-index"
3364checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f"
3365dependencies = [
3366 "form_urlencoded",
3367 "indexmap 2.12.0",
3368 "itoa",
3369 "ryu",
3370 "serde_core",
3371]
3372
3373[[package]]
3374name = "serde_ipld_dagcbor"
3375version = "0.6.4"
3376source = "registry+https://github.com/rust-lang/crates.io-index"
3377checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778"
3378dependencies = [
3379 "cbor4ii",
3380 "ipld-core",
3381 "scopeguard",
3382 "serde",
3383]
3384
3385[[package]]
3386name = "serde_json"
3387version = "1.0.145"
3388source = "registry+https://github.com/rust-lang/crates.io-index"
3389checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
3390dependencies = [
3391 "itoa",
3392 "memchr",
3393 "ryu",
3394 "serde",
3395 "serde_core",
3396]
3397
3398[[package]]
3399name = "serde_path_to_error"
3400version = "0.1.20"
3401source = "registry+https://github.com/rust-lang/crates.io-index"
3402checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
3403dependencies = [
3404 "itoa",
3405 "serde",
3406 "serde_core",
3407]
3408
3409[[package]]
3410name = "serde_repr"
3411version = "0.1.20"
3412source = "registry+https://github.com/rust-lang/crates.io-index"
3413checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
3414dependencies = [
3415 "proc-macro2",
3416 "quote",
3417 "syn 2.0.110",
3418]
3419
3420[[package]]
3421name = "serde_urlencoded"
3422version = "0.7.1"
3423source = "registry+https://github.com/rust-lang/crates.io-index"
3424checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
3425dependencies = [
3426 "form_urlencoded",
3427 "itoa",
3428 "ryu",
3429 "serde",
3430]
3431
3432[[package]]
3433name = "serde_with"
3434version = "3.16.0"
3435source = "registry+https://github.com/rust-lang/crates.io-index"
3436checksum = "10574371d41b0d9b2cff89418eda27da52bcaff2cc8741db26382a77c29131f1"
3437dependencies = [
3438 "base64 0.22.1",
3439 "chrono",
3440 "hex",
3441 "indexmap 1.9.3",
3442 "indexmap 2.12.0",
3443 "schemars 0.9.0",
3444 "schemars 1.1.0",
3445 "serde_core",
3446 "serde_json",
3447 "serde_with_macros",
3448 "time",
3449]
3450
3451[[package]]
3452name = "serde_with_macros"
3453version = "3.16.0"
3454source = "registry+https://github.com/rust-lang/crates.io-index"
3455checksum = "08a72d8216842fdd57820dc78d840bef99248e35fb2554ff923319e60f2d686b"
3456dependencies = [
3457 "darling",
3458 "proc-macro2",
3459 "quote",
3460 "syn 2.0.110",
3461]
3462
3463[[package]]
3464name = "sha1"
3465version = "0.10.6"
3466source = "registry+https://github.com/rust-lang/crates.io-index"
3467checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
3468dependencies = [
3469 "cfg-if",
3470 "cpufeatures",
3471 "digest",
3472]
3473
3474[[package]]
3475name = "sha1_smol"
3476version = "1.0.1"
3477source = "registry+https://github.com/rust-lang/crates.io-index"
3478checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
3479
3480[[package]]
3481name = "sha2"
3482version = "0.10.9"
3483source = "registry+https://github.com/rust-lang/crates.io-index"
3484checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
3485dependencies = [
3486 "cfg-if",
3487 "cpufeatures",
3488 "digest",
3489]
3490
3491[[package]]
3492name = "sharded-slab"
3493version = "0.1.7"
3494source = "registry+https://github.com/rust-lang/crates.io-index"
3495checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
3496dependencies = [
3497 "lazy_static",
3498]
3499
3500[[package]]
3501name = "shellexpand"
3502version = "3.1.1"
3503source = "registry+https://github.com/rust-lang/crates.io-index"
3504checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
3505dependencies = [
3506 "dirs",
3507]
3508
3509[[package]]
3510name = "shlex"
3511version = "1.3.0"
3512source = "registry+https://github.com/rust-lang/crates.io-index"
3513checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
3514
3515[[package]]
3516name = "signal-hook-registry"
3517version = "1.4.6"
3518source = "registry+https://github.com/rust-lang/crates.io-index"
3519checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
3520dependencies = [
3521 "libc",
3522]
3523
3524[[package]]
3525name = "signature"
3526version = "2.2.0"
3527source = "registry+https://github.com/rust-lang/crates.io-index"
3528checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
3529dependencies = [
3530 "digest",
3531 "rand_core 0.6.4",
3532]
3533
3534[[package]]
3535name = "simd-adler32"
3536version = "0.3.7"
3537source = "registry+https://github.com/rust-lang/crates.io-index"
3538checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
3539
3540[[package]]
3541name = "siphasher"
3542version = "1.0.1"
3543source = "registry+https://github.com/rust-lang/crates.io-index"
3544checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
3545
3546[[package]]
3547name = "slab"
3548version = "0.4.11"
3549source = "registry+https://github.com/rust-lang/crates.io-index"
3550checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
3551
3552[[package]]
3553name = "smallvec"
3554version = "1.15.1"
3555source = "registry+https://github.com/rust-lang/crates.io-index"
3556checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
3557
3558[[package]]
3559name = "smol_str"
3560version = "0.3.4"
3561source = "registry+https://github.com/rust-lang/crates.io-index"
3562checksum = "3498b0a27f93ef1402f20eefacfaa1691272ac4eca1cdc8c596cb0a245d6cbf5"
3563dependencies = [
3564 "borsh",
3565 "serde_core",
3566]
3567
3568[[package]]
3569name = "socket2"
3570version = "0.5.10"
3571source = "registry+https://github.com/rust-lang/crates.io-index"
3572checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
3573dependencies = [
3574 "libc",
3575 "windows-sys 0.52.0",
3576]
3577
3578[[package]]
3579name = "socket2"
3580version = "0.6.1"
3581source = "registry+https://github.com/rust-lang/crates.io-index"
3582checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
3583dependencies = [
3584 "libc",
3585 "windows-sys 0.60.2",
3586]
3587
3588[[package]]
3589name = "spin"
3590version = "0.9.8"
3591source = "registry+https://github.com/rust-lang/crates.io-index"
3592checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
3593
3594[[package]]
3595name = "spin"
3596version = "0.10.0"
3597source = "registry+https://github.com/rust-lang/crates.io-index"
3598checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
3599
3600[[package]]
3601name = "spki"
3602version = "0.7.3"
3603source = "registry+https://github.com/rust-lang/crates.io-index"
3604checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
3605dependencies = [
3606 "base64ct",
3607 "der",
3608]
3609
3610[[package]]
3611name = "stable_deref_trait"
3612version = "1.2.1"
3613source = "registry+https://github.com/rust-lang/crates.io-index"
3614checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
3615
3616[[package]]
3617name = "static-regular-grammar"
3618version = "2.0.2"
3619source = "registry+https://github.com/rust-lang/crates.io-index"
3620checksum = "4f4a6c40247579acfbb138c3cd7de3dab113ab4ac6227f1b7de7d626ee667957"
3621dependencies = [
3622 "abnf",
3623 "btree-range-map",
3624 "ciborium",
3625 "hex_fmt",
3626 "indoc",
3627 "proc-macro-error",
3628 "proc-macro2",
3629 "quote",
3630 "serde",
3631 "sha2",
3632 "syn 2.0.110",
3633 "thiserror 1.0.69",
3634]
3635
3636[[package]]
3637name = "static_assertions"
3638version = "1.1.0"
3639source = "registry+https://github.com/rust-lang/crates.io-index"
3640checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
3641
3642[[package]]
3643name = "string_cache"
3644version = "0.8.9"
3645source = "registry+https://github.com/rust-lang/crates.io-index"
3646checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
3647dependencies = [
3648 "new_debug_unreachable",
3649 "parking_lot",
3650 "phf_shared",
3651 "precomputed-hash",
3652 "serde",
3653]
3654
3655[[package]]
3656name = "string_cache_codegen"
3657version = "0.5.4"
3658source = "registry+https://github.com/rust-lang/crates.io-index"
3659checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
3660dependencies = [
3661 "phf_generator",
3662 "phf_shared",
3663 "proc-macro2",
3664 "quote",
3665]
3666
3667[[package]]
3668name = "strsim"
3669version = "0.11.1"
3670source = "registry+https://github.com/rust-lang/crates.io-index"
3671checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
3672
3673[[package]]
3674name = "subtle"
3675version = "2.6.1"
3676source = "registry+https://github.com/rust-lang/crates.io-index"
3677checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
3678
3679[[package]]
3680name = "supports-color"
3681version = "3.0.2"
3682source = "registry+https://github.com/rust-lang/crates.io-index"
3683checksum = "c64fc7232dd8d2e4ac5ce4ef302b1d81e0b80d055b9d77c7c4f51f6aa4c867d6"
3684dependencies = [
3685 "is_ci",
3686]
3687
3688[[package]]
3689name = "supports-hyperlinks"
3690version = "3.1.0"
3691source = "registry+https://github.com/rust-lang/crates.io-index"
3692checksum = "804f44ed3c63152de6a9f90acbea1a110441de43006ea51bcce8f436196a288b"
3693
3694[[package]]
3695name = "supports-unicode"
3696version = "3.0.0"
3697source = "registry+https://github.com/rust-lang/crates.io-index"
3698checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2"
3699
3700[[package]]
3701name = "syn"
3702version = "1.0.109"
3703source = "registry+https://github.com/rust-lang/crates.io-index"
3704checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
3705dependencies = [
3706 "proc-macro2",
3707 "quote",
3708 "unicode-ident",
3709]
3710
3711[[package]]
3712name = "syn"
3713version = "2.0.110"
3714source = "registry+https://github.com/rust-lang/crates.io-index"
3715checksum = "a99801b5bd34ede4cf3fc688c5919368fea4e4814a4664359503e6015b280aea"
3716dependencies = [
3717 "proc-macro2",
3718 "quote",
3719 "unicode-ident",
3720]
3721
3722[[package]]
3723name = "sync_wrapper"
3724version = "1.0.2"
3725source = "registry+https://github.com/rust-lang/crates.io-index"
3726checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
3727dependencies = [
3728 "futures-core",
3729]
3730
3731[[package]]
3732name = "synstructure"
3733version = "0.13.2"
3734source = "registry+https://github.com/rust-lang/crates.io-index"
3735checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
3736dependencies = [
3737 "proc-macro2",
3738 "quote",
3739 "syn 2.0.110",
3740]
3741
3742[[package]]
3743name = "system-configuration"
3744version = "0.6.1"
3745source = "registry+https://github.com/rust-lang/crates.io-index"
3746checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
3747dependencies = [
3748 "bitflags",
3749 "core-foundation 0.9.4",
3750 "system-configuration-sys",
3751]
3752
3753[[package]]
3754name = "system-configuration-sys"
3755version = "0.6.0"
3756source = "registry+https://github.com/rust-lang/crates.io-index"
3757checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
3758dependencies = [
3759 "core-foundation-sys",
3760 "libc",
3761]
3762
3763[[package]]
3764name = "tagptr"
3765version = "0.2.0"
3766source = "registry+https://github.com/rust-lang/crates.io-index"
3767checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
3768
3769[[package]]
3770name = "tempfile"
3771version = "3.23.0"
3772source = "registry+https://github.com/rust-lang/crates.io-index"
3773checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
3774dependencies = [
3775 "fastrand",
3776 "getrandom 0.3.4",
3777 "once_cell",
3778 "rustix",
3779 "windows-sys 0.61.2",
3780]
3781
3782[[package]]
3783name = "tendril"
3784version = "0.4.3"
3785source = "registry+https://github.com/rust-lang/crates.io-index"
3786checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
3787dependencies = [
3788 "futf",
3789 "mac",
3790 "utf-8",
3791]
3792
3793[[package]]
3794name = "terminal_size"
3795version = "0.4.3"
3796source = "registry+https://github.com/rust-lang/crates.io-index"
3797checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
3798dependencies = [
3799 "rustix",
3800 "windows-sys 0.60.2",
3801]
3802
3803[[package]]
3804name = "textwrap"
3805version = "0.16.2"
3806source = "registry+https://github.com/rust-lang/crates.io-index"
3807checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
3808dependencies = [
3809 "unicode-linebreak",
3810 "unicode-width 0.2.2",
3811]
3812
3813[[package]]
3814name = "thiserror"
3815version = "1.0.69"
3816source = "registry+https://github.com/rust-lang/crates.io-index"
3817checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
3818dependencies = [
3819 "thiserror-impl 1.0.69",
3820]
3821
3822[[package]]
3823name = "thiserror"
3824version = "2.0.17"
3825source = "registry+https://github.com/rust-lang/crates.io-index"
3826checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
3827dependencies = [
3828 "thiserror-impl 2.0.17",
3829]
3830
3831[[package]]
3832name = "thiserror-impl"
3833version = "1.0.69"
3834source = "registry+https://github.com/rust-lang/crates.io-index"
3835checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
3836dependencies = [
3837 "proc-macro2",
3838 "quote",
3839 "syn 2.0.110",
3840]
3841
3842[[package]]
3843name = "thiserror-impl"
3844version = "2.0.17"
3845source = "registry+https://github.com/rust-lang/crates.io-index"
3846checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
3847dependencies = [
3848 "proc-macro2",
3849 "quote",
3850 "syn 2.0.110",
3851]
3852
3853[[package]]
3854name = "thread_local"
3855version = "1.1.9"
3856source = "registry+https://github.com/rust-lang/crates.io-index"
3857checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
3858dependencies = [
3859 "cfg-if",
3860]
3861
3862[[package]]
3863name = "threadpool"
3864version = "1.8.1"
3865source = "registry+https://github.com/rust-lang/crates.io-index"
3866checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
3867dependencies = [
3868 "num_cpus",
3869]
3870
3871[[package]]
3872name = "time"
3873version = "0.3.44"
3874source = "registry+https://github.com/rust-lang/crates.io-index"
3875checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
3876dependencies = [
3877 "deranged",
3878 "itoa",
3879 "libc",
3880 "num-conv",
3881 "num_threads",
3882 "powerfmt",
3883 "serde",
3884 "time-core",
3885 "time-macros",
3886]
3887
3888[[package]]
3889name = "time-core"
3890version = "0.1.6"
3891source = "registry+https://github.com/rust-lang/crates.io-index"
3892checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
3893
3894[[package]]
3895name = "time-macros"
3896version = "0.2.24"
3897source = "registry+https://github.com/rust-lang/crates.io-index"
3898checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
3899dependencies = [
3900 "num-conv",
3901 "time-core",
3902]
3903
3904[[package]]
3905name = "tiny_http"
3906version = "0.12.0"
3907source = "registry+https://github.com/rust-lang/crates.io-index"
3908checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
3909dependencies = [
3910 "ascii",
3911 "chunked_transfer",
3912 "httpdate",
3913 "log",
3914]
3915
3916[[package]]
3917name = "tinystr"
3918version = "0.8.2"
3919source = "registry+https://github.com/rust-lang/crates.io-index"
3920checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
3921dependencies = [
3922 "displaydoc",
3923 "zerovec",
3924]
3925
3926[[package]]
3927name = "tinyvec"
3928version = "1.10.0"
3929source = "registry+https://github.com/rust-lang/crates.io-index"
3930checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
3931dependencies = [
3932 "tinyvec_macros",
3933]
3934
3935[[package]]
3936name = "tinyvec_macros"
3937version = "0.1.1"
3938source = "registry+https://github.com/rust-lang/crates.io-index"
3939checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3940
3941[[package]]
3942name = "tokio"
3943version = "1.48.0"
3944source = "registry+https://github.com/rust-lang/crates.io-index"
3945checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
3946dependencies = [
3947 "bytes",
3948 "libc",
3949 "mio",
3950 "parking_lot",
3951 "pin-project-lite",
3952 "signal-hook-registry",
3953 "socket2 0.6.1",
3954 "tokio-macros",
3955 "windows-sys 0.61.2",
3956]
3957
3958[[package]]
3959name = "tokio-macros"
3960version = "2.6.0"
3961source = "registry+https://github.com/rust-lang/crates.io-index"
3962checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
3963dependencies = [
3964 "proc-macro2",
3965 "quote",
3966 "syn 2.0.110",
3967]
3968
3969[[package]]
3970name = "tokio-rustls"
3971version = "0.26.4"
3972source = "registry+https://github.com/rust-lang/crates.io-index"
3973checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
3974dependencies = [
3975 "rustls",
3976 "tokio",
3977]
3978
3979[[package]]
3980name = "tokio-tungstenite"
3981version = "0.24.0"
3982source = "registry+https://github.com/rust-lang/crates.io-index"
3983checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9"
3984dependencies = [
3985 "futures-util",
3986 "log",
3987 "rustls",
3988 "rustls-native-certs",
3989 "rustls-pki-types",
3990 "tokio",
3991 "tokio-rustls",
3992 "tungstenite",
3993]
3994
3995[[package]]
3996name = "tokio-tungstenite-wasm"
3997version = "0.4.0"
3998source = "registry+https://github.com/rust-lang/crates.io-index"
3999checksum = "e21a5c399399c3db9f08d8297ac12b500e86bca82e930253fdc62eaf9c0de6ae"
4000dependencies = [
4001 "futures-channel",
4002 "futures-util",
4003 "http",
4004 "httparse",
4005 "js-sys",
4006 "rustls",
4007 "thiserror 1.0.69",
4008 "tokio",
4009 "tokio-tungstenite",
4010 "wasm-bindgen",
4011 "web-sys",
4012]
4013
4014[[package]]
4015name = "tokio-util"
4016version = "0.7.17"
4017source = "registry+https://github.com/rust-lang/crates.io-index"
4018checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594"
4019dependencies = [
4020 "bytes",
4021 "futures-core",
4022 "futures-sink",
4023 "futures-util",
4024 "pin-project-lite",
4025 "tokio",
4026]
4027
4028[[package]]
4029name = "tower"
4030version = "0.5.2"
4031source = "registry+https://github.com/rust-lang/crates.io-index"
4032checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
4033dependencies = [
4034 "futures-core",
4035 "futures-util",
4036 "pin-project-lite",
4037 "sync_wrapper",
4038 "tokio",
4039 "tower-layer",
4040 "tower-service",
4041 "tracing",
4042]
4043
4044[[package]]
4045name = "tower-http"
4046version = "0.6.6"
4047source = "registry+https://github.com/rust-lang/crates.io-index"
4048checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
4049dependencies = [
4050 "async-compression",
4051 "bitflags",
4052 "bytes",
4053 "futures-core",
4054 "futures-util",
4055 "http",
4056 "http-body",
4057 "http-body-util",
4058 "http-range-header",
4059 "httpdate",
4060 "iri-string",
4061 "mime",
4062 "mime_guess",
4063 "percent-encoding",
4064 "pin-project-lite",
4065 "tokio",
4066 "tokio-util",
4067 "tower",
4068 "tower-layer",
4069 "tower-service",
4070 "tracing",
4071]
4072
4073[[package]]
4074name = "tower-layer"
4075version = "0.3.3"
4076source = "registry+https://github.com/rust-lang/crates.io-index"
4077checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
4078
4079[[package]]
4080name = "tower-service"
4081version = "0.3.3"
4082source = "registry+https://github.com/rust-lang/crates.io-index"
4083checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
4084
4085[[package]]
4086name = "tracing"
4087version = "0.1.41"
4088source = "registry+https://github.com/rust-lang/crates.io-index"
4089checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
4090dependencies = [
4091 "log",
4092 "pin-project-lite",
4093 "tracing-attributes",
4094 "tracing-core",
4095]
4096
4097[[package]]
4098name = "tracing-attributes"
4099version = "0.1.30"
4100source = "registry+https://github.com/rust-lang/crates.io-index"
4101checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
4102dependencies = [
4103 "proc-macro2",
4104 "quote",
4105 "syn 2.0.110",
4106]
4107
4108[[package]]
4109name = "tracing-core"
4110version = "0.1.34"
4111source = "registry+https://github.com/rust-lang/crates.io-index"
4112checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
4113dependencies = [
4114 "once_cell",
4115 "valuable",
4116]
4117
4118[[package]]
4119name = "tracing-log"
4120version = "0.2.0"
4121source = "registry+https://github.com/rust-lang/crates.io-index"
4122checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
4123dependencies = [
4124 "log",
4125 "once_cell",
4126 "tracing-core",
4127]
4128
4129[[package]]
4130name = "tracing-subscriber"
4131version = "0.3.20"
4132source = "registry+https://github.com/rust-lang/crates.io-index"
4133checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
4134dependencies = [
4135 "matchers",
4136 "nu-ansi-term",
4137 "once_cell",
4138 "regex-automata",
4139 "sharded-slab",
4140 "smallvec",
4141 "thread_local",
4142 "tracing",
4143 "tracing-core",
4144 "tracing-log",
4145]
4146
4147[[package]]
4148name = "trait-variant"
4149version = "0.1.2"
4150source = "registry+https://github.com/rust-lang/crates.io-index"
4151checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
4152dependencies = [
4153 "proc-macro2",
4154 "quote",
4155 "syn 2.0.110",
4156]
4157
4158[[package]]
4159name = "triomphe"
4160version = "0.1.15"
4161source = "registry+https://github.com/rust-lang/crates.io-index"
4162checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
4163
4164[[package]]
4165name = "try-lock"
4166version = "0.2.5"
4167source = "registry+https://github.com/rust-lang/crates.io-index"
4168checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
4169
4170[[package]]
4171name = "tungstenite"
4172version = "0.24.0"
4173source = "registry+https://github.com/rust-lang/crates.io-index"
4174checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
4175dependencies = [
4176 "byteorder",
4177 "bytes",
4178 "data-encoding",
4179 "http",
4180 "httparse",
4181 "log",
4182 "rand 0.8.5",
4183 "rustls",
4184 "rustls-pki-types",
4185 "sha1",
4186 "thiserror 1.0.69",
4187 "utf-8",
4188]
4189
4190[[package]]
4191name = "twoway"
4192version = "0.1.8"
4193source = "registry+https://github.com/rust-lang/crates.io-index"
4194checksum = "59b11b2b5241ba34be09c3cc85a36e56e48f9888862e19cedf23336d35316ed1"
4195dependencies = [
4196 "memchr",
4197]
4198
4199[[package]]
4200name = "typenum"
4201version = "1.19.0"
4202source = "registry+https://github.com/rust-lang/crates.io-index"
4203checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
4204
4205[[package]]
4206name = "unicase"
4207version = "2.8.1"
4208source = "registry+https://github.com/rust-lang/crates.io-index"
4209checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
4210
4211[[package]]
4212name = "unicode-ident"
4213version = "1.0.22"
4214source = "registry+https://github.com/rust-lang/crates.io-index"
4215checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
4216
4217[[package]]
4218name = "unicode-linebreak"
4219version = "0.1.5"
4220source = "registry+https://github.com/rust-lang/crates.io-index"
4221checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
4222
4223[[package]]
4224name = "unicode-segmentation"
4225version = "1.12.0"
4226source = "registry+https://github.com/rust-lang/crates.io-index"
4227checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
4228
4229[[package]]
4230name = "unicode-width"
4231version = "0.1.14"
4232source = "registry+https://github.com/rust-lang/crates.io-index"
4233checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
4234
4235[[package]]
4236name = "unicode-width"
4237version = "0.2.2"
4238source = "registry+https://github.com/rust-lang/crates.io-index"
4239checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
4240
4241[[package]]
4242name = "unicode-xid"
4243version = "0.2.6"
4244source = "registry+https://github.com/rust-lang/crates.io-index"
4245checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
4246
4247[[package]]
4248name = "unsigned-varint"
4249version = "0.8.0"
4250source = "registry+https://github.com/rust-lang/crates.io-index"
4251checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
4252
4253[[package]]
4254name = "untrusted"
4255version = "0.9.0"
4256source = "registry+https://github.com/rust-lang/crates.io-index"
4257checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
4258
4259[[package]]
4260name = "url"
4261version = "2.5.7"
4262source = "registry+https://github.com/rust-lang/crates.io-index"
4263checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
4264dependencies = [
4265 "form_urlencoded",
4266 "idna",
4267 "percent-encoding",
4268 "serde",
4269]
4270
4271[[package]]
4272name = "urlencoding"
4273version = "2.1.3"
4274source = "registry+https://github.com/rust-lang/crates.io-index"
4275checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
4276
4277[[package]]
4278name = "utf-8"
4279version = "0.7.6"
4280source = "registry+https://github.com/rust-lang/crates.io-index"
4281checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
4282
4283[[package]]
4284name = "utf8_iter"
4285version = "1.0.4"
4286source = "registry+https://github.com/rust-lang/crates.io-index"
4287checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
4288
4289[[package]]
4290name = "utf8parse"
4291version = "0.2.2"
4292source = "registry+https://github.com/rust-lang/crates.io-index"
4293checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
4294
4295[[package]]
4296name = "valuable"
4297version = "0.1.1"
4298source = "registry+https://github.com/rust-lang/crates.io-index"
4299checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
4300
4301[[package]]
4302name = "version_check"
4303version = "0.9.5"
4304source = "registry+https://github.com/rust-lang/crates.io-index"
4305checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
4306
4307[[package]]
4308name = "walkdir"
4309version = "2.5.0"
4310source = "registry+https://github.com/rust-lang/crates.io-index"
4311checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
4312dependencies = [
4313 "same-file",
4314 "winapi-util",
4315]
4316
4317[[package]]
4318name = "want"
4319version = "0.3.1"
4320source = "registry+https://github.com/rust-lang/crates.io-index"
4321checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
4322dependencies = [
4323 "try-lock",
4324]
4325
4326[[package]]
4327name = "wasi"
4328version = "0.11.1+wasi-snapshot-preview1"
4329source = "registry+https://github.com/rust-lang/crates.io-index"
4330checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
4331
4332[[package]]
4333name = "wasip2"
4334version = "1.0.1+wasi-0.2.4"
4335source = "registry+https://github.com/rust-lang/crates.io-index"
4336checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
4337dependencies = [
4338 "wit-bindgen",
4339]
4340
4341[[package]]
4342name = "wasm-bindgen"
4343version = "0.2.105"
4344source = "registry+https://github.com/rust-lang/crates.io-index"
4345checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60"
4346dependencies = [
4347 "cfg-if",
4348 "once_cell",
4349 "rustversion",
4350 "wasm-bindgen-macro",
4351 "wasm-bindgen-shared",
4352]
4353
4354[[package]]
4355name = "wasm-bindgen-futures"
4356version = "0.4.55"
4357source = "registry+https://github.com/rust-lang/crates.io-index"
4358checksum = "551f88106c6d5e7ccc7cd9a16f312dd3b5d36ea8b4954304657d5dfba115d4a0"
4359dependencies = [
4360 "cfg-if",
4361 "js-sys",
4362 "once_cell",
4363 "wasm-bindgen",
4364 "web-sys",
4365]
4366
4367[[package]]
4368name = "wasm-bindgen-macro"
4369version = "0.2.105"
4370source = "registry+https://github.com/rust-lang/crates.io-index"
4371checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2"
4372dependencies = [
4373 "quote",
4374 "wasm-bindgen-macro-support",
4375]
4376
4377[[package]]
4378name = "wasm-bindgen-macro-support"
4379version = "0.2.105"
4380source = "registry+https://github.com/rust-lang/crates.io-index"
4381checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc"
4382dependencies = [
4383 "bumpalo",
4384 "proc-macro2",
4385 "quote",
4386 "syn 2.0.110",
4387 "wasm-bindgen-shared",
4388]
4389
4390[[package]]
4391name = "wasm-bindgen-shared"
4392version = "0.2.105"
4393source = "registry+https://github.com/rust-lang/crates.io-index"
4394checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76"
4395dependencies = [
4396 "unicode-ident",
4397]
4398
4399[[package]]
4400name = "wasm-streams"
4401version = "0.4.2"
4402source = "registry+https://github.com/rust-lang/crates.io-index"
4403checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
4404dependencies = [
4405 "futures-util",
4406 "js-sys",
4407 "wasm-bindgen",
4408 "wasm-bindgen-futures",
4409 "web-sys",
4410]
4411
4412[[package]]
4413name = "web-sys"
4414version = "0.3.82"
4415source = "registry+https://github.com/rust-lang/crates.io-index"
4416checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1"
4417dependencies = [
4418 "js-sys",
4419 "wasm-bindgen",
4420]
4421
4422[[package]]
4423name = "web-time"
4424version = "1.1.0"
4425source = "registry+https://github.com/rust-lang/crates.io-index"
4426checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
4427dependencies = [
4428 "js-sys",
4429 "wasm-bindgen",
4430]
4431
4432[[package]]
4433name = "webbrowser"
4434version = "1.0.6"
4435source = "registry+https://github.com/rust-lang/crates.io-index"
4436checksum = "00f1243ef785213e3a32fa0396093424a3a6ea566f9948497e5a2309261a4c97"
4437dependencies = [
4438 "core-foundation 0.10.1",
4439 "jni",
4440 "log",
4441 "ndk-context",
4442 "objc2",
4443 "objc2-foundation",
4444 "url",
4445 "web-sys",
4446]
4447
4448[[package]]
4449name = "webpage"
4450version = "2.0.1"
4451source = "registry+https://github.com/rust-lang/crates.io-index"
4452checksum = "70862efc041d46e6bbaa82bb9c34ae0596d090e86cbd14bd9e93b36ee6802eac"
4453dependencies = [
4454 "html5ever",
4455 "markup5ever_rcdom",
4456 "serde_json",
4457 "url",
4458]
4459
4460[[package]]
4461name = "webpki-roots"
4462version = "1.0.4"
4463source = "registry+https://github.com/rust-lang/crates.io-index"
4464checksum = "b2878ef029c47c6e8cf779119f20fcf52bde7ad42a731b2a304bc221df17571e"
4465dependencies = [
4466 "rustls-pki-types",
4467]
4468
4469[[package]]
4470name = "widestring"
4471version = "1.2.1"
4472source = "registry+https://github.com/rust-lang/crates.io-index"
4473checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
4474
4475[[package]]
4476name = "winapi-util"
4477version = "0.1.11"
4478source = "registry+https://github.com/rust-lang/crates.io-index"
4479checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
4480dependencies = [
4481 "windows-sys 0.61.2",
4482]
4483
4484[[package]]
4485name = "windows"
4486version = "0.61.3"
4487source = "registry+https://github.com/rust-lang/crates.io-index"
4488checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
4489dependencies = [
4490 "windows-collections",
4491 "windows-core 0.61.2",
4492 "windows-future",
4493 "windows-link 0.1.3",
4494 "windows-numerics",
4495]
4496
4497[[package]]
4498name = "windows-collections"
4499version = "0.2.0"
4500source = "registry+https://github.com/rust-lang/crates.io-index"
4501checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
4502dependencies = [
4503 "windows-core 0.61.2",
4504]
4505
4506[[package]]
4507name = "windows-core"
4508version = "0.61.2"
4509source = "registry+https://github.com/rust-lang/crates.io-index"
4510checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
4511dependencies = [
4512 "windows-implement",
4513 "windows-interface",
4514 "windows-link 0.1.3",
4515 "windows-result 0.3.4",
4516 "windows-strings 0.4.2",
4517]
4518
4519[[package]]
4520name = "windows-core"
4521version = "0.62.2"
4522source = "registry+https://github.com/rust-lang/crates.io-index"
4523checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
4524dependencies = [
4525 "windows-implement",
4526 "windows-interface",
4527 "windows-link 0.2.1",
4528 "windows-result 0.4.1",
4529 "windows-strings 0.5.1",
4530]
4531
4532[[package]]
4533name = "windows-future"
4534version = "0.2.1"
4535source = "registry+https://github.com/rust-lang/crates.io-index"
4536checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
4537dependencies = [
4538 "windows-core 0.61.2",
4539 "windows-link 0.1.3",
4540 "windows-threading",
4541]
4542
4543[[package]]
4544name = "windows-implement"
4545version = "0.60.2"
4546source = "registry+https://github.com/rust-lang/crates.io-index"
4547checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
4548dependencies = [
4549 "proc-macro2",
4550 "quote",
4551 "syn 2.0.110",
4552]
4553
4554[[package]]
4555name = "windows-interface"
4556version = "0.59.3"
4557source = "registry+https://github.com/rust-lang/crates.io-index"
4558checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
4559dependencies = [
4560 "proc-macro2",
4561 "quote",
4562 "syn 2.0.110",
4563]
4564
4565[[package]]
4566name = "windows-link"
4567version = "0.1.3"
4568source = "registry+https://github.com/rust-lang/crates.io-index"
4569checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
4570
4571[[package]]
4572name = "windows-link"
4573version = "0.2.1"
4574source = "registry+https://github.com/rust-lang/crates.io-index"
4575checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
4576
4577[[package]]
4578name = "windows-numerics"
4579version = "0.2.0"
4580source = "registry+https://github.com/rust-lang/crates.io-index"
4581checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
4582dependencies = [
4583 "windows-core 0.61.2",
4584 "windows-link 0.1.3",
4585]
4586
4587[[package]]
4588name = "windows-registry"
4589version = "0.6.1"
4590source = "registry+https://github.com/rust-lang/crates.io-index"
4591checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
4592dependencies = [
4593 "windows-link 0.2.1",
4594 "windows-result 0.4.1",
4595 "windows-strings 0.5.1",
4596]
4597
4598[[package]]
4599name = "windows-result"
4600version = "0.3.4"
4601source = "registry+https://github.com/rust-lang/crates.io-index"
4602checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
4603dependencies = [
4604 "windows-link 0.1.3",
4605]
4606
4607[[package]]
4608name = "windows-result"
4609version = "0.4.1"
4610source = "registry+https://github.com/rust-lang/crates.io-index"
4611checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
4612dependencies = [
4613 "windows-link 0.2.1",
4614]
4615
4616[[package]]
4617name = "windows-strings"
4618version = "0.4.2"
4619source = "registry+https://github.com/rust-lang/crates.io-index"
4620checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
4621dependencies = [
4622 "windows-link 0.1.3",
4623]
4624
4625[[package]]
4626name = "windows-strings"
4627version = "0.5.1"
4628source = "registry+https://github.com/rust-lang/crates.io-index"
4629checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
4630dependencies = [
4631 "windows-link 0.2.1",
4632]
4633
4634[[package]]
4635name = "windows-sys"
4636version = "0.45.0"
4637source = "registry+https://github.com/rust-lang/crates.io-index"
4638checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
4639dependencies = [
4640 "windows-targets 0.42.2",
4641]
4642
4643[[package]]
4644name = "windows-sys"
4645version = "0.48.0"
4646source = "registry+https://github.com/rust-lang/crates.io-index"
4647checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
4648dependencies = [
4649 "windows-targets 0.48.5",
4650]
4651
4652[[package]]
4653name = "windows-sys"
4654version = "0.52.0"
4655source = "registry+https://github.com/rust-lang/crates.io-index"
4656checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
4657dependencies = [
4658 "windows-targets 0.52.6",
4659]
4660
4661[[package]]
4662name = "windows-sys"
4663version = "0.60.2"
4664source = "registry+https://github.com/rust-lang/crates.io-index"
4665checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
4666dependencies = [
4667 "windows-targets 0.53.5",
4668]
4669
4670[[package]]
4671name = "windows-sys"
4672version = "0.61.2"
4673source = "registry+https://github.com/rust-lang/crates.io-index"
4674checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
4675dependencies = [
4676 "windows-link 0.2.1",
4677]
4678
4679[[package]]
4680name = "windows-targets"
4681version = "0.42.2"
4682source = "registry+https://github.com/rust-lang/crates.io-index"
4683checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
4684dependencies = [
4685 "windows_aarch64_gnullvm 0.42.2",
4686 "windows_aarch64_msvc 0.42.2",
4687 "windows_i686_gnu 0.42.2",
4688 "windows_i686_msvc 0.42.2",
4689 "windows_x86_64_gnu 0.42.2",
4690 "windows_x86_64_gnullvm 0.42.2",
4691 "windows_x86_64_msvc 0.42.2",
4692]
4693
4694[[package]]
4695name = "windows-targets"
4696version = "0.48.5"
4697source = "registry+https://github.com/rust-lang/crates.io-index"
4698checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
4699dependencies = [
4700 "windows_aarch64_gnullvm 0.48.5",
4701 "windows_aarch64_msvc 0.48.5",
4702 "windows_i686_gnu 0.48.5",
4703 "windows_i686_msvc 0.48.5",
4704 "windows_x86_64_gnu 0.48.5",
4705 "windows_x86_64_gnullvm 0.48.5",
4706 "windows_x86_64_msvc 0.48.5",
4707]
4708
4709[[package]]
4710name = "windows-targets"
4711version = "0.52.6"
4712source = "registry+https://github.com/rust-lang/crates.io-index"
4713checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
4714dependencies = [
4715 "windows_aarch64_gnullvm 0.52.6",
4716 "windows_aarch64_msvc 0.52.6",
4717 "windows_i686_gnu 0.52.6",
4718 "windows_i686_gnullvm 0.52.6",
4719 "windows_i686_msvc 0.52.6",
4720 "windows_x86_64_gnu 0.52.6",
4721 "windows_x86_64_gnullvm 0.52.6",
4722 "windows_x86_64_msvc 0.52.6",
4723]
4724
4725[[package]]
4726name = "windows-targets"
4727version = "0.53.5"
4728source = "registry+https://github.com/rust-lang/crates.io-index"
4729checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
4730dependencies = [
4731 "windows-link 0.2.1",
4732 "windows_aarch64_gnullvm 0.53.1",
4733 "windows_aarch64_msvc 0.53.1",
4734 "windows_i686_gnu 0.53.1",
4735 "windows_i686_gnullvm 0.53.1",
4736 "windows_i686_msvc 0.53.1",
4737 "windows_x86_64_gnu 0.53.1",
4738 "windows_x86_64_gnullvm 0.53.1",
4739 "windows_x86_64_msvc 0.53.1",
4740]
4741
4742[[package]]
4743name = "windows-threading"
4744version = "0.1.0"
4745source = "registry+https://github.com/rust-lang/crates.io-index"
4746checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
4747dependencies = [
4748 "windows-link 0.1.3",
4749]
4750
4751[[package]]
4752name = "windows_aarch64_gnullvm"
4753version = "0.42.2"
4754source = "registry+https://github.com/rust-lang/crates.io-index"
4755checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
4756
4757[[package]]
4758name = "windows_aarch64_gnullvm"
4759version = "0.48.5"
4760source = "registry+https://github.com/rust-lang/crates.io-index"
4761checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
4762
4763[[package]]
4764name = "windows_aarch64_gnullvm"
4765version = "0.52.6"
4766source = "registry+https://github.com/rust-lang/crates.io-index"
4767checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
4768
4769[[package]]
4770name = "windows_aarch64_gnullvm"
4771version = "0.53.1"
4772source = "registry+https://github.com/rust-lang/crates.io-index"
4773checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
4774
4775[[package]]
4776name = "windows_aarch64_msvc"
4777version = "0.42.2"
4778source = "registry+https://github.com/rust-lang/crates.io-index"
4779checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
4780
4781[[package]]
4782name = "windows_aarch64_msvc"
4783version = "0.48.5"
4784source = "registry+https://github.com/rust-lang/crates.io-index"
4785checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
4786
4787[[package]]
4788name = "windows_aarch64_msvc"
4789version = "0.52.6"
4790source = "registry+https://github.com/rust-lang/crates.io-index"
4791checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
4792
4793[[package]]
4794name = "windows_aarch64_msvc"
4795version = "0.53.1"
4796source = "registry+https://github.com/rust-lang/crates.io-index"
4797checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
4798
4799[[package]]
4800name = "windows_i686_gnu"
4801version = "0.42.2"
4802source = "registry+https://github.com/rust-lang/crates.io-index"
4803checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
4804
4805[[package]]
4806name = "windows_i686_gnu"
4807version = "0.48.5"
4808source = "registry+https://github.com/rust-lang/crates.io-index"
4809checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
4810
4811[[package]]
4812name = "windows_i686_gnu"
4813version = "0.52.6"
4814source = "registry+https://github.com/rust-lang/crates.io-index"
4815checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
4816
4817[[package]]
4818name = "windows_i686_gnu"
4819version = "0.53.1"
4820source = "registry+https://github.com/rust-lang/crates.io-index"
4821checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
4822
4823[[package]]
4824name = "windows_i686_gnullvm"
4825version = "0.52.6"
4826source = "registry+https://github.com/rust-lang/crates.io-index"
4827checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
4828
4829[[package]]
4830name = "windows_i686_gnullvm"
4831version = "0.53.1"
4832source = "registry+https://github.com/rust-lang/crates.io-index"
4833checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
4834
4835[[package]]
4836name = "windows_i686_msvc"
4837version = "0.42.2"
4838source = "registry+https://github.com/rust-lang/crates.io-index"
4839checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
4840
4841[[package]]
4842name = "windows_i686_msvc"
4843version = "0.48.5"
4844source = "registry+https://github.com/rust-lang/crates.io-index"
4845checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
4846
4847[[package]]
4848name = "windows_i686_msvc"
4849version = "0.52.6"
4850source = "registry+https://github.com/rust-lang/crates.io-index"
4851checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
4852
4853[[package]]
4854name = "windows_i686_msvc"
4855version = "0.53.1"
4856source = "registry+https://github.com/rust-lang/crates.io-index"
4857checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
4858
4859[[package]]
4860name = "windows_x86_64_gnu"
4861version = "0.42.2"
4862source = "registry+https://github.com/rust-lang/crates.io-index"
4863checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
4864
4865[[package]]
4866name = "windows_x86_64_gnu"
4867version = "0.48.5"
4868source = "registry+https://github.com/rust-lang/crates.io-index"
4869checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
4870
4871[[package]]
4872name = "windows_x86_64_gnu"
4873version = "0.52.6"
4874source = "registry+https://github.com/rust-lang/crates.io-index"
4875checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
4876
4877[[package]]
4878name = "windows_x86_64_gnu"
4879version = "0.53.1"
4880source = "registry+https://github.com/rust-lang/crates.io-index"
4881checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
4882
4883[[package]]
4884name = "windows_x86_64_gnullvm"
4885version = "0.42.2"
4886source = "registry+https://github.com/rust-lang/crates.io-index"
4887checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
4888
4889[[package]]
4890name = "windows_x86_64_gnullvm"
4891version = "0.48.5"
4892source = "registry+https://github.com/rust-lang/crates.io-index"
4893checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
4894
4895[[package]]
4896name = "windows_x86_64_gnullvm"
4897version = "0.52.6"
4898source = "registry+https://github.com/rust-lang/crates.io-index"
4899checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
4900
4901[[package]]
4902name = "windows_x86_64_gnullvm"
4903version = "0.53.1"
4904source = "registry+https://github.com/rust-lang/crates.io-index"
4905checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
4906
4907[[package]]
4908name = "windows_x86_64_msvc"
4909version = "0.42.2"
4910source = "registry+https://github.com/rust-lang/crates.io-index"
4911checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
4912
4913[[package]]
4914name = "windows_x86_64_msvc"
4915version = "0.48.5"
4916source = "registry+https://github.com/rust-lang/crates.io-index"
4917checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
4918
4919[[package]]
4920name = "windows_x86_64_msvc"
4921version = "0.52.6"
4922source = "registry+https://github.com/rust-lang/crates.io-index"
4923checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
4924
4925[[package]]
4926name = "windows_x86_64_msvc"
4927version = "0.53.1"
4928source = "registry+https://github.com/rust-lang/crates.io-index"
4929checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
4930
4931[[package]]
4932name = "winreg"
4933version = "0.50.0"
4934source = "registry+https://github.com/rust-lang/crates.io-index"
4935checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
4936dependencies = [
4937 "cfg-if",
4938 "windows-sys 0.48.0",
4939]
4940
4941[[package]]
4942name = "wisp-cli"
4943version = "0.3.0"
4944dependencies = [
4945 "axum",
4946 "base64 0.22.1",
4947 "bytes",
4948 "chrono",
4949 "clap",
4950 "flate2",
4951 "futures",
4952 "jacquard",
4953 "jacquard-api",
4954 "jacquard-common",
4955 "jacquard-derive",
4956 "jacquard-identity",
4957 "jacquard-lexicon",
4958 "jacquard-oauth",
4959 "miette",
4960 "mime_guess",
4961 "multibase",
4962 "multihash",
4963 "n0-future 0.3.1",
4964 "regex",
4965 "reqwest",
4966 "rustversion",
4967 "serde",
4968 "serde_json",
4969 "sha2",
4970 "shellexpand",
4971 "tokio",
4972 "tower",
4973 "tower-http",
4974 "url",
4975 "walkdir",
4976]
4977
4978[[package]]
4979name = "wit-bindgen"
4980version = "0.46.0"
4981source = "registry+https://github.com/rust-lang/crates.io-index"
4982checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
4983
4984[[package]]
4985name = "writeable"
4986version = "0.6.2"
4987source = "registry+https://github.com/rust-lang/crates.io-index"
4988checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
4989
4990[[package]]
4991name = "xml5ever"
4992version = "0.18.1"
4993source = "registry+https://github.com/rust-lang/crates.io-index"
4994checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
4995dependencies = [
4996 "log",
4997 "mac",
4998 "markup5ever",
4999]
5000
5001[[package]]
5002name = "yansi"
5003version = "1.0.1"
5004source = "registry+https://github.com/rust-lang/crates.io-index"
5005checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
5006
5007[[package]]
5008name = "yoke"
5009version = "0.8.1"
5010source = "registry+https://github.com/rust-lang/crates.io-index"
5011checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
5012dependencies = [
5013 "stable_deref_trait",
5014 "yoke-derive",
5015 "zerofrom",
5016]
5017
5018[[package]]
5019name = "yoke-derive"
5020version = "0.8.1"
5021source = "registry+https://github.com/rust-lang/crates.io-index"
5022checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
5023dependencies = [
5024 "proc-macro2",
5025 "quote",
5026 "syn 2.0.110",
5027 "synstructure",
5028]
5029
5030[[package]]
5031name = "zerocopy"
5032version = "0.8.27"
5033source = "registry+https://github.com/rust-lang/crates.io-index"
5034checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
5035dependencies = [
5036 "zerocopy-derive",
5037]
5038
5039[[package]]
5040name = "zerocopy-derive"
5041version = "0.8.27"
5042source = "registry+https://github.com/rust-lang/crates.io-index"
5043checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
5044dependencies = [
5045 "proc-macro2",
5046 "quote",
5047 "syn 2.0.110",
5048]
5049
5050[[package]]
5051name = "zerofrom"
5052version = "0.1.6"
5053source = "registry+https://github.com/rust-lang/crates.io-index"
5054checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
5055dependencies = [
5056 "zerofrom-derive",
5057]
5058
5059[[package]]
5060name = "zerofrom-derive"
5061version = "0.1.6"
5062source = "registry+https://github.com/rust-lang/crates.io-index"
5063checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
5064dependencies = [
5065 "proc-macro2",
5066 "quote",
5067 "syn 2.0.110",
5068 "synstructure",
5069]
5070
5071[[package]]
5072name = "zeroize"
5073version = "1.8.2"
5074source = "registry+https://github.com/rust-lang/crates.io-index"
5075checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
5076dependencies = [
5077 "serde",
5078]
5079
5080[[package]]
5081name = "zerotrie"
5082version = "0.2.3"
5083source = "registry+https://github.com/rust-lang/crates.io-index"
5084checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
5085dependencies = [
5086 "displaydoc",
5087 "yoke",
5088 "zerofrom",
5089]
5090
5091[[package]]
5092name = "zerovec"
5093version = "0.11.5"
5094source = "registry+https://github.com/rust-lang/crates.io-index"
5095checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
5096dependencies = [
5097 "yoke",
5098 "zerofrom",
5099 "zerovec-derive",
5100]
5101
5102[[package]]
5103name = "zerovec-derive"
5104version = "0.11.2"
5105source = "registry+https://github.com/rust-lang/crates.io-index"
5106checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
5107dependencies = [
5108 "proc-macro2",
5109 "quote",
5110 "syn 2.0.110",
5111]