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