this repo has no description
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "abnf"
7version = "0.13.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "087113bd50d9adce24850eed5d0476c7d199d532fce8fab5173650331e09033a"
10dependencies = [
11 "abnf-core",
12 "nom",
13]
14
15[[package]]
16name = "abnf-core"
17version = "0.5.0"
18source = "registry+https://github.com/rust-lang/crates.io-index"
19checksum = "c44e09c43ae1c368fb91a03a566472d0087c26cf7e1b9e8e289c14ede681dd7d"
20dependencies = [
21 "nom",
22]
23
24[[package]]
25name = "adler2"
26version = "2.0.1"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
29
30[[package]]
31name = "aead"
32version = "0.5.2"
33source = "registry+https://github.com/rust-lang/crates.io-index"
34checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
35dependencies = [
36 "crypto-common",
37 "generic-array",
38]
39
40[[package]]
41name = "aes"
42version = "0.8.4"
43source = "registry+https://github.com/rust-lang/crates.io-index"
44checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
45dependencies = [
46 "cfg-if",
47 "cipher",
48 "cpufeatures",
49]
50
51[[package]]
52name = "aes-gcm"
53version = "0.10.3"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1"
56dependencies = [
57 "aead",
58 "aes",
59 "cipher",
60 "ctr",
61 "ghash",
62 "subtle",
63]
64
65[[package]]
66name = "ahash"
67version = "0.8.12"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
70dependencies = [
71 "cfg-if",
72 "once_cell",
73 "version_check",
74 "zerocopy",
75]
76
77[[package]]
78name = "aho-corasick"
79version = "1.1.4"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
82dependencies = [
83 "memchr",
84]
85
86[[package]]
87name = "aliasable"
88version = "0.1.3"
89source = "registry+https://github.com/rust-lang/crates.io-index"
90checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
91
92[[package]]
93name = "allocator-api2"
94version = "0.2.21"
95source = "registry+https://github.com/rust-lang/crates.io-index"
96checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
97
98[[package]]
99name = "android_system_properties"
100version = "0.1.5"
101source = "registry+https://github.com/rust-lang/crates.io-index"
102checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
103dependencies = [
104 "libc",
105]
106
107[[package]]
108name = "anyhow"
109version = "1.0.100"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
112
113[[package]]
114name = "arc-swap"
115version = "1.7.1"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
118
119[[package]]
120name = "asn1-rs"
121version = "0.6.2"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048"
124dependencies = [
125 "asn1-rs-derive",
126 "asn1-rs-impl",
127 "displaydoc",
128 "nom",
129 "num-traits",
130 "rusticata-macros",
131 "thiserror 1.0.69",
132 "time",
133]
134
135[[package]]
136name = "asn1-rs-derive"
137version = "0.5.1"
138source = "registry+https://github.com/rust-lang/crates.io-index"
139checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490"
140dependencies = [
141 "proc-macro2",
142 "quote",
143 "syn 2.0.111",
144 "synstructure",
145]
146
147[[package]]
148name = "asn1-rs-impl"
149version = "0.2.0"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7"
152dependencies = [
153 "proc-macro2",
154 "quote",
155 "syn 2.0.111",
156]
157
158[[package]]
159name = "assert-json-diff"
160version = "2.0.2"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12"
163dependencies = [
164 "serde",
165 "serde_json",
166]
167
168[[package]]
169name = "astral-tokio-tar"
170version = "0.5.6"
171source = "registry+https://github.com/rust-lang/crates.io-index"
172checksum = "ec179a06c1769b1e42e1e2cbe74c7dcdb3d6383c838454d063eaac5bbb7ebbe5"
173dependencies = [
174 "filetime",
175 "futures-core",
176 "libc",
177 "portable-atomic",
178 "rustc-hash",
179 "tokio",
180 "tokio-stream",
181 "xattr",
182]
183
184[[package]]
185name = "async-compression"
186version = "0.4.34"
187source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "0e86f6d3dc9dc4352edeea6b8e499e13e3f5dc3b964d7ca5fd411415a3498473"
189dependencies = [
190 "compression-codecs",
191 "compression-core",
192 "futures-core",
193 "pin-project-lite",
194 "tokio",
195]
196
197[[package]]
198name = "async-stream"
199version = "0.3.6"
200source = "registry+https://github.com/rust-lang/crates.io-index"
201checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
202dependencies = [
203 "async-stream-impl",
204 "futures-core",
205 "pin-project-lite",
206]
207
208[[package]]
209name = "async-stream-impl"
210version = "0.3.6"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
213dependencies = [
214 "proc-macro2",
215 "quote",
216 "syn 2.0.111",
217]
218
219[[package]]
220name = "async-trait"
221version = "0.1.89"
222source = "registry+https://github.com/rust-lang/crates.io-index"
223checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
224dependencies = [
225 "proc-macro2",
226 "quote",
227 "syn 2.0.111",
228]
229
230[[package]]
231name = "atoi"
232version = "2.0.0"
233source = "registry+https://github.com/rust-lang/crates.io-index"
234checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
235dependencies = [
236 "num-traits",
237]
238
239[[package]]
240name = "atomic-waker"
241version = "1.1.2"
242source = "registry+https://github.com/rust-lang/crates.io-index"
243checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
244
245[[package]]
246name = "autocfg"
247version = "1.5.0"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
250
251[[package]]
252name = "aws-config"
253version = "1.8.11"
254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "a0149602eeaf915158e14029ba0c78dedb8c08d554b024d54c8f239aab46511d"
256dependencies = [
257 "aws-credential-types",
258 "aws-runtime",
259 "aws-sdk-sso",
260 "aws-sdk-ssooidc",
261 "aws-sdk-sts",
262 "aws-smithy-async",
263 "aws-smithy-http",
264 "aws-smithy-json",
265 "aws-smithy-runtime",
266 "aws-smithy-runtime-api",
267 "aws-smithy-types",
268 "aws-types",
269 "bytes",
270 "fastrand",
271 "hex",
272 "http 1.4.0",
273 "ring",
274 "time",
275 "tokio",
276 "tracing",
277 "url",
278 "zeroize",
279]
280
281[[package]]
282name = "aws-credential-types"
283version = "1.2.10"
284source = "registry+https://github.com/rust-lang/crates.io-index"
285checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
286dependencies = [
287 "aws-smithy-async",
288 "aws-smithy-runtime-api",
289 "aws-smithy-types",
290 "zeroize",
291]
292
293[[package]]
294name = "aws-lc-rs"
295version = "1.15.1"
296source = "registry+https://github.com/rust-lang/crates.io-index"
297checksum = "6b5ce75405893cd713f9ab8e297d8e438f624dde7d706108285f7e17a25a180f"
298dependencies = [
299 "aws-lc-sys",
300 "zeroize",
301]
302
303[[package]]
304name = "aws-lc-sys"
305version = "0.34.0"
306source = "registry+https://github.com/rust-lang/crates.io-index"
307checksum = "179c3777a8b5e70e90ea426114ffc565b2c1a9f82f6c4a0c5a34aa6ef5e781b6"
308dependencies = [
309 "cc",
310 "cmake",
311 "dunce",
312 "fs_extra",
313]
314
315[[package]]
316name = "aws-runtime"
317version = "1.5.16"
318source = "registry+https://github.com/rust-lang/crates.io-index"
319checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
320dependencies = [
321 "aws-credential-types",
322 "aws-sigv4",
323 "aws-smithy-async",
324 "aws-smithy-eventstream",
325 "aws-smithy-http",
326 "aws-smithy-runtime",
327 "aws-smithy-runtime-api",
328 "aws-smithy-types",
329 "aws-types",
330 "bytes",
331 "fastrand",
332 "http 0.2.12",
333 "http-body 0.4.6",
334 "percent-encoding",
335 "pin-project-lite",
336 "tracing",
337 "uuid",
338]
339
340[[package]]
341name = "aws-sdk-s3"
342version = "1.116.0"
343source = "registry+https://github.com/rust-lang/crates.io-index"
344checksum = "cd4c10050aa905b50dc2a1165a9848d598a80c3a724d6f93b5881aa62235e4a5"
345dependencies = [
346 "aws-credential-types",
347 "aws-runtime",
348 "aws-sigv4",
349 "aws-smithy-async",
350 "aws-smithy-checksums",
351 "aws-smithy-eventstream",
352 "aws-smithy-http",
353 "aws-smithy-json",
354 "aws-smithy-runtime",
355 "aws-smithy-runtime-api",
356 "aws-smithy-types",
357 "aws-smithy-xml",
358 "aws-types",
359 "bytes",
360 "fastrand",
361 "hex",
362 "hmac",
363 "http 0.2.12",
364 "http 1.4.0",
365 "http-body 0.4.6",
366 "lru",
367 "percent-encoding",
368 "regex-lite",
369 "sha2",
370 "tracing",
371 "url",
372]
373
374[[package]]
375name = "aws-sdk-sso"
376version = "1.90.0"
377source = "registry+https://github.com/rust-lang/crates.io-index"
378checksum = "4f18e53542c522459e757f81e274783a78f8c81acdfc8d1522ee8a18b5fb1c66"
379dependencies = [
380 "aws-credential-types",
381 "aws-runtime",
382 "aws-smithy-async",
383 "aws-smithy-http",
384 "aws-smithy-json",
385 "aws-smithy-runtime",
386 "aws-smithy-runtime-api",
387 "aws-smithy-types",
388 "aws-types",
389 "bytes",
390 "fastrand",
391 "http 0.2.12",
392 "regex-lite",
393 "tracing",
394]
395
396[[package]]
397name = "aws-sdk-ssooidc"
398version = "1.92.0"
399source = "registry+https://github.com/rust-lang/crates.io-index"
400checksum = "532f4d866012ffa724a4385c82e8dd0e59f0ca0e600f3f22d4c03b6824b34e4a"
401dependencies = [
402 "aws-credential-types",
403 "aws-runtime",
404 "aws-smithy-async",
405 "aws-smithy-http",
406 "aws-smithy-json",
407 "aws-smithy-runtime",
408 "aws-smithy-runtime-api",
409 "aws-smithy-types",
410 "aws-types",
411 "bytes",
412 "fastrand",
413 "http 0.2.12",
414 "regex-lite",
415 "tracing",
416]
417
418[[package]]
419name = "aws-sdk-sts"
420version = "1.94.0"
421source = "registry+https://github.com/rust-lang/crates.io-index"
422checksum = "1be6fbbfa1a57724788853a623378223fe828fc4c09b146c992f0c95b6256174"
423dependencies = [
424 "aws-credential-types",
425 "aws-runtime",
426 "aws-smithy-async",
427 "aws-smithy-http",
428 "aws-smithy-json",
429 "aws-smithy-query",
430 "aws-smithy-runtime",
431 "aws-smithy-runtime-api",
432 "aws-smithy-types",
433 "aws-smithy-xml",
434 "aws-types",
435 "fastrand",
436 "http 0.2.12",
437 "regex-lite",
438 "tracing",
439]
440
441[[package]]
442name = "aws-sigv4"
443version = "1.3.6"
444source = "registry+https://github.com/rust-lang/crates.io-index"
445checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
446dependencies = [
447 "aws-credential-types",
448 "aws-smithy-eventstream",
449 "aws-smithy-http",
450 "aws-smithy-runtime-api",
451 "aws-smithy-types",
452 "bytes",
453 "crypto-bigint 0.5.5",
454 "form_urlencoded",
455 "hex",
456 "hmac",
457 "http 0.2.12",
458 "http 1.4.0",
459 "p256 0.11.1",
460 "percent-encoding",
461 "ring",
462 "sha2",
463 "subtle",
464 "time",
465 "tracing",
466 "zeroize",
467]
468
469[[package]]
470name = "aws-smithy-async"
471version = "1.2.6"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
474dependencies = [
475 "futures-util",
476 "pin-project-lite",
477 "tokio",
478]
479
480[[package]]
481name = "aws-smithy-checksums"
482version = "0.63.11"
483source = "registry+https://github.com/rust-lang/crates.io-index"
484checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
485dependencies = [
486 "aws-smithy-http",
487 "aws-smithy-types",
488 "bytes",
489 "crc-fast",
490 "hex",
491 "http 0.2.12",
492 "http-body 0.4.6",
493 "md-5",
494 "pin-project-lite",
495 "sha1",
496 "sha2",
497 "tracing",
498]
499
500[[package]]
501name = "aws-smithy-eventstream"
502version = "0.60.13"
503source = "registry+https://github.com/rust-lang/crates.io-index"
504checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
505dependencies = [
506 "aws-smithy-types",
507 "bytes",
508 "crc32fast",
509]
510
511[[package]]
512name = "aws-smithy-http"
513version = "0.62.5"
514source = "registry+https://github.com/rust-lang/crates.io-index"
515checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
516dependencies = [
517 "aws-smithy-eventstream",
518 "aws-smithy-runtime-api",
519 "aws-smithy-types",
520 "bytes",
521 "bytes-utils",
522 "futures-core",
523 "futures-util",
524 "http 0.2.12",
525 "http 1.4.0",
526 "http-body 0.4.6",
527 "percent-encoding",
528 "pin-project-lite",
529 "pin-utils",
530 "tracing",
531]
532
533[[package]]
534name = "aws-smithy-http-client"
535version = "1.1.4"
536source = "registry+https://github.com/rust-lang/crates.io-index"
537checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
538dependencies = [
539 "aws-smithy-async",
540 "aws-smithy-runtime-api",
541 "aws-smithy-types",
542 "h2 0.3.27",
543 "h2 0.4.12",
544 "http 0.2.12",
545 "http 1.4.0",
546 "http-body 0.4.6",
547 "hyper 0.14.32",
548 "hyper 1.8.1",
549 "hyper-rustls 0.24.2",
550 "hyper-rustls 0.27.7",
551 "hyper-util",
552 "pin-project-lite",
553 "rustls 0.21.12",
554 "rustls 0.23.35",
555 "rustls-native-certs 0.8.2",
556 "rustls-pki-types",
557 "tokio",
558 "tokio-rustls 0.26.4",
559 "tower",
560 "tracing",
561]
562
563[[package]]
564name = "aws-smithy-json"
565version = "0.61.7"
566source = "registry+https://github.com/rust-lang/crates.io-index"
567checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
568dependencies = [
569 "aws-smithy-types",
570]
571
572[[package]]
573name = "aws-smithy-observability"
574version = "0.1.4"
575source = "registry+https://github.com/rust-lang/crates.io-index"
576checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
577dependencies = [
578 "aws-smithy-runtime-api",
579]
580
581[[package]]
582name = "aws-smithy-query"
583version = "0.60.8"
584source = "registry+https://github.com/rust-lang/crates.io-index"
585checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
586dependencies = [
587 "aws-smithy-types",
588 "urlencoding",
589]
590
591[[package]]
592name = "aws-smithy-runtime"
593version = "1.9.4"
594source = "registry+https://github.com/rust-lang/crates.io-index"
595checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
596dependencies = [
597 "aws-smithy-async",
598 "aws-smithy-http",
599 "aws-smithy-http-client",
600 "aws-smithy-observability",
601 "aws-smithy-runtime-api",
602 "aws-smithy-types",
603 "bytes",
604 "fastrand",
605 "http 0.2.12",
606 "http 1.4.0",
607 "http-body 0.4.6",
608 "http-body 1.0.1",
609 "pin-project-lite",
610 "pin-utils",
611 "tokio",
612 "tracing",
613]
614
615[[package]]
616name = "aws-smithy-runtime-api"
617version = "1.9.2"
618source = "registry+https://github.com/rust-lang/crates.io-index"
619checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
620dependencies = [
621 "aws-smithy-async",
622 "aws-smithy-types",
623 "bytes",
624 "http 0.2.12",
625 "http 1.4.0",
626 "pin-project-lite",
627 "tokio",
628 "tracing",
629 "zeroize",
630]
631
632[[package]]
633name = "aws-smithy-types"
634version = "1.3.4"
635source = "registry+https://github.com/rust-lang/crates.io-index"
636checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
637dependencies = [
638 "base64-simd",
639 "bytes",
640 "bytes-utils",
641 "futures-core",
642 "http 0.2.12",
643 "http 1.4.0",
644 "http-body 0.4.6",
645 "http-body 1.0.1",
646 "http-body-util",
647 "itoa",
648 "num-integer",
649 "pin-project-lite",
650 "pin-utils",
651 "ryu",
652 "serde",
653 "time",
654 "tokio",
655 "tokio-util",
656]
657
658[[package]]
659name = "aws-smithy-xml"
660version = "0.60.12"
661source = "registry+https://github.com/rust-lang/crates.io-index"
662checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
663dependencies = [
664 "xmlparser",
665]
666
667[[package]]
668name = "aws-types"
669version = "1.3.10"
670source = "registry+https://github.com/rust-lang/crates.io-index"
671checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
672dependencies = [
673 "aws-credential-types",
674 "aws-smithy-async",
675 "aws-smithy-runtime-api",
676 "aws-smithy-types",
677 "rustc_version",
678 "tracing",
679]
680
681[[package]]
682name = "axum"
683version = "0.8.7"
684source = "registry+https://github.com/rust-lang/crates.io-index"
685checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425"
686dependencies = [
687 "axum-core",
688 "axum-macros",
689 "base64 0.22.1",
690 "bytes",
691 "form_urlencoded",
692 "futures-util",
693 "http 1.4.0",
694 "http-body 1.0.1",
695 "http-body-util",
696 "hyper 1.8.1",
697 "hyper-util",
698 "itoa",
699 "matchit",
700 "memchr",
701 "mime",
702 "percent-encoding",
703 "pin-project-lite",
704 "serde_core",
705 "serde_json",
706 "serde_path_to_error",
707 "serde_urlencoded",
708 "sha1",
709 "sync_wrapper",
710 "tokio",
711 "tokio-tungstenite",
712 "tower",
713 "tower-layer",
714 "tower-service",
715 "tracing",
716]
717
718[[package]]
719name = "axum-core"
720version = "0.5.5"
721source = "registry+https://github.com/rust-lang/crates.io-index"
722checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22"
723dependencies = [
724 "bytes",
725 "futures-core",
726 "http 1.4.0",
727 "http-body 1.0.1",
728 "http-body-util",
729 "mime",
730 "pin-project-lite",
731 "sync_wrapper",
732 "tower-layer",
733 "tower-service",
734 "tracing",
735]
736
737[[package]]
738name = "axum-macros"
739version = "0.5.0"
740source = "registry+https://github.com/rust-lang/crates.io-index"
741checksum = "604fde5e028fea851ce1d8570bbdc034bec850d157f7569d10f347d06808c05c"
742dependencies = [
743 "proc-macro2",
744 "quote",
745 "syn 2.0.111",
746]
747
748[[package]]
749name = "backon"
750version = "1.6.0"
751source = "registry+https://github.com/rust-lang/crates.io-index"
752checksum = "cffb0e931875b666fc4fcb20fee52e9bbd1ef836fd9e9e04ec21555f9f85f7ef"
753dependencies = [
754 "fastrand",
755]
756
757[[package]]
758name = "base-x"
759version = "0.2.11"
760source = "registry+https://github.com/rust-lang/crates.io-index"
761checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
762
763[[package]]
764name = "base16ct"
765version = "0.1.1"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
768
769[[package]]
770name = "base16ct"
771version = "0.2.0"
772source = "registry+https://github.com/rust-lang/crates.io-index"
773checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
774
775[[package]]
776name = "base256emoji"
777version = "1.0.2"
778source = "registry+https://github.com/rust-lang/crates.io-index"
779checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c"
780dependencies = [
781 "const-str",
782 "match-lookup",
783]
784
785[[package]]
786name = "base32"
787version = "0.5.1"
788source = "registry+https://github.com/rust-lang/crates.io-index"
789checksum = "022dfe9eb35f19ebbcb51e0b40a5ab759f46ad60cadf7297e0bd085afb50e076"
790
791[[package]]
792name = "base64"
793version = "0.21.7"
794source = "registry+https://github.com/rust-lang/crates.io-index"
795checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
796
797[[package]]
798name = "base64"
799version = "0.22.1"
800source = "registry+https://github.com/rust-lang/crates.io-index"
801checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
802
803[[package]]
804name = "base64-simd"
805version = "0.8.0"
806source = "registry+https://github.com/rust-lang/crates.io-index"
807checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
808dependencies = [
809 "outref",
810 "vsimd",
811]
812
813[[package]]
814name = "base64ct"
815version = "1.8.0"
816source = "registry+https://github.com/rust-lang/crates.io-index"
817checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
818
819[[package]]
820name = "base64urlsafedata"
821version = "0.5.4"
822source = "registry+https://github.com/rust-lang/crates.io-index"
823checksum = "42f7f6be94fa637132933fd0a68b9140bcb60e3d46164cb68e82a2bb8d102b3a"
824dependencies = [
825 "base64 0.21.7",
826 "pastey",
827 "serde",
828]
829
830[[package]]
831name = "bcrypt"
832version = "0.17.1"
833source = "registry+https://github.com/rust-lang/crates.io-index"
834checksum = "abaf6da45c74385272ddf00e1ac074c7d8a6c1a1dda376902bd6a427522a8b2c"
835dependencies = [
836 "base64 0.22.1",
837 "blowfish",
838 "getrandom 0.3.4",
839 "subtle",
840 "zeroize",
841]
842
843[[package]]
844name = "bitflags"
845version = "2.10.0"
846source = "registry+https://github.com/rust-lang/crates.io-index"
847checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
848dependencies = [
849 "serde_core",
850]
851
852[[package]]
853name = "block-buffer"
854version = "0.10.4"
855source = "registry+https://github.com/rust-lang/crates.io-index"
856checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
857dependencies = [
858 "generic-array",
859]
860
861[[package]]
862name = "blowfish"
863version = "0.9.1"
864source = "registry+https://github.com/rust-lang/crates.io-index"
865checksum = "e412e2cd0f2b2d93e02543ceae7917b3c70331573df19ee046bcbc35e45e87d7"
866dependencies = [
867 "byteorder",
868 "cipher",
869]
870
871[[package]]
872name = "bollard"
873version = "0.19.4"
874source = "registry+https://github.com/rust-lang/crates.io-index"
875checksum = "87a52479c9237eb04047ddb94788c41ca0d26eaff8b697ecfbb4c32f7fdc3b1b"
876dependencies = [
877 "async-stream",
878 "base64 0.22.1",
879 "bitflags",
880 "bollard-buildkit-proto",
881 "bollard-stubs",
882 "bytes",
883 "chrono",
884 "futures-core",
885 "futures-util",
886 "hex",
887 "home",
888 "http 1.4.0",
889 "http-body-util",
890 "hyper 1.8.1",
891 "hyper-named-pipe",
892 "hyper-rustls 0.27.7",
893 "hyper-util",
894 "hyperlocal",
895 "log",
896 "num",
897 "pin-project-lite",
898 "rand 0.9.2",
899 "rustls 0.23.35",
900 "rustls-native-certs 0.8.2",
901 "rustls-pemfile 2.2.0",
902 "rustls-pki-types",
903 "serde",
904 "serde_derive",
905 "serde_json",
906 "serde_repr",
907 "serde_urlencoded",
908 "thiserror 2.0.17",
909 "tokio",
910 "tokio-stream",
911 "tokio-util",
912 "tonic",
913 "tower-service",
914 "url",
915 "winapi",
916]
917
918[[package]]
919name = "bollard-buildkit-proto"
920version = "0.7.0"
921source = "registry+https://github.com/rust-lang/crates.io-index"
922checksum = "85a885520bf6249ab931a764ffdb87b0ceef48e6e7d807cfdb21b751e086e1ad"
923dependencies = [
924 "prost",
925 "prost-types",
926 "tonic",
927 "tonic-prost",
928 "ureq",
929]
930
931[[package]]
932name = "bollard-stubs"
933version = "1.49.1-rc.28.4.0"
934source = "registry+https://github.com/rust-lang/crates.io-index"
935checksum = "5731fe885755e92beff1950774068e0cae67ea6ec7587381536fca84f1779623"
936dependencies = [
937 "base64 0.22.1",
938 "bollard-buildkit-proto",
939 "bytes",
940 "chrono",
941 "prost",
942 "serde",
943 "serde_json",
944 "serde_repr",
945 "serde_with",
946]
947
948[[package]]
949name = "bon"
950version = "3.8.1"
951source = "registry+https://github.com/rust-lang/crates.io-index"
952checksum = "ebeb9aaf9329dff6ceb65c689ca3db33dbf15f324909c60e4e5eef5701ce31b1"
953dependencies = [
954 "bon-macros",
955 "rustversion",
956]
957
958[[package]]
959name = "bon-macros"
960version = "3.8.1"
961source = "registry+https://github.com/rust-lang/crates.io-index"
962checksum = "77e9d642a7e3a318e37c2c9427b5a6a48aa1ad55dcd986f3034ab2239045a645"
963dependencies = [
964 "darling",
965 "ident_case",
966 "prettyplease",
967 "proc-macro2",
968 "quote",
969 "rustversion",
970 "syn 2.0.111",
971]
972
973[[package]]
974name = "borsh"
975version = "1.6.0"
976source = "registry+https://github.com/rust-lang/crates.io-index"
977checksum = "d1da5ab77c1437701eeff7c88d968729e7766172279eab0676857b3d63af7a6f"
978dependencies = [
979 "cfg_aliases",
980]
981
982[[package]]
983name = "bs58"
984version = "0.5.1"
985source = "registry+https://github.com/rust-lang/crates.io-index"
986checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
987dependencies = [
988 "tinyvec",
989]
990
991[[package]]
992name = "btree-range-map"
993version = "0.7.2"
994source = "registry+https://github.com/rust-lang/crates.io-index"
995checksum = "1be5c9672446d3800bcbcaabaeba121fe22f1fb25700c4562b22faf76d377c33"
996dependencies = [
997 "btree-slab",
998 "cc-traits",
999 "range-traits",
1000 "serde",
1001 "slab",
1002]
1003
1004[[package]]
1005name = "btree-slab"
1006version = "0.6.1"
1007source = "registry+https://github.com/rust-lang/crates.io-index"
1008checksum = "7a2b56d3029f075c4fa892428a098425b86cef5c89ae54073137ece416aef13c"
1009dependencies = [
1010 "cc-traits",
1011 "slab",
1012 "smallvec",
1013]
1014
1015[[package]]
1016name = "bumpalo"
1017version = "3.19.0"
1018source = "registry+https://github.com/rust-lang/crates.io-index"
1019checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
1020
1021[[package]]
1022name = "bytecount"
1023version = "0.6.9"
1024source = "registry+https://github.com/rust-lang/crates.io-index"
1025checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
1026
1027[[package]]
1028name = "bytemuck"
1029version = "1.24.0"
1030source = "registry+https://github.com/rust-lang/crates.io-index"
1031checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
1032
1033[[package]]
1034name = "byteorder"
1035version = "1.5.0"
1036source = "registry+https://github.com/rust-lang/crates.io-index"
1037checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
1038
1039[[package]]
1040name = "byteorder-lite"
1041version = "0.1.0"
1042source = "registry+https://github.com/rust-lang/crates.io-index"
1043checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
1044
1045[[package]]
1046name = "bytes"
1047version = "1.11.0"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
1050dependencies = [
1051 "serde",
1052]
1053
1054[[package]]
1055name = "bytes-utils"
1056version = "0.1.4"
1057source = "registry+https://github.com/rust-lang/crates.io-index"
1058checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
1059dependencies = [
1060 "bytes",
1061 "either",
1062]
1063
1064[[package]]
1065name = "camino"
1066version = "1.2.1"
1067source = "registry+https://github.com/rust-lang/crates.io-index"
1068checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
1069dependencies = [
1070 "serde_core",
1071]
1072
1073[[package]]
1074name = "cargo-platform"
1075version = "0.1.9"
1076source = "registry+https://github.com/rust-lang/crates.io-index"
1077checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
1078dependencies = [
1079 "serde",
1080]
1081
1082[[package]]
1083name = "cargo_metadata"
1084version = "0.14.2"
1085source = "registry+https://github.com/rust-lang/crates.io-index"
1086checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"
1087dependencies = [
1088 "camino",
1089 "cargo-platform",
1090 "semver",
1091 "serde",
1092 "serde_json",
1093]
1094
1095[[package]]
1096name = "cbor4ii"
1097version = "0.2.14"
1098source = "registry+https://github.com/rust-lang/crates.io-index"
1099checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4"
1100dependencies = [
1101 "serde",
1102]
1103
1104[[package]]
1105name = "cc"
1106version = "1.2.48"
1107source = "registry+https://github.com/rust-lang/crates.io-index"
1108checksum = "c481bdbf0ed3b892f6f806287d72acd515b352a4ec27a208489b8c1bc839633a"
1109dependencies = [
1110 "find-msvc-tools",
1111 "jobserver",
1112 "libc",
1113 "shlex",
1114]
1115
1116[[package]]
1117name = "cc-traits"
1118version = "2.0.0"
1119source = "registry+https://github.com/rust-lang/crates.io-index"
1120checksum = "060303ef31ef4a522737e1b1ab68c67916f2a787bb2f4f54f383279adba962b5"
1121dependencies = [
1122 "slab",
1123]
1124
1125[[package]]
1126name = "cfg-if"
1127version = "1.0.4"
1128source = "registry+https://github.com/rust-lang/crates.io-index"
1129checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
1130
1131[[package]]
1132name = "cfg_aliases"
1133version = "0.2.1"
1134source = "registry+https://github.com/rust-lang/crates.io-index"
1135checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
1136
1137[[package]]
1138name = "chrono"
1139version = "0.4.42"
1140source = "registry+https://github.com/rust-lang/crates.io-index"
1141checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
1142dependencies = [
1143 "iana-time-zone",
1144 "js-sys",
1145 "num-traits",
1146 "serde",
1147 "wasm-bindgen",
1148 "windows-link 0.2.1",
1149]
1150
1151[[package]]
1152name = "ciborium"
1153version = "0.2.2"
1154source = "registry+https://github.com/rust-lang/crates.io-index"
1155checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
1156dependencies = [
1157 "ciborium-io",
1158 "ciborium-ll",
1159 "serde",
1160]
1161
1162[[package]]
1163name = "ciborium-io"
1164version = "0.2.2"
1165source = "registry+https://github.com/rust-lang/crates.io-index"
1166checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
1167
1168[[package]]
1169name = "ciborium-ll"
1170version = "0.2.2"
1171source = "registry+https://github.com/rust-lang/crates.io-index"
1172checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
1173dependencies = [
1174 "ciborium-io",
1175 "half",
1176]
1177
1178[[package]]
1179name = "cid"
1180version = "0.11.1"
1181source = "registry+https://github.com/rust-lang/crates.io-index"
1182checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a"
1183dependencies = [
1184 "core2",
1185 "multibase",
1186 "multihash",
1187 "serde",
1188 "serde_bytes",
1189 "unsigned-varint 0.8.0",
1190]
1191
1192[[package]]
1193name = "cipher"
1194version = "0.4.4"
1195source = "registry+https://github.com/rust-lang/crates.io-index"
1196checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
1197dependencies = [
1198 "crypto-common",
1199 "inout",
1200]
1201
1202[[package]]
1203name = "cmake"
1204version = "0.1.54"
1205source = "registry+https://github.com/rust-lang/crates.io-index"
1206checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
1207dependencies = [
1208 "cc",
1209]
1210
1211[[package]]
1212name = "color_quant"
1213version = "1.1.0"
1214source = "registry+https://github.com/rust-lang/crates.io-index"
1215checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
1216
1217[[package]]
1218name = "combine"
1219version = "4.6.7"
1220source = "registry+https://github.com/rust-lang/crates.io-index"
1221checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
1222dependencies = [
1223 "bytes",
1224 "futures-core",
1225 "memchr",
1226 "pin-project-lite",
1227 "tokio",
1228 "tokio-util",
1229]
1230
1231[[package]]
1232name = "compression-codecs"
1233version = "0.4.33"
1234source = "registry+https://github.com/rust-lang/crates.io-index"
1235checksum = "302266479cb963552d11bd042013a58ef1adc56768016c8b82b4199488f2d4ad"
1236dependencies = [
1237 "compression-core",
1238 "flate2",
1239 "memchr",
1240]
1241
1242[[package]]
1243name = "compression-core"
1244version = "0.4.31"
1245source = "registry+https://github.com/rust-lang/crates.io-index"
1246checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d"
1247
1248[[package]]
1249name = "concurrent-queue"
1250version = "2.5.0"
1251source = "registry+https://github.com/rust-lang/crates.io-index"
1252checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
1253dependencies = [
1254 "crossbeam-utils",
1255]
1256
1257[[package]]
1258name = "const-oid"
1259version = "0.9.6"
1260source = "registry+https://github.com/rust-lang/crates.io-index"
1261checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
1262
1263[[package]]
1264name = "const-str"
1265version = "0.4.3"
1266source = "registry+https://github.com/rust-lang/crates.io-index"
1267checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3"
1268
1269[[package]]
1270name = "constant_time_eq"
1271version = "0.3.1"
1272source = "registry+https://github.com/rust-lang/crates.io-index"
1273checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
1274
1275[[package]]
1276name = "cordyceps"
1277version = "0.3.4"
1278source = "registry+https://github.com/rust-lang/crates.io-index"
1279checksum = "688d7fbb8092b8de775ef2536f36c8c31f2bc4006ece2e8d8ad2d17d00ce0a2a"
1280dependencies = [
1281 "loom",
1282 "tracing",
1283]
1284
1285[[package]]
1286name = "core-foundation"
1287version = "0.9.4"
1288source = "registry+https://github.com/rust-lang/crates.io-index"
1289checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
1290dependencies = [
1291 "core-foundation-sys",
1292 "libc",
1293]
1294
1295[[package]]
1296name = "core-foundation"
1297version = "0.10.1"
1298source = "registry+https://github.com/rust-lang/crates.io-index"
1299checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
1300dependencies = [
1301 "core-foundation-sys",
1302 "libc",
1303]
1304
1305[[package]]
1306name = "core-foundation-sys"
1307version = "0.8.7"
1308source = "registry+https://github.com/rust-lang/crates.io-index"
1309checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
1310
1311[[package]]
1312name = "core2"
1313version = "0.4.0"
1314source = "registry+https://github.com/rust-lang/crates.io-index"
1315checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
1316dependencies = [
1317 "memchr",
1318]
1319
1320[[package]]
1321name = "cpufeatures"
1322version = "0.2.17"
1323source = "registry+https://github.com/rust-lang/crates.io-index"
1324checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
1325dependencies = [
1326 "libc",
1327]
1328
1329[[package]]
1330name = "crc"
1331version = "3.4.0"
1332source = "registry+https://github.com/rust-lang/crates.io-index"
1333checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d"
1334dependencies = [
1335 "crc-catalog",
1336]
1337
1338[[package]]
1339name = "crc-catalog"
1340version = "2.4.0"
1341source = "registry+https://github.com/rust-lang/crates.io-index"
1342checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
1343
1344[[package]]
1345name = "crc-fast"
1346version = "1.6.0"
1347source = "registry+https://github.com/rust-lang/crates.io-index"
1348checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
1349dependencies = [
1350 "crc",
1351 "digest",
1352 "rand 0.9.2",
1353 "regex",
1354 "rustversion",
1355]
1356
1357[[package]]
1358name = "crc32fast"
1359version = "1.5.0"
1360source = "registry+https://github.com/rust-lang/crates.io-index"
1361checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
1362dependencies = [
1363 "cfg-if",
1364]
1365
1366[[package]]
1367name = "crossbeam-channel"
1368version = "0.5.15"
1369source = "registry+https://github.com/rust-lang/crates.io-index"
1370checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
1371dependencies = [
1372 "crossbeam-utils",
1373]
1374
1375[[package]]
1376name = "crossbeam-epoch"
1377version = "0.9.18"
1378source = "registry+https://github.com/rust-lang/crates.io-index"
1379checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
1380dependencies = [
1381 "crossbeam-utils",
1382]
1383
1384[[package]]
1385name = "crossbeam-queue"
1386version = "0.3.12"
1387source = "registry+https://github.com/rust-lang/crates.io-index"
1388checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
1389dependencies = [
1390 "crossbeam-utils",
1391]
1392
1393[[package]]
1394name = "crossbeam-utils"
1395version = "0.8.21"
1396source = "registry+https://github.com/rust-lang/crates.io-index"
1397checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
1398
1399[[package]]
1400name = "crunchy"
1401version = "0.2.4"
1402source = "registry+https://github.com/rust-lang/crates.io-index"
1403checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
1404
1405[[package]]
1406name = "crypto-bigint"
1407version = "0.4.9"
1408source = "registry+https://github.com/rust-lang/crates.io-index"
1409checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
1410dependencies = [
1411 "generic-array",
1412 "rand_core 0.6.4",
1413 "subtle",
1414 "zeroize",
1415]
1416
1417[[package]]
1418name = "crypto-bigint"
1419version = "0.5.5"
1420source = "registry+https://github.com/rust-lang/crates.io-index"
1421checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
1422dependencies = [
1423 "generic-array",
1424 "rand_core 0.6.4",
1425 "subtle",
1426 "zeroize",
1427]
1428
1429[[package]]
1430name = "crypto-common"
1431version = "0.1.6"
1432source = "registry+https://github.com/rust-lang/crates.io-index"
1433checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
1434dependencies = [
1435 "generic-array",
1436 "rand_core 0.6.4",
1437 "typenum",
1438]
1439
1440[[package]]
1441name = "ctor"
1442version = "0.6.3"
1443source = "registry+https://github.com/rust-lang/crates.io-index"
1444checksum = "424e0138278faeb2b401f174ad17e715c829512d74f3d1e81eb43365c2e0590e"
1445dependencies = [
1446 "ctor-proc-macro",
1447 "dtor",
1448]
1449
1450[[package]]
1451name = "ctor-proc-macro"
1452version = "0.0.7"
1453source = "registry+https://github.com/rust-lang/crates.io-index"
1454checksum = "52560adf09603e58c9a7ee1fe1dcb95a16927b17c127f0ac02d6e768a0e25bc1"
1455
1456[[package]]
1457name = "ctr"
1458version = "0.9.2"
1459source = "registry+https://github.com/rust-lang/crates.io-index"
1460checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
1461dependencies = [
1462 "cipher",
1463]
1464
1465[[package]]
1466name = "curve25519-dalek"
1467version = "4.1.3"
1468source = "registry+https://github.com/rust-lang/crates.io-index"
1469checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
1470dependencies = [
1471 "cfg-if",
1472 "cpufeatures",
1473 "curve25519-dalek-derive",
1474 "digest",
1475 "fiat-crypto",
1476 "rustc_version",
1477 "subtle",
1478 "zeroize",
1479]
1480
1481[[package]]
1482name = "curve25519-dalek-derive"
1483version = "0.1.1"
1484source = "registry+https://github.com/rust-lang/crates.io-index"
1485checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
1486dependencies = [
1487 "proc-macro2",
1488 "quote",
1489 "syn 2.0.111",
1490]
1491
1492[[package]]
1493name = "darling"
1494version = "0.21.3"
1495source = "registry+https://github.com/rust-lang/crates.io-index"
1496checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
1497dependencies = [
1498 "darling_core",
1499 "darling_macro",
1500]
1501
1502[[package]]
1503name = "darling_core"
1504version = "0.21.3"
1505source = "registry+https://github.com/rust-lang/crates.io-index"
1506checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
1507dependencies = [
1508 "fnv",
1509 "ident_case",
1510 "proc-macro2",
1511 "quote",
1512 "strsim",
1513 "syn 2.0.111",
1514]
1515
1516[[package]]
1517name = "darling_macro"
1518version = "0.21.3"
1519source = "registry+https://github.com/rust-lang/crates.io-index"
1520checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
1521dependencies = [
1522 "darling_core",
1523 "quote",
1524 "syn 2.0.111",
1525]
1526
1527[[package]]
1528name = "dashmap"
1529version = "5.5.3"
1530source = "registry+https://github.com/rust-lang/crates.io-index"
1531checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
1532dependencies = [
1533 "cfg-if",
1534 "hashbrown 0.14.5",
1535 "lock_api",
1536 "once_cell",
1537 "parking_lot_core",
1538]
1539
1540[[package]]
1541name = "dashmap"
1542version = "6.1.0"
1543source = "registry+https://github.com/rust-lang/crates.io-index"
1544checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
1545dependencies = [
1546 "cfg-if",
1547 "crossbeam-utils",
1548 "hashbrown 0.14.5",
1549 "lock_api",
1550 "once_cell",
1551 "parking_lot_core",
1552]
1553
1554[[package]]
1555name = "data-encoding"
1556version = "2.9.0"
1557source = "registry+https://github.com/rust-lang/crates.io-index"
1558checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
1559
1560[[package]]
1561name = "data-encoding-macro"
1562version = "0.1.18"
1563source = "registry+https://github.com/rust-lang/crates.io-index"
1564checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d"
1565dependencies = [
1566 "data-encoding",
1567 "data-encoding-macro-internal",
1568]
1569
1570[[package]]
1571name = "data-encoding-macro-internal"
1572version = "0.1.16"
1573source = "registry+https://github.com/rust-lang/crates.io-index"
1574checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976"
1575dependencies = [
1576 "data-encoding",
1577 "syn 2.0.111",
1578]
1579
1580[[package]]
1581name = "deadpool"
1582version = "0.12.3"
1583source = "registry+https://github.com/rust-lang/crates.io-index"
1584checksum = "0be2b1d1d6ec8d846f05e137292d0b89133caf95ef33695424c09568bdd39b1b"
1585dependencies = [
1586 "deadpool-runtime",
1587 "lazy_static",
1588 "num_cpus",
1589 "tokio",
1590]
1591
1592[[package]]
1593name = "deadpool-runtime"
1594version = "0.1.4"
1595source = "registry+https://github.com/rust-lang/crates.io-index"
1596checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b"
1597
1598[[package]]
1599name = "der"
1600version = "0.6.1"
1601source = "registry+https://github.com/rust-lang/crates.io-index"
1602checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
1603dependencies = [
1604 "const-oid",
1605 "zeroize",
1606]
1607
1608[[package]]
1609name = "der"
1610version = "0.7.10"
1611source = "registry+https://github.com/rust-lang/crates.io-index"
1612checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
1613dependencies = [
1614 "const-oid",
1615 "pem-rfc7468",
1616 "zeroize",
1617]
1618
1619[[package]]
1620name = "der-parser"
1621version = "9.0.0"
1622source = "registry+https://github.com/rust-lang/crates.io-index"
1623checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553"
1624dependencies = [
1625 "asn1-rs",
1626 "displaydoc",
1627 "nom",
1628 "num-bigint",
1629 "num-traits",
1630 "rusticata-macros",
1631]
1632
1633[[package]]
1634name = "deranged"
1635version = "0.5.5"
1636source = "registry+https://github.com/rust-lang/crates.io-index"
1637checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
1638dependencies = [
1639 "powerfmt",
1640 "serde_core",
1641]
1642
1643[[package]]
1644name = "derive_more"
1645version = "1.0.0"
1646source = "registry+https://github.com/rust-lang/crates.io-index"
1647checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05"
1648dependencies = [
1649 "derive_more-impl",
1650]
1651
1652[[package]]
1653name = "derive_more-impl"
1654version = "1.0.0"
1655source = "registry+https://github.com/rust-lang/crates.io-index"
1656checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22"
1657dependencies = [
1658 "proc-macro2",
1659 "quote",
1660 "syn 2.0.111",
1661 "unicode-xid",
1662]
1663
1664[[package]]
1665name = "diatomic-waker"
1666version = "0.2.3"
1667source = "registry+https://github.com/rust-lang/crates.io-index"
1668checksum = "ab03c107fafeb3ee9f5925686dbb7a73bc76e3932abb0d2b365cb64b169cf04c"
1669
1670[[package]]
1671name = "digest"
1672version = "0.10.7"
1673source = "registry+https://github.com/rust-lang/crates.io-index"
1674checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
1675dependencies = [
1676 "block-buffer",
1677 "const-oid",
1678 "crypto-common",
1679 "subtle",
1680]
1681
1682[[package]]
1683name = "displaydoc"
1684version = "0.2.5"
1685source = "registry+https://github.com/rust-lang/crates.io-index"
1686checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
1687dependencies = [
1688 "proc-macro2",
1689 "quote",
1690 "syn 2.0.111",
1691]
1692
1693[[package]]
1694name = "docker_credential"
1695version = "1.3.2"
1696source = "registry+https://github.com/rust-lang/crates.io-index"
1697checksum = "1d89dfcba45b4afad7450a99b39e751590463e45c04728cf555d36bb66940de8"
1698dependencies = [
1699 "base64 0.21.7",
1700 "serde",
1701 "serde_json",
1702]
1703
1704[[package]]
1705name = "dotenvy"
1706version = "0.15.7"
1707source = "registry+https://github.com/rust-lang/crates.io-index"
1708checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
1709
1710[[package]]
1711name = "dtor"
1712version = "0.1.1"
1713source = "registry+https://github.com/rust-lang/crates.io-index"
1714checksum = "404d02eeb088a82cfd873006cb713fe411306c7d182c344905e101fb1167d301"
1715dependencies = [
1716 "dtor-proc-macro",
1717]
1718
1719[[package]]
1720name = "dtor-proc-macro"
1721version = "0.0.6"
1722source = "registry+https://github.com/rust-lang/crates.io-index"
1723checksum = "f678cf4a922c215c63e0de95eb1ff08a958a81d47e485cf9da1e27bf6305cfa5"
1724
1725[[package]]
1726name = "dunce"
1727version = "1.0.5"
1728source = "registry+https://github.com/rust-lang/crates.io-index"
1729checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
1730
1731[[package]]
1732name = "dyn-clone"
1733version = "1.0.20"
1734source = "registry+https://github.com/rust-lang/crates.io-index"
1735checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
1736
1737[[package]]
1738name = "ecdsa"
1739version = "0.14.8"
1740source = "registry+https://github.com/rust-lang/crates.io-index"
1741checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
1742dependencies = [
1743 "der 0.6.1",
1744 "elliptic-curve 0.12.3",
1745 "rfc6979 0.3.1",
1746 "signature 1.6.4",
1747]
1748
1749[[package]]
1750name = "ecdsa"
1751version = "0.16.9"
1752source = "registry+https://github.com/rust-lang/crates.io-index"
1753checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
1754dependencies = [
1755 "der 0.7.10",
1756 "digest",
1757 "elliptic-curve 0.13.8",
1758 "rfc6979 0.4.0",
1759 "signature 2.2.0",
1760 "spki 0.7.3",
1761]
1762
1763[[package]]
1764name = "ed25519"
1765version = "2.2.3"
1766source = "registry+https://github.com/rust-lang/crates.io-index"
1767checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
1768dependencies = [
1769 "pkcs8 0.10.2",
1770 "signature 2.2.0",
1771]
1772
1773[[package]]
1774name = "ed25519-dalek"
1775version = "2.2.0"
1776source = "registry+https://github.com/rust-lang/crates.io-index"
1777checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9"
1778dependencies = [
1779 "curve25519-dalek",
1780 "ed25519",
1781 "rand_core 0.6.4",
1782 "serde",
1783 "sha2",
1784 "subtle",
1785 "zeroize",
1786]
1787
1788[[package]]
1789name = "either"
1790version = "1.15.0"
1791source = "registry+https://github.com/rust-lang/crates.io-index"
1792checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
1793dependencies = [
1794 "serde",
1795]
1796
1797[[package]]
1798name = "elliptic-curve"
1799version = "0.12.3"
1800source = "registry+https://github.com/rust-lang/crates.io-index"
1801checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
1802dependencies = [
1803 "base16ct 0.1.1",
1804 "crypto-bigint 0.4.9",
1805 "der 0.6.1",
1806 "digest",
1807 "ff 0.12.1",
1808 "generic-array",
1809 "group 0.12.1",
1810 "pkcs8 0.9.0",
1811 "rand_core 0.6.4",
1812 "sec1 0.3.0",
1813 "subtle",
1814 "zeroize",
1815]
1816
1817[[package]]
1818name = "elliptic-curve"
1819version = "0.13.8"
1820source = "registry+https://github.com/rust-lang/crates.io-index"
1821checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
1822dependencies = [
1823 "base16ct 0.2.0",
1824 "crypto-bigint 0.5.5",
1825 "digest",
1826 "ff 0.13.1",
1827 "generic-array",
1828 "group 0.13.0",
1829 "hkdf",
1830 "pem-rfc7468",
1831 "pkcs8 0.10.2",
1832 "rand_core 0.6.4",
1833 "sec1 0.7.3",
1834 "subtle",
1835 "zeroize",
1836]
1837
1838[[package]]
1839name = "encoding_rs"
1840version = "0.8.35"
1841source = "registry+https://github.com/rust-lang/crates.io-index"
1842checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
1843dependencies = [
1844 "cfg-if",
1845]
1846
1847[[package]]
1848name = "enum-as-inner"
1849version = "0.6.1"
1850source = "registry+https://github.com/rust-lang/crates.io-index"
1851checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
1852dependencies = [
1853 "heck 0.5.0",
1854 "proc-macro2",
1855 "quote",
1856 "syn 2.0.111",
1857]
1858
1859[[package]]
1860name = "equivalent"
1861version = "1.0.2"
1862source = "registry+https://github.com/rust-lang/crates.io-index"
1863checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
1864
1865[[package]]
1866name = "errno"
1867version = "0.3.14"
1868source = "registry+https://github.com/rust-lang/crates.io-index"
1869checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
1870dependencies = [
1871 "libc",
1872 "windows-sys 0.61.2",
1873]
1874
1875[[package]]
1876name = "error-chain"
1877version = "0.12.4"
1878source = "registry+https://github.com/rust-lang/crates.io-index"
1879checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc"
1880dependencies = [
1881 "version_check",
1882]
1883
1884[[package]]
1885name = "etcetera"
1886version = "0.8.0"
1887source = "registry+https://github.com/rust-lang/crates.io-index"
1888checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
1889dependencies = [
1890 "cfg-if",
1891 "home",
1892 "windows-sys 0.48.0",
1893]
1894
1895[[package]]
1896name = "etcetera"
1897version = "0.11.0"
1898source = "registry+https://github.com/rust-lang/crates.io-index"
1899checksum = "de48cc4d1c1d97a20fd819def54b890cadde72ed3ad0c614822a0a433361be96"
1900dependencies = [
1901 "cfg-if",
1902 "windows-sys 0.61.2",
1903]
1904
1905[[package]]
1906name = "event-listener"
1907version = "5.4.1"
1908source = "registry+https://github.com/rust-lang/crates.io-index"
1909checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
1910dependencies = [
1911 "concurrent-queue",
1912 "parking",
1913 "pin-project-lite",
1914]
1915
1916[[package]]
1917name = "fastrand"
1918version = "2.3.0"
1919source = "registry+https://github.com/rust-lang/crates.io-index"
1920checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
1921
1922[[package]]
1923name = "fdeflate"
1924version = "0.3.7"
1925source = "registry+https://github.com/rust-lang/crates.io-index"
1926checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
1927dependencies = [
1928 "simd-adler32",
1929]
1930
1931[[package]]
1932name = "ferroid"
1933version = "0.8.7"
1934source = "registry+https://github.com/rust-lang/crates.io-index"
1935checksum = "e0e9414a6ae93ef993ce40a1e02944f13d4508e2bf6f1ced1580ce6910f08253"
1936dependencies = [
1937 "portable-atomic",
1938 "rand 0.9.2",
1939 "web-time",
1940]
1941
1942[[package]]
1943name = "ff"
1944version = "0.12.1"
1945source = "registry+https://github.com/rust-lang/crates.io-index"
1946checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
1947dependencies = [
1948 "rand_core 0.6.4",
1949 "subtle",
1950]
1951
1952[[package]]
1953name = "ff"
1954version = "0.13.1"
1955source = "registry+https://github.com/rust-lang/crates.io-index"
1956checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
1957dependencies = [
1958 "rand_core 0.6.4",
1959 "subtle",
1960]
1961
1962[[package]]
1963name = "fiat-crypto"
1964version = "0.2.9"
1965source = "registry+https://github.com/rust-lang/crates.io-index"
1966checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
1967
1968[[package]]
1969name = "filetime"
1970version = "0.2.26"
1971source = "registry+https://github.com/rust-lang/crates.io-index"
1972checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
1973dependencies = [
1974 "cfg-if",
1975 "libc",
1976 "libredox",
1977 "windows-sys 0.60.2",
1978]
1979
1980[[package]]
1981name = "find-msvc-tools"
1982version = "0.1.5"
1983source = "registry+https://github.com/rust-lang/crates.io-index"
1984checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
1985
1986[[package]]
1987name = "flate2"
1988version = "1.1.5"
1989source = "registry+https://github.com/rust-lang/crates.io-index"
1990checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb"
1991dependencies = [
1992 "crc32fast",
1993 "miniz_oxide",
1994]
1995
1996[[package]]
1997name = "flume"
1998version = "0.11.1"
1999source = "registry+https://github.com/rust-lang/crates.io-index"
2000checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
2001dependencies = [
2002 "futures-core",
2003 "futures-sink",
2004 "spin 0.9.8",
2005]
2006
2007[[package]]
2008name = "fnv"
2009version = "1.0.7"
2010source = "registry+https://github.com/rust-lang/crates.io-index"
2011checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2012
2013[[package]]
2014name = "foldhash"
2015version = "0.1.5"
2016source = "registry+https://github.com/rust-lang/crates.io-index"
2017checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
2018
2019[[package]]
2020name = "foldhash"
2021version = "0.2.0"
2022source = "registry+https://github.com/rust-lang/crates.io-index"
2023checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
2024
2025[[package]]
2026name = "foreign-types"
2027version = "0.3.2"
2028source = "registry+https://github.com/rust-lang/crates.io-index"
2029checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
2030dependencies = [
2031 "foreign-types-shared",
2032]
2033
2034[[package]]
2035name = "foreign-types-shared"
2036version = "0.1.1"
2037source = "registry+https://github.com/rust-lang/crates.io-index"
2038checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2039
2040[[package]]
2041name = "form_urlencoded"
2042version = "1.2.2"
2043source = "registry+https://github.com/rust-lang/crates.io-index"
2044checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
2045dependencies = [
2046 "percent-encoding",
2047]
2048
2049[[package]]
2050name = "fs_extra"
2051version = "1.3.0"
2052source = "registry+https://github.com/rust-lang/crates.io-index"
2053checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
2054
2055[[package]]
2056name = "futf"
2057version = "0.1.5"
2058source = "registry+https://github.com/rust-lang/crates.io-index"
2059checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
2060dependencies = [
2061 "mac",
2062 "new_debug_unreachable",
2063]
2064
2065[[package]]
2066name = "futures"
2067version = "0.3.31"
2068source = "registry+https://github.com/rust-lang/crates.io-index"
2069checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
2070dependencies = [
2071 "futures-channel",
2072 "futures-core",
2073 "futures-executor",
2074 "futures-io",
2075 "futures-sink",
2076 "futures-task",
2077 "futures-util",
2078]
2079
2080[[package]]
2081name = "futures-buffered"
2082version = "0.2.12"
2083source = "registry+https://github.com/rust-lang/crates.io-index"
2084checksum = "a8e0e1f38ec07ba4abbde21eed377082f17ccb988be9d988a5adbf4bafc118fd"
2085dependencies = [
2086 "cordyceps",
2087 "diatomic-waker",
2088 "futures-core",
2089 "pin-project-lite",
2090 "spin 0.10.0",
2091]
2092
2093[[package]]
2094name = "futures-channel"
2095version = "0.3.31"
2096source = "registry+https://github.com/rust-lang/crates.io-index"
2097checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
2098dependencies = [
2099 "futures-core",
2100 "futures-sink",
2101]
2102
2103[[package]]
2104name = "futures-core"
2105version = "0.3.31"
2106source = "registry+https://github.com/rust-lang/crates.io-index"
2107checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
2108
2109[[package]]
2110name = "futures-executor"
2111version = "0.3.31"
2112source = "registry+https://github.com/rust-lang/crates.io-index"
2113checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
2114dependencies = [
2115 "futures-core",
2116 "futures-task",
2117 "futures-util",
2118]
2119
2120[[package]]
2121name = "futures-intrusive"
2122version = "0.5.0"
2123source = "registry+https://github.com/rust-lang/crates.io-index"
2124checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
2125dependencies = [
2126 "futures-core",
2127 "lock_api",
2128 "parking_lot",
2129]
2130
2131[[package]]
2132name = "futures-io"
2133version = "0.3.31"
2134source = "registry+https://github.com/rust-lang/crates.io-index"
2135checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
2136
2137[[package]]
2138name = "futures-lite"
2139version = "2.6.1"
2140source = "registry+https://github.com/rust-lang/crates.io-index"
2141checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
2142dependencies = [
2143 "fastrand",
2144 "futures-core",
2145 "futures-io",
2146 "parking",
2147 "pin-project-lite",
2148]
2149
2150[[package]]
2151name = "futures-macro"
2152version = "0.3.31"
2153source = "registry+https://github.com/rust-lang/crates.io-index"
2154checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
2155dependencies = [
2156 "proc-macro2",
2157 "quote",
2158 "syn 2.0.111",
2159]
2160
2161[[package]]
2162name = "futures-sink"
2163version = "0.3.31"
2164source = "registry+https://github.com/rust-lang/crates.io-index"
2165checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
2166
2167[[package]]
2168name = "futures-task"
2169version = "0.3.31"
2170source = "registry+https://github.com/rust-lang/crates.io-index"
2171checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
2172
2173[[package]]
2174name = "futures-timer"
2175version = "3.0.3"
2176source = "registry+https://github.com/rust-lang/crates.io-index"
2177checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
2178
2179[[package]]
2180name = "futures-util"
2181version = "0.3.31"
2182source = "registry+https://github.com/rust-lang/crates.io-index"
2183checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
2184dependencies = [
2185 "futures-channel",
2186 "futures-core",
2187 "futures-io",
2188 "futures-macro",
2189 "futures-sink",
2190 "futures-task",
2191 "memchr",
2192 "pin-project-lite",
2193 "pin-utils",
2194 "slab",
2195]
2196
2197[[package]]
2198name = "generator"
2199version = "0.8.7"
2200source = "registry+https://github.com/rust-lang/crates.io-index"
2201checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
2202dependencies = [
2203 "cc",
2204 "cfg-if",
2205 "libc",
2206 "log",
2207 "rustversion",
2208 "windows",
2209]
2210
2211[[package]]
2212name = "generic-array"
2213version = "0.14.9"
2214source = "registry+https://github.com/rust-lang/crates.io-index"
2215checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
2216dependencies = [
2217 "typenum",
2218 "version_check",
2219 "zeroize",
2220]
2221
2222[[package]]
2223name = "getrandom"
2224version = "0.2.16"
2225source = "registry+https://github.com/rust-lang/crates.io-index"
2226checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
2227dependencies = [
2228 "cfg-if",
2229 "js-sys",
2230 "libc",
2231 "wasi",
2232 "wasm-bindgen",
2233]
2234
2235[[package]]
2236name = "getrandom"
2237version = "0.3.4"
2238source = "registry+https://github.com/rust-lang/crates.io-index"
2239checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
2240dependencies = [
2241 "cfg-if",
2242 "js-sys",
2243 "libc",
2244 "r-efi",
2245 "wasip2",
2246 "wasm-bindgen",
2247]
2248
2249[[package]]
2250name = "ghash"
2251version = "0.5.1"
2252source = "registry+https://github.com/rust-lang/crates.io-index"
2253checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1"
2254dependencies = [
2255 "opaque-debug",
2256 "polyval",
2257]
2258
2259[[package]]
2260name = "gif"
2261version = "0.14.1"
2262source = "registry+https://github.com/rust-lang/crates.io-index"
2263checksum = "f5df2ba84018d80c213569363bdcd0c64e6933c67fe4c1d60ecf822971a3c35e"
2264dependencies = [
2265 "color_quant",
2266 "weezl",
2267]
2268
2269[[package]]
2270name = "glob"
2271version = "0.3.3"
2272source = "registry+https://github.com/rust-lang/crates.io-index"
2273checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
2274
2275[[package]]
2276name = "gloo-storage"
2277version = "0.3.0"
2278source = "registry+https://github.com/rust-lang/crates.io-index"
2279checksum = "fbc8031e8c92758af912f9bc08fbbadd3c6f3cfcbf6b64cdf3d6a81f0139277a"
2280dependencies = [
2281 "gloo-utils",
2282 "js-sys",
2283 "serde",
2284 "serde_json",
2285 "thiserror 1.0.69",
2286 "wasm-bindgen",
2287 "web-sys",
2288]
2289
2290[[package]]
2291name = "gloo-utils"
2292version = "0.2.0"
2293source = "registry+https://github.com/rust-lang/crates.io-index"
2294checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa"
2295dependencies = [
2296 "js-sys",
2297 "serde",
2298 "serde_json",
2299 "wasm-bindgen",
2300 "web-sys",
2301]
2302
2303[[package]]
2304name = "governor"
2305version = "0.10.2"
2306source = "registry+https://github.com/rust-lang/crates.io-index"
2307checksum = "6e23d5986fd4364c2fb7498523540618b4b8d92eec6c36a02e565f66748e2f79"
2308dependencies = [
2309 "cfg-if",
2310 "dashmap 6.1.0",
2311 "futures-sink",
2312 "futures-timer",
2313 "futures-util",
2314 "getrandom 0.3.4",
2315 "hashbrown 0.16.1",
2316 "nonzero_ext",
2317 "parking_lot",
2318 "portable-atomic",
2319 "quanta",
2320 "rand 0.9.2",
2321 "smallvec",
2322 "spinning_top",
2323 "web-time",
2324]
2325
2326[[package]]
2327name = "group"
2328version = "0.12.1"
2329source = "registry+https://github.com/rust-lang/crates.io-index"
2330checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
2331dependencies = [
2332 "ff 0.12.1",
2333 "rand_core 0.6.4",
2334 "subtle",
2335]
2336
2337[[package]]
2338name = "group"
2339version = "0.13.0"
2340source = "registry+https://github.com/rust-lang/crates.io-index"
2341checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
2342dependencies = [
2343 "ff 0.13.1",
2344 "rand_core 0.6.4",
2345 "subtle",
2346]
2347
2348[[package]]
2349name = "h2"
2350version = "0.3.27"
2351source = "registry+https://github.com/rust-lang/crates.io-index"
2352checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
2353dependencies = [
2354 "bytes",
2355 "fnv",
2356 "futures-core",
2357 "futures-sink",
2358 "futures-util",
2359 "http 0.2.12",
2360 "indexmap 2.12.1",
2361 "slab",
2362 "tokio",
2363 "tokio-util",
2364 "tracing",
2365]
2366
2367[[package]]
2368name = "h2"
2369version = "0.4.12"
2370source = "registry+https://github.com/rust-lang/crates.io-index"
2371checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
2372dependencies = [
2373 "atomic-waker",
2374 "bytes",
2375 "fnv",
2376 "futures-core",
2377 "futures-sink",
2378 "http 1.4.0",
2379 "indexmap 2.12.1",
2380 "slab",
2381 "tokio",
2382 "tokio-util",
2383 "tracing",
2384]
2385
2386[[package]]
2387name = "half"
2388version = "2.7.1"
2389source = "registry+https://github.com/rust-lang/crates.io-index"
2390checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
2391dependencies = [
2392 "cfg-if",
2393 "crunchy",
2394 "zerocopy",
2395]
2396
2397[[package]]
2398name = "hashbrown"
2399version = "0.12.3"
2400source = "registry+https://github.com/rust-lang/crates.io-index"
2401checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2402
2403[[package]]
2404name = "hashbrown"
2405version = "0.14.5"
2406source = "registry+https://github.com/rust-lang/crates.io-index"
2407checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2408
2409[[package]]
2410name = "hashbrown"
2411version = "0.15.5"
2412source = "registry+https://github.com/rust-lang/crates.io-index"
2413checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
2414dependencies = [
2415 "allocator-api2",
2416 "equivalent",
2417 "foldhash 0.1.5",
2418]
2419
2420[[package]]
2421name = "hashbrown"
2422version = "0.16.1"
2423source = "registry+https://github.com/rust-lang/crates.io-index"
2424checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
2425dependencies = [
2426 "allocator-api2",
2427 "equivalent",
2428 "foldhash 0.2.0",
2429]
2430
2431[[package]]
2432name = "hashlink"
2433version = "0.10.0"
2434source = "registry+https://github.com/rust-lang/crates.io-index"
2435checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
2436dependencies = [
2437 "hashbrown 0.15.5",
2438]
2439
2440[[package]]
2441name = "heck"
2442version = "0.4.1"
2443source = "registry+https://github.com/rust-lang/crates.io-index"
2444checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2445
2446[[package]]
2447name = "heck"
2448version = "0.5.0"
2449source = "registry+https://github.com/rust-lang/crates.io-index"
2450checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2451
2452[[package]]
2453name = "hermit-abi"
2454version = "0.5.2"
2455source = "registry+https://github.com/rust-lang/crates.io-index"
2456checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
2457
2458[[package]]
2459name = "hex"
2460version = "0.4.3"
2461source = "registry+https://github.com/rust-lang/crates.io-index"
2462checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2463
2464[[package]]
2465name = "hex_fmt"
2466version = "0.3.0"
2467source = "registry+https://github.com/rust-lang/crates.io-index"
2468checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"
2469
2470[[package]]
2471name = "hickory-proto"
2472version = "0.24.4"
2473source = "registry+https://github.com/rust-lang/crates.io-index"
2474checksum = "92652067c9ce6f66ce53cc38d1169daa36e6e7eb7dd3b63b5103bd9d97117248"
2475dependencies = [
2476 "async-trait",
2477 "cfg-if",
2478 "data-encoding",
2479 "enum-as-inner",
2480 "futures-channel",
2481 "futures-io",
2482 "futures-util",
2483 "idna",
2484 "ipnet",
2485 "once_cell",
2486 "rand 0.8.5",
2487 "thiserror 1.0.69",
2488 "tinyvec",
2489 "tokio",
2490 "tracing",
2491 "url",
2492]
2493
2494[[package]]
2495name = "hickory-resolver"
2496version = "0.24.4"
2497source = "registry+https://github.com/rust-lang/crates.io-index"
2498checksum = "cbb117a1ca520e111743ab2f6688eddee69db4e0ea242545a604dce8a66fd22e"
2499dependencies = [
2500 "cfg-if",
2501 "futures-util",
2502 "hickory-proto",
2503 "ipconfig",
2504 "lru-cache",
2505 "once_cell",
2506 "parking_lot",
2507 "rand 0.8.5",
2508 "resolv-conf",
2509 "smallvec",
2510 "thiserror 1.0.69",
2511 "tokio",
2512 "tracing",
2513]
2514
2515[[package]]
2516name = "hkdf"
2517version = "0.12.4"
2518source = "registry+https://github.com/rust-lang/crates.io-index"
2519checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
2520dependencies = [
2521 "hmac",
2522]
2523
2524[[package]]
2525name = "hmac"
2526version = "0.12.1"
2527source = "registry+https://github.com/rust-lang/crates.io-index"
2528checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
2529dependencies = [
2530 "digest",
2531]
2532
2533[[package]]
2534name = "home"
2535version = "0.5.12"
2536source = "registry+https://github.com/rust-lang/crates.io-index"
2537checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
2538dependencies = [
2539 "windows-sys 0.61.2",
2540]
2541
2542[[package]]
2543name = "html5ever"
2544version = "0.27.0"
2545source = "registry+https://github.com/rust-lang/crates.io-index"
2546checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
2547dependencies = [
2548 "log",
2549 "mac",
2550 "markup5ever",
2551 "proc-macro2",
2552 "quote",
2553 "syn 2.0.111",
2554]
2555
2556[[package]]
2557name = "http"
2558version = "0.2.12"
2559source = "registry+https://github.com/rust-lang/crates.io-index"
2560checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
2561dependencies = [
2562 "bytes",
2563 "fnv",
2564 "itoa",
2565]
2566
2567[[package]]
2568name = "http"
2569version = "1.4.0"
2570source = "registry+https://github.com/rust-lang/crates.io-index"
2571checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
2572dependencies = [
2573 "bytes",
2574 "itoa",
2575]
2576
2577[[package]]
2578name = "http-body"
2579version = "0.4.6"
2580source = "registry+https://github.com/rust-lang/crates.io-index"
2581checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
2582dependencies = [
2583 "bytes",
2584 "http 0.2.12",
2585 "pin-project-lite",
2586]
2587
2588[[package]]
2589name = "http-body"
2590version = "1.0.1"
2591source = "registry+https://github.com/rust-lang/crates.io-index"
2592checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
2593dependencies = [
2594 "bytes",
2595 "http 1.4.0",
2596]
2597
2598[[package]]
2599name = "http-body-util"
2600version = "0.1.3"
2601source = "registry+https://github.com/rust-lang/crates.io-index"
2602checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
2603dependencies = [
2604 "bytes",
2605 "futures-core",
2606 "http 1.4.0",
2607 "http-body 1.0.1",
2608 "pin-project-lite",
2609]
2610
2611[[package]]
2612name = "http-range-header"
2613version = "0.4.2"
2614source = "registry+https://github.com/rust-lang/crates.io-index"
2615checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c"
2616
2617[[package]]
2618name = "httparse"
2619version = "1.10.1"
2620source = "registry+https://github.com/rust-lang/crates.io-index"
2621checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
2622
2623[[package]]
2624name = "httpdate"
2625version = "1.0.3"
2626source = "registry+https://github.com/rust-lang/crates.io-index"
2627checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2628
2629[[package]]
2630name = "hyper"
2631version = "0.14.32"
2632source = "registry+https://github.com/rust-lang/crates.io-index"
2633checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
2634dependencies = [
2635 "bytes",
2636 "futures-channel",
2637 "futures-core",
2638 "futures-util",
2639 "h2 0.3.27",
2640 "http 0.2.12",
2641 "http-body 0.4.6",
2642 "httparse",
2643 "httpdate",
2644 "itoa",
2645 "pin-project-lite",
2646 "socket2 0.5.10",
2647 "tokio",
2648 "tower-service",
2649 "tracing",
2650 "want",
2651]
2652
2653[[package]]
2654name = "hyper"
2655version = "1.8.1"
2656source = "registry+https://github.com/rust-lang/crates.io-index"
2657checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
2658dependencies = [
2659 "atomic-waker",
2660 "bytes",
2661 "futures-channel",
2662 "futures-core",
2663 "h2 0.4.12",
2664 "http 1.4.0",
2665 "http-body 1.0.1",
2666 "httparse",
2667 "httpdate",
2668 "itoa",
2669 "pin-project-lite",
2670 "pin-utils",
2671 "smallvec",
2672 "tokio",
2673 "want",
2674]
2675
2676[[package]]
2677name = "hyper-named-pipe"
2678version = "0.1.0"
2679source = "registry+https://github.com/rust-lang/crates.io-index"
2680checksum = "73b7d8abf35697b81a825e386fc151e0d503e8cb5fcb93cc8669c376dfd6f278"
2681dependencies = [
2682 "hex",
2683 "hyper 1.8.1",
2684 "hyper-util",
2685 "pin-project-lite",
2686 "tokio",
2687 "tower-service",
2688 "winapi",
2689]
2690
2691[[package]]
2692name = "hyper-rustls"
2693version = "0.24.2"
2694source = "registry+https://github.com/rust-lang/crates.io-index"
2695checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
2696dependencies = [
2697 "futures-util",
2698 "http 0.2.12",
2699 "hyper 0.14.32",
2700 "log",
2701 "rustls 0.21.12",
2702 "rustls-native-certs 0.6.3",
2703 "tokio",
2704 "tokio-rustls 0.24.1",
2705]
2706
2707[[package]]
2708name = "hyper-rustls"
2709version = "0.27.7"
2710source = "registry+https://github.com/rust-lang/crates.io-index"
2711checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
2712dependencies = [
2713 "http 1.4.0",
2714 "hyper 1.8.1",
2715 "hyper-util",
2716 "rustls 0.23.35",
2717 "rustls-native-certs 0.8.2",
2718 "rustls-pki-types",
2719 "tokio",
2720 "tokio-rustls 0.26.4",
2721 "tower-service",
2722 "webpki-roots 1.0.4",
2723]
2724
2725[[package]]
2726name = "hyper-timeout"
2727version = "0.5.2"
2728source = "registry+https://github.com/rust-lang/crates.io-index"
2729checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
2730dependencies = [
2731 "hyper 1.8.1",
2732 "hyper-util",
2733 "pin-project-lite",
2734 "tokio",
2735 "tower-service",
2736]
2737
2738[[package]]
2739name = "hyper-tls"
2740version = "0.6.0"
2741source = "registry+https://github.com/rust-lang/crates.io-index"
2742checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
2743dependencies = [
2744 "bytes",
2745 "http-body-util",
2746 "hyper 1.8.1",
2747 "hyper-util",
2748 "native-tls",
2749 "tokio",
2750 "tokio-native-tls",
2751 "tower-service",
2752]
2753
2754[[package]]
2755name = "hyper-util"
2756version = "0.1.18"
2757source = "registry+https://github.com/rust-lang/crates.io-index"
2758checksum = "52e9a2a24dc5c6821e71a7030e1e14b7b632acac55c40e9d2e082c621261bb56"
2759dependencies = [
2760 "base64 0.22.1",
2761 "bytes",
2762 "futures-channel",
2763 "futures-core",
2764 "futures-util",
2765 "http 1.4.0",
2766 "http-body 1.0.1",
2767 "hyper 1.8.1",
2768 "ipnet",
2769 "libc",
2770 "percent-encoding",
2771 "pin-project-lite",
2772 "socket2 0.6.1",
2773 "system-configuration",
2774 "tokio",
2775 "tower-service",
2776 "tracing",
2777 "windows-registry",
2778]
2779
2780[[package]]
2781name = "hyperlocal"
2782version = "0.9.1"
2783source = "registry+https://github.com/rust-lang/crates.io-index"
2784checksum = "986c5ce3b994526b3cd75578e62554abd09f0899d6206de48b3e96ab34ccc8c7"
2785dependencies = [
2786 "hex",
2787 "http-body-util",
2788 "hyper 1.8.1",
2789 "hyper-util",
2790 "pin-project-lite",
2791 "tokio",
2792 "tower-service",
2793]
2794
2795[[package]]
2796name = "iana-time-zone"
2797version = "0.1.64"
2798source = "registry+https://github.com/rust-lang/crates.io-index"
2799checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
2800dependencies = [
2801 "android_system_properties",
2802 "core-foundation-sys",
2803 "iana-time-zone-haiku",
2804 "js-sys",
2805 "log",
2806 "wasm-bindgen",
2807 "windows-core 0.62.2",
2808]
2809
2810[[package]]
2811name = "iana-time-zone-haiku"
2812version = "0.1.2"
2813source = "registry+https://github.com/rust-lang/crates.io-index"
2814checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2815dependencies = [
2816 "cc",
2817]
2818
2819[[package]]
2820name = "icu_collections"
2821version = "2.1.1"
2822source = "registry+https://github.com/rust-lang/crates.io-index"
2823checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
2824dependencies = [
2825 "displaydoc",
2826 "potential_utf",
2827 "yoke",
2828 "zerofrom",
2829 "zerovec",
2830]
2831
2832[[package]]
2833name = "icu_locale_core"
2834version = "2.1.1"
2835source = "registry+https://github.com/rust-lang/crates.io-index"
2836checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
2837dependencies = [
2838 "displaydoc",
2839 "litemap",
2840 "tinystr",
2841 "writeable",
2842 "zerovec",
2843]
2844
2845[[package]]
2846name = "icu_normalizer"
2847version = "2.1.1"
2848source = "registry+https://github.com/rust-lang/crates.io-index"
2849checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
2850dependencies = [
2851 "icu_collections",
2852 "icu_normalizer_data",
2853 "icu_properties",
2854 "icu_provider",
2855 "smallvec",
2856 "zerovec",
2857]
2858
2859[[package]]
2860name = "icu_normalizer_data"
2861version = "2.1.1"
2862source = "registry+https://github.com/rust-lang/crates.io-index"
2863checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
2864
2865[[package]]
2866name = "icu_properties"
2867version = "2.1.1"
2868source = "registry+https://github.com/rust-lang/crates.io-index"
2869checksum = "e93fcd3157766c0c8da2f8cff6ce651a31f0810eaa1c51ec363ef790bbb5fb99"
2870dependencies = [
2871 "icu_collections",
2872 "icu_locale_core",
2873 "icu_properties_data",
2874 "icu_provider",
2875 "zerotrie",
2876 "zerovec",
2877]
2878
2879[[package]]
2880name = "icu_properties_data"
2881version = "2.1.1"
2882source = "registry+https://github.com/rust-lang/crates.io-index"
2883checksum = "02845b3647bb045f1100ecd6480ff52f34c35f82d9880e029d329c21d1054899"
2884
2885[[package]]
2886name = "icu_provider"
2887version = "2.1.1"
2888source = "registry+https://github.com/rust-lang/crates.io-index"
2889checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
2890dependencies = [
2891 "displaydoc",
2892 "icu_locale_core",
2893 "writeable",
2894 "yoke",
2895 "zerofrom",
2896 "zerotrie",
2897 "zerovec",
2898]
2899
2900[[package]]
2901name = "ident_case"
2902version = "1.0.1"
2903source = "registry+https://github.com/rust-lang/crates.io-index"
2904checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2905
2906[[package]]
2907name = "idna"
2908version = "1.1.0"
2909source = "registry+https://github.com/rust-lang/crates.io-index"
2910checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
2911dependencies = [
2912 "idna_adapter",
2913 "smallvec",
2914 "utf8_iter",
2915]
2916
2917[[package]]
2918name = "idna_adapter"
2919version = "1.2.1"
2920source = "registry+https://github.com/rust-lang/crates.io-index"
2921checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
2922dependencies = [
2923 "icu_normalizer",
2924 "icu_properties",
2925]
2926
2927[[package]]
2928name = "image"
2929version = "0.25.9"
2930source = "registry+https://github.com/rust-lang/crates.io-index"
2931checksum = "e6506c6c10786659413faa717ceebcb8f70731c0a60cbae39795fdf114519c1a"
2932dependencies = [
2933 "bytemuck",
2934 "byteorder-lite",
2935 "color_quant",
2936 "gif",
2937 "image-webp",
2938 "moxcms",
2939 "num-traits",
2940 "png",
2941 "zune-core",
2942 "zune-jpeg",
2943]
2944
2945[[package]]
2946name = "image-webp"
2947version = "0.2.4"
2948source = "registry+https://github.com/rust-lang/crates.io-index"
2949checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
2950dependencies = [
2951 "byteorder-lite",
2952 "quick-error",
2953]
2954
2955[[package]]
2956name = "indexmap"
2957version = "1.9.3"
2958source = "registry+https://github.com/rust-lang/crates.io-index"
2959checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2960dependencies = [
2961 "autocfg",
2962 "hashbrown 0.12.3",
2963 "serde",
2964]
2965
2966[[package]]
2967name = "indexmap"
2968version = "2.12.1"
2969source = "registry+https://github.com/rust-lang/crates.io-index"
2970checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2"
2971dependencies = [
2972 "equivalent",
2973 "hashbrown 0.16.1",
2974 "serde",
2975 "serde_core",
2976]
2977
2978[[package]]
2979name = "indoc"
2980version = "2.0.7"
2981source = "registry+https://github.com/rust-lang/crates.io-index"
2982checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
2983dependencies = [
2984 "rustversion",
2985]
2986
2987[[package]]
2988name = "inout"
2989version = "0.1.4"
2990source = "registry+https://github.com/rust-lang/crates.io-index"
2991checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
2992dependencies = [
2993 "generic-array",
2994]
2995
2996[[package]]
2997name = "inventory"
2998version = "0.3.21"
2999source = "registry+https://github.com/rust-lang/crates.io-index"
3000checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
3001dependencies = [
3002 "rustversion",
3003]
3004
3005[[package]]
3006name = "ipconfig"
3007version = "0.3.2"
3008source = "registry+https://github.com/rust-lang/crates.io-index"
3009checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
3010dependencies = [
3011 "socket2 0.5.10",
3012 "widestring",
3013 "windows-sys 0.48.0",
3014 "winreg",
3015]
3016
3017[[package]]
3018name = "ipld-core"
3019version = "0.4.2"
3020source = "registry+https://github.com/rust-lang/crates.io-index"
3021checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db"
3022dependencies = [
3023 "cid",
3024 "serde",
3025 "serde_bytes",
3026]
3027
3028[[package]]
3029name = "ipnet"
3030version = "2.11.0"
3031source = "registry+https://github.com/rust-lang/crates.io-index"
3032checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
3033
3034[[package]]
3035name = "iri-string"
3036version = "0.7.9"
3037source = "registry+https://github.com/rust-lang/crates.io-index"
3038checksum = "4f867b9d1d896b67beb18518eda36fdb77a32ea590de864f1325b294a6d14397"
3039dependencies = [
3040 "memchr",
3041 "serde",
3042]
3043
3044[[package]]
3045name = "iroh-car"
3046version = "0.5.1"
3047source = "registry+https://github.com/rust-lang/crates.io-index"
3048checksum = "cb7f8cd4cb9aa083fba8b52e921764252d0b4dcb1cd6d120b809dbfe1106e81a"
3049dependencies = [
3050 "anyhow",
3051 "cid",
3052 "futures",
3053 "serde",
3054 "serde_ipld_dagcbor",
3055 "thiserror 1.0.69",
3056 "tokio",
3057 "unsigned-varint 0.7.2",
3058]
3059
3060[[package]]
3061name = "itertools"
3062version = "0.13.0"
3063source = "registry+https://github.com/rust-lang/crates.io-index"
3064checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
3065dependencies = [
3066 "either",
3067]
3068
3069[[package]]
3070name = "itertools"
3071version = "0.14.0"
3072source = "registry+https://github.com/rust-lang/crates.io-index"
3073checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
3074dependencies = [
3075 "either",
3076]
3077
3078[[package]]
3079name = "itoa"
3080version = "1.0.15"
3081source = "registry+https://github.com/rust-lang/crates.io-index"
3082checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
3083
3084[[package]]
3085name = "jacquard"
3086version = "0.9.3"
3087source = "registry+https://github.com/rust-lang/crates.io-index"
3088checksum = "c19864761c8d69d23201fd19dd021cddf1fb7acbebb6e6b50e2b1776ec982768"
3089dependencies = [
3090 "bytes",
3091 "getrandom 0.2.16",
3092 "gloo-storage",
3093 "http 1.4.0",
3094 "jacquard-api",
3095 "jacquard-common",
3096 "jacquard-derive",
3097 "jacquard-identity",
3098 "jacquard-oauth",
3099 "jose-jwk",
3100 "miette",
3101 "regex",
3102 "regex-lite",
3103 "reqwest",
3104 "serde",
3105 "serde_html_form",
3106 "serde_json",
3107 "smol_str",
3108 "thiserror 2.0.17",
3109 "tokio",
3110 "trait-variant",
3111 "url",
3112 "webpage",
3113]
3114
3115[[package]]
3116name = "jacquard-api"
3117version = "0.9.2"
3118source = "registry+https://github.com/rust-lang/crates.io-index"
3119checksum = "bbbfd6e2b10fa1731f4d4e40c8f791956b0d4f804fb3efef891afec903f20597"
3120dependencies = [
3121 "bon",
3122 "bytes",
3123 "jacquard-common",
3124 "jacquard-derive",
3125 "jacquard-lexicon",
3126 "miette",
3127 "rustversion",
3128 "serde",
3129 "serde_ipld_dagcbor",
3130 "thiserror 2.0.17",
3131 "unicode-segmentation",
3132]
3133
3134[[package]]
3135name = "jacquard-axum"
3136version = "0.9.2"
3137source = "registry+https://github.com/rust-lang/crates.io-index"
3138checksum = "ee1b58111f0a2a08ee18525ac661a0448fdc84d4ecb423d64aaaf88074460380"
3139dependencies = [
3140 "axum",
3141 "bytes",
3142 "jacquard",
3143 "jacquard-common",
3144 "jacquard-derive",
3145 "jacquard-identity",
3146 "miette",
3147 "multibase",
3148 "serde",
3149 "serde_html_form",
3150 "serde_json",
3151 "thiserror 2.0.17",
3152 "tokio",
3153 "tower-http",
3154 "tracing",
3155]
3156
3157[[package]]
3158name = "jacquard-common"
3159version = "0.9.2"
3160source = "registry+https://github.com/rust-lang/crates.io-index"
3161checksum = "df86cb117d9f1c2b0251ba67c3f0e3f963fd22abc6cf8de0e02a7fc846c288ca"
3162dependencies = [
3163 "base64 0.22.1",
3164 "bon",
3165 "bytes",
3166 "chrono",
3167 "cid",
3168 "ed25519-dalek",
3169 "getrandom 0.2.16",
3170 "getrandom 0.3.4",
3171 "http 1.4.0",
3172 "ipld-core",
3173 "k256",
3174 "langtag",
3175 "miette",
3176 "multibase",
3177 "multihash",
3178 "ouroboros",
3179 "p256 0.13.2",
3180 "rand 0.9.2",
3181 "regex",
3182 "regex-lite",
3183 "reqwest",
3184 "serde",
3185 "serde_html_form",
3186 "serde_ipld_dagcbor",
3187 "serde_json",
3188 "signature 2.2.0",
3189 "smol_str",
3190 "thiserror 2.0.17",
3191 "tokio",
3192 "tokio-util",
3193 "trait-variant",
3194 "url",
3195]
3196
3197[[package]]
3198name = "jacquard-derive"
3199version = "0.9.2"
3200source = "registry+https://github.com/rust-lang/crates.io-index"
3201checksum = "42ca61a69dc7aa8fb2d7163416514ff7df5d79f2e8b22e269f4610afa85572fe"
3202dependencies = [
3203 "heck 0.5.0",
3204 "jacquard-lexicon",
3205 "proc-macro2",
3206 "quote",
3207 "syn 2.0.111",
3208]
3209
3210[[package]]
3211name = "jacquard-identity"
3212version = "0.9.2"
3213source = "registry+https://github.com/rust-lang/crates.io-index"
3214checksum = "1ef714cacebfca486558a9f8e205daf466bfba0466c4d0c450fd6d0252400a53"
3215dependencies = [
3216 "bon",
3217 "bytes",
3218 "hickory-resolver",
3219 "http 1.4.0",
3220 "jacquard-api",
3221 "jacquard-common",
3222 "jacquard-lexicon",
3223 "miette",
3224 "mini-moka",
3225 "percent-encoding",
3226 "reqwest",
3227 "serde",
3228 "serde_html_form",
3229 "serde_json",
3230 "thiserror 2.0.17",
3231 "tokio",
3232 "trait-variant",
3233 "url",
3234 "urlencoding",
3235]
3236
3237[[package]]
3238name = "jacquard-lexicon"
3239version = "0.9.2"
3240source = "registry+https://github.com/rust-lang/crates.io-index"
3241checksum = "de87f2c938faea1b1f1b32d5b9e0c870e7b5bb5efbf96e3692ae2d8f6b2beb7a"
3242dependencies = [
3243 "cid",
3244 "dashmap 6.1.0",
3245 "heck 0.5.0",
3246 "inventory",
3247 "jacquard-common",
3248 "miette",
3249 "multihash",
3250 "prettyplease",
3251 "proc-macro2",
3252 "quote",
3253 "serde",
3254 "serde_ipld_dagcbor",
3255 "serde_json",
3256 "serde_repr",
3257 "serde_with",
3258 "sha2",
3259 "syn 2.0.111",
3260 "thiserror 2.0.17",
3261 "unicode-segmentation",
3262]
3263
3264[[package]]
3265name = "jacquard-oauth"
3266version = "0.9.2"
3267source = "registry+https://github.com/rust-lang/crates.io-index"
3268checksum = "aafe9b4b2160cb57cd48d02d84d2c09706853d098e053baacb06a59fcd59a898"
3269dependencies = [
3270 "base64 0.22.1",
3271 "bytes",
3272 "chrono",
3273 "dashmap 6.1.0",
3274 "elliptic-curve 0.13.8",
3275 "http 1.4.0",
3276 "jacquard-common",
3277 "jacquard-identity",
3278 "jose-jwa",
3279 "jose-jwk",
3280 "miette",
3281 "p256 0.13.2",
3282 "rand 0.8.5",
3283 "serde",
3284 "serde_html_form",
3285 "serde_json",
3286 "sha2",
3287 "smol_str",
3288 "thiserror 2.0.17",
3289 "tokio",
3290 "trait-variant",
3291 "url",
3292]
3293
3294[[package]]
3295name = "jacquard-repo"
3296version = "0.9.2"
3297source = "registry+https://github.com/rust-lang/crates.io-index"
3298checksum = "2ccdadfea11df142fbfb11cf7e5c1f7b8c0548758dedb0ce0eac182777f91f18"
3299dependencies = [
3300 "bytes",
3301 "cid",
3302 "ed25519-dalek",
3303 "iroh-car",
3304 "jacquard-common",
3305 "jacquard-derive",
3306 "k256",
3307 "miette",
3308 "multihash",
3309 "n0-future",
3310 "p256 0.13.2",
3311 "serde",
3312 "serde_bytes",
3313 "serde_ipld_dagcbor",
3314 "sha2",
3315 "smol_str",
3316 "thiserror 2.0.17",
3317 "tokio",
3318 "trait-variant",
3319]
3320
3321[[package]]
3322name = "jobserver"
3323version = "0.1.34"
3324source = "registry+https://github.com/rust-lang/crates.io-index"
3325checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
3326dependencies = [
3327 "getrandom 0.3.4",
3328 "libc",
3329]
3330
3331[[package]]
3332name = "jose-b64"
3333version = "0.1.2"
3334source = "registry+https://github.com/rust-lang/crates.io-index"
3335checksum = "bec69375368709666b21c76965ce67549f2d2db7605f1f8707d17c9656801b56"
3336dependencies = [
3337 "base64ct",
3338 "serde",
3339 "subtle",
3340 "zeroize",
3341]
3342
3343[[package]]
3344name = "jose-jwa"
3345version = "0.1.2"
3346source = "registry+https://github.com/rust-lang/crates.io-index"
3347checksum = "9ab78e053fe886a351d67cf0d194c000f9d0dcb92906eb34d853d7e758a4b3a7"
3348dependencies = [
3349 "serde",
3350]
3351
3352[[package]]
3353name = "jose-jwk"
3354version = "0.1.2"
3355source = "registry+https://github.com/rust-lang/crates.io-index"
3356checksum = "280fa263807fe0782ecb6f2baadc28dffc04e00558a58e33bfdb801d11fd58e7"
3357dependencies = [
3358 "jose-b64",
3359 "jose-jwa",
3360 "p256 0.13.2",
3361 "p384",
3362 "rsa",
3363 "serde",
3364 "zeroize",
3365]
3366
3367[[package]]
3368name = "js-sys"
3369version = "0.3.83"
3370source = "registry+https://github.com/rust-lang/crates.io-index"
3371checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8"
3372dependencies = [
3373 "once_cell",
3374 "wasm-bindgen",
3375]
3376
3377[[package]]
3378name = "jsonwebtoken"
3379version = "10.2.0"
3380source = "registry+https://github.com/rust-lang/crates.io-index"
3381checksum = "c76e1c7d7df3e34443b3621b459b066a7b79644f059fc8b2db7070c825fd417e"
3382dependencies = [
3383 "base64 0.22.1",
3384 "ed25519-dalek",
3385 "getrandom 0.2.16",
3386 "hmac",
3387 "js-sys",
3388 "p256 0.13.2",
3389 "p384",
3390 "pem",
3391 "rand 0.8.5",
3392 "rsa",
3393 "serde",
3394 "serde_json",
3395 "sha2",
3396 "signature 2.2.0",
3397 "simple_asn1",
3398]
3399
3400[[package]]
3401name = "k256"
3402version = "0.13.4"
3403source = "registry+https://github.com/rust-lang/crates.io-index"
3404checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
3405dependencies = [
3406 "cfg-if",
3407 "ecdsa 0.16.9",
3408 "elliptic-curve 0.13.8",
3409 "once_cell",
3410 "sha2",
3411 "signature 2.2.0",
3412]
3413
3414[[package]]
3415name = "langtag"
3416version = "0.4.0"
3417source = "registry+https://github.com/rust-lang/crates.io-index"
3418checksum = "9ecb4c689a30e48ebeaa14237f34037e300dd072e6ad21a9ec72e810ff3c6600"
3419dependencies = [
3420 "serde",
3421 "static-regular-grammar",
3422 "thiserror 1.0.69",
3423]
3424
3425[[package]]
3426name = "lazy_static"
3427version = "1.5.0"
3428source = "registry+https://github.com/rust-lang/crates.io-index"
3429checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
3430dependencies = [
3431 "spin 0.9.8",
3432]
3433
3434[[package]]
3435name = "libc"
3436version = "0.2.178"
3437source = "registry+https://github.com/rust-lang/crates.io-index"
3438checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"
3439
3440[[package]]
3441name = "libm"
3442version = "0.2.15"
3443source = "registry+https://github.com/rust-lang/crates.io-index"
3444checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
3445
3446[[package]]
3447name = "libredox"
3448version = "0.1.10"
3449source = "registry+https://github.com/rust-lang/crates.io-index"
3450checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
3451dependencies = [
3452 "bitflags",
3453 "libc",
3454 "redox_syscall",
3455]
3456
3457[[package]]
3458name = "libsqlite3-sys"
3459version = "0.30.1"
3460source = "registry+https://github.com/rust-lang/crates.io-index"
3461checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
3462dependencies = [
3463 "pkg-config",
3464 "vcpkg",
3465]
3466
3467[[package]]
3468name = "linked-hash-map"
3469version = "0.5.6"
3470source = "registry+https://github.com/rust-lang/crates.io-index"
3471checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
3472
3473[[package]]
3474name = "linux-raw-sys"
3475version = "0.11.0"
3476source = "registry+https://github.com/rust-lang/crates.io-index"
3477checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
3478
3479[[package]]
3480name = "litemap"
3481version = "0.8.1"
3482source = "registry+https://github.com/rust-lang/crates.io-index"
3483checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
3484
3485[[package]]
3486name = "lock_api"
3487version = "0.4.14"
3488source = "registry+https://github.com/rust-lang/crates.io-index"
3489checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
3490dependencies = [
3491 "scopeguard",
3492]
3493
3494[[package]]
3495name = "log"
3496version = "0.4.28"
3497source = "registry+https://github.com/rust-lang/crates.io-index"
3498checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
3499
3500[[package]]
3501name = "loom"
3502version = "0.7.2"
3503source = "registry+https://github.com/rust-lang/crates.io-index"
3504checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
3505dependencies = [
3506 "cfg-if",
3507 "generator",
3508 "scoped-tls",
3509 "tracing",
3510 "tracing-subscriber",
3511]
3512
3513[[package]]
3514name = "lru"
3515version = "0.12.5"
3516source = "registry+https://github.com/rust-lang/crates.io-index"
3517checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
3518dependencies = [
3519 "hashbrown 0.15.5",
3520]
3521
3522[[package]]
3523name = "lru-cache"
3524version = "0.1.2"
3525source = "registry+https://github.com/rust-lang/crates.io-index"
3526checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
3527dependencies = [
3528 "linked-hash-map",
3529]
3530
3531[[package]]
3532name = "lru-slab"
3533version = "0.1.2"
3534source = "registry+https://github.com/rust-lang/crates.io-index"
3535checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
3536
3537[[package]]
3538name = "mac"
3539version = "0.1.1"
3540source = "registry+https://github.com/rust-lang/crates.io-index"
3541checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
3542
3543[[package]]
3544name = "markup5ever"
3545version = "0.12.1"
3546source = "registry+https://github.com/rust-lang/crates.io-index"
3547checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
3548dependencies = [
3549 "log",
3550 "phf",
3551 "phf_codegen",
3552 "string_cache",
3553 "string_cache_codegen",
3554 "tendril",
3555]
3556
3557[[package]]
3558name = "markup5ever_rcdom"
3559version = "0.3.0"
3560source = "registry+https://github.com/rust-lang/crates.io-index"
3561checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
3562dependencies = [
3563 "html5ever",
3564 "markup5ever",
3565 "tendril",
3566 "xml5ever",
3567]
3568
3569[[package]]
3570name = "match-lookup"
3571version = "0.1.1"
3572source = "registry+https://github.com/rust-lang/crates.io-index"
3573checksum = "1265724d8cb29dbbc2b0f06fffb8bf1a8c0cf73a78eede9ba73a4a66c52a981e"
3574dependencies = [
3575 "proc-macro2",
3576 "quote",
3577 "syn 1.0.109",
3578]
3579
3580[[package]]
3581name = "matchers"
3582version = "0.2.0"
3583source = "registry+https://github.com/rust-lang/crates.io-index"
3584checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
3585dependencies = [
3586 "regex-automata",
3587]
3588
3589[[package]]
3590name = "matchit"
3591version = "0.8.4"
3592source = "registry+https://github.com/rust-lang/crates.io-index"
3593checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
3594
3595[[package]]
3596name = "md-5"
3597version = "0.10.6"
3598source = "registry+https://github.com/rust-lang/crates.io-index"
3599checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
3600dependencies = [
3601 "cfg-if",
3602 "digest",
3603]
3604
3605[[package]]
3606name = "memchr"
3607version = "2.7.6"
3608source = "registry+https://github.com/rust-lang/crates.io-index"
3609checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
3610
3611[[package]]
3612name = "metrics"
3613version = "0.24.3"
3614source = "registry+https://github.com/rust-lang/crates.io-index"
3615checksum = "5d5312e9ba3771cfa961b585728215e3d972c950a3eed9252aa093d6301277e8"
3616dependencies = [
3617 "ahash",
3618 "portable-atomic",
3619]
3620
3621[[package]]
3622name = "metrics-exporter-prometheus"
3623version = "0.16.2"
3624source = "registry+https://github.com/rust-lang/crates.io-index"
3625checksum = "dd7399781913e5393588a8d8c6a2867bf85fb38eaf2502fdce465aad2dc6f034"
3626dependencies = [
3627 "base64 0.22.1",
3628 "http-body-util",
3629 "hyper 1.8.1",
3630 "hyper-util",
3631 "indexmap 2.12.1",
3632 "ipnet",
3633 "metrics",
3634 "metrics-util",
3635 "quanta",
3636 "thiserror 1.0.69",
3637 "tokio",
3638 "tracing",
3639]
3640
3641[[package]]
3642name = "metrics-util"
3643version = "0.19.1"
3644source = "registry+https://github.com/rust-lang/crates.io-index"
3645checksum = "b8496cc523d1f94c1385dd8f0f0c2c480b2b8aeccb5b7e4485ad6365523ae376"
3646dependencies = [
3647 "crossbeam-epoch",
3648 "crossbeam-utils",
3649 "hashbrown 0.15.5",
3650 "metrics",
3651 "quanta",
3652 "rand 0.9.2",
3653 "rand_xoshiro",
3654 "sketches-ddsketch",
3655]
3656
3657[[package]]
3658name = "miette"
3659version = "7.6.0"
3660source = "registry+https://github.com/rust-lang/crates.io-index"
3661checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7"
3662dependencies = [
3663 "cfg-if",
3664 "miette-derive",
3665 "unicode-width",
3666]
3667
3668[[package]]
3669name = "miette-derive"
3670version = "7.6.0"
3671source = "registry+https://github.com/rust-lang/crates.io-index"
3672checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b"
3673dependencies = [
3674 "proc-macro2",
3675 "quote",
3676 "syn 2.0.111",
3677]
3678
3679[[package]]
3680name = "mime"
3681version = "0.3.17"
3682source = "registry+https://github.com/rust-lang/crates.io-index"
3683checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
3684
3685[[package]]
3686name = "mime_guess"
3687version = "2.0.5"
3688source = "registry+https://github.com/rust-lang/crates.io-index"
3689checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
3690dependencies = [
3691 "mime",
3692 "unicase",
3693]
3694
3695[[package]]
3696name = "mini-moka"
3697version = "0.10.3"
3698source = "registry+https://github.com/rust-lang/crates.io-index"
3699checksum = "c325dfab65f261f386debee8b0969da215b3fa0037e74c8a1234db7ba986d803"
3700dependencies = [
3701 "crossbeam-channel",
3702 "crossbeam-utils",
3703 "dashmap 5.5.3",
3704 "skeptic",
3705 "smallvec",
3706 "tagptr",
3707 "triomphe",
3708]
3709
3710[[package]]
3711name = "minimal-lexical"
3712version = "0.2.1"
3713source = "registry+https://github.com/rust-lang/crates.io-index"
3714checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
3715
3716[[package]]
3717name = "miniz_oxide"
3718version = "0.8.9"
3719source = "registry+https://github.com/rust-lang/crates.io-index"
3720checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
3721dependencies = [
3722 "adler2",
3723 "simd-adler32",
3724]
3725
3726[[package]]
3727name = "mio"
3728version = "1.1.0"
3729source = "registry+https://github.com/rust-lang/crates.io-index"
3730checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
3731dependencies = [
3732 "libc",
3733 "wasi",
3734 "windows-sys 0.61.2",
3735]
3736
3737[[package]]
3738name = "moxcms"
3739version = "0.7.10"
3740source = "registry+https://github.com/rust-lang/crates.io-index"
3741checksum = "80986bbbcf925ebd3be54c26613d861255284584501595cf418320c078945608"
3742dependencies = [
3743 "num-traits",
3744 "pxfm",
3745]
3746
3747[[package]]
3748name = "multibase"
3749version = "0.9.2"
3750source = "registry+https://github.com/rust-lang/crates.io-index"
3751checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77"
3752dependencies = [
3753 "base-x",
3754 "base256emoji",
3755 "data-encoding",
3756 "data-encoding-macro",
3757]
3758
3759[[package]]
3760name = "multihash"
3761version = "0.19.3"
3762source = "registry+https://github.com/rust-lang/crates.io-index"
3763checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d"
3764dependencies = [
3765 "core2",
3766 "serde",
3767 "unsigned-varint 0.8.0",
3768]
3769
3770[[package]]
3771name = "n0-future"
3772version = "0.1.3"
3773source = "registry+https://github.com/rust-lang/crates.io-index"
3774checksum = "7bb0e5d99e681ab3c938842b96fcb41bf8a7bb4bfdb11ccbd653a7e83e06c794"
3775dependencies = [
3776 "cfg_aliases",
3777 "derive_more",
3778 "futures-buffered",
3779 "futures-lite",
3780 "futures-util",
3781 "js-sys",
3782 "pin-project",
3783 "send_wrapper",
3784 "tokio",
3785 "tokio-util",
3786 "wasm-bindgen",
3787 "wasm-bindgen-futures",
3788 "web-time",
3789]
3790
3791[[package]]
3792name = "native-tls"
3793version = "0.2.14"
3794source = "registry+https://github.com/rust-lang/crates.io-index"
3795checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
3796dependencies = [
3797 "libc",
3798 "log",
3799 "openssl",
3800 "openssl-probe",
3801 "openssl-sys",
3802 "schannel",
3803 "security-framework 2.11.1",
3804 "security-framework-sys",
3805 "tempfile",
3806]
3807
3808[[package]]
3809name = "new_debug_unreachable"
3810version = "1.0.6"
3811source = "registry+https://github.com/rust-lang/crates.io-index"
3812checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
3813
3814[[package]]
3815name = "nom"
3816version = "7.1.3"
3817source = "registry+https://github.com/rust-lang/crates.io-index"
3818checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
3819dependencies = [
3820 "memchr",
3821 "minimal-lexical",
3822]
3823
3824[[package]]
3825name = "nonzero_ext"
3826version = "0.3.0"
3827source = "registry+https://github.com/rust-lang/crates.io-index"
3828checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21"
3829
3830[[package]]
3831name = "nu-ansi-term"
3832version = "0.50.3"
3833source = "registry+https://github.com/rust-lang/crates.io-index"
3834checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
3835dependencies = [
3836 "windows-sys 0.61.2",
3837]
3838
3839[[package]]
3840name = "num"
3841version = "0.4.3"
3842source = "registry+https://github.com/rust-lang/crates.io-index"
3843checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
3844dependencies = [
3845 "num-bigint",
3846 "num-complex",
3847 "num-integer",
3848 "num-iter",
3849 "num-rational",
3850 "num-traits",
3851]
3852
3853[[package]]
3854name = "num-bigint"
3855version = "0.4.6"
3856source = "registry+https://github.com/rust-lang/crates.io-index"
3857checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
3858dependencies = [
3859 "num-integer",
3860 "num-traits",
3861]
3862
3863[[package]]
3864name = "num-bigint-dig"
3865version = "0.8.6"
3866source = "registry+https://github.com/rust-lang/crates.io-index"
3867checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
3868dependencies = [
3869 "lazy_static",
3870 "libm",
3871 "num-integer",
3872 "num-iter",
3873 "num-traits",
3874 "rand 0.8.5",
3875 "smallvec",
3876 "zeroize",
3877]
3878
3879[[package]]
3880name = "num-complex"
3881version = "0.4.6"
3882source = "registry+https://github.com/rust-lang/crates.io-index"
3883checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
3884dependencies = [
3885 "num-traits",
3886]
3887
3888[[package]]
3889name = "num-conv"
3890version = "0.1.0"
3891source = "registry+https://github.com/rust-lang/crates.io-index"
3892checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
3893
3894[[package]]
3895name = "num-integer"
3896version = "0.1.46"
3897source = "registry+https://github.com/rust-lang/crates.io-index"
3898checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
3899dependencies = [
3900 "num-traits",
3901]
3902
3903[[package]]
3904name = "num-iter"
3905version = "0.1.45"
3906source = "registry+https://github.com/rust-lang/crates.io-index"
3907checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
3908dependencies = [
3909 "autocfg",
3910 "num-integer",
3911 "num-traits",
3912]
3913
3914[[package]]
3915name = "num-rational"
3916version = "0.4.2"
3917source = "registry+https://github.com/rust-lang/crates.io-index"
3918checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
3919dependencies = [
3920 "num-bigint",
3921 "num-integer",
3922 "num-traits",
3923]
3924
3925[[package]]
3926name = "num-traits"
3927version = "0.2.19"
3928source = "registry+https://github.com/rust-lang/crates.io-index"
3929checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
3930dependencies = [
3931 "autocfg",
3932 "libm",
3933]
3934
3935[[package]]
3936name = "num_cpus"
3937version = "1.17.0"
3938source = "registry+https://github.com/rust-lang/crates.io-index"
3939checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
3940dependencies = [
3941 "hermit-abi",
3942 "libc",
3943]
3944
3945[[package]]
3946name = "oid-registry"
3947version = "0.7.1"
3948source = "registry+https://github.com/rust-lang/crates.io-index"
3949checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9"
3950dependencies = [
3951 "asn1-rs",
3952]
3953
3954[[package]]
3955name = "once_cell"
3956version = "1.21.3"
3957source = "registry+https://github.com/rust-lang/crates.io-index"
3958checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
3959
3960[[package]]
3961name = "opaque-debug"
3962version = "0.3.1"
3963source = "registry+https://github.com/rust-lang/crates.io-index"
3964checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
3965
3966[[package]]
3967name = "openssl"
3968version = "0.10.75"
3969source = "registry+https://github.com/rust-lang/crates.io-index"
3970checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328"
3971dependencies = [
3972 "bitflags",
3973 "cfg-if",
3974 "foreign-types",
3975 "libc",
3976 "once_cell",
3977 "openssl-macros",
3978 "openssl-sys",
3979]
3980
3981[[package]]
3982name = "openssl-macros"
3983version = "0.1.1"
3984source = "registry+https://github.com/rust-lang/crates.io-index"
3985checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
3986dependencies = [
3987 "proc-macro2",
3988 "quote",
3989 "syn 2.0.111",
3990]
3991
3992[[package]]
3993name = "openssl-probe"
3994version = "0.1.6"
3995source = "registry+https://github.com/rust-lang/crates.io-index"
3996checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
3997
3998[[package]]
3999name = "openssl-sys"
4000version = "0.9.111"
4001source = "registry+https://github.com/rust-lang/crates.io-index"
4002checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321"
4003dependencies = [
4004 "cc",
4005 "libc",
4006 "pkg-config",
4007 "vcpkg",
4008]
4009
4010[[package]]
4011name = "ouroboros"
4012version = "0.18.5"
4013source = "registry+https://github.com/rust-lang/crates.io-index"
4014checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
4015dependencies = [
4016 "aliasable",
4017 "ouroboros_macro",
4018 "static_assertions",
4019]
4020
4021[[package]]
4022name = "ouroboros_macro"
4023version = "0.18.5"
4024source = "registry+https://github.com/rust-lang/crates.io-index"
4025checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
4026dependencies = [
4027 "heck 0.4.1",
4028 "proc-macro2",
4029 "proc-macro2-diagnostics",
4030 "quote",
4031 "syn 2.0.111",
4032]
4033
4034[[package]]
4035name = "outref"
4036version = "0.5.2"
4037source = "registry+https://github.com/rust-lang/crates.io-index"
4038checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
4039
4040[[package]]
4041name = "p256"
4042version = "0.11.1"
4043source = "registry+https://github.com/rust-lang/crates.io-index"
4044checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
4045dependencies = [
4046 "ecdsa 0.14.8",
4047 "elliptic-curve 0.12.3",
4048 "sha2",
4049]
4050
4051[[package]]
4052name = "p256"
4053version = "0.13.2"
4054source = "registry+https://github.com/rust-lang/crates.io-index"
4055checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
4056dependencies = [
4057 "ecdsa 0.16.9",
4058 "elliptic-curve 0.13.8",
4059 "primeorder",
4060 "sha2",
4061]
4062
4063[[package]]
4064name = "p384"
4065version = "0.13.1"
4066source = "registry+https://github.com/rust-lang/crates.io-index"
4067checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6"
4068dependencies = [
4069 "ecdsa 0.16.9",
4070 "elliptic-curve 0.13.8",
4071 "primeorder",
4072 "sha2",
4073]
4074
4075[[package]]
4076name = "parking"
4077version = "2.2.1"
4078source = "registry+https://github.com/rust-lang/crates.io-index"
4079checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
4080
4081[[package]]
4082name = "parking_lot"
4083version = "0.12.5"
4084source = "registry+https://github.com/rust-lang/crates.io-index"
4085checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
4086dependencies = [
4087 "lock_api",
4088 "parking_lot_core",
4089]
4090
4091[[package]]
4092name = "parking_lot_core"
4093version = "0.9.12"
4094source = "registry+https://github.com/rust-lang/crates.io-index"
4095checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
4096dependencies = [
4097 "cfg-if",
4098 "libc",
4099 "redox_syscall",
4100 "smallvec",
4101 "windows-link 0.2.1",
4102]
4103
4104[[package]]
4105name = "parse-display"
4106version = "0.9.1"
4107source = "registry+https://github.com/rust-lang/crates.io-index"
4108checksum = "914a1c2265c98e2446911282c6ac86d8524f495792c38c5bd884f80499c7538a"
4109dependencies = [
4110 "parse-display-derive",
4111 "regex",
4112 "regex-syntax",
4113]
4114
4115[[package]]
4116name = "parse-display-derive"
4117version = "0.9.1"
4118source = "registry+https://github.com/rust-lang/crates.io-index"
4119checksum = "2ae7800a4c974efd12df917266338e79a7a74415173caf7e70aa0a0707345281"
4120dependencies = [
4121 "proc-macro2",
4122 "quote",
4123 "regex",
4124 "regex-syntax",
4125 "structmeta",
4126 "syn 2.0.111",
4127]
4128
4129[[package]]
4130name = "pastey"
4131version = "0.1.1"
4132source = "registry+https://github.com/rust-lang/crates.io-index"
4133checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec"
4134
4135[[package]]
4136name = "pem"
4137version = "3.0.6"
4138source = "registry+https://github.com/rust-lang/crates.io-index"
4139checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
4140dependencies = [
4141 "base64 0.22.1",
4142 "serde_core",
4143]
4144
4145[[package]]
4146name = "pem-rfc7468"
4147version = "0.7.0"
4148source = "registry+https://github.com/rust-lang/crates.io-index"
4149checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
4150dependencies = [
4151 "base64ct",
4152]
4153
4154[[package]]
4155name = "percent-encoding"
4156version = "2.3.2"
4157source = "registry+https://github.com/rust-lang/crates.io-index"
4158checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
4159
4160[[package]]
4161name = "phf"
4162version = "0.11.3"
4163source = "registry+https://github.com/rust-lang/crates.io-index"
4164checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
4165dependencies = [
4166 "phf_shared",
4167]
4168
4169[[package]]
4170name = "phf_codegen"
4171version = "0.11.3"
4172source = "registry+https://github.com/rust-lang/crates.io-index"
4173checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
4174dependencies = [
4175 "phf_generator",
4176 "phf_shared",
4177]
4178
4179[[package]]
4180name = "phf_generator"
4181version = "0.11.3"
4182source = "registry+https://github.com/rust-lang/crates.io-index"
4183checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
4184dependencies = [
4185 "phf_shared",
4186 "rand 0.8.5",
4187]
4188
4189[[package]]
4190name = "phf_shared"
4191version = "0.11.3"
4192source = "registry+https://github.com/rust-lang/crates.io-index"
4193checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
4194dependencies = [
4195 "siphasher",
4196]
4197
4198[[package]]
4199name = "pin-project"
4200version = "1.1.10"
4201source = "registry+https://github.com/rust-lang/crates.io-index"
4202checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
4203dependencies = [
4204 "pin-project-internal",
4205]
4206
4207[[package]]
4208name = "pin-project-internal"
4209version = "1.1.10"
4210source = "registry+https://github.com/rust-lang/crates.io-index"
4211checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
4212dependencies = [
4213 "proc-macro2",
4214 "quote",
4215 "syn 2.0.111",
4216]
4217
4218[[package]]
4219name = "pin-project-lite"
4220version = "0.2.16"
4221source = "registry+https://github.com/rust-lang/crates.io-index"
4222checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
4223
4224[[package]]
4225name = "pin-utils"
4226version = "0.1.0"
4227source = "registry+https://github.com/rust-lang/crates.io-index"
4228checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
4229
4230[[package]]
4231name = "pkcs1"
4232version = "0.7.5"
4233source = "registry+https://github.com/rust-lang/crates.io-index"
4234checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
4235dependencies = [
4236 "der 0.7.10",
4237 "pkcs8 0.10.2",
4238 "spki 0.7.3",
4239]
4240
4241[[package]]
4242name = "pkcs8"
4243version = "0.9.0"
4244source = "registry+https://github.com/rust-lang/crates.io-index"
4245checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
4246dependencies = [
4247 "der 0.6.1",
4248 "spki 0.6.0",
4249]
4250
4251[[package]]
4252name = "pkcs8"
4253version = "0.10.2"
4254source = "registry+https://github.com/rust-lang/crates.io-index"
4255checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
4256dependencies = [
4257 "der 0.7.10",
4258 "spki 0.7.3",
4259]
4260
4261[[package]]
4262name = "pkg-config"
4263version = "0.3.32"
4264source = "registry+https://github.com/rust-lang/crates.io-index"
4265checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
4266
4267[[package]]
4268name = "png"
4269version = "0.18.0"
4270source = "registry+https://github.com/rust-lang/crates.io-index"
4271checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
4272dependencies = [
4273 "bitflags",
4274 "crc32fast",
4275 "fdeflate",
4276 "flate2",
4277 "miniz_oxide",
4278]
4279
4280[[package]]
4281name = "polyval"
4282version = "0.6.2"
4283source = "registry+https://github.com/rust-lang/crates.io-index"
4284checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"
4285dependencies = [
4286 "cfg-if",
4287 "cpufeatures",
4288 "opaque-debug",
4289 "universal-hash",
4290]
4291
4292[[package]]
4293name = "portable-atomic"
4294version = "1.11.1"
4295source = "registry+https://github.com/rust-lang/crates.io-index"
4296checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
4297
4298[[package]]
4299name = "potential_utf"
4300version = "0.1.4"
4301source = "registry+https://github.com/rust-lang/crates.io-index"
4302checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
4303dependencies = [
4304 "zerovec",
4305]
4306
4307[[package]]
4308name = "powerfmt"
4309version = "0.2.0"
4310source = "registry+https://github.com/rust-lang/crates.io-index"
4311checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
4312
4313[[package]]
4314name = "ppv-lite86"
4315version = "0.2.21"
4316source = "registry+https://github.com/rust-lang/crates.io-index"
4317checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
4318dependencies = [
4319 "zerocopy",
4320]
4321
4322[[package]]
4323name = "precomputed-hash"
4324version = "0.1.1"
4325source = "registry+https://github.com/rust-lang/crates.io-index"
4326checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
4327
4328[[package]]
4329name = "prettyplease"
4330version = "0.2.37"
4331source = "registry+https://github.com/rust-lang/crates.io-index"
4332checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
4333dependencies = [
4334 "proc-macro2",
4335 "syn 2.0.111",
4336]
4337
4338[[package]]
4339name = "primeorder"
4340version = "0.13.6"
4341source = "registry+https://github.com/rust-lang/crates.io-index"
4342checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
4343dependencies = [
4344 "elliptic-curve 0.13.8",
4345]
4346
4347[[package]]
4348name = "proc-macro-error"
4349version = "1.0.4"
4350source = "registry+https://github.com/rust-lang/crates.io-index"
4351checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
4352dependencies = [
4353 "proc-macro-error-attr",
4354 "proc-macro2",
4355 "quote",
4356 "syn 1.0.109",
4357 "version_check",
4358]
4359
4360[[package]]
4361name = "proc-macro-error-attr"
4362version = "1.0.4"
4363source = "registry+https://github.com/rust-lang/crates.io-index"
4364checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
4365dependencies = [
4366 "proc-macro2",
4367 "quote",
4368 "version_check",
4369]
4370
4371[[package]]
4372name = "proc-macro2"
4373version = "1.0.103"
4374source = "registry+https://github.com/rust-lang/crates.io-index"
4375checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
4376dependencies = [
4377 "unicode-ident",
4378]
4379
4380[[package]]
4381name = "proc-macro2-diagnostics"
4382version = "0.10.1"
4383source = "registry+https://github.com/rust-lang/crates.io-index"
4384checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
4385dependencies = [
4386 "proc-macro2",
4387 "quote",
4388 "syn 2.0.111",
4389 "version_check",
4390 "yansi",
4391]
4392
4393[[package]]
4394name = "prost"
4395version = "0.14.1"
4396source = "registry+https://github.com/rust-lang/crates.io-index"
4397checksum = "7231bd9b3d3d33c86b58adbac74b5ec0ad9f496b19d22801d773636feaa95f3d"
4398dependencies = [
4399 "bytes",
4400 "prost-derive",
4401]
4402
4403[[package]]
4404name = "prost-derive"
4405version = "0.14.1"
4406source = "registry+https://github.com/rust-lang/crates.io-index"
4407checksum = "9120690fafc389a67ba3803df527d0ec9cbbc9cc45e4cc20b332996dfb672425"
4408dependencies = [
4409 "anyhow",
4410 "itertools 0.14.0",
4411 "proc-macro2",
4412 "quote",
4413 "syn 2.0.111",
4414]
4415
4416[[package]]
4417name = "prost-types"
4418version = "0.14.1"
4419source = "registry+https://github.com/rust-lang/crates.io-index"
4420checksum = "b9b4db3d6da204ed77bb26ba83b6122a73aeb2e87e25fbf7ad2e84c4ccbf8f72"
4421dependencies = [
4422 "prost",
4423]
4424
4425[[package]]
4426name = "pulldown-cmark"
4427version = "0.9.6"
4428source = "registry+https://github.com/rust-lang/crates.io-index"
4429checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b"
4430dependencies = [
4431 "bitflags",
4432 "memchr",
4433 "unicase",
4434]
4435
4436[[package]]
4437name = "pxfm"
4438version = "0.1.27"
4439source = "registry+https://github.com/rust-lang/crates.io-index"
4440checksum = "7186d3822593aa4393561d186d1393b3923e9d6163d3fbfd6e825e3e6cf3e6a8"
4441dependencies = [
4442 "num-traits",
4443]
4444
4445[[package]]
4446name = "qrcodegen"
4447version = "1.8.0"
4448source = "registry+https://github.com/rust-lang/crates.io-index"
4449checksum = "4339fc7a1021c9c1621d87f5e3505f2805c8c105420ba2f2a4df86814590c142"
4450
4451[[package]]
4452name = "qrcodegen-image"
4453version = "1.5.0"
4454source = "registry+https://github.com/rust-lang/crates.io-index"
4455checksum = "221b7eace1aef8c95d65dbe09fb7a1a43d006045394a89afba6997721fcb7708"
4456dependencies = [
4457 "base64 0.22.1",
4458 "image",
4459 "qrcodegen",
4460]
4461
4462[[package]]
4463name = "quanta"
4464version = "0.12.6"
4465source = "registry+https://github.com/rust-lang/crates.io-index"
4466checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7"
4467dependencies = [
4468 "crossbeam-utils",
4469 "libc",
4470 "once_cell",
4471 "raw-cpuid",
4472 "wasi",
4473 "web-sys",
4474 "winapi",
4475]
4476
4477[[package]]
4478name = "quick-error"
4479version = "2.0.1"
4480source = "registry+https://github.com/rust-lang/crates.io-index"
4481checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
4482
4483[[package]]
4484name = "quinn"
4485version = "0.11.9"
4486source = "registry+https://github.com/rust-lang/crates.io-index"
4487checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
4488dependencies = [
4489 "bytes",
4490 "cfg_aliases",
4491 "pin-project-lite",
4492 "quinn-proto",
4493 "quinn-udp",
4494 "rustc-hash",
4495 "rustls 0.23.35",
4496 "socket2 0.6.1",
4497 "thiserror 2.0.17",
4498 "tokio",
4499 "tracing",
4500 "web-time",
4501]
4502
4503[[package]]
4504name = "quinn-proto"
4505version = "0.11.13"
4506source = "registry+https://github.com/rust-lang/crates.io-index"
4507checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
4508dependencies = [
4509 "bytes",
4510 "getrandom 0.3.4",
4511 "lru-slab",
4512 "rand 0.9.2",
4513 "ring",
4514 "rustc-hash",
4515 "rustls 0.23.35",
4516 "rustls-pki-types",
4517 "slab",
4518 "thiserror 2.0.17",
4519 "tinyvec",
4520 "tracing",
4521 "web-time",
4522]
4523
4524[[package]]
4525name = "quinn-udp"
4526version = "0.5.14"
4527source = "registry+https://github.com/rust-lang/crates.io-index"
4528checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
4529dependencies = [
4530 "cfg_aliases",
4531 "libc",
4532 "once_cell",
4533 "socket2 0.6.1",
4534 "tracing",
4535 "windows-sys 0.60.2",
4536]
4537
4538[[package]]
4539name = "quote"
4540version = "1.0.42"
4541source = "registry+https://github.com/rust-lang/crates.io-index"
4542checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
4543dependencies = [
4544 "proc-macro2",
4545]
4546
4547[[package]]
4548name = "r-efi"
4549version = "5.3.0"
4550source = "registry+https://github.com/rust-lang/crates.io-index"
4551checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
4552
4553[[package]]
4554name = "rand"
4555version = "0.8.5"
4556source = "registry+https://github.com/rust-lang/crates.io-index"
4557checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
4558dependencies = [
4559 "libc",
4560 "rand_chacha 0.3.1",
4561 "rand_core 0.6.4",
4562]
4563
4564[[package]]
4565name = "rand"
4566version = "0.9.2"
4567source = "registry+https://github.com/rust-lang/crates.io-index"
4568checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
4569dependencies = [
4570 "rand_chacha 0.9.0",
4571 "rand_core 0.9.3",
4572]
4573
4574[[package]]
4575name = "rand_chacha"
4576version = "0.3.1"
4577source = "registry+https://github.com/rust-lang/crates.io-index"
4578checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
4579dependencies = [
4580 "ppv-lite86",
4581 "rand_core 0.6.4",
4582]
4583
4584[[package]]
4585name = "rand_chacha"
4586version = "0.9.0"
4587source = "registry+https://github.com/rust-lang/crates.io-index"
4588checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
4589dependencies = [
4590 "ppv-lite86",
4591 "rand_core 0.9.3",
4592]
4593
4594[[package]]
4595name = "rand_core"
4596version = "0.6.4"
4597source = "registry+https://github.com/rust-lang/crates.io-index"
4598checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
4599dependencies = [
4600 "getrandom 0.2.16",
4601]
4602
4603[[package]]
4604name = "rand_core"
4605version = "0.9.3"
4606source = "registry+https://github.com/rust-lang/crates.io-index"
4607checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
4608dependencies = [
4609 "getrandom 0.3.4",
4610]
4611
4612[[package]]
4613name = "rand_xoshiro"
4614version = "0.7.0"
4615source = "registry+https://github.com/rust-lang/crates.io-index"
4616checksum = "f703f4665700daf5512dcca5f43afa6af89f09db47fb56be587f80636bda2d41"
4617dependencies = [
4618 "rand_core 0.9.3",
4619]
4620
4621[[package]]
4622name = "range-traits"
4623version = "0.3.2"
4624source = "registry+https://github.com/rust-lang/crates.io-index"
4625checksum = "d20581732dd76fa913c7dff1a2412b714afe3573e94d41c34719de73337cc8ab"
4626
4627[[package]]
4628name = "raw-cpuid"
4629version = "11.6.0"
4630source = "registry+https://github.com/rust-lang/crates.io-index"
4631checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
4632dependencies = [
4633 "bitflags",
4634]
4635
4636[[package]]
4637name = "redis"
4638version = "0.27.6"
4639source = "registry+https://github.com/rust-lang/crates.io-index"
4640checksum = "09d8f99a4090c89cc489a94833c901ead69bfbf3877b4867d5482e321ee875bc"
4641dependencies = [
4642 "arc-swap",
4643 "async-trait",
4644 "backon",
4645 "bytes",
4646 "combine",
4647 "futures",
4648 "futures-util",
4649 "itertools 0.13.0",
4650 "itoa",
4651 "num-bigint",
4652 "percent-encoding",
4653 "pin-project-lite",
4654 "ryu",
4655 "sha1_smol",
4656 "socket2 0.5.10",
4657 "tokio",
4658 "tokio-util",
4659 "url",
4660]
4661
4662[[package]]
4663name = "redox_syscall"
4664version = "0.5.18"
4665source = "registry+https://github.com/rust-lang/crates.io-index"
4666checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
4667dependencies = [
4668 "bitflags",
4669]
4670
4671[[package]]
4672name = "ref-cast"
4673version = "1.0.25"
4674source = "registry+https://github.com/rust-lang/crates.io-index"
4675checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
4676dependencies = [
4677 "ref-cast-impl",
4678]
4679
4680[[package]]
4681name = "ref-cast-impl"
4682version = "1.0.25"
4683source = "registry+https://github.com/rust-lang/crates.io-index"
4684checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
4685dependencies = [
4686 "proc-macro2",
4687 "quote",
4688 "syn 2.0.111",
4689]
4690
4691[[package]]
4692name = "regex"
4693version = "1.12.2"
4694source = "registry+https://github.com/rust-lang/crates.io-index"
4695checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
4696dependencies = [
4697 "aho-corasick",
4698 "memchr",
4699 "regex-automata",
4700 "regex-syntax",
4701]
4702
4703[[package]]
4704name = "regex-automata"
4705version = "0.4.13"
4706source = "registry+https://github.com/rust-lang/crates.io-index"
4707checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
4708dependencies = [
4709 "aho-corasick",
4710 "memchr",
4711 "regex-syntax",
4712]
4713
4714[[package]]
4715name = "regex-lite"
4716version = "0.1.8"
4717source = "registry+https://github.com/rust-lang/crates.io-index"
4718checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
4719
4720[[package]]
4721name = "regex-syntax"
4722version = "0.8.8"
4723source = "registry+https://github.com/rust-lang/crates.io-index"
4724checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
4725
4726[[package]]
4727name = "reqwest"
4728version = "0.12.24"
4729source = "registry+https://github.com/rust-lang/crates.io-index"
4730checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
4731dependencies = [
4732 "async-compression",
4733 "base64 0.22.1",
4734 "bytes",
4735 "encoding_rs",
4736 "futures-core",
4737 "futures-util",
4738 "h2 0.4.12",
4739 "http 1.4.0",
4740 "http-body 1.0.1",
4741 "http-body-util",
4742 "hyper 1.8.1",
4743 "hyper-rustls 0.27.7",
4744 "hyper-tls",
4745 "hyper-util",
4746 "js-sys",
4747 "log",
4748 "mime",
4749 "native-tls",
4750 "percent-encoding",
4751 "pin-project-lite",
4752 "quinn",
4753 "rustls 0.23.35",
4754 "rustls-pki-types",
4755 "serde",
4756 "serde_json",
4757 "serde_urlencoded",
4758 "sync_wrapper",
4759 "tokio",
4760 "tokio-native-tls",
4761 "tokio-rustls 0.26.4",
4762 "tokio-util",
4763 "tower",
4764 "tower-http",
4765 "tower-service",
4766 "url",
4767 "wasm-bindgen",
4768 "wasm-bindgen-futures",
4769 "wasm-streams",
4770 "web-sys",
4771 "webpki-roots 1.0.4",
4772]
4773
4774[[package]]
4775name = "resolv-conf"
4776version = "0.7.6"
4777source = "registry+https://github.com/rust-lang/crates.io-index"
4778checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7"
4779
4780[[package]]
4781name = "rfc6979"
4782version = "0.3.1"
4783source = "registry+https://github.com/rust-lang/crates.io-index"
4784checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
4785dependencies = [
4786 "crypto-bigint 0.4.9",
4787 "hmac",
4788 "zeroize",
4789]
4790
4791[[package]]
4792name = "rfc6979"
4793version = "0.4.0"
4794source = "registry+https://github.com/rust-lang/crates.io-index"
4795checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
4796dependencies = [
4797 "hmac",
4798 "subtle",
4799]
4800
4801[[package]]
4802name = "ring"
4803version = "0.17.14"
4804source = "registry+https://github.com/rust-lang/crates.io-index"
4805checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
4806dependencies = [
4807 "cc",
4808 "cfg-if",
4809 "getrandom 0.2.16",
4810 "libc",
4811 "untrusted",
4812 "windows-sys 0.52.0",
4813]
4814
4815[[package]]
4816name = "rsa"
4817version = "0.9.9"
4818source = "registry+https://github.com/rust-lang/crates.io-index"
4819checksum = "40a0376c50d0358279d9d643e4bf7b7be212f1f4ff1da9070a7b54d22ef75c88"
4820dependencies = [
4821 "const-oid",
4822 "digest",
4823 "num-bigint-dig",
4824 "num-integer",
4825 "num-traits",
4826 "pkcs1",
4827 "pkcs8 0.10.2",
4828 "rand_core 0.6.4",
4829 "signature 2.2.0",
4830 "spki 0.7.3",
4831 "subtle",
4832 "zeroize",
4833]
4834
4835[[package]]
4836name = "rustc-hash"
4837version = "2.1.1"
4838source = "registry+https://github.com/rust-lang/crates.io-index"
4839checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
4840
4841[[package]]
4842name = "rustc_version"
4843version = "0.4.1"
4844source = "registry+https://github.com/rust-lang/crates.io-index"
4845checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
4846dependencies = [
4847 "semver",
4848]
4849
4850[[package]]
4851name = "rusticata-macros"
4852version = "4.1.0"
4853source = "registry+https://github.com/rust-lang/crates.io-index"
4854checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
4855dependencies = [
4856 "nom",
4857]
4858
4859[[package]]
4860name = "rustix"
4861version = "1.1.2"
4862source = "registry+https://github.com/rust-lang/crates.io-index"
4863checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
4864dependencies = [
4865 "bitflags",
4866 "errno",
4867 "libc",
4868 "linux-raw-sys",
4869 "windows-sys 0.61.2",
4870]
4871
4872[[package]]
4873name = "rustls"
4874version = "0.21.12"
4875source = "registry+https://github.com/rust-lang/crates.io-index"
4876checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
4877dependencies = [
4878 "log",
4879 "ring",
4880 "rustls-webpki 0.101.7",
4881 "sct",
4882]
4883
4884[[package]]
4885name = "rustls"
4886version = "0.23.35"
4887source = "registry+https://github.com/rust-lang/crates.io-index"
4888checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f"
4889dependencies = [
4890 "aws-lc-rs",
4891 "log",
4892 "once_cell",
4893 "ring",
4894 "rustls-pki-types",
4895 "rustls-webpki 0.103.8",
4896 "subtle",
4897 "zeroize",
4898]
4899
4900[[package]]
4901name = "rustls-native-certs"
4902version = "0.6.3"
4903source = "registry+https://github.com/rust-lang/crates.io-index"
4904checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
4905dependencies = [
4906 "openssl-probe",
4907 "rustls-pemfile 1.0.4",
4908 "schannel",
4909 "security-framework 2.11.1",
4910]
4911
4912[[package]]
4913name = "rustls-native-certs"
4914version = "0.8.2"
4915source = "registry+https://github.com/rust-lang/crates.io-index"
4916checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
4917dependencies = [
4918 "openssl-probe",
4919 "rustls-pki-types",
4920 "schannel",
4921 "security-framework 3.5.1",
4922]
4923
4924[[package]]
4925name = "rustls-pemfile"
4926version = "1.0.4"
4927source = "registry+https://github.com/rust-lang/crates.io-index"
4928checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
4929dependencies = [
4930 "base64 0.21.7",
4931]
4932
4933[[package]]
4934name = "rustls-pemfile"
4935version = "2.2.0"
4936source = "registry+https://github.com/rust-lang/crates.io-index"
4937checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
4938dependencies = [
4939 "rustls-pki-types",
4940]
4941
4942[[package]]
4943name = "rustls-pki-types"
4944version = "1.13.1"
4945source = "registry+https://github.com/rust-lang/crates.io-index"
4946checksum = "708c0f9d5f54ba0272468c1d306a52c495b31fa155e91bc25371e6df7996908c"
4947dependencies = [
4948 "web-time",
4949 "zeroize",
4950]
4951
4952[[package]]
4953name = "rustls-webpki"
4954version = "0.101.7"
4955source = "registry+https://github.com/rust-lang/crates.io-index"
4956checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
4957dependencies = [
4958 "ring",
4959 "untrusted",
4960]
4961
4962[[package]]
4963name = "rustls-webpki"
4964version = "0.103.8"
4965source = "registry+https://github.com/rust-lang/crates.io-index"
4966checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52"
4967dependencies = [
4968 "aws-lc-rs",
4969 "ring",
4970 "rustls-pki-types",
4971 "untrusted",
4972]
4973
4974[[package]]
4975name = "rustversion"
4976version = "1.0.22"
4977source = "registry+https://github.com/rust-lang/crates.io-index"
4978checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
4979
4980[[package]]
4981name = "ryu"
4982version = "1.0.20"
4983source = "registry+https://github.com/rust-lang/crates.io-index"
4984checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
4985
4986[[package]]
4987name = "same-file"
4988version = "1.0.6"
4989source = "registry+https://github.com/rust-lang/crates.io-index"
4990checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
4991dependencies = [
4992 "winapi-util",
4993]
4994
4995[[package]]
4996name = "schannel"
4997version = "0.1.28"
4998source = "registry+https://github.com/rust-lang/crates.io-index"
4999checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
5000dependencies = [
5001 "windows-sys 0.61.2",
5002]
5003
5004[[package]]
5005name = "schemars"
5006version = "0.9.0"
5007source = "registry+https://github.com/rust-lang/crates.io-index"
5008checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
5009dependencies = [
5010 "dyn-clone",
5011 "ref-cast",
5012 "serde",
5013 "serde_json",
5014]
5015
5016[[package]]
5017name = "schemars"
5018version = "1.1.0"
5019source = "registry+https://github.com/rust-lang/crates.io-index"
5020checksum = "9558e172d4e8533736ba97870c4b2cd63f84b382a3d6eb063da41b91cce17289"
5021dependencies = [
5022 "dyn-clone",
5023 "ref-cast",
5024 "serde",
5025 "serde_json",
5026]
5027
5028[[package]]
5029name = "scoped-tls"
5030version = "1.0.1"
5031source = "registry+https://github.com/rust-lang/crates.io-index"
5032checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
5033
5034[[package]]
5035name = "scopeguard"
5036version = "1.2.0"
5037source = "registry+https://github.com/rust-lang/crates.io-index"
5038checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
5039
5040[[package]]
5041name = "sct"
5042version = "0.7.1"
5043source = "registry+https://github.com/rust-lang/crates.io-index"
5044checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
5045dependencies = [
5046 "ring",
5047 "untrusted",
5048]
5049
5050[[package]]
5051name = "sec1"
5052version = "0.3.0"
5053source = "registry+https://github.com/rust-lang/crates.io-index"
5054checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
5055dependencies = [
5056 "base16ct 0.1.1",
5057 "der 0.6.1",
5058 "generic-array",
5059 "pkcs8 0.9.0",
5060 "subtle",
5061 "zeroize",
5062]
5063
5064[[package]]
5065name = "sec1"
5066version = "0.7.3"
5067source = "registry+https://github.com/rust-lang/crates.io-index"
5068checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
5069dependencies = [
5070 "base16ct 0.2.0",
5071 "der 0.7.10",
5072 "generic-array",
5073 "pkcs8 0.10.2",
5074 "subtle",
5075 "zeroize",
5076]
5077
5078[[package]]
5079name = "security-framework"
5080version = "2.11.1"
5081source = "registry+https://github.com/rust-lang/crates.io-index"
5082checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
5083dependencies = [
5084 "bitflags",
5085 "core-foundation 0.9.4",
5086 "core-foundation-sys",
5087 "libc",
5088 "security-framework-sys",
5089]
5090
5091[[package]]
5092name = "security-framework"
5093version = "3.5.1"
5094source = "registry+https://github.com/rust-lang/crates.io-index"
5095checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
5096dependencies = [
5097 "bitflags",
5098 "core-foundation 0.10.1",
5099 "core-foundation-sys",
5100 "libc",
5101 "security-framework-sys",
5102]
5103
5104[[package]]
5105name = "security-framework-sys"
5106version = "2.15.0"
5107source = "registry+https://github.com/rust-lang/crates.io-index"
5108checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
5109dependencies = [
5110 "core-foundation-sys",
5111 "libc",
5112]
5113
5114[[package]]
5115name = "semver"
5116version = "1.0.27"
5117source = "registry+https://github.com/rust-lang/crates.io-index"
5118checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
5119dependencies = [
5120 "serde",
5121 "serde_core",
5122]
5123
5124[[package]]
5125name = "send_wrapper"
5126version = "0.6.0"
5127source = "registry+https://github.com/rust-lang/crates.io-index"
5128checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
5129
5130[[package]]
5131name = "serde"
5132version = "1.0.228"
5133source = "registry+https://github.com/rust-lang/crates.io-index"
5134checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
5135dependencies = [
5136 "serde_core",
5137 "serde_derive",
5138]
5139
5140[[package]]
5141name = "serde_bytes"
5142version = "0.11.19"
5143source = "registry+https://github.com/rust-lang/crates.io-index"
5144checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
5145dependencies = [
5146 "serde",
5147 "serde_core",
5148]
5149
5150[[package]]
5151name = "serde_cbor_2"
5152version = "0.13.0"
5153source = "registry+https://github.com/rust-lang/crates.io-index"
5154checksum = "34aec2709de9078e077090abd848e967abab63c9fb3fdb5d4799ad359d8d482c"
5155dependencies = [
5156 "half",
5157 "serde",
5158]
5159
5160[[package]]
5161name = "serde_core"
5162version = "1.0.228"
5163source = "registry+https://github.com/rust-lang/crates.io-index"
5164checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
5165dependencies = [
5166 "serde_derive",
5167]
5168
5169[[package]]
5170name = "serde_derive"
5171version = "1.0.228"
5172source = "registry+https://github.com/rust-lang/crates.io-index"
5173checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
5174dependencies = [
5175 "proc-macro2",
5176 "quote",
5177 "syn 2.0.111",
5178]
5179
5180[[package]]
5181name = "serde_html_form"
5182version = "0.2.8"
5183source = "registry+https://github.com/rust-lang/crates.io-index"
5184checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f"
5185dependencies = [
5186 "form_urlencoded",
5187 "indexmap 2.12.1",
5188 "itoa",
5189 "ryu",
5190 "serde_core",
5191]
5192
5193[[package]]
5194name = "serde_ipld_dagcbor"
5195version = "0.6.4"
5196source = "registry+https://github.com/rust-lang/crates.io-index"
5197checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778"
5198dependencies = [
5199 "cbor4ii",
5200 "ipld-core",
5201 "scopeguard",
5202 "serde",
5203]
5204
5205[[package]]
5206name = "serde_json"
5207version = "1.0.145"
5208source = "registry+https://github.com/rust-lang/crates.io-index"
5209checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
5210dependencies = [
5211 "itoa",
5212 "memchr",
5213 "ryu",
5214 "serde",
5215 "serde_core",
5216]
5217
5218[[package]]
5219name = "serde_path_to_error"
5220version = "0.1.20"
5221source = "registry+https://github.com/rust-lang/crates.io-index"
5222checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
5223dependencies = [
5224 "itoa",
5225 "serde",
5226 "serde_core",
5227]
5228
5229[[package]]
5230name = "serde_repr"
5231version = "0.1.20"
5232source = "registry+https://github.com/rust-lang/crates.io-index"
5233checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
5234dependencies = [
5235 "proc-macro2",
5236 "quote",
5237 "syn 2.0.111",
5238]
5239
5240[[package]]
5241name = "serde_urlencoded"
5242version = "0.7.1"
5243source = "registry+https://github.com/rust-lang/crates.io-index"
5244checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
5245dependencies = [
5246 "form_urlencoded",
5247 "itoa",
5248 "ryu",
5249 "serde",
5250]
5251
5252[[package]]
5253name = "serde_with"
5254version = "3.16.1"
5255source = "registry+https://github.com/rust-lang/crates.io-index"
5256checksum = "4fa237f2807440d238e0364a218270b98f767a00d3dada77b1c53ae88940e2e7"
5257dependencies = [
5258 "base64 0.22.1",
5259 "chrono",
5260 "hex",
5261 "indexmap 1.9.3",
5262 "indexmap 2.12.1",
5263 "schemars 0.9.0",
5264 "schemars 1.1.0",
5265 "serde_core",
5266 "serde_json",
5267 "serde_with_macros",
5268 "time",
5269]
5270
5271[[package]]
5272name = "serde_with_macros"
5273version = "3.16.1"
5274source = "registry+https://github.com/rust-lang/crates.io-index"
5275checksum = "52a8e3ca0ca629121f70ab50f95249e5a6f925cc0f6ffe8256c45b728875706c"
5276dependencies = [
5277 "darling",
5278 "proc-macro2",
5279 "quote",
5280 "syn 2.0.111",
5281]
5282
5283[[package]]
5284name = "sha1"
5285version = "0.10.6"
5286source = "registry+https://github.com/rust-lang/crates.io-index"
5287checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
5288dependencies = [
5289 "cfg-if",
5290 "cpufeatures",
5291 "digest",
5292]
5293
5294[[package]]
5295name = "sha1_smol"
5296version = "1.0.1"
5297source = "registry+https://github.com/rust-lang/crates.io-index"
5298checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
5299
5300[[package]]
5301name = "sha2"
5302version = "0.10.9"
5303source = "registry+https://github.com/rust-lang/crates.io-index"
5304checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
5305dependencies = [
5306 "cfg-if",
5307 "cpufeatures",
5308 "digest",
5309]
5310
5311[[package]]
5312name = "sharded-slab"
5313version = "0.1.7"
5314source = "registry+https://github.com/rust-lang/crates.io-index"
5315checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
5316dependencies = [
5317 "lazy_static",
5318]
5319
5320[[package]]
5321name = "shlex"
5322version = "1.3.0"
5323source = "registry+https://github.com/rust-lang/crates.io-index"
5324checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
5325
5326[[package]]
5327name = "signal-hook-registry"
5328version = "1.4.7"
5329source = "registry+https://github.com/rust-lang/crates.io-index"
5330checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad"
5331dependencies = [
5332 "libc",
5333]
5334
5335[[package]]
5336name = "signature"
5337version = "1.6.4"
5338source = "registry+https://github.com/rust-lang/crates.io-index"
5339checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
5340dependencies = [
5341 "digest",
5342 "rand_core 0.6.4",
5343]
5344
5345[[package]]
5346name = "signature"
5347version = "2.2.0"
5348source = "registry+https://github.com/rust-lang/crates.io-index"
5349checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
5350dependencies = [
5351 "digest",
5352 "rand_core 0.6.4",
5353]
5354
5355[[package]]
5356name = "simd-adler32"
5357version = "0.3.7"
5358source = "registry+https://github.com/rust-lang/crates.io-index"
5359checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
5360
5361[[package]]
5362name = "simple_asn1"
5363version = "0.6.3"
5364source = "registry+https://github.com/rust-lang/crates.io-index"
5365checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
5366dependencies = [
5367 "num-bigint",
5368 "num-traits",
5369 "thiserror 2.0.17",
5370 "time",
5371]
5372
5373[[package]]
5374name = "siphasher"
5375version = "1.0.1"
5376source = "registry+https://github.com/rust-lang/crates.io-index"
5377checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
5378
5379[[package]]
5380name = "skeptic"
5381version = "0.13.7"
5382source = "registry+https://github.com/rust-lang/crates.io-index"
5383checksum = "16d23b015676c90a0f01c197bfdc786c20342c73a0afdda9025adb0bc42940a8"
5384dependencies = [
5385 "bytecount",
5386 "cargo_metadata",
5387 "error-chain",
5388 "glob",
5389 "pulldown-cmark",
5390 "tempfile",
5391 "walkdir",
5392]
5393
5394[[package]]
5395name = "sketches-ddsketch"
5396version = "0.3.0"
5397source = "registry+https://github.com/rust-lang/crates.io-index"
5398checksum = "c1e9a774a6c28142ac54bb25d25562e6bcf957493a184f15ad4eebccb23e410a"
5399
5400[[package]]
5401name = "slab"
5402version = "0.4.11"
5403source = "registry+https://github.com/rust-lang/crates.io-index"
5404checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
5405
5406[[package]]
5407name = "smallvec"
5408version = "1.15.1"
5409source = "registry+https://github.com/rust-lang/crates.io-index"
5410checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
5411dependencies = [
5412 "serde",
5413]
5414
5415[[package]]
5416name = "smol_str"
5417version = "0.3.4"
5418source = "registry+https://github.com/rust-lang/crates.io-index"
5419checksum = "3498b0a27f93ef1402f20eefacfaa1691272ac4eca1cdc8c596cb0a245d6cbf5"
5420dependencies = [
5421 "borsh",
5422 "serde_core",
5423]
5424
5425[[package]]
5426name = "socket2"
5427version = "0.5.10"
5428source = "registry+https://github.com/rust-lang/crates.io-index"
5429checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
5430dependencies = [
5431 "libc",
5432 "windows-sys 0.52.0",
5433]
5434
5435[[package]]
5436name = "socket2"
5437version = "0.6.1"
5438source = "registry+https://github.com/rust-lang/crates.io-index"
5439checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
5440dependencies = [
5441 "libc",
5442 "windows-sys 0.60.2",
5443]
5444
5445[[package]]
5446name = "spin"
5447version = "0.9.8"
5448source = "registry+https://github.com/rust-lang/crates.io-index"
5449checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
5450dependencies = [
5451 "lock_api",
5452]
5453
5454[[package]]
5455name = "spin"
5456version = "0.10.0"
5457source = "registry+https://github.com/rust-lang/crates.io-index"
5458checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
5459
5460[[package]]
5461name = "spinning_top"
5462version = "0.3.0"
5463source = "registry+https://github.com/rust-lang/crates.io-index"
5464checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300"
5465dependencies = [
5466 "lock_api",
5467]
5468
5469[[package]]
5470name = "spki"
5471version = "0.6.0"
5472source = "registry+https://github.com/rust-lang/crates.io-index"
5473checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
5474dependencies = [
5475 "base64ct",
5476 "der 0.6.1",
5477]
5478
5479[[package]]
5480name = "spki"
5481version = "0.7.3"
5482source = "registry+https://github.com/rust-lang/crates.io-index"
5483checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
5484dependencies = [
5485 "base64ct",
5486 "der 0.7.10",
5487]
5488
5489[[package]]
5490name = "sqlx"
5491version = "0.8.6"
5492source = "registry+https://github.com/rust-lang/crates.io-index"
5493checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
5494dependencies = [
5495 "sqlx-core",
5496 "sqlx-macros",
5497 "sqlx-mysql",
5498 "sqlx-postgres",
5499 "sqlx-sqlite",
5500]
5501
5502[[package]]
5503name = "sqlx-core"
5504version = "0.8.6"
5505source = "registry+https://github.com/rust-lang/crates.io-index"
5506checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
5507dependencies = [
5508 "base64 0.22.1",
5509 "bytes",
5510 "chrono",
5511 "crc",
5512 "crossbeam-queue",
5513 "either",
5514 "event-listener",
5515 "futures-core",
5516 "futures-intrusive",
5517 "futures-io",
5518 "futures-util",
5519 "hashbrown 0.15.5",
5520 "hashlink",
5521 "indexmap 2.12.1",
5522 "log",
5523 "memchr",
5524 "once_cell",
5525 "percent-encoding",
5526 "rustls 0.23.35",
5527 "serde",
5528 "serde_json",
5529 "sha2",
5530 "smallvec",
5531 "thiserror 2.0.17",
5532 "tokio",
5533 "tokio-stream",
5534 "tracing",
5535 "url",
5536 "uuid",
5537 "webpki-roots 0.26.11",
5538]
5539
5540[[package]]
5541name = "sqlx-macros"
5542version = "0.8.6"
5543source = "registry+https://github.com/rust-lang/crates.io-index"
5544checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
5545dependencies = [
5546 "proc-macro2",
5547 "quote",
5548 "sqlx-core",
5549 "sqlx-macros-core",
5550 "syn 2.0.111",
5551]
5552
5553[[package]]
5554name = "sqlx-macros-core"
5555version = "0.8.6"
5556source = "registry+https://github.com/rust-lang/crates.io-index"
5557checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
5558dependencies = [
5559 "dotenvy",
5560 "either",
5561 "heck 0.5.0",
5562 "hex",
5563 "once_cell",
5564 "proc-macro2",
5565 "quote",
5566 "serde",
5567 "serde_json",
5568 "sha2",
5569 "sqlx-core",
5570 "sqlx-mysql",
5571 "sqlx-postgres",
5572 "sqlx-sqlite",
5573 "syn 2.0.111",
5574 "tokio",
5575 "url",
5576]
5577
5578[[package]]
5579name = "sqlx-mysql"
5580version = "0.8.6"
5581source = "registry+https://github.com/rust-lang/crates.io-index"
5582checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
5583dependencies = [
5584 "atoi",
5585 "base64 0.22.1",
5586 "bitflags",
5587 "byteorder",
5588 "bytes",
5589 "chrono",
5590 "crc",
5591 "digest",
5592 "dotenvy",
5593 "either",
5594 "futures-channel",
5595 "futures-core",
5596 "futures-io",
5597 "futures-util",
5598 "generic-array",
5599 "hex",
5600 "hkdf",
5601 "hmac",
5602 "itoa",
5603 "log",
5604 "md-5",
5605 "memchr",
5606 "once_cell",
5607 "percent-encoding",
5608 "rand 0.8.5",
5609 "rsa",
5610 "serde",
5611 "sha1",
5612 "sha2",
5613 "smallvec",
5614 "sqlx-core",
5615 "stringprep",
5616 "thiserror 2.0.17",
5617 "tracing",
5618 "uuid",
5619 "whoami",
5620]
5621
5622[[package]]
5623name = "sqlx-postgres"
5624version = "0.8.6"
5625source = "registry+https://github.com/rust-lang/crates.io-index"
5626checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
5627dependencies = [
5628 "atoi",
5629 "base64 0.22.1",
5630 "bitflags",
5631 "byteorder",
5632 "chrono",
5633 "crc",
5634 "dotenvy",
5635 "etcetera 0.8.0",
5636 "futures-channel",
5637 "futures-core",
5638 "futures-util",
5639 "hex",
5640 "hkdf",
5641 "hmac",
5642 "home",
5643 "itoa",
5644 "log",
5645 "md-5",
5646 "memchr",
5647 "once_cell",
5648 "rand 0.8.5",
5649 "serde",
5650 "serde_json",
5651 "sha2",
5652 "smallvec",
5653 "sqlx-core",
5654 "stringprep",
5655 "thiserror 2.0.17",
5656 "tracing",
5657 "uuid",
5658 "whoami",
5659]
5660
5661[[package]]
5662name = "sqlx-sqlite"
5663version = "0.8.6"
5664source = "registry+https://github.com/rust-lang/crates.io-index"
5665checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
5666dependencies = [
5667 "atoi",
5668 "chrono",
5669 "flume",
5670 "futures-channel",
5671 "futures-core",
5672 "futures-executor",
5673 "futures-intrusive",
5674 "futures-util",
5675 "libsqlite3-sys",
5676 "log",
5677 "percent-encoding",
5678 "serde",
5679 "serde_urlencoded",
5680 "sqlx-core",
5681 "thiserror 2.0.17",
5682 "tracing",
5683 "url",
5684 "uuid",
5685]
5686
5687[[package]]
5688name = "stable_deref_trait"
5689version = "1.2.1"
5690source = "registry+https://github.com/rust-lang/crates.io-index"
5691checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
5692
5693[[package]]
5694name = "static-regular-grammar"
5695version = "2.0.2"
5696source = "registry+https://github.com/rust-lang/crates.io-index"
5697checksum = "4f4a6c40247579acfbb138c3cd7de3dab113ab4ac6227f1b7de7d626ee667957"
5698dependencies = [
5699 "abnf",
5700 "btree-range-map",
5701 "ciborium",
5702 "hex_fmt",
5703 "indoc",
5704 "proc-macro-error",
5705 "proc-macro2",
5706 "quote",
5707 "serde",
5708 "sha2",
5709 "syn 2.0.111",
5710 "thiserror 1.0.69",
5711]
5712
5713[[package]]
5714name = "static_assertions"
5715version = "1.1.0"
5716source = "registry+https://github.com/rust-lang/crates.io-index"
5717checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
5718
5719[[package]]
5720name = "string_cache"
5721version = "0.8.9"
5722source = "registry+https://github.com/rust-lang/crates.io-index"
5723checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
5724dependencies = [
5725 "new_debug_unreachable",
5726 "parking_lot",
5727 "phf_shared",
5728 "precomputed-hash",
5729 "serde",
5730]
5731
5732[[package]]
5733name = "string_cache_codegen"
5734version = "0.5.4"
5735source = "registry+https://github.com/rust-lang/crates.io-index"
5736checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
5737dependencies = [
5738 "phf_generator",
5739 "phf_shared",
5740 "proc-macro2",
5741 "quote",
5742]
5743
5744[[package]]
5745name = "stringprep"
5746version = "0.1.5"
5747source = "registry+https://github.com/rust-lang/crates.io-index"
5748checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
5749dependencies = [
5750 "unicode-bidi",
5751 "unicode-normalization",
5752 "unicode-properties",
5753]
5754
5755[[package]]
5756name = "strsim"
5757version = "0.11.1"
5758source = "registry+https://github.com/rust-lang/crates.io-index"
5759checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
5760
5761[[package]]
5762name = "structmeta"
5763version = "0.3.0"
5764source = "registry+https://github.com/rust-lang/crates.io-index"
5765checksum = "2e1575d8d40908d70f6fd05537266b90ae71b15dbbe7a8b7dffa2b759306d329"
5766dependencies = [
5767 "proc-macro2",
5768 "quote",
5769 "structmeta-derive",
5770 "syn 2.0.111",
5771]
5772
5773[[package]]
5774name = "structmeta-derive"
5775version = "0.3.0"
5776source = "registry+https://github.com/rust-lang/crates.io-index"
5777checksum = "152a0b65a590ff6c3da95cabe2353ee04e6167c896b28e3b14478c2636c922fc"
5778dependencies = [
5779 "proc-macro2",
5780 "quote",
5781 "syn 2.0.111",
5782]
5783
5784[[package]]
5785name = "subtle"
5786version = "2.6.1"
5787source = "registry+https://github.com/rust-lang/crates.io-index"
5788checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
5789
5790[[package]]
5791name = "syn"
5792version = "1.0.109"
5793source = "registry+https://github.com/rust-lang/crates.io-index"
5794checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
5795dependencies = [
5796 "proc-macro2",
5797 "quote",
5798 "unicode-ident",
5799]
5800
5801[[package]]
5802name = "syn"
5803version = "2.0.111"
5804source = "registry+https://github.com/rust-lang/crates.io-index"
5805checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
5806dependencies = [
5807 "proc-macro2",
5808 "quote",
5809 "unicode-ident",
5810]
5811
5812[[package]]
5813name = "sync_wrapper"
5814version = "1.0.2"
5815source = "registry+https://github.com/rust-lang/crates.io-index"
5816checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
5817dependencies = [
5818 "futures-core",
5819]
5820
5821[[package]]
5822name = "synstructure"
5823version = "0.13.2"
5824source = "registry+https://github.com/rust-lang/crates.io-index"
5825checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
5826dependencies = [
5827 "proc-macro2",
5828 "quote",
5829 "syn 2.0.111",
5830]
5831
5832[[package]]
5833name = "system-configuration"
5834version = "0.6.1"
5835source = "registry+https://github.com/rust-lang/crates.io-index"
5836checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
5837dependencies = [
5838 "bitflags",
5839 "core-foundation 0.9.4",
5840 "system-configuration-sys",
5841]
5842
5843[[package]]
5844name = "system-configuration-sys"
5845version = "0.6.0"
5846source = "registry+https://github.com/rust-lang/crates.io-index"
5847checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
5848dependencies = [
5849 "core-foundation-sys",
5850 "libc",
5851]
5852
5853[[package]]
5854name = "tagptr"
5855version = "0.2.0"
5856source = "registry+https://github.com/rust-lang/crates.io-index"
5857checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
5858
5859[[package]]
5860name = "tempfile"
5861version = "3.23.0"
5862source = "registry+https://github.com/rust-lang/crates.io-index"
5863checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
5864dependencies = [
5865 "fastrand",
5866 "getrandom 0.3.4",
5867 "once_cell",
5868 "rustix",
5869 "windows-sys 0.61.2",
5870]
5871
5872[[package]]
5873name = "tendril"
5874version = "0.4.3"
5875source = "registry+https://github.com/rust-lang/crates.io-index"
5876checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
5877dependencies = [
5878 "futf",
5879 "mac",
5880 "utf-8",
5881]
5882
5883[[package]]
5884name = "testcontainers"
5885version = "0.26.0"
5886source = "registry+https://github.com/rust-lang/crates.io-index"
5887checksum = "a347cac4368ba4f1871743adb27dc14829024d26b1763572404726b0b9943eb8"
5888dependencies = [
5889 "astral-tokio-tar",
5890 "async-trait",
5891 "bollard",
5892 "bytes",
5893 "docker_credential",
5894 "either",
5895 "etcetera 0.11.0",
5896 "ferroid",
5897 "futures",
5898 "itertools 0.14.0",
5899 "log",
5900 "memchr",
5901 "parse-display",
5902 "pin-project-lite",
5903 "serde",
5904 "serde_json",
5905 "serde_with",
5906 "thiserror 2.0.17",
5907 "tokio",
5908 "tokio-stream",
5909 "tokio-util",
5910 "url",
5911]
5912
5913[[package]]
5914name = "testcontainers-modules"
5915version = "0.14.0"
5916source = "registry+https://github.com/rust-lang/crates.io-index"
5917checksum = "5e75e78ff453128a2c7da9a5d5a3325ea34ea214d4bf51eab3417de23a4e5147"
5918dependencies = [
5919 "testcontainers",
5920]
5921
5922[[package]]
5923name = "thiserror"
5924version = "1.0.69"
5925source = "registry+https://github.com/rust-lang/crates.io-index"
5926checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
5927dependencies = [
5928 "thiserror-impl 1.0.69",
5929]
5930
5931[[package]]
5932name = "thiserror"
5933version = "2.0.17"
5934source = "registry+https://github.com/rust-lang/crates.io-index"
5935checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
5936dependencies = [
5937 "thiserror-impl 2.0.17",
5938]
5939
5940[[package]]
5941name = "thiserror-impl"
5942version = "1.0.69"
5943source = "registry+https://github.com/rust-lang/crates.io-index"
5944checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
5945dependencies = [
5946 "proc-macro2",
5947 "quote",
5948 "syn 2.0.111",
5949]
5950
5951[[package]]
5952name = "thiserror-impl"
5953version = "2.0.17"
5954source = "registry+https://github.com/rust-lang/crates.io-index"
5955checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
5956dependencies = [
5957 "proc-macro2",
5958 "quote",
5959 "syn 2.0.111",
5960]
5961
5962[[package]]
5963name = "thread_local"
5964version = "1.1.9"
5965source = "registry+https://github.com/rust-lang/crates.io-index"
5966checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
5967dependencies = [
5968 "cfg-if",
5969]
5970
5971[[package]]
5972name = "time"
5973version = "0.3.44"
5974source = "registry+https://github.com/rust-lang/crates.io-index"
5975checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
5976dependencies = [
5977 "deranged",
5978 "itoa",
5979 "num-conv",
5980 "powerfmt",
5981 "serde",
5982 "time-core",
5983 "time-macros",
5984]
5985
5986[[package]]
5987name = "time-core"
5988version = "0.1.6"
5989source = "registry+https://github.com/rust-lang/crates.io-index"
5990checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
5991
5992[[package]]
5993name = "time-macros"
5994version = "0.2.24"
5995source = "registry+https://github.com/rust-lang/crates.io-index"
5996checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
5997dependencies = [
5998 "num-conv",
5999 "time-core",
6000]
6001
6002[[package]]
6003name = "tinystr"
6004version = "0.8.2"
6005source = "registry+https://github.com/rust-lang/crates.io-index"
6006checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
6007dependencies = [
6008 "displaydoc",
6009 "zerovec",
6010]
6011
6012[[package]]
6013name = "tinyvec"
6014version = "1.10.0"
6015source = "registry+https://github.com/rust-lang/crates.io-index"
6016checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
6017dependencies = [
6018 "tinyvec_macros",
6019]
6020
6021[[package]]
6022name = "tinyvec_macros"
6023version = "0.1.1"
6024source = "registry+https://github.com/rust-lang/crates.io-index"
6025checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
6026
6027[[package]]
6028name = "tokio"
6029version = "1.48.0"
6030source = "registry+https://github.com/rust-lang/crates.io-index"
6031checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
6032dependencies = [
6033 "bytes",
6034 "libc",
6035 "mio",
6036 "pin-project-lite",
6037 "signal-hook-registry",
6038 "socket2 0.6.1",
6039 "tokio-macros",
6040 "windows-sys 0.61.2",
6041]
6042
6043[[package]]
6044name = "tokio-macros"
6045version = "2.6.0"
6046source = "registry+https://github.com/rust-lang/crates.io-index"
6047checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
6048dependencies = [
6049 "proc-macro2",
6050 "quote",
6051 "syn 2.0.111",
6052]
6053
6054[[package]]
6055name = "tokio-native-tls"
6056version = "0.3.1"
6057source = "registry+https://github.com/rust-lang/crates.io-index"
6058checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
6059dependencies = [
6060 "native-tls",
6061 "tokio",
6062]
6063
6064[[package]]
6065name = "tokio-rustls"
6066version = "0.24.1"
6067source = "registry+https://github.com/rust-lang/crates.io-index"
6068checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
6069dependencies = [
6070 "rustls 0.21.12",
6071 "tokio",
6072]
6073
6074[[package]]
6075name = "tokio-rustls"
6076version = "0.26.4"
6077source = "registry+https://github.com/rust-lang/crates.io-index"
6078checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
6079dependencies = [
6080 "rustls 0.23.35",
6081 "tokio",
6082]
6083
6084[[package]]
6085name = "tokio-stream"
6086version = "0.1.17"
6087source = "registry+https://github.com/rust-lang/crates.io-index"
6088checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
6089dependencies = [
6090 "futures-core",
6091 "pin-project-lite",
6092 "tokio",
6093]
6094
6095[[package]]
6096name = "tokio-tungstenite"
6097version = "0.28.0"
6098source = "registry+https://github.com/rust-lang/crates.io-index"
6099checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
6100dependencies = [
6101 "futures-util",
6102 "log",
6103 "native-tls",
6104 "tokio",
6105 "tokio-native-tls",
6106 "tungstenite",
6107]
6108
6109[[package]]
6110name = "tokio-util"
6111version = "0.7.17"
6112source = "registry+https://github.com/rust-lang/crates.io-index"
6113checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594"
6114dependencies = [
6115 "bytes",
6116 "futures-core",
6117 "futures-sink",
6118 "futures-util",
6119 "pin-project-lite",
6120 "tokio",
6121]
6122
6123[[package]]
6124name = "tonic"
6125version = "0.14.2"
6126source = "registry+https://github.com/rust-lang/crates.io-index"
6127checksum = "eb7613188ce9f7df5bfe185db26c5814347d110db17920415cf2fbcad85e7203"
6128dependencies = [
6129 "async-trait",
6130 "axum",
6131 "base64 0.22.1",
6132 "bytes",
6133 "h2 0.4.12",
6134 "http 1.4.0",
6135 "http-body 1.0.1",
6136 "http-body-util",
6137 "hyper 1.8.1",
6138 "hyper-timeout",
6139 "hyper-util",
6140 "percent-encoding",
6141 "pin-project",
6142 "socket2 0.6.1",
6143 "sync_wrapper",
6144 "tokio",
6145 "tokio-stream",
6146 "tower",
6147 "tower-layer",
6148 "tower-service",
6149 "tracing",
6150]
6151
6152[[package]]
6153name = "tonic-prost"
6154version = "0.14.2"
6155source = "registry+https://github.com/rust-lang/crates.io-index"
6156checksum = "66bd50ad6ce1252d87ef024b3d64fe4c3cf54a86fb9ef4c631fdd0ded7aeaa67"
6157dependencies = [
6158 "bytes",
6159 "prost",
6160 "tonic",
6161]
6162
6163[[package]]
6164name = "totp-rs"
6165version = "5.7.0"
6166source = "registry+https://github.com/rust-lang/crates.io-index"
6167checksum = "f124352108f58ef88299e909f6e9470f1cdc8d2a1397963901b4a6366206bf72"
6168dependencies = [
6169 "base32",
6170 "constant_time_eq",
6171 "hmac",
6172 "qrcodegen-image",
6173 "sha1",
6174 "sha2",
6175 "url",
6176 "urlencoding",
6177]
6178
6179[[package]]
6180name = "tower"
6181version = "0.5.2"
6182source = "registry+https://github.com/rust-lang/crates.io-index"
6183checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
6184dependencies = [
6185 "futures-core",
6186 "futures-util",
6187 "indexmap 2.12.1",
6188 "pin-project-lite",
6189 "slab",
6190 "sync_wrapper",
6191 "tokio",
6192 "tokio-util",
6193 "tower-layer",
6194 "tower-service",
6195 "tracing",
6196]
6197
6198[[package]]
6199name = "tower-http"
6200version = "0.6.7"
6201source = "registry+https://github.com/rust-lang/crates.io-index"
6202checksum = "9cf146f99d442e8e68e585f5d798ccd3cad9a7835b917e09728880a862706456"
6203dependencies = [
6204 "bitflags",
6205 "bytes",
6206 "futures-core",
6207 "futures-util",
6208 "http 1.4.0",
6209 "http-body 1.0.1",
6210 "http-body-util",
6211 "http-range-header",
6212 "httpdate",
6213 "iri-string",
6214 "mime",
6215 "mime_guess",
6216 "percent-encoding",
6217 "pin-project-lite",
6218 "tokio",
6219 "tokio-util",
6220 "tower",
6221 "tower-layer",
6222 "tower-service",
6223 "tracing",
6224]
6225
6226[[package]]
6227name = "tower-layer"
6228version = "0.3.3"
6229source = "registry+https://github.com/rust-lang/crates.io-index"
6230checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
6231
6232[[package]]
6233name = "tower-service"
6234version = "0.3.3"
6235source = "registry+https://github.com/rust-lang/crates.io-index"
6236checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
6237
6238[[package]]
6239name = "tracing"
6240version = "0.1.43"
6241source = "registry+https://github.com/rust-lang/crates.io-index"
6242checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
6243dependencies = [
6244 "log",
6245 "pin-project-lite",
6246 "tracing-attributes",
6247 "tracing-core",
6248]
6249
6250[[package]]
6251name = "tracing-attributes"
6252version = "0.1.31"
6253source = "registry+https://github.com/rust-lang/crates.io-index"
6254checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
6255dependencies = [
6256 "proc-macro2",
6257 "quote",
6258 "syn 2.0.111",
6259]
6260
6261[[package]]
6262name = "tracing-core"
6263version = "0.1.35"
6264source = "registry+https://github.com/rust-lang/crates.io-index"
6265checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
6266dependencies = [
6267 "once_cell",
6268 "valuable",
6269]
6270
6271[[package]]
6272name = "tracing-log"
6273version = "0.2.0"
6274source = "registry+https://github.com/rust-lang/crates.io-index"
6275checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
6276dependencies = [
6277 "log",
6278 "once_cell",
6279 "tracing-core",
6280]
6281
6282[[package]]
6283name = "tracing-subscriber"
6284version = "0.3.22"
6285source = "registry+https://github.com/rust-lang/crates.io-index"
6286checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
6287dependencies = [
6288 "matchers",
6289 "nu-ansi-term",
6290 "once_cell",
6291 "regex-automata",
6292 "sharded-slab",
6293 "smallvec",
6294 "thread_local",
6295 "tracing",
6296 "tracing-core",
6297 "tracing-log",
6298]
6299
6300[[package]]
6301name = "trait-variant"
6302version = "0.1.2"
6303source = "registry+https://github.com/rust-lang/crates.io-index"
6304checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
6305dependencies = [
6306 "proc-macro2",
6307 "quote",
6308 "syn 2.0.111",
6309]
6310
6311[[package]]
6312name = "tranquil-pds"
6313version = "0.1.0"
6314dependencies = [
6315 "aes-gcm",
6316 "anyhow",
6317 "async-trait",
6318 "aws-config",
6319 "aws-sdk-s3",
6320 "axum",
6321 "base32",
6322 "base64 0.22.1",
6323 "bcrypt",
6324 "bs58",
6325 "bytes",
6326 "chrono",
6327 "cid",
6328 "ctor",
6329 "dotenvy",
6330 "ed25519-dalek",
6331 "futures",
6332 "governor",
6333 "hickory-resolver",
6334 "hkdf",
6335 "hmac",
6336 "image",
6337 "ipld-core",
6338 "iroh-car",
6339 "jacquard",
6340 "jacquard-axum",
6341 "jacquard-repo",
6342 "jsonwebtoken",
6343 "k256",
6344 "metrics",
6345 "metrics-exporter-prometheus",
6346 "multibase",
6347 "multihash",
6348 "p256 0.13.2",
6349 "p384",
6350 "rand 0.8.5",
6351 "redis",
6352 "reqwest",
6353 "serde",
6354 "serde_bytes",
6355 "serde_ipld_dagcbor",
6356 "serde_json",
6357 "serde_urlencoded",
6358 "sha2",
6359 "sqlx",
6360 "subtle",
6361 "testcontainers",
6362 "testcontainers-modules",
6363 "thiserror 2.0.17",
6364 "tokio",
6365 "tokio-tungstenite",
6366 "totp-rs",
6367 "tower-http",
6368 "tracing",
6369 "tracing-subscriber",
6370 "urlencoding",
6371 "uuid",
6372 "webauthn-rs",
6373 "webauthn-rs-proto",
6374 "wiremock",
6375]
6376
6377[[package]]
6378name = "triomphe"
6379version = "0.1.15"
6380source = "registry+https://github.com/rust-lang/crates.io-index"
6381checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
6382
6383[[package]]
6384name = "try-lock"
6385version = "0.2.5"
6386source = "registry+https://github.com/rust-lang/crates.io-index"
6387checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
6388
6389[[package]]
6390name = "tungstenite"
6391version = "0.28.0"
6392source = "registry+https://github.com/rust-lang/crates.io-index"
6393checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
6394dependencies = [
6395 "bytes",
6396 "data-encoding",
6397 "http 1.4.0",
6398 "httparse",
6399 "log",
6400 "native-tls",
6401 "rand 0.9.2",
6402 "sha1",
6403 "thiserror 2.0.17",
6404 "utf-8",
6405]
6406
6407[[package]]
6408name = "typenum"
6409version = "1.19.0"
6410source = "registry+https://github.com/rust-lang/crates.io-index"
6411checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
6412
6413[[package]]
6414name = "unicase"
6415version = "2.8.1"
6416source = "registry+https://github.com/rust-lang/crates.io-index"
6417checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
6418
6419[[package]]
6420name = "unicode-bidi"
6421version = "0.3.18"
6422source = "registry+https://github.com/rust-lang/crates.io-index"
6423checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
6424
6425[[package]]
6426name = "unicode-ident"
6427version = "1.0.22"
6428source = "registry+https://github.com/rust-lang/crates.io-index"
6429checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
6430
6431[[package]]
6432name = "unicode-normalization"
6433version = "0.1.25"
6434source = "registry+https://github.com/rust-lang/crates.io-index"
6435checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
6436dependencies = [
6437 "tinyvec",
6438]
6439
6440[[package]]
6441name = "unicode-properties"
6442version = "0.1.4"
6443source = "registry+https://github.com/rust-lang/crates.io-index"
6444checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
6445
6446[[package]]
6447name = "unicode-segmentation"
6448version = "1.12.0"
6449source = "registry+https://github.com/rust-lang/crates.io-index"
6450checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
6451
6452[[package]]
6453name = "unicode-width"
6454version = "0.1.14"
6455source = "registry+https://github.com/rust-lang/crates.io-index"
6456checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
6457
6458[[package]]
6459name = "unicode-xid"
6460version = "0.2.6"
6461source = "registry+https://github.com/rust-lang/crates.io-index"
6462checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
6463
6464[[package]]
6465name = "universal-hash"
6466version = "0.5.1"
6467source = "registry+https://github.com/rust-lang/crates.io-index"
6468checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
6469dependencies = [
6470 "crypto-common",
6471 "subtle",
6472]
6473
6474[[package]]
6475name = "unsigned-varint"
6476version = "0.7.2"
6477source = "registry+https://github.com/rust-lang/crates.io-index"
6478checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105"
6479
6480[[package]]
6481name = "unsigned-varint"
6482version = "0.8.0"
6483source = "registry+https://github.com/rust-lang/crates.io-index"
6484checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
6485
6486[[package]]
6487name = "untrusted"
6488version = "0.9.0"
6489source = "registry+https://github.com/rust-lang/crates.io-index"
6490checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
6491
6492[[package]]
6493name = "ureq"
6494version = "3.1.4"
6495source = "registry+https://github.com/rust-lang/crates.io-index"
6496checksum = "d39cb1dbab692d82a977c0392ffac19e188bd9186a9f32806f0aaa859d75585a"
6497dependencies = [
6498 "base64 0.22.1",
6499 "log",
6500 "percent-encoding",
6501 "rustls 0.23.35",
6502 "rustls-pki-types",
6503 "ureq-proto",
6504 "utf-8",
6505 "webpki-roots 1.0.4",
6506]
6507
6508[[package]]
6509name = "ureq-proto"
6510version = "0.5.3"
6511source = "registry+https://github.com/rust-lang/crates.io-index"
6512checksum = "d81f9efa9df032be5934a46a068815a10a042b494b6a58cb0a1a97bb5467ed6f"
6513dependencies = [
6514 "base64 0.22.1",
6515 "http 1.4.0",
6516 "httparse",
6517 "log",
6518]
6519
6520[[package]]
6521name = "url"
6522version = "2.5.7"
6523source = "registry+https://github.com/rust-lang/crates.io-index"
6524checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
6525dependencies = [
6526 "form_urlencoded",
6527 "idna",
6528 "percent-encoding",
6529 "serde",
6530]
6531
6532[[package]]
6533name = "urlencoding"
6534version = "2.1.3"
6535source = "registry+https://github.com/rust-lang/crates.io-index"
6536checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
6537
6538[[package]]
6539name = "utf-8"
6540version = "0.7.6"
6541source = "registry+https://github.com/rust-lang/crates.io-index"
6542checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
6543
6544[[package]]
6545name = "utf8_iter"
6546version = "1.0.4"
6547source = "registry+https://github.com/rust-lang/crates.io-index"
6548checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
6549
6550[[package]]
6551name = "uuid"
6552version = "1.19.0"
6553source = "registry+https://github.com/rust-lang/crates.io-index"
6554checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a"
6555dependencies = [
6556 "getrandom 0.3.4",
6557 "js-sys",
6558 "rand 0.9.2",
6559 "serde_core",
6560 "sha1_smol",
6561 "wasm-bindgen",
6562]
6563
6564[[package]]
6565name = "valuable"
6566version = "0.1.1"
6567source = "registry+https://github.com/rust-lang/crates.io-index"
6568checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
6569
6570[[package]]
6571name = "vcpkg"
6572version = "0.2.15"
6573source = "registry+https://github.com/rust-lang/crates.io-index"
6574checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
6575
6576[[package]]
6577name = "version_check"
6578version = "0.9.5"
6579source = "registry+https://github.com/rust-lang/crates.io-index"
6580checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
6581
6582[[package]]
6583name = "vsimd"
6584version = "0.8.0"
6585source = "registry+https://github.com/rust-lang/crates.io-index"
6586checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
6587
6588[[package]]
6589name = "walkdir"
6590version = "2.5.0"
6591source = "registry+https://github.com/rust-lang/crates.io-index"
6592checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
6593dependencies = [
6594 "same-file",
6595 "winapi-util",
6596]
6597
6598[[package]]
6599name = "want"
6600version = "0.3.1"
6601source = "registry+https://github.com/rust-lang/crates.io-index"
6602checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
6603dependencies = [
6604 "try-lock",
6605]
6606
6607[[package]]
6608name = "wasi"
6609version = "0.11.1+wasi-snapshot-preview1"
6610source = "registry+https://github.com/rust-lang/crates.io-index"
6611checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
6612
6613[[package]]
6614name = "wasip2"
6615version = "1.0.1+wasi-0.2.4"
6616source = "registry+https://github.com/rust-lang/crates.io-index"
6617checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
6618dependencies = [
6619 "wit-bindgen",
6620]
6621
6622[[package]]
6623name = "wasite"
6624version = "0.1.0"
6625source = "registry+https://github.com/rust-lang/crates.io-index"
6626checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
6627
6628[[package]]
6629name = "wasm-bindgen"
6630version = "0.2.106"
6631source = "registry+https://github.com/rust-lang/crates.io-index"
6632checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd"
6633dependencies = [
6634 "cfg-if",
6635 "once_cell",
6636 "rustversion",
6637 "wasm-bindgen-macro",
6638 "wasm-bindgen-shared",
6639]
6640
6641[[package]]
6642name = "wasm-bindgen-futures"
6643version = "0.4.56"
6644source = "registry+https://github.com/rust-lang/crates.io-index"
6645checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c"
6646dependencies = [
6647 "cfg-if",
6648 "js-sys",
6649 "once_cell",
6650 "wasm-bindgen",
6651 "web-sys",
6652]
6653
6654[[package]]
6655name = "wasm-bindgen-macro"
6656version = "0.2.106"
6657source = "registry+https://github.com/rust-lang/crates.io-index"
6658checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3"
6659dependencies = [
6660 "quote",
6661 "wasm-bindgen-macro-support",
6662]
6663
6664[[package]]
6665name = "wasm-bindgen-macro-support"
6666version = "0.2.106"
6667source = "registry+https://github.com/rust-lang/crates.io-index"
6668checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40"
6669dependencies = [
6670 "bumpalo",
6671 "proc-macro2",
6672 "quote",
6673 "syn 2.0.111",
6674 "wasm-bindgen-shared",
6675]
6676
6677[[package]]
6678name = "wasm-bindgen-shared"
6679version = "0.2.106"
6680source = "registry+https://github.com/rust-lang/crates.io-index"
6681checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4"
6682dependencies = [
6683 "unicode-ident",
6684]
6685
6686[[package]]
6687name = "wasm-streams"
6688version = "0.4.2"
6689source = "registry+https://github.com/rust-lang/crates.io-index"
6690checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
6691dependencies = [
6692 "futures-util",
6693 "js-sys",
6694 "wasm-bindgen",
6695 "wasm-bindgen-futures",
6696 "web-sys",
6697]
6698
6699[[package]]
6700name = "web-sys"
6701version = "0.3.83"
6702source = "registry+https://github.com/rust-lang/crates.io-index"
6703checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac"
6704dependencies = [
6705 "js-sys",
6706 "wasm-bindgen",
6707]
6708
6709[[package]]
6710name = "web-time"
6711version = "1.1.0"
6712source = "registry+https://github.com/rust-lang/crates.io-index"
6713checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
6714dependencies = [
6715 "js-sys",
6716 "wasm-bindgen",
6717]
6718
6719[[package]]
6720name = "webauthn-attestation-ca"
6721version = "0.5.4"
6722source = "registry+https://github.com/rust-lang/crates.io-index"
6723checksum = "fafcf13f7dc1fb292ed4aea22cdd3757c285d7559e9748950ee390249da4da6b"
6724dependencies = [
6725 "base64urlsafedata",
6726 "openssl",
6727 "openssl-sys",
6728 "serde",
6729 "tracing",
6730 "uuid",
6731]
6732
6733[[package]]
6734name = "webauthn-rs"
6735version = "0.5.4"
6736source = "registry+https://github.com/rust-lang/crates.io-index"
6737checksum = "1b24d082d3360258fefb6ffe56123beef7d6868c765c779f97b7a2fcf06727f8"
6738dependencies = [
6739 "base64urlsafedata",
6740 "serde",
6741 "tracing",
6742 "url",
6743 "uuid",
6744 "webauthn-rs-core",
6745]
6746
6747[[package]]
6748name = "webauthn-rs-core"
6749version = "0.5.4"
6750source = "registry+https://github.com/rust-lang/crates.io-index"
6751checksum = "15784340a24c170ce60567282fb956a0938742dbfbf9eff5df793a686a009b8b"
6752dependencies = [
6753 "base64 0.21.7",
6754 "base64urlsafedata",
6755 "der-parser",
6756 "hex",
6757 "nom",
6758 "openssl",
6759 "openssl-sys",
6760 "rand 0.9.2",
6761 "rand_chacha 0.9.0",
6762 "serde",
6763 "serde_cbor_2",
6764 "serde_json",
6765 "thiserror 1.0.69",
6766 "tracing",
6767 "url",
6768 "uuid",
6769 "webauthn-attestation-ca",
6770 "webauthn-rs-proto",
6771 "x509-parser",
6772]
6773
6774[[package]]
6775name = "webauthn-rs-proto"
6776version = "0.5.4"
6777source = "registry+https://github.com/rust-lang/crates.io-index"
6778checksum = "16a1fb2580ce73baa42d3011a24de2ceab0d428de1879ece06e02e8c416e497c"
6779dependencies = [
6780 "base64 0.21.7",
6781 "base64urlsafedata",
6782 "serde",
6783 "serde_json",
6784 "url",
6785]
6786
6787[[package]]
6788name = "webpage"
6789version = "2.0.1"
6790source = "registry+https://github.com/rust-lang/crates.io-index"
6791checksum = "70862efc041d46e6bbaa82bb9c34ae0596d090e86cbd14bd9e93b36ee6802eac"
6792dependencies = [
6793 "html5ever",
6794 "markup5ever_rcdom",
6795 "serde_json",
6796 "url",
6797]
6798
6799[[package]]
6800name = "webpki-roots"
6801version = "0.26.11"
6802source = "registry+https://github.com/rust-lang/crates.io-index"
6803checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
6804dependencies = [
6805 "webpki-roots 1.0.4",
6806]
6807
6808[[package]]
6809name = "webpki-roots"
6810version = "1.0.4"
6811source = "registry+https://github.com/rust-lang/crates.io-index"
6812checksum = "b2878ef029c47c6e8cf779119f20fcf52bde7ad42a731b2a304bc221df17571e"
6813dependencies = [
6814 "rustls-pki-types",
6815]
6816
6817[[package]]
6818name = "weezl"
6819version = "0.1.12"
6820source = "registry+https://github.com/rust-lang/crates.io-index"
6821checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88"
6822
6823[[package]]
6824name = "whoami"
6825version = "1.6.1"
6826source = "registry+https://github.com/rust-lang/crates.io-index"
6827checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
6828dependencies = [
6829 "libredox",
6830 "wasite",
6831]
6832
6833[[package]]
6834name = "widestring"
6835version = "1.2.1"
6836source = "registry+https://github.com/rust-lang/crates.io-index"
6837checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
6838
6839[[package]]
6840name = "winapi"
6841version = "0.3.9"
6842source = "registry+https://github.com/rust-lang/crates.io-index"
6843checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
6844dependencies = [
6845 "winapi-i686-pc-windows-gnu",
6846 "winapi-x86_64-pc-windows-gnu",
6847]
6848
6849[[package]]
6850name = "winapi-i686-pc-windows-gnu"
6851version = "0.4.0"
6852source = "registry+https://github.com/rust-lang/crates.io-index"
6853checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
6854
6855[[package]]
6856name = "winapi-util"
6857version = "0.1.11"
6858source = "registry+https://github.com/rust-lang/crates.io-index"
6859checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
6860dependencies = [
6861 "windows-sys 0.61.2",
6862]
6863
6864[[package]]
6865name = "winapi-x86_64-pc-windows-gnu"
6866version = "0.4.0"
6867source = "registry+https://github.com/rust-lang/crates.io-index"
6868checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
6869
6870[[package]]
6871name = "windows"
6872version = "0.61.3"
6873source = "registry+https://github.com/rust-lang/crates.io-index"
6874checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
6875dependencies = [
6876 "windows-collections",
6877 "windows-core 0.61.2",
6878 "windows-future",
6879 "windows-link 0.1.3",
6880 "windows-numerics",
6881]
6882
6883[[package]]
6884name = "windows-collections"
6885version = "0.2.0"
6886source = "registry+https://github.com/rust-lang/crates.io-index"
6887checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
6888dependencies = [
6889 "windows-core 0.61.2",
6890]
6891
6892[[package]]
6893name = "windows-core"
6894version = "0.61.2"
6895source = "registry+https://github.com/rust-lang/crates.io-index"
6896checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
6897dependencies = [
6898 "windows-implement",
6899 "windows-interface",
6900 "windows-link 0.1.3",
6901 "windows-result 0.3.4",
6902 "windows-strings 0.4.2",
6903]
6904
6905[[package]]
6906name = "windows-core"
6907version = "0.62.2"
6908source = "registry+https://github.com/rust-lang/crates.io-index"
6909checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
6910dependencies = [
6911 "windows-implement",
6912 "windows-interface",
6913 "windows-link 0.2.1",
6914 "windows-result 0.4.1",
6915 "windows-strings 0.5.1",
6916]
6917
6918[[package]]
6919name = "windows-future"
6920version = "0.2.1"
6921source = "registry+https://github.com/rust-lang/crates.io-index"
6922checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
6923dependencies = [
6924 "windows-core 0.61.2",
6925 "windows-link 0.1.3",
6926 "windows-threading",
6927]
6928
6929[[package]]
6930name = "windows-implement"
6931version = "0.60.2"
6932source = "registry+https://github.com/rust-lang/crates.io-index"
6933checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
6934dependencies = [
6935 "proc-macro2",
6936 "quote",
6937 "syn 2.0.111",
6938]
6939
6940[[package]]
6941name = "windows-interface"
6942version = "0.59.3"
6943source = "registry+https://github.com/rust-lang/crates.io-index"
6944checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
6945dependencies = [
6946 "proc-macro2",
6947 "quote",
6948 "syn 2.0.111",
6949]
6950
6951[[package]]
6952name = "windows-link"
6953version = "0.1.3"
6954source = "registry+https://github.com/rust-lang/crates.io-index"
6955checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
6956
6957[[package]]
6958name = "windows-link"
6959version = "0.2.1"
6960source = "registry+https://github.com/rust-lang/crates.io-index"
6961checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
6962
6963[[package]]
6964name = "windows-numerics"
6965version = "0.2.0"
6966source = "registry+https://github.com/rust-lang/crates.io-index"
6967checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
6968dependencies = [
6969 "windows-core 0.61.2",
6970 "windows-link 0.1.3",
6971]
6972
6973[[package]]
6974name = "windows-registry"
6975version = "0.6.1"
6976source = "registry+https://github.com/rust-lang/crates.io-index"
6977checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
6978dependencies = [
6979 "windows-link 0.2.1",
6980 "windows-result 0.4.1",
6981 "windows-strings 0.5.1",
6982]
6983
6984[[package]]
6985name = "windows-result"
6986version = "0.3.4"
6987source = "registry+https://github.com/rust-lang/crates.io-index"
6988checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
6989dependencies = [
6990 "windows-link 0.1.3",
6991]
6992
6993[[package]]
6994name = "windows-result"
6995version = "0.4.1"
6996source = "registry+https://github.com/rust-lang/crates.io-index"
6997checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
6998dependencies = [
6999 "windows-link 0.2.1",
7000]
7001
7002[[package]]
7003name = "windows-strings"
7004version = "0.4.2"
7005source = "registry+https://github.com/rust-lang/crates.io-index"
7006checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
7007dependencies = [
7008 "windows-link 0.1.3",
7009]
7010
7011[[package]]
7012name = "windows-strings"
7013version = "0.5.1"
7014source = "registry+https://github.com/rust-lang/crates.io-index"
7015checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
7016dependencies = [
7017 "windows-link 0.2.1",
7018]
7019
7020[[package]]
7021name = "windows-sys"
7022version = "0.48.0"
7023source = "registry+https://github.com/rust-lang/crates.io-index"
7024checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
7025dependencies = [
7026 "windows-targets 0.48.5",
7027]
7028
7029[[package]]
7030name = "windows-sys"
7031version = "0.52.0"
7032source = "registry+https://github.com/rust-lang/crates.io-index"
7033checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
7034dependencies = [
7035 "windows-targets 0.52.6",
7036]
7037
7038[[package]]
7039name = "windows-sys"
7040version = "0.60.2"
7041source = "registry+https://github.com/rust-lang/crates.io-index"
7042checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
7043dependencies = [
7044 "windows-targets 0.53.5",
7045]
7046
7047[[package]]
7048name = "windows-sys"
7049version = "0.61.2"
7050source = "registry+https://github.com/rust-lang/crates.io-index"
7051checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
7052dependencies = [
7053 "windows-link 0.2.1",
7054]
7055
7056[[package]]
7057name = "windows-targets"
7058version = "0.48.5"
7059source = "registry+https://github.com/rust-lang/crates.io-index"
7060checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
7061dependencies = [
7062 "windows_aarch64_gnullvm 0.48.5",
7063 "windows_aarch64_msvc 0.48.5",
7064 "windows_i686_gnu 0.48.5",
7065 "windows_i686_msvc 0.48.5",
7066 "windows_x86_64_gnu 0.48.5",
7067 "windows_x86_64_gnullvm 0.48.5",
7068 "windows_x86_64_msvc 0.48.5",
7069]
7070
7071[[package]]
7072name = "windows-targets"
7073version = "0.52.6"
7074source = "registry+https://github.com/rust-lang/crates.io-index"
7075checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
7076dependencies = [
7077 "windows_aarch64_gnullvm 0.52.6",
7078 "windows_aarch64_msvc 0.52.6",
7079 "windows_i686_gnu 0.52.6",
7080 "windows_i686_gnullvm 0.52.6",
7081 "windows_i686_msvc 0.52.6",
7082 "windows_x86_64_gnu 0.52.6",
7083 "windows_x86_64_gnullvm 0.52.6",
7084 "windows_x86_64_msvc 0.52.6",
7085]
7086
7087[[package]]
7088name = "windows-targets"
7089version = "0.53.5"
7090source = "registry+https://github.com/rust-lang/crates.io-index"
7091checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
7092dependencies = [
7093 "windows-link 0.2.1",
7094 "windows_aarch64_gnullvm 0.53.1",
7095 "windows_aarch64_msvc 0.53.1",
7096 "windows_i686_gnu 0.53.1",
7097 "windows_i686_gnullvm 0.53.1",
7098 "windows_i686_msvc 0.53.1",
7099 "windows_x86_64_gnu 0.53.1",
7100 "windows_x86_64_gnullvm 0.53.1",
7101 "windows_x86_64_msvc 0.53.1",
7102]
7103
7104[[package]]
7105name = "windows-threading"
7106version = "0.1.0"
7107source = "registry+https://github.com/rust-lang/crates.io-index"
7108checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
7109dependencies = [
7110 "windows-link 0.1.3",
7111]
7112
7113[[package]]
7114name = "windows_aarch64_gnullvm"
7115version = "0.48.5"
7116source = "registry+https://github.com/rust-lang/crates.io-index"
7117checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
7118
7119[[package]]
7120name = "windows_aarch64_gnullvm"
7121version = "0.52.6"
7122source = "registry+https://github.com/rust-lang/crates.io-index"
7123checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
7124
7125[[package]]
7126name = "windows_aarch64_gnullvm"
7127version = "0.53.1"
7128source = "registry+https://github.com/rust-lang/crates.io-index"
7129checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
7130
7131[[package]]
7132name = "windows_aarch64_msvc"
7133version = "0.48.5"
7134source = "registry+https://github.com/rust-lang/crates.io-index"
7135checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
7136
7137[[package]]
7138name = "windows_aarch64_msvc"
7139version = "0.52.6"
7140source = "registry+https://github.com/rust-lang/crates.io-index"
7141checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
7142
7143[[package]]
7144name = "windows_aarch64_msvc"
7145version = "0.53.1"
7146source = "registry+https://github.com/rust-lang/crates.io-index"
7147checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
7148
7149[[package]]
7150name = "windows_i686_gnu"
7151version = "0.48.5"
7152source = "registry+https://github.com/rust-lang/crates.io-index"
7153checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
7154
7155[[package]]
7156name = "windows_i686_gnu"
7157version = "0.52.6"
7158source = "registry+https://github.com/rust-lang/crates.io-index"
7159checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
7160
7161[[package]]
7162name = "windows_i686_gnu"
7163version = "0.53.1"
7164source = "registry+https://github.com/rust-lang/crates.io-index"
7165checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
7166
7167[[package]]
7168name = "windows_i686_gnullvm"
7169version = "0.52.6"
7170source = "registry+https://github.com/rust-lang/crates.io-index"
7171checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
7172
7173[[package]]
7174name = "windows_i686_gnullvm"
7175version = "0.53.1"
7176source = "registry+https://github.com/rust-lang/crates.io-index"
7177checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
7178
7179[[package]]
7180name = "windows_i686_msvc"
7181version = "0.48.5"
7182source = "registry+https://github.com/rust-lang/crates.io-index"
7183checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
7184
7185[[package]]
7186name = "windows_i686_msvc"
7187version = "0.52.6"
7188source = "registry+https://github.com/rust-lang/crates.io-index"
7189checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
7190
7191[[package]]
7192name = "windows_i686_msvc"
7193version = "0.53.1"
7194source = "registry+https://github.com/rust-lang/crates.io-index"
7195checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
7196
7197[[package]]
7198name = "windows_x86_64_gnu"
7199version = "0.48.5"
7200source = "registry+https://github.com/rust-lang/crates.io-index"
7201checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
7202
7203[[package]]
7204name = "windows_x86_64_gnu"
7205version = "0.52.6"
7206source = "registry+https://github.com/rust-lang/crates.io-index"
7207checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
7208
7209[[package]]
7210name = "windows_x86_64_gnu"
7211version = "0.53.1"
7212source = "registry+https://github.com/rust-lang/crates.io-index"
7213checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
7214
7215[[package]]
7216name = "windows_x86_64_gnullvm"
7217version = "0.48.5"
7218source = "registry+https://github.com/rust-lang/crates.io-index"
7219checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
7220
7221[[package]]
7222name = "windows_x86_64_gnullvm"
7223version = "0.52.6"
7224source = "registry+https://github.com/rust-lang/crates.io-index"
7225checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
7226
7227[[package]]
7228name = "windows_x86_64_gnullvm"
7229version = "0.53.1"
7230source = "registry+https://github.com/rust-lang/crates.io-index"
7231checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
7232
7233[[package]]
7234name = "windows_x86_64_msvc"
7235version = "0.48.5"
7236source = "registry+https://github.com/rust-lang/crates.io-index"
7237checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
7238
7239[[package]]
7240name = "windows_x86_64_msvc"
7241version = "0.52.6"
7242source = "registry+https://github.com/rust-lang/crates.io-index"
7243checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
7244
7245[[package]]
7246name = "windows_x86_64_msvc"
7247version = "0.53.1"
7248source = "registry+https://github.com/rust-lang/crates.io-index"
7249checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
7250
7251[[package]]
7252name = "winreg"
7253version = "0.50.0"
7254source = "registry+https://github.com/rust-lang/crates.io-index"
7255checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
7256dependencies = [
7257 "cfg-if",
7258 "windows-sys 0.48.0",
7259]
7260
7261[[package]]
7262name = "wiremock"
7263version = "0.6.5"
7264source = "registry+https://github.com/rust-lang/crates.io-index"
7265checksum = "08db1edfb05d9b3c1542e521aea074442088292f00b5f28e435c714a98f85031"
7266dependencies = [
7267 "assert-json-diff",
7268 "base64 0.22.1",
7269 "deadpool",
7270 "futures",
7271 "http 1.4.0",
7272 "http-body-util",
7273 "hyper 1.8.1",
7274 "hyper-util",
7275 "log",
7276 "once_cell",
7277 "regex",
7278 "serde",
7279 "serde_json",
7280 "tokio",
7281 "url",
7282]
7283
7284[[package]]
7285name = "wit-bindgen"
7286version = "0.46.0"
7287source = "registry+https://github.com/rust-lang/crates.io-index"
7288checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
7289
7290[[package]]
7291name = "writeable"
7292version = "0.6.2"
7293source = "registry+https://github.com/rust-lang/crates.io-index"
7294checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
7295
7296[[package]]
7297name = "x509-parser"
7298version = "0.16.0"
7299source = "registry+https://github.com/rust-lang/crates.io-index"
7300checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69"
7301dependencies = [
7302 "asn1-rs",
7303 "data-encoding",
7304 "der-parser",
7305 "lazy_static",
7306 "nom",
7307 "oid-registry",
7308 "rusticata-macros",
7309 "thiserror 1.0.69",
7310 "time",
7311]
7312
7313[[package]]
7314name = "xattr"
7315version = "1.6.1"
7316source = "registry+https://github.com/rust-lang/crates.io-index"
7317checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156"
7318dependencies = [
7319 "libc",
7320 "rustix",
7321]
7322
7323[[package]]
7324name = "xml5ever"
7325version = "0.18.1"
7326source = "registry+https://github.com/rust-lang/crates.io-index"
7327checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
7328dependencies = [
7329 "log",
7330 "mac",
7331 "markup5ever",
7332]
7333
7334[[package]]
7335name = "xmlparser"
7336version = "0.13.6"
7337source = "registry+https://github.com/rust-lang/crates.io-index"
7338checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
7339
7340[[package]]
7341name = "yansi"
7342version = "1.0.1"
7343source = "registry+https://github.com/rust-lang/crates.io-index"
7344checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
7345
7346[[package]]
7347name = "yoke"
7348version = "0.8.1"
7349source = "registry+https://github.com/rust-lang/crates.io-index"
7350checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
7351dependencies = [
7352 "stable_deref_trait",
7353 "yoke-derive",
7354 "zerofrom",
7355]
7356
7357[[package]]
7358name = "yoke-derive"
7359version = "0.8.1"
7360source = "registry+https://github.com/rust-lang/crates.io-index"
7361checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
7362dependencies = [
7363 "proc-macro2",
7364 "quote",
7365 "syn 2.0.111",
7366 "synstructure",
7367]
7368
7369[[package]]
7370name = "zerocopy"
7371version = "0.8.31"
7372source = "registry+https://github.com/rust-lang/crates.io-index"
7373checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3"
7374dependencies = [
7375 "zerocopy-derive",
7376]
7377
7378[[package]]
7379name = "zerocopy-derive"
7380version = "0.8.31"
7381source = "registry+https://github.com/rust-lang/crates.io-index"
7382checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a"
7383dependencies = [
7384 "proc-macro2",
7385 "quote",
7386 "syn 2.0.111",
7387]
7388
7389[[package]]
7390name = "zerofrom"
7391version = "0.1.6"
7392source = "registry+https://github.com/rust-lang/crates.io-index"
7393checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
7394dependencies = [
7395 "zerofrom-derive",
7396]
7397
7398[[package]]
7399name = "zerofrom-derive"
7400version = "0.1.6"
7401source = "registry+https://github.com/rust-lang/crates.io-index"
7402checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
7403dependencies = [
7404 "proc-macro2",
7405 "quote",
7406 "syn 2.0.111",
7407 "synstructure",
7408]
7409
7410[[package]]
7411name = "zeroize"
7412version = "1.8.2"
7413source = "registry+https://github.com/rust-lang/crates.io-index"
7414checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
7415dependencies = [
7416 "serde",
7417]
7418
7419[[package]]
7420name = "zerotrie"
7421version = "0.2.3"
7422source = "registry+https://github.com/rust-lang/crates.io-index"
7423checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
7424dependencies = [
7425 "displaydoc",
7426 "yoke",
7427 "zerofrom",
7428]
7429
7430[[package]]
7431name = "zerovec"
7432version = "0.11.5"
7433source = "registry+https://github.com/rust-lang/crates.io-index"
7434checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
7435dependencies = [
7436 "yoke",
7437 "zerofrom",
7438 "zerovec-derive",
7439]
7440
7441[[package]]
7442name = "zerovec-derive"
7443version = "0.11.2"
7444source = "registry+https://github.com/rust-lang/crates.io-index"
7445checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
7446dependencies = [
7447 "proc-macro2",
7448 "quote",
7449 "syn 2.0.111",
7450]
7451
7452[[package]]
7453name = "zune-core"
7454version = "0.5.0"
7455source = "registry+https://github.com/rust-lang/crates.io-index"
7456checksum = "111f7d9820f05fd715df3144e254d6fc02ee4088b0644c0ffd0efc9e6d9d2773"
7457
7458[[package]]
7459name = "zune-jpeg"
7460version = "0.5.6"
7461source = "registry+https://github.com/rust-lang/crates.io-index"
7462checksum = "f520eebad972262a1dde0ec455bce4f8b298b1e5154513de58c114c4c54303e8"
7463dependencies = [
7464 "zune-core",
7465]