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