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]
2816
2817[[package]]
2818name = "pem-rfc7468"
2819version = "0.7.0"
2820source = "registry+https://github.com/rust-lang/crates.io-index"
2821checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
2822dependencies = [
2823 "base64ct",
2824]
2825
2826[[package]]
2827name = "percent-encoding"
2828version = "2.3.2"
2829source = "registry+https://github.com/rust-lang/crates.io-index"
2830checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
2831
2832[[package]]
2833name = "pest"
2834version = "2.8.4"
2835source = "registry+https://github.com/rust-lang/crates.io-index"
2836checksum = "cbcfd20a6d4eeba40179f05735784ad32bdaef05ce8e8af05f180d45bb3e7e22"
2837dependencies = [
2838 "memchr",
2839 "ucd-trie",
2840]
2841
2842[[package]]
2843name = "pest_derive"
2844version = "2.8.4"
2845source = "registry+https://github.com/rust-lang/crates.io-index"
2846checksum = "51f72981ade67b1ca6adc26ec221be9f463f2b5839c7508998daa17c23d94d7f"
2847dependencies = [
2848 "pest",
2849 "pest_generator",
2850]
2851
2852[[package]]
2853name = "pest_generator"
2854version = "2.8.4"
2855source = "registry+https://github.com/rust-lang/crates.io-index"
2856checksum = "dee9efd8cdb50d719a80088b76f81aec7c41ed6d522ee750178f83883d271625"
2857dependencies = [
2858 "pest",
2859 "pest_meta",
2860 "proc-macro2",
2861 "quote",
2862 "syn 2.0.112",
2863]
2864
2865[[package]]
2866name = "pest_meta"
2867version = "2.8.4"
2868source = "registry+https://github.com/rust-lang/crates.io-index"
2869checksum = "bf1d70880e76bdc13ba52eafa6239ce793d85c8e43896507e43dd8984ff05b82"
2870dependencies = [
2871 "pest",
2872 "sha2",
2873]
2874
2875[[package]]
2876name = "pin-project"
2877version = "1.1.10"
2878source = "registry+https://github.com/rust-lang/crates.io-index"
2879checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
2880dependencies = [
2881 "pin-project-internal",
2882]
2883
2884[[package]]
2885name = "pin-project-internal"
2886version = "1.1.10"
2887source = "registry+https://github.com/rust-lang/crates.io-index"
2888checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
2889dependencies = [
2890 "proc-macro2",
2891 "quote",
2892 "syn 2.0.112",
2893]
2894
2895[[package]]
2896name = "pin-project-lite"
2897version = "0.2.16"
2898source = "registry+https://github.com/rust-lang/crates.io-index"
2899checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2900
2901[[package]]
2902name = "pin-utils"
2903version = "0.1.0"
2904source = "registry+https://github.com/rust-lang/crates.io-index"
2905checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2906
2907[[package]]
2908name = "piper"
2909version = "0.2.4"
2910source = "registry+https://github.com/rust-lang/crates.io-index"
2911checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
2912dependencies = [
2913 "atomic-waker",
2914 "fastrand",
2915 "futures-io",
2916]
2917
2918[[package]]
2919name = "pkcs1"
2920version = "0.7.5"
2921source = "registry+https://github.com/rust-lang/crates.io-index"
2922checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
2923dependencies = [
2924 "der",
2925 "pkcs8",
2926 "spki",
2927]
2928
2929[[package]]
2930name = "pkcs8"
2931version = "0.10.2"
2932source = "registry+https://github.com/rust-lang/crates.io-index"
2933checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
2934dependencies = [
2935 "der",
2936 "spki",
2937]
2938
2939[[package]]
2940name = "pkg-config"
2941version = "0.3.32"
2942source = "registry+https://github.com/rust-lang/crates.io-index"
2943checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
2944
2945[[package]]
2946name = "polling"
2947version = "3.11.0"
2948source = "registry+https://github.com/rust-lang/crates.io-index"
2949checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
2950dependencies = [
2951 "cfg-if",
2952 "concurrent-queue",
2953 "hermit-abi",
2954 "pin-project-lite",
2955 "rustix",
2956 "windows-sys 0.61.2",
2957]
2958
2959[[package]]
2960name = "portable-atomic"
2961version = "1.13.0"
2962source = "registry+https://github.com/rust-lang/crates.io-index"
2963checksum = "f89776e4d69bb58bc6993e99ffa1d11f228b839984854c7daeb5d37f87cbe950"
2964
2965[[package]]
2966name = "postcard"
2967version = "1.1.3"
2968source = "registry+https://github.com/rust-lang/crates.io-index"
2969checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
2970dependencies = [
2971 "cobs",
2972 "embedded-io 0.4.0",
2973 "embedded-io 0.6.1",
2974 "heapless",
2975 "serde",
2976]
2977
2978[[package]]
2979name = "potential_utf"
2980version = "0.1.4"
2981source = "registry+https://github.com/rust-lang/crates.io-index"
2982checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
2983dependencies = [
2984 "zerovec",
2985]
2986
2987[[package]]
2988name = "powerfmt"
2989version = "0.2.0"
2990source = "registry+https://github.com/rust-lang/crates.io-index"
2991checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2992
2993[[package]]
2994name = "ppv-lite86"
2995version = "0.2.21"
2996source = "registry+https://github.com/rust-lang/crates.io-index"
2997checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2998dependencies = [
2999 "zerocopy",
3000]
3001
3002[[package]]
3003name = "prettyplease"
3004version = "0.2.37"
3005source = "registry+https://github.com/rust-lang/crates.io-index"
3006checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
3007dependencies = [
3008 "proc-macro2",
3009 "syn 2.0.112",
3010]
3011
3012[[package]]
3013name = "primeorder"
3014version = "0.13.6"
3015source = "registry+https://github.com/rust-lang/crates.io-index"
3016checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
3017dependencies = [
3018 "elliptic-curve",
3019]
3020
3021[[package]]
3022name = "proc-macro-error"
3023version = "1.0.4"
3024source = "registry+https://github.com/rust-lang/crates.io-index"
3025checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
3026dependencies = [
3027 "proc-macro-error-attr",
3028 "proc-macro2",
3029 "quote",
3030 "syn 1.0.109",
3031 "version_check",
3032]
3033
3034[[package]]
3035name = "proc-macro-error-attr"
3036version = "1.0.4"
3037source = "registry+https://github.com/rust-lang/crates.io-index"
3038checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
3039dependencies = [
3040 "proc-macro2",
3041 "quote",
3042 "version_check",
3043]
3044
3045[[package]]
3046name = "proc-macro2"
3047version = "1.0.104"
3048source = "registry+https://github.com/rust-lang/crates.io-index"
3049checksum = "9695f8df41bb4f3d222c95a67532365f569318332d03d5f3f67f37b20e6ebdf0"
3050dependencies = [
3051 "unicode-ident",
3052]
3053
3054[[package]]
3055name = "proc-macro2-diagnostics"
3056version = "0.10.1"
3057source = "registry+https://github.com/rust-lang/crates.io-index"
3058checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
3059dependencies = [
3060 "proc-macro2",
3061 "quote",
3062 "syn 2.0.112",
3063 "version_check",
3064 "yansi",
3065]
3066
3067[[package]]
3068name = "psm"
3069version = "0.1.28"
3070source = "registry+https://github.com/rust-lang/crates.io-index"
3071checksum = "d11f2fedc3b7dafdc2851bc52f277377c5473d378859be234bc7ebb593144d01"
3072dependencies = [
3073 "ar_archive_writer",
3074 "cc",
3075]
3076
3077[[package]]
3078name = "quanta"
3079version = "0.12.6"
3080source = "registry+https://github.com/rust-lang/crates.io-index"
3081checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7"
3082dependencies = [
3083 "crossbeam-utils",
3084 "libc",
3085 "once_cell",
3086 "raw-cpuid",
3087 "wasi",
3088 "web-sys",
3089 "winapi",
3090]
3091
3092[[package]]
3093name = "quinn"
3094version = "0.11.9"
3095source = "registry+https://github.com/rust-lang/crates.io-index"
3096checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
3097dependencies = [
3098 "bytes",
3099 "cfg_aliases",
3100 "pin-project-lite",
3101 "quinn-proto",
3102 "quinn-udp",
3103 "rustc-hash",
3104 "rustls",
3105 "socket2",
3106 "thiserror 2.0.17",
3107 "tokio",
3108 "tracing",
3109 "web-time",
3110]
3111
3112[[package]]
3113name = "quinn-proto"
3114version = "0.11.13"
3115source = "registry+https://github.com/rust-lang/crates.io-index"
3116checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
3117dependencies = [
3118 "bytes",
3119 "getrandom 0.3.4",
3120 "lru-slab",
3121 "rand 0.9.2",
3122 "ring",
3123 "rustc-hash",
3124 "rustls",
3125 "rustls-pki-types",
3126 "slab",
3127 "thiserror 2.0.17",
3128 "tinyvec",
3129 "tracing",
3130 "web-time",
3131]
3132
3133[[package]]
3134name = "quinn-udp"
3135version = "0.5.14"
3136source = "registry+https://github.com/rust-lang/crates.io-index"
3137checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
3138dependencies = [
3139 "cfg_aliases",
3140 "libc",
3141 "once_cell",
3142 "socket2",
3143 "tracing",
3144 "windows-sys 0.59.0",
3145]
3146
3147[[package]]
3148name = "quote"
3149version = "1.0.42"
3150source = "registry+https://github.com/rust-lang/crates.io-index"
3151checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
3152dependencies = [
3153 "proc-macro2",
3154]
3155
3156[[package]]
3157name = "quoted_printable"
3158version = "0.5.1"
3159source = "registry+https://github.com/rust-lang/crates.io-index"
3160checksum = "640c9bd8497b02465aeef5375144c26062e0dcd5939dfcbb0f5db76cb8c17c73"
3161
3162[[package]]
3163name = "r-efi"
3164version = "5.3.0"
3165source = "registry+https://github.com/rust-lang/crates.io-index"
3166checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
3167
3168[[package]]
3169name = "rand"
3170version = "0.8.5"
3171source = "registry+https://github.com/rust-lang/crates.io-index"
3172checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
3173dependencies = [
3174 "libc",
3175 "rand_chacha 0.3.1",
3176 "rand_core 0.6.4",
3177]
3178
3179[[package]]
3180name = "rand"
3181version = "0.9.2"
3182source = "registry+https://github.com/rust-lang/crates.io-index"
3183checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
3184dependencies = [
3185 "rand_chacha 0.9.0",
3186 "rand_core 0.9.3",
3187]
3188
3189[[package]]
3190name = "rand_chacha"
3191version = "0.3.1"
3192source = "registry+https://github.com/rust-lang/crates.io-index"
3193checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
3194dependencies = [
3195 "ppv-lite86",
3196 "rand_core 0.6.4",
3197]
3198
3199[[package]]
3200name = "rand_chacha"
3201version = "0.9.0"
3202source = "registry+https://github.com/rust-lang/crates.io-index"
3203checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
3204dependencies = [
3205 "ppv-lite86",
3206 "rand_core 0.9.3",
3207]
3208
3209[[package]]
3210name = "rand_core"
3211version = "0.6.4"
3212source = "registry+https://github.com/rust-lang/crates.io-index"
3213checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
3214dependencies = [
3215 "getrandom 0.2.16",
3216]
3217
3218[[package]]
3219name = "rand_core"
3220version = "0.9.3"
3221source = "registry+https://github.com/rust-lang/crates.io-index"
3222checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
3223dependencies = [
3224 "getrandom 0.3.4",
3225]
3226
3227[[package]]
3228name = "range-traits"
3229version = "0.3.2"
3230source = "registry+https://github.com/rust-lang/crates.io-index"
3231checksum = "d20581732dd76fa913c7dff1a2412b714afe3573e94d41c34719de73337cc8ab"
3232
3233[[package]]
3234name = "raw-cpuid"
3235version = "11.6.0"
3236source = "registry+https://github.com/rust-lang/crates.io-index"
3237checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
3238dependencies = [
3239 "bitflags",
3240]
3241
3242[[package]]
3243name = "redox_syscall"
3244version = "0.5.18"
3245source = "registry+https://github.com/rust-lang/crates.io-index"
3246checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
3247dependencies = [
3248 "bitflags",
3249]
3250
3251[[package]]
3252name = "redox_syscall"
3253version = "0.7.0"
3254source = "registry+https://github.com/rust-lang/crates.io-index"
3255checksum = "49f3fe0889e69e2ae9e41f4d6c4c0181701d00e4697b356fb1f74173a5e0ee27"
3256dependencies = [
3257 "bitflags",
3258]
3259
3260[[package]]
3261name = "ref-cast"
3262version = "1.0.25"
3263source = "registry+https://github.com/rust-lang/crates.io-index"
3264checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
3265dependencies = [
3266 "ref-cast-impl",
3267]
3268
3269[[package]]
3270name = "ref-cast-impl"
3271version = "1.0.25"
3272source = "registry+https://github.com/rust-lang/crates.io-index"
3273checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
3274dependencies = [
3275 "proc-macro2",
3276 "quote",
3277 "syn 2.0.112",
3278]
3279
3280[[package]]
3281name = "regex"
3282version = "1.12.2"
3283source = "registry+https://github.com/rust-lang/crates.io-index"
3284checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
3285dependencies = [
3286 "aho-corasick",
3287 "memchr",
3288 "regex-automata",
3289 "regex-syntax",
3290]
3291
3292[[package]]
3293name = "regex-automata"
3294version = "0.4.13"
3295source = "registry+https://github.com/rust-lang/crates.io-index"
3296checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
3297dependencies = [
3298 "aho-corasick",
3299 "memchr",
3300 "regex-syntax",
3301]
3302
3303[[package]]
3304name = "regex-lite"
3305version = "0.1.8"
3306source = "registry+https://github.com/rust-lang/crates.io-index"
3307checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
3308
3309[[package]]
3310name = "regex-syntax"
3311version = "0.8.8"
3312source = "registry+https://github.com/rust-lang/crates.io-index"
3313checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
3314
3315[[package]]
3316name = "reqwest"
3317version = "0.12.28"
3318source = "registry+https://github.com/rust-lang/crates.io-index"
3319checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
3320dependencies = [
3321 "base64",
3322 "bytes",
3323 "encoding_rs",
3324 "futures-core",
3325 "h2",
3326 "http",
3327 "http-body",
3328 "http-body-util",
3329 "hyper",
3330 "hyper-rustls",
3331 "hyper-util",
3332 "js-sys",
3333 "log",
3334 "mime",
3335 "percent-encoding",
3336 "pin-project-lite",
3337 "quinn",
3338 "rustls",
3339 "rustls-pki-types",
3340 "serde",
3341 "serde_json",
3342 "serde_urlencoded",
3343 "sync_wrapper",
3344 "tokio",
3345 "tokio-rustls",
3346 "tower",
3347 "tower-http",
3348 "tower-service",
3349 "url",
3350 "wasm-bindgen",
3351 "wasm-bindgen-futures",
3352 "web-sys",
3353 "webpki-roots 1.0.5",
3354]
3355
3356[[package]]
3357name = "rfc6979"
3358version = "0.4.0"
3359source = "registry+https://github.com/rust-lang/crates.io-index"
3360checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
3361dependencies = [
3362 "hmac",
3363 "subtle",
3364]
3365
3366[[package]]
3367name = "ring"
3368version = "0.17.14"
3369source = "registry+https://github.com/rust-lang/crates.io-index"
3370checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
3371dependencies = [
3372 "cc",
3373 "cfg-if",
3374 "getrandom 0.2.16",
3375 "libc",
3376 "untrusted 0.9.0",
3377 "windows-sys 0.52.0",
3378]
3379
3380[[package]]
3381name = "rsa"
3382version = "0.9.9"
3383source = "registry+https://github.com/rust-lang/crates.io-index"
3384checksum = "40a0376c50d0358279d9d643e4bf7b7be212f1f4ff1da9070a7b54d22ef75c88"
3385dependencies = [
3386 "const-oid",
3387 "digest",
3388 "num-bigint-dig",
3389 "num-integer",
3390 "num-traits",
3391 "pkcs1",
3392 "pkcs8",
3393 "rand_core 0.6.4",
3394 "signature",
3395 "spki",
3396 "subtle",
3397 "zeroize",
3398]
3399
3400[[package]]
3401name = "rust-embed"
3402version = "8.9.0"
3403source = "registry+https://github.com/rust-lang/crates.io-index"
3404checksum = "947d7f3fad52b283d261c4c99a084937e2fe492248cb9a68a8435a861b8798ca"
3405dependencies = [
3406 "rust-embed-impl",
3407 "rust-embed-utils",
3408 "walkdir",
3409]
3410
3411[[package]]
3412name = "rust-embed-impl"
3413version = "8.9.0"
3414source = "registry+https://github.com/rust-lang/crates.io-index"
3415checksum = "5fa2c8c9e8711e10f9c4fd2d64317ef13feaab820a4c51541f1a8c8e2e851ab2"
3416dependencies = [
3417 "proc-macro2",
3418 "quote",
3419 "rust-embed-utils",
3420 "syn 2.0.112",
3421 "walkdir",
3422]
3423
3424[[package]]
3425name = "rust-embed-utils"
3426version = "8.9.0"
3427source = "registry+https://github.com/rust-lang/crates.io-index"
3428checksum = "60b161f275cb337fe0a44d924a5f4df0ed69c2c39519858f931ce61c779d3475"
3429dependencies = [
3430 "globset",
3431 "sha2",
3432 "walkdir",
3433]
3434
3435[[package]]
3436name = "rustc-hash"
3437version = "2.1.1"
3438source = "registry+https://github.com/rust-lang/crates.io-index"
3439checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
3440
3441[[package]]
3442name = "rustc_version"
3443version = "0.4.1"
3444source = "registry+https://github.com/rust-lang/crates.io-index"
3445checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
3446dependencies = [
3447 "semver",
3448]
3449
3450[[package]]
3451name = "rustix"
3452version = "1.1.3"
3453source = "registry+https://github.com/rust-lang/crates.io-index"
3454checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
3455dependencies = [
3456 "bitflags",
3457 "errno",
3458 "libc",
3459 "linux-raw-sys",
3460 "windows-sys 0.52.0",
3461]
3462
3463[[package]]
3464name = "rustls"
3465version = "0.23.35"
3466source = "registry+https://github.com/rust-lang/crates.io-index"
3467checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f"
3468dependencies = [
3469 "aws-lc-rs",
3470 "log",
3471 "once_cell",
3472 "ring",
3473 "rustls-pki-types",
3474 "rustls-webpki",
3475 "subtle",
3476 "zeroize",
3477]
3478
3479[[package]]
3480name = "rustls-pki-types"
3481version = "1.13.2"
3482source = "registry+https://github.com/rust-lang/crates.io-index"
3483checksum = "21e6f2ab2928ca4291b86736a8bd920a277a399bba1589409d72154ff87c1282"
3484dependencies = [
3485 "web-time",
3486 "zeroize",
3487]
3488
3489[[package]]
3490name = "rustls-webpki"
3491version = "0.103.8"
3492source = "registry+https://github.com/rust-lang/crates.io-index"
3493checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52"
3494dependencies = [
3495 "aws-lc-rs",
3496 "ring",
3497 "rustls-pki-types",
3498 "untrusted 0.9.0",
3499]
3500
3501[[package]]
3502name = "rustversion"
3503version = "1.0.22"
3504source = "registry+https://github.com/rust-lang/crates.io-index"
3505checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
3506
3507[[package]]
3508name = "ryu"
3509version = "1.0.22"
3510source = "registry+https://github.com/rust-lang/crates.io-index"
3511checksum = "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984"
3512
3513[[package]]
3514name = "salsa20"
3515version = "0.10.2"
3516source = "registry+https://github.com/rust-lang/crates.io-index"
3517checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
3518dependencies = [
3519 "cipher",
3520]
3521
3522[[package]]
3523name = "same-file"
3524version = "1.0.6"
3525source = "registry+https://github.com/rust-lang/crates.io-index"
3526checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
3527dependencies = [
3528 "winapi-util",
3529]
3530
3531[[package]]
3532name = "schemars"
3533version = "0.9.0"
3534source = "registry+https://github.com/rust-lang/crates.io-index"
3535checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
3536dependencies = [
3537 "dyn-clone",
3538 "ref-cast",
3539 "serde",
3540 "serde_json",
3541]
3542
3543[[package]]
3544name = "schemars"
3545version = "1.2.0"
3546source = "registry+https://github.com/rust-lang/crates.io-index"
3547checksum = "54e910108742c57a770f492731f99be216a52fadd361b06c8fb59d74ccc267d2"
3548dependencies = [
3549 "dyn-clone",
3550 "ref-cast",
3551 "serde",
3552 "serde_json",
3553]
3554
3555[[package]]
3556name = "scoped-tls"
3557version = "1.0.1"
3558source = "registry+https://github.com/rust-lang/crates.io-index"
3559checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
3560
3561[[package]]
3562name = "scopeguard"
3563version = "1.2.0"
3564source = "registry+https://github.com/rust-lang/crates.io-index"
3565checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
3566
3567[[package]]
3568name = "scrypt"
3569version = "0.11.0"
3570source = "registry+https://github.com/rust-lang/crates.io-index"
3571checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
3572dependencies = [
3573 "password-hash",
3574 "pbkdf2",
3575 "salsa20",
3576 "sha2",
3577]
3578
3579[[package]]
3580name = "sec1"
3581version = "0.7.3"
3582source = "registry+https://github.com/rust-lang/crates.io-index"
3583checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
3584dependencies = [
3585 "base16ct",
3586 "der",
3587 "generic-array",
3588 "pkcs8",
3589 "subtle",
3590 "zeroize",
3591]
3592
3593[[package]]
3594name = "secp256k1"
3595version = "0.28.2"
3596source = "registry+https://github.com/rust-lang/crates.io-index"
3597checksum = "d24b59d129cdadea20aea4fb2352fa053712e5d713eee47d700cd4b2bc002f10"
3598dependencies = [
3599 "secp256k1-sys",
3600]
3601
3602[[package]]
3603name = "secp256k1-sys"
3604version = "0.9.2"
3605source = "registry+https://github.com/rust-lang/crates.io-index"
3606checksum = "e5d1746aae42c19d583c3c1a8c646bfad910498e2051c551a7f2e3c0c9fbb7eb"
3607dependencies = [
3608 "cc",
3609]
3610
3611[[package]]
3612name = "semver"
3613version = "1.0.27"
3614source = "registry+https://github.com/rust-lang/crates.io-index"
3615checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
3616
3617[[package]]
3618name = "send_wrapper"
3619version = "0.6.0"
3620source = "registry+https://github.com/rust-lang/crates.io-index"
3621checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
3622
3623[[package]]
3624name = "serde"
3625version = "1.0.228"
3626source = "registry+https://github.com/rust-lang/crates.io-index"
3627checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
3628dependencies = [
3629 "serde_core",
3630 "serde_derive",
3631]
3632
3633[[package]]
3634name = "serde_bytes"
3635version = "0.11.19"
3636source = "registry+https://github.com/rust-lang/crates.io-index"
3637checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
3638dependencies = [
3639 "serde",
3640 "serde_core",
3641]
3642
3643[[package]]
3644name = "serde_core"
3645version = "1.0.228"
3646source = "registry+https://github.com/rust-lang/crates.io-index"
3647checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
3648dependencies = [
3649 "serde_derive",
3650]
3651
3652[[package]]
3653name = "serde_derive"
3654version = "1.0.228"
3655source = "registry+https://github.com/rust-lang/crates.io-index"
3656checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
3657dependencies = [
3658 "proc-macro2",
3659 "quote",
3660 "syn 2.0.112",
3661]
3662
3663[[package]]
3664name = "serde_html_form"
3665version = "0.2.8"
3666source = "registry+https://github.com/rust-lang/crates.io-index"
3667checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f"
3668dependencies = [
3669 "form_urlencoded",
3670 "indexmap 2.12.1",
3671 "itoa",
3672 "ryu",
3673 "serde_core",
3674]
3675
3676[[package]]
3677name = "serde_ipld_dagcbor"
3678version = "0.6.4"
3679source = "registry+https://github.com/rust-lang/crates.io-index"
3680checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778"
3681dependencies = [
3682 "cbor4ii",
3683 "ipld-core",
3684 "scopeguard",
3685 "serde",
3686]
3687
3688[[package]]
3689name = "serde_json"
3690version = "1.0.148"
3691source = "registry+https://github.com/rust-lang/crates.io-index"
3692checksum = "3084b546a1dd6289475996f182a22aba973866ea8e8b02c51d9f46b1336a22da"
3693dependencies = [
3694 "indexmap 2.12.1",
3695 "itoa",
3696 "memchr",
3697 "serde",
3698 "serde_core",
3699 "zmij",
3700]
3701
3702[[package]]
3703name = "serde_path_to_error"
3704version = "0.1.20"
3705source = "registry+https://github.com/rust-lang/crates.io-index"
3706checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
3707dependencies = [
3708 "itoa",
3709 "serde",
3710 "serde_core",
3711]
3712
3713[[package]]
3714name = "serde_repr"
3715version = "0.1.20"
3716source = "registry+https://github.com/rust-lang/crates.io-index"
3717checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
3718dependencies = [
3719 "proc-macro2",
3720 "quote",
3721 "syn 2.0.112",
3722]
3723
3724[[package]]
3725name = "serde_urlencoded"
3726version = "0.7.1"
3727source = "registry+https://github.com/rust-lang/crates.io-index"
3728checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
3729dependencies = [
3730 "form_urlencoded",
3731 "itoa",
3732 "ryu",
3733 "serde",
3734]
3735
3736[[package]]
3737name = "serde_with"
3738version = "3.16.1"
3739source = "registry+https://github.com/rust-lang/crates.io-index"
3740checksum = "4fa237f2807440d238e0364a218270b98f767a00d3dada77b1c53ae88940e2e7"
3741dependencies = [
3742 "base64",
3743 "chrono",
3744 "hex",
3745 "indexmap 1.9.3",
3746 "indexmap 2.12.1",
3747 "schemars 0.9.0",
3748 "schemars 1.2.0",
3749 "serde_core",
3750 "serde_json",
3751 "serde_with_macros",
3752 "time",
3753]
3754
3755[[package]]
3756name = "serde_with_macros"
3757version = "3.16.1"
3758source = "registry+https://github.com/rust-lang/crates.io-index"
3759checksum = "52a8e3ca0ca629121f70ab50f95249e5a6f925cc0f6ffe8256c45b728875706c"
3760dependencies = [
3761 "darling 0.21.3",
3762 "proc-macro2",
3763 "quote",
3764 "syn 2.0.112",
3765]
3766
3767[[package]]
3768name = "sha1"
3769version = "0.10.6"
3770source = "registry+https://github.com/rust-lang/crates.io-index"
3771checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
3772dependencies = [
3773 "cfg-if",
3774 "cpufeatures",
3775 "digest",
3776]
3777
3778[[package]]
3779name = "sha2"
3780version = "0.10.9"
3781source = "registry+https://github.com/rust-lang/crates.io-index"
3782checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
3783dependencies = [
3784 "cfg-if",
3785 "cpufeatures",
3786 "digest",
3787]
3788
3789[[package]]
3790name = "sharded-slab"
3791version = "0.1.7"
3792source = "registry+https://github.com/rust-lang/crates.io-index"
3793checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
3794dependencies = [
3795 "lazy_static",
3796]
3797
3798[[package]]
3799name = "shlex"
3800version = "1.3.0"
3801source = "registry+https://github.com/rust-lang/crates.io-index"
3802checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
3803
3804[[package]]
3805name = "signal-hook-registry"
3806version = "1.4.8"
3807source = "registry+https://github.com/rust-lang/crates.io-index"
3808checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
3809dependencies = [
3810 "errno",
3811 "libc",
3812]
3813
3814[[package]]
3815name = "signature"
3816version = "2.2.0"
3817source = "registry+https://github.com/rust-lang/crates.io-index"
3818checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
3819dependencies = [
3820 "digest",
3821 "rand_core 0.6.4",
3822]
3823
3824[[package]]
3825name = "simd-adler32"
3826version = "0.3.8"
3827source = "registry+https://github.com/rust-lang/crates.io-index"
3828checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
3829
3830[[package]]
3831name = "slab"
3832version = "0.4.11"
3833source = "registry+https://github.com/rust-lang/crates.io-index"
3834checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
3835
3836[[package]]
3837name = "smallvec"
3838version = "1.15.1"
3839source = "registry+https://github.com/rust-lang/crates.io-index"
3840checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
3841dependencies = [
3842 "serde",
3843]
3844
3845[[package]]
3846name = "smol_str"
3847version = "0.3.4"
3848source = "registry+https://github.com/rust-lang/crates.io-index"
3849checksum = "3498b0a27f93ef1402f20eefacfaa1691272ac4eca1cdc8c596cb0a245d6cbf5"
3850dependencies = [
3851 "borsh",
3852 "serde_core",
3853]
3854
3855[[package]]
3856name = "socket2"
3857version = "0.6.1"
3858source = "registry+https://github.com/rust-lang/crates.io-index"
3859checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
3860dependencies = [
3861 "libc",
3862 "windows-sys 0.60.2",
3863]
3864
3865[[package]]
3866name = "spin"
3867version = "0.9.8"
3868source = "registry+https://github.com/rust-lang/crates.io-index"
3869checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
3870dependencies = [
3871 "lock_api",
3872]
3873
3874[[package]]
3875name = "spin"
3876version = "0.10.0"
3877source = "registry+https://github.com/rust-lang/crates.io-index"
3878checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
3879
3880[[package]]
3881name = "spinning_top"
3882version = "0.3.0"
3883source = "registry+https://github.com/rust-lang/crates.io-index"
3884checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300"
3885dependencies = [
3886 "lock_api",
3887]
3888
3889[[package]]
3890name = "spki"
3891version = "0.7.3"
3892source = "registry+https://github.com/rust-lang/crates.io-index"
3893checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
3894dependencies = [
3895 "base64ct",
3896 "der",
3897]
3898
3899[[package]]
3900name = "sqlx"
3901version = "0.8.6"
3902source = "registry+https://github.com/rust-lang/crates.io-index"
3903checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
3904dependencies = [
3905 "sqlx-core",
3906 "sqlx-macros",
3907 "sqlx-mysql",
3908 "sqlx-postgres",
3909 "sqlx-sqlite",
3910]
3911
3912[[package]]
3913name = "sqlx-core"
3914version = "0.8.6"
3915source = "registry+https://github.com/rust-lang/crates.io-index"
3916checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
3917dependencies = [
3918 "base64",
3919 "bytes",
3920 "chrono",
3921 "crc",
3922 "crossbeam-queue",
3923 "either",
3924 "event-listener 5.4.1",
3925 "futures-core",
3926 "futures-intrusive",
3927 "futures-io",
3928 "futures-util",
3929 "hashbrown 0.15.5",
3930 "hashlink",
3931 "indexmap 2.12.1",
3932 "log",
3933 "memchr",
3934 "once_cell",
3935 "percent-encoding",
3936 "rustls",
3937 "serde",
3938 "serde_json",
3939 "sha2",
3940 "smallvec",
3941 "thiserror 2.0.17",
3942 "tokio",
3943 "tokio-stream",
3944 "tracing",
3945 "url",
3946 "webpki-roots 0.26.11",
3947]
3948
3949[[package]]
3950name = "sqlx-macros"
3951version = "0.8.6"
3952source = "registry+https://github.com/rust-lang/crates.io-index"
3953checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
3954dependencies = [
3955 "proc-macro2",
3956 "quote",
3957 "sqlx-core",
3958 "sqlx-macros-core",
3959 "syn 2.0.112",
3960]
3961
3962[[package]]
3963name = "sqlx-macros-core"
3964version = "0.8.6"
3965source = "registry+https://github.com/rust-lang/crates.io-index"
3966checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
3967dependencies = [
3968 "dotenvy",
3969 "either",
3970 "heck 0.5.0",
3971 "hex",
3972 "once_cell",
3973 "proc-macro2",
3974 "quote",
3975 "serde",
3976 "serde_json",
3977 "sha2",
3978 "sqlx-core",
3979 "sqlx-mysql",
3980 "sqlx-postgres",
3981 "sqlx-sqlite",
3982 "syn 2.0.112",
3983 "tokio",
3984 "url",
3985]
3986
3987[[package]]
3988name = "sqlx-mysql"
3989version = "0.8.6"
3990source = "registry+https://github.com/rust-lang/crates.io-index"
3991checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
3992dependencies = [
3993 "atoi",
3994 "base64",
3995 "bitflags",
3996 "byteorder",
3997 "bytes",
3998 "chrono",
3999 "crc",
4000 "digest",
4001 "dotenvy",
4002 "either",
4003 "futures-channel",
4004 "futures-core",
4005 "futures-io",
4006 "futures-util",
4007 "generic-array",
4008 "hex",
4009 "hkdf",
4010 "hmac",
4011 "itoa",
4012 "log",
4013 "md-5",
4014 "memchr",
4015 "once_cell",
4016 "percent-encoding",
4017 "rand 0.8.5",
4018 "rsa",
4019 "serde",
4020 "sha1",
4021 "sha2",
4022 "smallvec",
4023 "sqlx-core",
4024 "stringprep",
4025 "thiserror 2.0.17",
4026 "tracing",
4027 "whoami",
4028]
4029
4030[[package]]
4031name = "sqlx-postgres"
4032version = "0.8.6"
4033source = "registry+https://github.com/rust-lang/crates.io-index"
4034checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
4035dependencies = [
4036 "atoi",
4037 "base64",
4038 "bitflags",
4039 "byteorder",
4040 "chrono",
4041 "crc",
4042 "dotenvy",
4043 "etcetera",
4044 "futures-channel",
4045 "futures-core",
4046 "futures-util",
4047 "hex",
4048 "hkdf",
4049 "hmac",
4050 "home",
4051 "itoa",
4052 "log",
4053 "md-5",
4054 "memchr",
4055 "once_cell",
4056 "rand 0.8.5",
4057 "serde",
4058 "serde_json",
4059 "sha2",
4060 "smallvec",
4061 "sqlx-core",
4062 "stringprep",
4063 "thiserror 2.0.17",
4064 "tracing",
4065 "whoami",
4066]
4067
4068[[package]]
4069name = "sqlx-sqlite"
4070version = "0.8.6"
4071source = "registry+https://github.com/rust-lang/crates.io-index"
4072checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
4073dependencies = [
4074 "atoi",
4075 "chrono",
4076 "flume",
4077 "futures-channel",
4078 "futures-core",
4079 "futures-executor",
4080 "futures-intrusive",
4081 "futures-util",
4082 "libsqlite3-sys",
4083 "log",
4084 "percent-encoding",
4085 "serde",
4086 "serde_urlencoded",
4087 "sqlx-core",
4088 "thiserror 2.0.17",
4089 "tracing",
4090 "url",
4091]
4092
4093[[package]]
4094name = "stable_deref_trait"
4095version = "1.2.1"
4096source = "registry+https://github.com/rust-lang/crates.io-index"
4097checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
4098
4099[[package]]
4100name = "stacker"
4101version = "0.1.22"
4102source = "registry+https://github.com/rust-lang/crates.io-index"
4103checksum = "e1f8b29fb42aafcea4edeeb6b2f2d7ecd0d969c48b4cf0d2e64aafc471dd6e59"
4104dependencies = [
4105 "cc",
4106 "cfg-if",
4107 "libc",
4108 "psm",
4109 "windows-sys 0.59.0",
4110]
4111
4112[[package]]
4113name = "static-regular-grammar"
4114version = "2.0.2"
4115source = "registry+https://github.com/rust-lang/crates.io-index"
4116checksum = "4f4a6c40247579acfbb138c3cd7de3dab113ab4ac6227f1b7de7d626ee667957"
4117dependencies = [
4118 "abnf",
4119 "btree-range-map",
4120 "ciborium",
4121 "hex_fmt",
4122 "indoc",
4123 "proc-macro-error",
4124 "proc-macro2",
4125 "quote",
4126 "serde",
4127 "sha2",
4128 "syn 2.0.112",
4129 "thiserror 1.0.69",
4130]
4131
4132[[package]]
4133name = "static_assertions"
4134version = "1.1.0"
4135source = "registry+https://github.com/rust-lang/crates.io-index"
4136checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
4137
4138[[package]]
4139name = "stringprep"
4140version = "0.1.5"
4141source = "registry+https://github.com/rust-lang/crates.io-index"
4142checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
4143dependencies = [
4144 "unicode-bidi",
4145 "unicode-normalization",
4146 "unicode-properties",
4147]
4148
4149[[package]]
4150name = "strsim"
4151version = "0.11.1"
4152source = "registry+https://github.com/rust-lang/crates.io-index"
4153checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
4154
4155[[package]]
4156name = "subtle"
4157version = "2.6.1"
4158source = "registry+https://github.com/rust-lang/crates.io-index"
4159checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
4160
4161[[package]]
4162name = "syn"
4163version = "1.0.109"
4164source = "registry+https://github.com/rust-lang/crates.io-index"
4165checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
4166dependencies = [
4167 "proc-macro2",
4168 "quote",
4169 "unicode-ident",
4170]
4171
4172[[package]]
4173name = "syn"
4174version = "2.0.112"
4175source = "registry+https://github.com/rust-lang/crates.io-index"
4176checksum = "21f182278bf2d2bcb3c88b1b08a37df029d71ce3d3ae26168e3c653b213b99d4"
4177dependencies = [
4178 "proc-macro2",
4179 "quote",
4180 "unicode-ident",
4181]
4182
4183[[package]]
4184name = "sync_wrapper"
4185version = "1.0.2"
4186source = "registry+https://github.com/rust-lang/crates.io-index"
4187checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
4188dependencies = [
4189 "futures-core",
4190]
4191
4192[[package]]
4193name = "synstructure"
4194version = "0.13.2"
4195source = "registry+https://github.com/rust-lang/crates.io-index"
4196checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
4197dependencies = [
4198 "proc-macro2",
4199 "quote",
4200 "syn 2.0.112",
4201]
4202
4203[[package]]
4204name = "system-configuration"
4205version = "0.6.1"
4206source = "registry+https://github.com/rust-lang/crates.io-index"
4207checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
4208dependencies = [
4209 "bitflags",
4210 "core-foundation",
4211 "system-configuration-sys",
4212]
4213
4214[[package]]
4215name = "system-configuration-sys"
4216version = "0.6.0"
4217source = "registry+https://github.com/rust-lang/crates.io-index"
4218checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
4219dependencies = [
4220 "core-foundation-sys",
4221 "libc",
4222]
4223
4224[[package]]
4225name = "thiserror"
4226version = "1.0.69"
4227source = "registry+https://github.com/rust-lang/crates.io-index"
4228checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
4229dependencies = [
4230 "thiserror-impl 1.0.69",
4231]
4232
4233[[package]]
4234name = "thiserror"
4235version = "2.0.17"
4236source = "registry+https://github.com/rust-lang/crates.io-index"
4237checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
4238dependencies = [
4239 "thiserror-impl 2.0.17",
4240]
4241
4242[[package]]
4243name = "thiserror-impl"
4244version = "1.0.69"
4245source = "registry+https://github.com/rust-lang/crates.io-index"
4246checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
4247dependencies = [
4248 "proc-macro2",
4249 "quote",
4250 "syn 2.0.112",
4251]
4252
4253[[package]]
4254name = "thiserror-impl"
4255version = "2.0.17"
4256source = "registry+https://github.com/rust-lang/crates.io-index"
4257checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
4258dependencies = [
4259 "proc-macro2",
4260 "quote",
4261 "syn 2.0.112",
4262]
4263
4264[[package]]
4265name = "thread_local"
4266version = "1.1.9"
4267source = "registry+https://github.com/rust-lang/crates.io-index"
4268checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
4269dependencies = [
4270 "cfg-if",
4271]
4272
4273[[package]]
4274name = "time"
4275version = "0.3.44"
4276source = "registry+https://github.com/rust-lang/crates.io-index"
4277checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
4278dependencies = [
4279 "deranged",
4280 "itoa",
4281 "num-conv",
4282 "powerfmt",
4283 "serde",
4284 "time-core",
4285 "time-macros",
4286]
4287
4288[[package]]
4289name = "time-core"
4290version = "0.1.6"
4291source = "registry+https://github.com/rust-lang/crates.io-index"
4292checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
4293
4294[[package]]
4295name = "time-macros"
4296version = "0.2.24"
4297source = "registry+https://github.com/rust-lang/crates.io-index"
4298checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
4299dependencies = [
4300 "num-conv",
4301 "time-core",
4302]
4303
4304[[package]]
4305name = "tinystr"
4306version = "0.8.2"
4307source = "registry+https://github.com/rust-lang/crates.io-index"
4308checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
4309dependencies = [
4310 "displaydoc",
4311 "zerovec",
4312]
4313
4314[[package]]
4315name = "tinyvec"
4316version = "1.10.0"
4317source = "registry+https://github.com/rust-lang/crates.io-index"
4318checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
4319dependencies = [
4320 "tinyvec_macros",
4321]
4322
4323[[package]]
4324name = "tinyvec_macros"
4325version = "0.1.1"
4326source = "registry+https://github.com/rust-lang/crates.io-index"
4327checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
4328
4329[[package]]
4330name = "tokio"
4331version = "1.48.0"
4332source = "registry+https://github.com/rust-lang/crates.io-index"
4333checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
4334dependencies = [
4335 "bytes",
4336 "libc",
4337 "mio",
4338 "pin-project-lite",
4339 "signal-hook-registry",
4340 "socket2",
4341 "tokio-macros",
4342 "windows-sys 0.61.2",
4343]
4344
4345[[package]]
4346name = "tokio-macros"
4347version = "2.6.0"
4348source = "registry+https://github.com/rust-lang/crates.io-index"
4349checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
4350dependencies = [
4351 "proc-macro2",
4352 "quote",
4353 "syn 2.0.112",
4354]
4355
4356[[package]]
4357name = "tokio-rustls"
4358version = "0.26.4"
4359source = "registry+https://github.com/rust-lang/crates.io-index"
4360checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
4361dependencies = [
4362 "rustls",
4363 "tokio",
4364]
4365
4366[[package]]
4367name = "tokio-stream"
4368version = "0.1.17"
4369source = "registry+https://github.com/rust-lang/crates.io-index"
4370checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
4371dependencies = [
4372 "futures-core",
4373 "pin-project-lite",
4374 "tokio",
4375]
4376
4377[[package]]
4378name = "tokio-util"
4379version = "0.7.17"
4380source = "registry+https://github.com/rust-lang/crates.io-index"
4381checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594"
4382dependencies = [
4383 "bytes",
4384 "futures-core",
4385 "futures-sink",
4386 "futures-util",
4387 "pin-project-lite",
4388 "tokio",
4389]
4390
4391[[package]]
4392name = "tonic"
4393version = "0.14.2"
4394source = "registry+https://github.com/rust-lang/crates.io-index"
4395checksum = "eb7613188ce9f7df5bfe185db26c5814347d110db17920415cf2fbcad85e7203"
4396dependencies = [
4397 "async-trait",
4398 "axum",
4399 "base64",
4400 "bytes",
4401 "h2",
4402 "http",
4403 "http-body",
4404 "http-body-util",
4405 "hyper",
4406 "hyper-timeout",
4407 "hyper-util",
4408 "percent-encoding",
4409 "pin-project",
4410 "socket2",
4411 "sync_wrapper",
4412 "tokio",
4413 "tokio-stream",
4414 "tower",
4415 "tower-layer",
4416 "tower-service",
4417 "tracing",
4418]
4419
4420[[package]]
4421name = "tower"
4422version = "0.5.2"
4423source = "registry+https://github.com/rust-lang/crates.io-index"
4424checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
4425dependencies = [
4426 "futures-core",
4427 "futures-util",
4428 "indexmap 2.12.1",
4429 "pin-project-lite",
4430 "slab",
4431 "sync_wrapper",
4432 "tokio",
4433 "tokio-util",
4434 "tower-layer",
4435 "tower-service",
4436 "tracing",
4437]
4438
4439[[package]]
4440name = "tower-http"
4441version = "0.6.8"
4442source = "registry+https://github.com/rust-lang/crates.io-index"
4443checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
4444dependencies = [
4445 "async-compression",
4446 "bitflags",
4447 "bytes",
4448 "futures-core",
4449 "futures-util",
4450 "http",
4451 "http-body",
4452 "http-body-util",
4453 "iri-string",
4454 "pin-project-lite",
4455 "tokio",
4456 "tokio-util",
4457 "tower",
4458 "tower-layer",
4459 "tower-service",
4460]
4461
4462[[package]]
4463name = "tower-layer"
4464version = "0.3.3"
4465source = "registry+https://github.com/rust-lang/crates.io-index"
4466checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
4467
4468[[package]]
4469name = "tower-service"
4470version = "0.3.3"
4471source = "registry+https://github.com/rust-lang/crates.io-index"
4472checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
4473
4474[[package]]
4475name = "tower_governor"
4476version = "0.8.0"
4477source = "registry+https://github.com/rust-lang/crates.io-index"
4478checksum = "44de9b94d849d3c46e06a883d72d408c2de6403367b39df2b1c9d9e7b6736fe6"
4479dependencies = [
4480 "axum",
4481 "forwarded-header-value",
4482 "governor",
4483 "http",
4484 "pin-project",
4485 "thiserror 2.0.17",
4486 "tonic",
4487 "tower",
4488 "tracing",
4489]
4490
4491[[package]]
4492name = "tracing"
4493version = "0.1.44"
4494source = "registry+https://github.com/rust-lang/crates.io-index"
4495checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
4496dependencies = [
4497 "log",
4498 "pin-project-lite",
4499 "tracing-attributes",
4500 "tracing-core",
4501]
4502
4503[[package]]
4504name = "tracing-attributes"
4505version = "0.1.31"
4506source = "registry+https://github.com/rust-lang/crates.io-index"
4507checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
4508dependencies = [
4509 "proc-macro2",
4510 "quote",
4511 "syn 2.0.112",
4512]
4513
4514[[package]]
4515name = "tracing-core"
4516version = "0.1.36"
4517source = "registry+https://github.com/rust-lang/crates.io-index"
4518checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
4519dependencies = [
4520 "once_cell",
4521 "valuable",
4522]
4523
4524[[package]]
4525name = "tracing-log"
4526version = "0.2.0"
4527source = "registry+https://github.com/rust-lang/crates.io-index"
4528checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
4529dependencies = [
4530 "log",
4531 "once_cell",
4532 "tracing-core",
4533]
4534
4535[[package]]
4536name = "tracing-subscriber"
4537version = "0.3.22"
4538source = "registry+https://github.com/rust-lang/crates.io-index"
4539checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
4540dependencies = [
4541 "matchers",
4542 "nu-ansi-term",
4543 "once_cell",
4544 "regex-automata",
4545 "sharded-slab",
4546 "smallvec",
4547 "thread_local",
4548 "tracing",
4549 "tracing-core",
4550 "tracing-log",
4551]
4552
4553[[package]]
4554name = "trait-variant"
4555version = "0.1.2"
4556source = "registry+https://github.com/rust-lang/crates.io-index"
4557checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
4558dependencies = [
4559 "proc-macro2",
4560 "quote",
4561 "syn 2.0.112",
4562]
4563
4564[[package]]
4565name = "try-lock"
4566version = "0.2.5"
4567source = "registry+https://github.com/rust-lang/crates.io-index"
4568checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
4569
4570[[package]]
4571name = "typenum"
4572version = "1.19.0"
4573source = "registry+https://github.com/rust-lang/crates.io-index"
4574checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
4575
4576[[package]]
4577name = "ucd-trie"
4578version = "0.1.7"
4579source = "registry+https://github.com/rust-lang/crates.io-index"
4580checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
4581
4582[[package]]
4583name = "unicode-bidi"
4584version = "0.3.18"
4585source = "registry+https://github.com/rust-lang/crates.io-index"
4586checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
4587
4588[[package]]
4589name = "unicode-ident"
4590version = "1.0.22"
4591source = "registry+https://github.com/rust-lang/crates.io-index"
4592checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
4593
4594[[package]]
4595name = "unicode-normalization"
4596version = "0.1.25"
4597source = "registry+https://github.com/rust-lang/crates.io-index"
4598checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
4599dependencies = [
4600 "tinyvec",
4601]
4602
4603[[package]]
4604name = "unicode-properties"
4605version = "0.1.4"
4606source = "registry+https://github.com/rust-lang/crates.io-index"
4607checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
4608
4609[[package]]
4610name = "unicode-segmentation"
4611version = "1.12.0"
4612source = "registry+https://github.com/rust-lang/crates.io-index"
4613checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
4614
4615[[package]]
4616name = "unicode-width"
4617version = "0.1.14"
4618source = "registry+https://github.com/rust-lang/crates.io-index"
4619checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
4620
4621[[package]]
4622name = "unicode-xid"
4623version = "0.2.6"
4624source = "registry+https://github.com/rust-lang/crates.io-index"
4625checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
4626
4627[[package]]
4628name = "unsigned-varint"
4629version = "0.8.0"
4630source = "registry+https://github.com/rust-lang/crates.io-index"
4631checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
4632
4633[[package]]
4634name = "untrusted"
4635version = "0.7.1"
4636source = "registry+https://github.com/rust-lang/crates.io-index"
4637checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
4638
4639[[package]]
4640name = "untrusted"
4641version = "0.9.0"
4642source = "registry+https://github.com/rust-lang/crates.io-index"
4643checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
4644
4645[[package]]
4646name = "url"
4647version = "2.5.7"
4648source = "registry+https://github.com/rust-lang/crates.io-index"
4649checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
4650dependencies = [
4651 "form_urlencoded",
4652 "idna",
4653 "percent-encoding",
4654 "serde",
4655]
4656
4657[[package]]
4658name = "urlencoding"
4659version = "2.1.3"
4660source = "registry+https://github.com/rust-lang/crates.io-index"
4661checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
4662
4663[[package]]
4664name = "utf8-width"
4665version = "0.1.8"
4666source = "registry+https://github.com/rust-lang/crates.io-index"
4667checksum = "1292c0d970b54115d14f2492fe0170adf21d68a1de108eebc51c1df4f346a091"
4668
4669[[package]]
4670name = "utf8_iter"
4671version = "1.0.4"
4672source = "registry+https://github.com/rust-lang/crates.io-index"
4673checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
4674
4675[[package]]
4676name = "valuable"
4677version = "0.1.1"
4678source = "registry+https://github.com/rust-lang/crates.io-index"
4679checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
4680
4681[[package]]
4682name = "value-bag"
4683version = "1.12.0"
4684source = "registry+https://github.com/rust-lang/crates.io-index"
4685checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
4686
4687[[package]]
4688name = "vcpkg"
4689version = "0.2.15"
4690source = "registry+https://github.com/rust-lang/crates.io-index"
4691checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
4692
4693[[package]]
4694name = "version_check"
4695version = "0.9.5"
4696source = "registry+https://github.com/rust-lang/crates.io-index"
4697checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
4698
4699[[package]]
4700name = "walkdir"
4701version = "2.5.0"
4702source = "registry+https://github.com/rust-lang/crates.io-index"
4703checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
4704dependencies = [
4705 "same-file",
4706 "winapi-util",
4707]
4708
4709[[package]]
4710name = "want"
4711version = "0.3.1"
4712source = "registry+https://github.com/rust-lang/crates.io-index"
4713checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
4714dependencies = [
4715 "try-lock",
4716]
4717
4718[[package]]
4719name = "wasi"
4720version = "0.11.1+wasi-snapshot-preview1"
4721source = "registry+https://github.com/rust-lang/crates.io-index"
4722checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
4723
4724[[package]]
4725name = "wasip2"
4726version = "1.0.1+wasi-0.2.4"
4727source = "registry+https://github.com/rust-lang/crates.io-index"
4728checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
4729dependencies = [
4730 "wit-bindgen",
4731]
4732
4733[[package]]
4734name = "wasite"
4735version = "0.1.0"
4736source = "registry+https://github.com/rust-lang/crates.io-index"
4737checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
4738
4739[[package]]
4740name = "wasm-bindgen"
4741version = "0.2.106"
4742source = "registry+https://github.com/rust-lang/crates.io-index"
4743checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd"
4744dependencies = [
4745 "cfg-if",
4746 "once_cell",
4747 "rustversion",
4748 "wasm-bindgen-macro",
4749 "wasm-bindgen-shared",
4750]
4751
4752[[package]]
4753name = "wasm-bindgen-futures"
4754version = "0.4.56"
4755source = "registry+https://github.com/rust-lang/crates.io-index"
4756checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c"
4757dependencies = [
4758 "cfg-if",
4759 "js-sys",
4760 "once_cell",
4761 "wasm-bindgen",
4762 "web-sys",
4763]
4764
4765[[package]]
4766name = "wasm-bindgen-macro"
4767version = "0.2.106"
4768source = "registry+https://github.com/rust-lang/crates.io-index"
4769checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3"
4770dependencies = [
4771 "quote",
4772 "wasm-bindgen-macro-support",
4773]
4774
4775[[package]]
4776name = "wasm-bindgen-macro-support"
4777version = "0.2.106"
4778source = "registry+https://github.com/rust-lang/crates.io-index"
4779checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40"
4780dependencies = [
4781 "bumpalo",
4782 "proc-macro2",
4783 "quote",
4784 "syn 2.0.112",
4785 "wasm-bindgen-shared",
4786]
4787
4788[[package]]
4789name = "wasm-bindgen-shared"
4790version = "0.2.106"
4791source = "registry+https://github.com/rust-lang/crates.io-index"
4792checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4"
4793dependencies = [
4794 "unicode-ident",
4795]
4796
4797[[package]]
4798name = "web-sys"
4799version = "0.3.83"
4800source = "registry+https://github.com/rust-lang/crates.io-index"
4801checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac"
4802dependencies = [
4803 "js-sys",
4804 "wasm-bindgen",
4805]
4806
4807[[package]]
4808name = "web-time"
4809version = "1.1.0"
4810source = "registry+https://github.com/rust-lang/crates.io-index"
4811checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
4812dependencies = [
4813 "js-sys",
4814 "wasm-bindgen",
4815]
4816
4817[[package]]
4818name = "webpki-roots"
4819version = "0.26.11"
4820source = "registry+https://github.com/rust-lang/crates.io-index"
4821checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
4822dependencies = [
4823 "webpki-roots 1.0.5",
4824]
4825
4826[[package]]
4827name = "webpki-roots"
4828version = "1.0.5"
4829source = "registry+https://github.com/rust-lang/crates.io-index"
4830checksum = "12bed680863276c63889429bfd6cab3b99943659923822de1c8a39c49e4d722c"
4831dependencies = [
4832 "rustls-pki-types",
4833]
4834
4835[[package]]
4836name = "whoami"
4837version = "1.6.1"
4838source = "registry+https://github.com/rust-lang/crates.io-index"
4839checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
4840dependencies = [
4841 "libredox",
4842 "wasite",
4843]
4844
4845[[package]]
4846name = "winapi"
4847version = "0.3.9"
4848source = "registry+https://github.com/rust-lang/crates.io-index"
4849checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
4850dependencies = [
4851 "winapi-i686-pc-windows-gnu",
4852 "winapi-x86_64-pc-windows-gnu",
4853]
4854
4855[[package]]
4856name = "winapi-i686-pc-windows-gnu"
4857version = "0.4.0"
4858source = "registry+https://github.com/rust-lang/crates.io-index"
4859checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
4860
4861[[package]]
4862name = "winapi-util"
4863version = "0.1.11"
4864source = "registry+https://github.com/rust-lang/crates.io-index"
4865checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
4866dependencies = [
4867 "windows-sys 0.48.0",
4868]
4869
4870[[package]]
4871name = "winapi-x86_64-pc-windows-gnu"
4872version = "0.4.0"
4873source = "registry+https://github.com/rust-lang/crates.io-index"
4874checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
4875
4876[[package]]
4877name = "windows-core"
4878version = "0.62.2"
4879source = "registry+https://github.com/rust-lang/crates.io-index"
4880checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
4881dependencies = [
4882 "windows-implement",
4883 "windows-interface",
4884 "windows-link",
4885 "windows-result",
4886 "windows-strings",
4887]
4888
4889[[package]]
4890name = "windows-implement"
4891version = "0.60.2"
4892source = "registry+https://github.com/rust-lang/crates.io-index"
4893checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
4894dependencies = [
4895 "proc-macro2",
4896 "quote",
4897 "syn 2.0.112",
4898]
4899
4900[[package]]
4901name = "windows-interface"
4902version = "0.59.3"
4903source = "registry+https://github.com/rust-lang/crates.io-index"
4904checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
4905dependencies = [
4906 "proc-macro2",
4907 "quote",
4908 "syn 2.0.112",
4909]
4910
4911[[package]]
4912name = "windows-link"
4913version = "0.2.1"
4914source = "registry+https://github.com/rust-lang/crates.io-index"
4915checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
4916
4917[[package]]
4918name = "windows-registry"
4919version = "0.6.1"
4920source = "registry+https://github.com/rust-lang/crates.io-index"
4921checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
4922dependencies = [
4923 "windows-link",
4924 "windows-result",
4925 "windows-strings",
4926]
4927
4928[[package]]
4929name = "windows-result"
4930version = "0.4.1"
4931source = "registry+https://github.com/rust-lang/crates.io-index"
4932checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
4933dependencies = [
4934 "windows-link",
4935]
4936
4937[[package]]
4938name = "windows-strings"
4939version = "0.5.1"
4940source = "registry+https://github.com/rust-lang/crates.io-index"
4941checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
4942dependencies = [
4943 "windows-link",
4944]
4945
4946[[package]]
4947name = "windows-sys"
4948version = "0.48.0"
4949source = "registry+https://github.com/rust-lang/crates.io-index"
4950checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
4951dependencies = [
4952 "windows-targets 0.48.5",
4953]
4954
4955[[package]]
4956name = "windows-sys"
4957version = "0.52.0"
4958source = "registry+https://github.com/rust-lang/crates.io-index"
4959checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
4960dependencies = [
4961 "windows-targets 0.52.6",
4962]
4963
4964[[package]]
4965name = "windows-sys"
4966version = "0.59.0"
4967source = "registry+https://github.com/rust-lang/crates.io-index"
4968checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
4969dependencies = [
4970 "windows-targets 0.52.6",
4971]
4972
4973[[package]]
4974name = "windows-sys"
4975version = "0.60.2"
4976source = "registry+https://github.com/rust-lang/crates.io-index"
4977checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
4978dependencies = [
4979 "windows-targets 0.53.5",
4980]
4981
4982[[package]]
4983name = "windows-sys"
4984version = "0.61.2"
4985source = "registry+https://github.com/rust-lang/crates.io-index"
4986checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
4987dependencies = [
4988 "windows-link",
4989]
4990
4991[[package]]
4992name = "windows-targets"
4993version = "0.48.5"
4994source = "registry+https://github.com/rust-lang/crates.io-index"
4995checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
4996dependencies = [
4997 "windows_aarch64_gnullvm 0.48.5",
4998 "windows_aarch64_msvc 0.48.5",
4999 "windows_i686_gnu 0.48.5",
5000 "windows_i686_msvc 0.48.5",
5001 "windows_x86_64_gnu 0.48.5",
5002 "windows_x86_64_gnullvm 0.48.5",
5003 "windows_x86_64_msvc 0.48.5",
5004]
5005
5006[[package]]
5007name = "windows-targets"
5008version = "0.52.6"
5009source = "registry+https://github.com/rust-lang/crates.io-index"
5010checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
5011dependencies = [
5012 "windows_aarch64_gnullvm 0.52.6",
5013 "windows_aarch64_msvc 0.52.6",
5014 "windows_i686_gnu 0.52.6",
5015 "windows_i686_gnullvm 0.52.6",
5016 "windows_i686_msvc 0.52.6",
5017 "windows_x86_64_gnu 0.52.6",
5018 "windows_x86_64_gnullvm 0.52.6",
5019 "windows_x86_64_msvc 0.52.6",
5020]
5021
5022[[package]]
5023name = "windows-targets"
5024version = "0.53.5"
5025source = "registry+https://github.com/rust-lang/crates.io-index"
5026checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
5027dependencies = [
5028 "windows-link",
5029 "windows_aarch64_gnullvm 0.53.1",
5030 "windows_aarch64_msvc 0.53.1",
5031 "windows_i686_gnu 0.53.1",
5032 "windows_i686_gnullvm 0.53.1",
5033 "windows_i686_msvc 0.53.1",
5034 "windows_x86_64_gnu 0.53.1",
5035 "windows_x86_64_gnullvm 0.53.1",
5036 "windows_x86_64_msvc 0.53.1",
5037]
5038
5039[[package]]
5040name = "windows_aarch64_gnullvm"
5041version = "0.48.5"
5042source = "registry+https://github.com/rust-lang/crates.io-index"
5043checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
5044
5045[[package]]
5046name = "windows_aarch64_gnullvm"
5047version = "0.52.6"
5048source = "registry+https://github.com/rust-lang/crates.io-index"
5049checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
5050
5051[[package]]
5052name = "windows_aarch64_gnullvm"
5053version = "0.53.1"
5054source = "registry+https://github.com/rust-lang/crates.io-index"
5055checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
5056
5057[[package]]
5058name = "windows_aarch64_msvc"
5059version = "0.48.5"
5060source = "registry+https://github.com/rust-lang/crates.io-index"
5061checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
5062
5063[[package]]
5064name = "windows_aarch64_msvc"
5065version = "0.52.6"
5066source = "registry+https://github.com/rust-lang/crates.io-index"
5067checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
5068
5069[[package]]
5070name = "windows_aarch64_msvc"
5071version = "0.53.1"
5072source = "registry+https://github.com/rust-lang/crates.io-index"
5073checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
5074
5075[[package]]
5076name = "windows_i686_gnu"
5077version = "0.48.5"
5078source = "registry+https://github.com/rust-lang/crates.io-index"
5079checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
5080
5081[[package]]
5082name = "windows_i686_gnu"
5083version = "0.52.6"
5084source = "registry+https://github.com/rust-lang/crates.io-index"
5085checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
5086
5087[[package]]
5088name = "windows_i686_gnu"
5089version = "0.53.1"
5090source = "registry+https://github.com/rust-lang/crates.io-index"
5091checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
5092
5093[[package]]
5094name = "windows_i686_gnullvm"
5095version = "0.52.6"
5096source = "registry+https://github.com/rust-lang/crates.io-index"
5097checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
5098
5099[[package]]
5100name = "windows_i686_gnullvm"
5101version = "0.53.1"
5102source = "registry+https://github.com/rust-lang/crates.io-index"
5103checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
5104
5105[[package]]
5106name = "windows_i686_msvc"
5107version = "0.48.5"
5108source = "registry+https://github.com/rust-lang/crates.io-index"
5109checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
5110
5111[[package]]
5112name = "windows_i686_msvc"
5113version = "0.52.6"
5114source = "registry+https://github.com/rust-lang/crates.io-index"
5115checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
5116
5117[[package]]
5118name = "windows_i686_msvc"
5119version = "0.53.1"
5120source = "registry+https://github.com/rust-lang/crates.io-index"
5121checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
5122
5123[[package]]
5124name = "windows_x86_64_gnu"
5125version = "0.48.5"
5126source = "registry+https://github.com/rust-lang/crates.io-index"
5127checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
5128
5129[[package]]
5130name = "windows_x86_64_gnu"
5131version = "0.52.6"
5132source = "registry+https://github.com/rust-lang/crates.io-index"
5133checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
5134
5135[[package]]
5136name = "windows_x86_64_gnu"
5137version = "0.53.1"
5138source = "registry+https://github.com/rust-lang/crates.io-index"
5139checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
5140
5141[[package]]
5142name = "windows_x86_64_gnullvm"
5143version = "0.48.5"
5144source = "registry+https://github.com/rust-lang/crates.io-index"
5145checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
5146
5147[[package]]
5148name = "windows_x86_64_gnullvm"
5149version = "0.52.6"
5150source = "registry+https://github.com/rust-lang/crates.io-index"
5151checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
5152
5153[[package]]
5154name = "windows_x86_64_gnullvm"
5155version = "0.53.1"
5156source = "registry+https://github.com/rust-lang/crates.io-index"
5157checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
5158
5159[[package]]
5160name = "windows_x86_64_msvc"
5161version = "0.48.5"
5162source = "registry+https://github.com/rust-lang/crates.io-index"
5163checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
5164
5165[[package]]
5166name = "windows_x86_64_msvc"
5167version = "0.52.6"
5168source = "registry+https://github.com/rust-lang/crates.io-index"
5169checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
5170
5171[[package]]
5172name = "windows_x86_64_msvc"
5173version = "0.53.1"
5174source = "registry+https://github.com/rust-lang/crates.io-index"
5175checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
5176
5177[[package]]
5178name = "wit-bindgen"
5179version = "0.46.0"
5180source = "registry+https://github.com/rust-lang/crates.io-index"
5181checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
5182
5183[[package]]
5184name = "writeable"
5185version = "0.6.2"
5186source = "registry+https://github.com/rust-lang/crates.io-index"
5187checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
5188
5189[[package]]
5190name = "yansi"
5191version = "1.0.1"
5192source = "registry+https://github.com/rust-lang/crates.io-index"
5193checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
5194
5195[[package]]
5196name = "yoke"
5197version = "0.8.1"
5198source = "registry+https://github.com/rust-lang/crates.io-index"
5199checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
5200dependencies = [
5201 "stable_deref_trait",
5202 "yoke-derive",
5203 "zerofrom",
5204]
5205
5206[[package]]
5207name = "yoke-derive"
5208version = "0.8.1"
5209source = "registry+https://github.com/rust-lang/crates.io-index"
5210checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
5211dependencies = [
5212 "proc-macro2",
5213 "quote",
5214 "syn 2.0.112",
5215 "synstructure",
5216]
5217
5218[[package]]
5219name = "zerocopy"
5220version = "0.8.31"
5221source = "registry+https://github.com/rust-lang/crates.io-index"
5222checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3"
5223dependencies = [
5224 "zerocopy-derive",
5225]
5226
5227[[package]]
5228name = "zerocopy-derive"
5229version = "0.8.31"
5230source = "registry+https://github.com/rust-lang/crates.io-index"
5231checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a"
5232dependencies = [
5233 "proc-macro2",
5234 "quote",
5235 "syn 2.0.112",
5236]
5237
5238[[package]]
5239name = "zerofrom"
5240version = "0.1.6"
5241source = "registry+https://github.com/rust-lang/crates.io-index"
5242checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
5243dependencies = [
5244 "zerofrom-derive",
5245]
5246
5247[[package]]
5248name = "zerofrom-derive"
5249version = "0.1.6"
5250source = "registry+https://github.com/rust-lang/crates.io-index"
5251checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
5252dependencies = [
5253 "proc-macro2",
5254 "quote",
5255 "syn 2.0.112",
5256 "synstructure",
5257]
5258
5259[[package]]
5260name = "zeroize"
5261version = "1.8.2"
5262source = "registry+https://github.com/rust-lang/crates.io-index"
5263checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
5264dependencies = [
5265 "zeroize_derive",
5266]
5267
5268[[package]]
5269name = "zeroize_derive"
5270version = "1.4.3"
5271source = "registry+https://github.com/rust-lang/crates.io-index"
5272checksum = "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e"
5273dependencies = [
5274 "proc-macro2",
5275 "quote",
5276 "syn 2.0.112",
5277]
5278
5279[[package]]
5280name = "zerotrie"
5281version = "0.2.3"
5282source = "registry+https://github.com/rust-lang/crates.io-index"
5283checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
5284dependencies = [
5285 "displaydoc",
5286 "yoke",
5287 "zerofrom",
5288]
5289
5290[[package]]
5291name = "zerovec"
5292version = "0.11.5"
5293source = "registry+https://github.com/rust-lang/crates.io-index"
5294checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
5295dependencies = [
5296 "yoke",
5297 "zerofrom",
5298 "zerovec-derive",
5299]
5300
5301[[package]]
5302name = "zerovec-derive"
5303version = "0.11.2"
5304source = "registry+https://github.com/rust-lang/crates.io-index"
5305checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
5306dependencies = [
5307 "proc-macro2",
5308 "quote",
5309 "syn 2.0.112",
5310]
5311
5312[[package]]
5313name = "zmij"
5314version = "1.0.8"
5315source = "registry+https://github.com/rust-lang/crates.io-index"
5316checksum = "317f17ff091ac4515f17cc7a190d2769a8c9a96d227de5d64b500b01cda8f2cd"
5317
5318[[package]]
5319name = "zstd"
5320version = "0.13.3"
5321source = "registry+https://github.com/rust-lang/crates.io-index"
5322checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
5323dependencies = [
5324 "zstd-safe",
5325]
5326
5327[[package]]
5328name = "zstd-safe"
5329version = "7.2.4"
5330source = "registry+https://github.com/rust-lang/crates.io-index"
5331checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
5332dependencies = [
5333 "zstd-sys",
5334]
5335
5336[[package]]
5337name = "zstd-sys"
5338version = "2.0.16+zstd.1.5.7"
5339source = "registry+https://github.com/rust-lang/crates.io-index"
5340checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
5341dependencies = [
5342 "cc",
5343 "pkg-config",
5344]