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