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