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 = "httparse"
2596version = "1.10.1"
2597source = "registry+https://github.com/rust-lang/crates.io-index"
2598checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
2599
2600[[package]]
2601name = "httpdate"
2602version = "1.0.3"
2603source = "registry+https://github.com/rust-lang/crates.io-index"
2604checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2605
2606[[package]]
2607name = "hyper"
2608version = "0.14.32"
2609source = "registry+https://github.com/rust-lang/crates.io-index"
2610checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
2611dependencies = [
2612 "bytes",
2613 "futures-channel",
2614 "futures-core",
2615 "futures-util",
2616 "h2 0.3.27",
2617 "http 0.2.12",
2618 "http-body 0.4.6",
2619 "httparse",
2620 "httpdate",
2621 "itoa",
2622 "pin-project-lite",
2623 "socket2 0.5.10",
2624 "tokio",
2625 "tower-service",
2626 "tracing",
2627 "want",
2628]
2629
2630[[package]]
2631name = "hyper"
2632version = "1.8.1"
2633source = "registry+https://github.com/rust-lang/crates.io-index"
2634checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
2635dependencies = [
2636 "atomic-waker",
2637 "bytes",
2638 "futures-channel",
2639 "futures-core",
2640 "h2 0.4.12",
2641 "http 1.4.0",
2642 "http-body 1.0.1",
2643 "httparse",
2644 "httpdate",
2645 "itoa",
2646 "pin-project-lite",
2647 "pin-utils",
2648 "smallvec",
2649 "tokio",
2650 "want",
2651]
2652
2653[[package]]
2654name = "hyper-named-pipe"
2655version = "0.1.0"
2656source = "registry+https://github.com/rust-lang/crates.io-index"
2657checksum = "73b7d8abf35697b81a825e386fc151e0d503e8cb5fcb93cc8669c376dfd6f278"
2658dependencies = [
2659 "hex",
2660 "hyper 1.8.1",
2661 "hyper-util",
2662 "pin-project-lite",
2663 "tokio",
2664 "tower-service",
2665 "winapi",
2666]
2667
2668[[package]]
2669name = "hyper-rustls"
2670version = "0.24.2"
2671source = "registry+https://github.com/rust-lang/crates.io-index"
2672checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
2673dependencies = [
2674 "futures-util",
2675 "http 0.2.12",
2676 "hyper 0.14.32",
2677 "log",
2678 "rustls 0.21.12",
2679 "tokio",
2680 "tokio-rustls 0.24.1",
2681]
2682
2683[[package]]
2684name = "hyper-rustls"
2685version = "0.27.7"
2686source = "registry+https://github.com/rust-lang/crates.io-index"
2687checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
2688dependencies = [
2689 "http 1.4.0",
2690 "hyper 1.8.1",
2691 "hyper-util",
2692 "rustls 0.23.35",
2693 "rustls-native-certs",
2694 "rustls-pki-types",
2695 "tokio",
2696 "tokio-rustls 0.26.4",
2697 "tower-service",
2698 "webpki-roots 1.0.4",
2699]
2700
2701[[package]]
2702name = "hyper-timeout"
2703version = "0.5.2"
2704source = "registry+https://github.com/rust-lang/crates.io-index"
2705checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
2706dependencies = [
2707 "hyper 1.8.1",
2708 "hyper-util",
2709 "pin-project-lite",
2710 "tokio",
2711 "tower-service",
2712]
2713
2714[[package]]
2715name = "hyper-tls"
2716version = "0.6.0"
2717source = "registry+https://github.com/rust-lang/crates.io-index"
2718checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
2719dependencies = [
2720 "bytes",
2721 "http-body-util",
2722 "hyper 1.8.1",
2723 "hyper-util",
2724 "native-tls",
2725 "tokio",
2726 "tokio-native-tls",
2727 "tower-service",
2728]
2729
2730[[package]]
2731name = "hyper-util"
2732version = "0.1.19"
2733source = "registry+https://github.com/rust-lang/crates.io-index"
2734checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f"
2735dependencies = [
2736 "base64 0.22.1",
2737 "bytes",
2738 "futures-channel",
2739 "futures-core",
2740 "futures-util",
2741 "http 1.4.0",
2742 "http-body 1.0.1",
2743 "hyper 1.8.1",
2744 "ipnet",
2745 "libc",
2746 "percent-encoding",
2747 "pin-project-lite",
2748 "socket2 0.6.1",
2749 "system-configuration",
2750 "tokio",
2751 "tower-service",
2752 "tracing",
2753 "windows-registry",
2754]
2755
2756[[package]]
2757name = "hyperlocal"
2758version = "0.9.1"
2759source = "registry+https://github.com/rust-lang/crates.io-index"
2760checksum = "986c5ce3b994526b3cd75578e62554abd09f0899d6206de48b3e96ab34ccc8c7"
2761dependencies = [
2762 "hex",
2763 "http-body-util",
2764 "hyper 1.8.1",
2765 "hyper-util",
2766 "pin-project-lite",
2767 "tokio",
2768 "tower-service",
2769]
2770
2771[[package]]
2772name = "iana-time-zone"
2773version = "0.1.64"
2774source = "registry+https://github.com/rust-lang/crates.io-index"
2775checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
2776dependencies = [
2777 "android_system_properties",
2778 "core-foundation-sys",
2779 "iana-time-zone-haiku",
2780 "js-sys",
2781 "log",
2782 "wasm-bindgen",
2783 "windows-core",
2784]
2785
2786[[package]]
2787name = "iana-time-zone-haiku"
2788version = "0.1.2"
2789source = "registry+https://github.com/rust-lang/crates.io-index"
2790checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2791dependencies = [
2792 "cc",
2793]
2794
2795[[package]]
2796name = "icu_collections"
2797version = "2.1.1"
2798source = "registry+https://github.com/rust-lang/crates.io-index"
2799checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
2800dependencies = [
2801 "displaydoc",
2802 "potential_utf",
2803 "yoke",
2804 "zerofrom",
2805 "zerovec",
2806]
2807
2808[[package]]
2809name = "icu_locale_core"
2810version = "2.1.1"
2811source = "registry+https://github.com/rust-lang/crates.io-index"
2812checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
2813dependencies = [
2814 "displaydoc",
2815 "litemap",
2816 "tinystr",
2817 "writeable",
2818 "zerovec",
2819]
2820
2821[[package]]
2822name = "icu_normalizer"
2823version = "2.1.1"
2824source = "registry+https://github.com/rust-lang/crates.io-index"
2825checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
2826dependencies = [
2827 "icu_collections",
2828 "icu_normalizer_data",
2829 "icu_properties",
2830 "icu_provider",
2831 "smallvec",
2832 "zerovec",
2833]
2834
2835[[package]]
2836name = "icu_normalizer_data"
2837version = "2.1.1"
2838source = "registry+https://github.com/rust-lang/crates.io-index"
2839checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
2840
2841[[package]]
2842name = "icu_properties"
2843version = "2.1.2"
2844source = "registry+https://github.com/rust-lang/crates.io-index"
2845checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
2846dependencies = [
2847 "icu_collections",
2848 "icu_locale_core",
2849 "icu_properties_data",
2850 "icu_provider",
2851 "zerotrie",
2852 "zerovec",
2853]
2854
2855[[package]]
2856name = "icu_properties_data"
2857version = "2.1.2"
2858source = "registry+https://github.com/rust-lang/crates.io-index"
2859checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
2860
2861[[package]]
2862name = "icu_provider"
2863version = "2.1.1"
2864source = "registry+https://github.com/rust-lang/crates.io-index"
2865checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
2866dependencies = [
2867 "displaydoc",
2868 "icu_locale_core",
2869 "writeable",
2870 "yoke",
2871 "zerofrom",
2872 "zerotrie",
2873 "zerovec",
2874]
2875
2876[[package]]
2877name = "ident_case"
2878version = "1.0.1"
2879source = "registry+https://github.com/rust-lang/crates.io-index"
2880checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2881
2882[[package]]
2883name = "idna"
2884version = "1.1.0"
2885source = "registry+https://github.com/rust-lang/crates.io-index"
2886checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
2887dependencies = [
2888 "idna_adapter",
2889 "smallvec",
2890 "utf8_iter",
2891]
2892
2893[[package]]
2894name = "idna_adapter"
2895version = "1.2.1"
2896source = "registry+https://github.com/rust-lang/crates.io-index"
2897checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
2898dependencies = [
2899 "icu_normalizer",
2900 "icu_properties",
2901]
2902
2903[[package]]
2904name = "image"
2905version = "0.25.9"
2906source = "registry+https://github.com/rust-lang/crates.io-index"
2907checksum = "e6506c6c10786659413faa717ceebcb8f70731c0a60cbae39795fdf114519c1a"
2908dependencies = [
2909 "bytemuck",
2910 "byteorder-lite",
2911 "color_quant",
2912 "gif",
2913 "image-webp",
2914 "moxcms",
2915 "num-traits",
2916 "png",
2917 "zune-core",
2918 "zune-jpeg",
2919]
2920
2921[[package]]
2922name = "image-webp"
2923version = "0.2.4"
2924source = "registry+https://github.com/rust-lang/crates.io-index"
2925checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
2926dependencies = [
2927 "byteorder-lite",
2928 "quick-error",
2929]
2930
2931[[package]]
2932name = "indexmap"
2933version = "1.9.3"
2934source = "registry+https://github.com/rust-lang/crates.io-index"
2935checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2936dependencies = [
2937 "autocfg",
2938 "hashbrown 0.12.3",
2939 "serde",
2940]
2941
2942[[package]]
2943name = "indexmap"
2944version = "2.12.1"
2945source = "registry+https://github.com/rust-lang/crates.io-index"
2946checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2"
2947dependencies = [
2948 "equivalent",
2949 "hashbrown 0.16.1",
2950 "serde",
2951 "serde_core",
2952]
2953
2954[[package]]
2955name = "indoc"
2956version = "2.0.7"
2957source = "registry+https://github.com/rust-lang/crates.io-index"
2958checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
2959dependencies = [
2960 "rustversion",
2961]
2962
2963[[package]]
2964name = "infer"
2965version = "0.19.0"
2966source = "registry+https://github.com/rust-lang/crates.io-index"
2967checksum = "a588916bfdfd92e71cacef98a63d9b1f0d74d6599980d11894290e7ddefffcf7"
2968dependencies = [
2969 "cfb",
2970]
2971
2972[[package]]
2973name = "inout"
2974version = "0.1.4"
2975source = "registry+https://github.com/rust-lang/crates.io-index"
2976checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
2977dependencies = [
2978 "generic-array",
2979]
2980
2981[[package]]
2982name = "inventory"
2983version = "0.3.21"
2984source = "registry+https://github.com/rust-lang/crates.io-index"
2985checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
2986dependencies = [
2987 "rustversion",
2988]
2989
2990[[package]]
2991name = "ipconfig"
2992version = "0.3.2"
2993source = "registry+https://github.com/rust-lang/crates.io-index"
2994checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
2995dependencies = [
2996 "socket2 0.5.10",
2997 "widestring",
2998 "windows-sys 0.48.0",
2999 "winreg",
3000]
3001
3002[[package]]
3003name = "ipld-core"
3004version = "0.4.2"
3005source = "registry+https://github.com/rust-lang/crates.io-index"
3006checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db"
3007dependencies = [
3008 "cid",
3009 "serde",
3010 "serde_bytes",
3011]
3012
3013[[package]]
3014name = "ipnet"
3015version = "2.11.0"
3016source = "registry+https://github.com/rust-lang/crates.io-index"
3017checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
3018
3019[[package]]
3020name = "iri-string"
3021version = "0.7.9"
3022source = "registry+https://github.com/rust-lang/crates.io-index"
3023checksum = "4f867b9d1d896b67beb18518eda36fdb77a32ea590de864f1325b294a6d14397"
3024dependencies = [
3025 "memchr",
3026 "serde",
3027]
3028
3029[[package]]
3030name = "iroh-car"
3031version = "0.5.1"
3032source = "registry+https://github.com/rust-lang/crates.io-index"
3033checksum = "cb7f8cd4cb9aa083fba8b52e921764252d0b4dcb1cd6d120b809dbfe1106e81a"
3034dependencies = [
3035 "anyhow",
3036 "cid",
3037 "futures",
3038 "serde",
3039 "serde_ipld_dagcbor",
3040 "thiserror 1.0.69",
3041 "tokio",
3042 "unsigned-varint 0.7.2",
3043]
3044
3045[[package]]
3046name = "itertools"
3047version = "0.14.0"
3048source = "registry+https://github.com/rust-lang/crates.io-index"
3049checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
3050dependencies = [
3051 "either",
3052]
3053
3054[[package]]
3055name = "itoa"
3056version = "1.0.16"
3057source = "registry+https://github.com/rust-lang/crates.io-index"
3058checksum = "7ee5b5339afb4c41626dde77b7a611bd4f2c202b897852b4bcf5d03eddc61010"
3059
3060[[package]]
3061name = "jacquard-common"
3062version = "0.9.5"
3063source = "registry+https://github.com/rust-lang/crates.io-index"
3064checksum = "1751921e0bdae5e0077afade6161545e9ef7698306c868f800916e99ecbcaae9"
3065dependencies = [
3066 "base64 0.22.1",
3067 "bon",
3068 "bytes",
3069 "chrono",
3070 "cid",
3071 "ed25519-dalek",
3072 "getrandom 0.2.16",
3073 "getrandom 0.3.4",
3074 "http 1.4.0",
3075 "ipld-core",
3076 "k256",
3077 "langtag",
3078 "miette",
3079 "multibase",
3080 "multihash",
3081 "ouroboros",
3082 "p256 0.13.2",
3083 "postcard",
3084 "rand 0.9.2",
3085 "regex",
3086 "regex-lite",
3087 "reqwest",
3088 "serde",
3089 "serde_bytes",
3090 "serde_html_form",
3091 "serde_ipld_dagcbor",
3092 "serde_json",
3093 "signature 2.2.0",
3094 "smol_str",
3095 "thiserror 2.0.17",
3096 "tokio",
3097 "tokio-util",
3098 "trait-variant",
3099 "url",
3100]
3101
3102[[package]]
3103name = "jacquard-derive"
3104version = "0.9.5"
3105source = "registry+https://github.com/rust-lang/crates.io-index"
3106checksum = "9c8d73dfee07943fdab93569ed1c28b06c6921ed891c08b415c4a323ff67e593"
3107dependencies = [
3108 "heck 0.5.0",
3109 "jacquard-lexicon",
3110 "proc-macro2",
3111 "quote",
3112 "syn 2.0.111",
3113]
3114
3115[[package]]
3116name = "jacquard-lexicon"
3117version = "0.9.5"
3118source = "registry+https://github.com/rust-lang/crates.io-index"
3119checksum = "8411aff546569b0a1e0ef669bed2380cec1c00d48f02f3fcd57a71545321b3d8"
3120dependencies = [
3121 "cid",
3122 "dashmap",
3123 "heck 0.5.0",
3124 "inventory",
3125 "jacquard-common",
3126 "miette",
3127 "multihash",
3128 "prettyplease",
3129 "proc-macro2",
3130 "quote",
3131 "serde",
3132 "serde_ipld_dagcbor",
3133 "serde_json",
3134 "serde_repr",
3135 "serde_with",
3136 "sha2",
3137 "syn 2.0.111",
3138 "thiserror 2.0.17",
3139 "unicode-segmentation",
3140]
3141
3142[[package]]
3143name = "jacquard-repo"
3144version = "0.9.6"
3145source = "registry+https://github.com/rust-lang/crates.io-index"
3146checksum = "c59705c56678f4d57229ab7790313b9f7d8f244a658d01ad1f4344e7d2efe2a3"
3147dependencies = [
3148 "bytes",
3149 "cid",
3150 "ed25519-dalek",
3151 "iroh-car",
3152 "jacquard-common",
3153 "jacquard-derive",
3154 "k256",
3155 "miette",
3156 "multihash",
3157 "n0-future",
3158 "p256 0.13.2",
3159 "serde",
3160 "serde_bytes",
3161 "serde_ipld_dagcbor",
3162 "sha2",
3163 "smol_str",
3164 "thiserror 2.0.17",
3165 "tokio",
3166 "trait-variant",
3167]
3168
3169[[package]]
3170name = "jobserver"
3171version = "0.1.34"
3172source = "registry+https://github.com/rust-lang/crates.io-index"
3173checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
3174dependencies = [
3175 "getrandom 0.3.4",
3176 "libc",
3177]
3178
3179[[package]]
3180name = "js-sys"
3181version = "0.3.83"
3182source = "registry+https://github.com/rust-lang/crates.io-index"
3183checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8"
3184dependencies = [
3185 "once_cell",
3186 "wasm-bindgen",
3187]
3188
3189[[package]]
3190name = "jsonwebtoken"
3191version = "10.2.0"
3192source = "registry+https://github.com/rust-lang/crates.io-index"
3193checksum = "c76e1c7d7df3e34443b3621b459b066a7b79644f059fc8b2db7070c825fd417e"
3194dependencies = [
3195 "base64 0.22.1",
3196 "ed25519-dalek",
3197 "getrandom 0.2.16",
3198 "hmac",
3199 "js-sys",
3200 "p256 0.13.2",
3201 "p384",
3202 "pem",
3203 "rand 0.8.5",
3204 "rsa",
3205 "serde",
3206 "serde_json",
3207 "sha2",
3208 "signature 2.2.0",
3209 "simple_asn1",
3210]
3211
3212[[package]]
3213name = "k256"
3214version = "0.13.4"
3215source = "registry+https://github.com/rust-lang/crates.io-index"
3216checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
3217dependencies = [
3218 "cfg-if",
3219 "ecdsa 0.16.9",
3220 "elliptic-curve 0.13.8",
3221 "once_cell",
3222 "sha2",
3223 "signature 2.2.0",
3224]
3225
3226[[package]]
3227name = "langtag"
3228version = "0.4.0"
3229source = "registry+https://github.com/rust-lang/crates.io-index"
3230checksum = "9ecb4c689a30e48ebeaa14237f34037e300dd072e6ad21a9ec72e810ff3c6600"
3231dependencies = [
3232 "serde",
3233 "static-regular-grammar",
3234 "thiserror 1.0.69",
3235]
3236
3237[[package]]
3238name = "lazy_static"
3239version = "1.5.0"
3240source = "registry+https://github.com/rust-lang/crates.io-index"
3241checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
3242dependencies = [
3243 "spin 0.9.8",
3244]
3245
3246[[package]]
3247name = "libc"
3248version = "0.2.178"
3249source = "registry+https://github.com/rust-lang/crates.io-index"
3250checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"
3251
3252[[package]]
3253name = "libm"
3254version = "0.2.15"
3255source = "registry+https://github.com/rust-lang/crates.io-index"
3256checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
3257
3258[[package]]
3259name = "libredox"
3260version = "0.1.11"
3261source = "registry+https://github.com/rust-lang/crates.io-index"
3262checksum = "df15f6eac291ed1cf25865b1ee60399f57e7c227e7f51bdbd4c5270396a9ed50"
3263dependencies = [
3264 "bitflags",
3265 "libc",
3266 "redox_syscall 0.6.0",
3267]
3268
3269[[package]]
3270name = "libsqlite3-sys"
3271version = "0.30.1"
3272source = "registry+https://github.com/rust-lang/crates.io-index"
3273checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
3274dependencies = [
3275 "pkg-config",
3276 "vcpkg",
3277]
3278
3279[[package]]
3280name = "libz-rs-sys"
3281version = "0.5.5"
3282source = "registry+https://github.com/rust-lang/crates.io-index"
3283checksum = "c10501e7805cee23da17c7790e59df2870c0d4043ec6d03f67d31e2b53e77415"
3284dependencies = [
3285 "zlib-rs",
3286]
3287
3288[[package]]
3289name = "linked-hash-map"
3290version = "0.5.6"
3291source = "registry+https://github.com/rust-lang/crates.io-index"
3292checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
3293
3294[[package]]
3295name = "linux-raw-sys"
3296version = "0.11.0"
3297source = "registry+https://github.com/rust-lang/crates.io-index"
3298checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
3299
3300[[package]]
3301name = "litemap"
3302version = "0.8.1"
3303source = "registry+https://github.com/rust-lang/crates.io-index"
3304checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
3305
3306[[package]]
3307name = "lock_api"
3308version = "0.4.14"
3309source = "registry+https://github.com/rust-lang/crates.io-index"
3310checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
3311dependencies = [
3312 "scopeguard",
3313]
3314
3315[[package]]
3316name = "log"
3317version = "0.4.29"
3318source = "registry+https://github.com/rust-lang/crates.io-index"
3319checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
3320
3321[[package]]
3322name = "loom"
3323version = "0.7.2"
3324source = "registry+https://github.com/rust-lang/crates.io-index"
3325checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
3326dependencies = [
3327 "cfg-if",
3328 "generator",
3329 "scoped-tls",
3330 "tracing",
3331 "tracing-subscriber",
3332]
3333
3334[[package]]
3335name = "lru"
3336version = "0.12.5"
3337source = "registry+https://github.com/rust-lang/crates.io-index"
3338checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
3339dependencies = [
3340 "hashbrown 0.15.5",
3341]
3342
3343[[package]]
3344name = "lru-cache"
3345version = "0.1.2"
3346source = "registry+https://github.com/rust-lang/crates.io-index"
3347checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
3348dependencies = [
3349 "linked-hash-map",
3350]
3351
3352[[package]]
3353name = "lru-slab"
3354version = "0.1.2"
3355source = "registry+https://github.com/rust-lang/crates.io-index"
3356checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
3357
3358[[package]]
3359name = "match-lookup"
3360version = "0.1.1"
3361source = "registry+https://github.com/rust-lang/crates.io-index"
3362checksum = "1265724d8cb29dbbc2b0f06fffb8bf1a8c0cf73a78eede9ba73a4a66c52a981e"
3363dependencies = [
3364 "proc-macro2",
3365 "quote",
3366 "syn 1.0.109",
3367]
3368
3369[[package]]
3370name = "matchers"
3371version = "0.2.0"
3372source = "registry+https://github.com/rust-lang/crates.io-index"
3373checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
3374dependencies = [
3375 "regex-automata",
3376]
3377
3378[[package]]
3379name = "matchit"
3380version = "0.8.4"
3381source = "registry+https://github.com/rust-lang/crates.io-index"
3382checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
3383
3384[[package]]
3385name = "md-5"
3386version = "0.10.6"
3387source = "registry+https://github.com/rust-lang/crates.io-index"
3388checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
3389dependencies = [
3390 "cfg-if",
3391 "digest",
3392]
3393
3394[[package]]
3395name = "memchr"
3396version = "2.7.6"
3397source = "registry+https://github.com/rust-lang/crates.io-index"
3398checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
3399
3400[[package]]
3401name = "metrics"
3402version = "0.24.3"
3403source = "registry+https://github.com/rust-lang/crates.io-index"
3404checksum = "5d5312e9ba3771cfa961b585728215e3d972c950a3eed9252aa093d6301277e8"
3405dependencies = [
3406 "ahash",
3407 "portable-atomic",
3408]
3409
3410[[package]]
3411name = "metrics-exporter-prometheus"
3412version = "0.16.2"
3413source = "registry+https://github.com/rust-lang/crates.io-index"
3414checksum = "dd7399781913e5393588a8d8c6a2867bf85fb38eaf2502fdce465aad2dc6f034"
3415dependencies = [
3416 "base64 0.22.1",
3417 "http-body-util",
3418 "hyper 1.8.1",
3419 "hyper-util",
3420 "indexmap 2.12.1",
3421 "ipnet",
3422 "metrics",
3423 "metrics-util",
3424 "quanta",
3425 "thiserror 1.0.69",
3426 "tokio",
3427 "tracing",
3428]
3429
3430[[package]]
3431name = "metrics-util"
3432version = "0.19.1"
3433source = "registry+https://github.com/rust-lang/crates.io-index"
3434checksum = "b8496cc523d1f94c1385dd8f0f0c2c480b2b8aeccb5b7e4485ad6365523ae376"
3435dependencies = [
3436 "crossbeam-epoch",
3437 "crossbeam-utils",
3438 "hashbrown 0.15.5",
3439 "metrics",
3440 "quanta",
3441 "rand 0.9.2",
3442 "rand_xoshiro",
3443 "sketches-ddsketch",
3444]
3445
3446[[package]]
3447name = "miette"
3448version = "7.6.0"
3449source = "registry+https://github.com/rust-lang/crates.io-index"
3450checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7"
3451dependencies = [
3452 "cfg-if",
3453 "miette-derive",
3454 "unicode-width",
3455]
3456
3457[[package]]
3458name = "miette-derive"
3459version = "7.6.0"
3460source = "registry+https://github.com/rust-lang/crates.io-index"
3461checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b"
3462dependencies = [
3463 "proc-macro2",
3464 "quote",
3465 "syn 2.0.111",
3466]
3467
3468[[package]]
3469name = "mime"
3470version = "0.3.17"
3471source = "registry+https://github.com/rust-lang/crates.io-index"
3472checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
3473
3474[[package]]
3475name = "minimal-lexical"
3476version = "0.2.1"
3477source = "registry+https://github.com/rust-lang/crates.io-index"
3478checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
3479
3480[[package]]
3481name = "miniz_oxide"
3482version = "0.8.9"
3483source = "registry+https://github.com/rust-lang/crates.io-index"
3484checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
3485dependencies = [
3486 "adler2",
3487 "simd-adler32",
3488]
3489
3490[[package]]
3491name = "mio"
3492version = "1.1.1"
3493source = "registry+https://github.com/rust-lang/crates.io-index"
3494checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
3495dependencies = [
3496 "libc",
3497 "wasi",
3498 "windows-sys 0.61.2",
3499]
3500
3501[[package]]
3502name = "moxcms"
3503version = "0.7.11"
3504source = "registry+https://github.com/rust-lang/crates.io-index"
3505checksum = "ac9557c559cd6fc9867e122e20d2cbefc9ca29d80d027a8e39310920ed2f0a97"
3506dependencies = [
3507 "num-traits",
3508 "pxfm",
3509]
3510
3511[[package]]
3512name = "multibase"
3513version = "0.9.2"
3514source = "registry+https://github.com/rust-lang/crates.io-index"
3515checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77"
3516dependencies = [
3517 "base-x",
3518 "base256emoji",
3519 "data-encoding",
3520 "data-encoding-macro",
3521]
3522
3523[[package]]
3524name = "multihash"
3525version = "0.19.3"
3526source = "registry+https://github.com/rust-lang/crates.io-index"
3527checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d"
3528dependencies = [
3529 "core2",
3530 "serde",
3531 "unsigned-varint 0.8.0",
3532]
3533
3534[[package]]
3535name = "n0-future"
3536version = "0.1.3"
3537source = "registry+https://github.com/rust-lang/crates.io-index"
3538checksum = "7bb0e5d99e681ab3c938842b96fcb41bf8a7bb4bfdb11ccbd653a7e83e06c794"
3539dependencies = [
3540 "cfg_aliases",
3541 "derive_more",
3542 "futures-buffered",
3543 "futures-lite",
3544 "futures-util",
3545 "js-sys",
3546 "pin-project",
3547 "send_wrapper",
3548 "tokio",
3549 "tokio-util",
3550 "wasm-bindgen",
3551 "wasm-bindgen-futures",
3552 "web-time",
3553]
3554
3555[[package]]
3556name = "native-tls"
3557version = "0.2.14"
3558source = "registry+https://github.com/rust-lang/crates.io-index"
3559checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
3560dependencies = [
3561 "libc",
3562 "log",
3563 "openssl",
3564 "openssl-probe",
3565 "openssl-sys",
3566 "schannel",
3567 "security-framework 2.11.1",
3568 "security-framework-sys",
3569 "tempfile",
3570]
3571
3572[[package]]
3573name = "nom"
3574version = "7.1.3"
3575source = "registry+https://github.com/rust-lang/crates.io-index"
3576checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
3577dependencies = [
3578 "memchr",
3579 "minimal-lexical",
3580]
3581
3582[[package]]
3583name = "nonzero_ext"
3584version = "0.3.0"
3585source = "registry+https://github.com/rust-lang/crates.io-index"
3586checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21"
3587
3588[[package]]
3589name = "nu-ansi-term"
3590version = "0.50.3"
3591source = "registry+https://github.com/rust-lang/crates.io-index"
3592checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
3593dependencies = [
3594 "windows-sys 0.61.2",
3595]
3596
3597[[package]]
3598name = "num"
3599version = "0.4.3"
3600source = "registry+https://github.com/rust-lang/crates.io-index"
3601checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
3602dependencies = [
3603 "num-bigint",
3604 "num-complex",
3605 "num-integer",
3606 "num-iter",
3607 "num-rational",
3608 "num-traits",
3609]
3610
3611[[package]]
3612name = "num-bigint"
3613version = "0.4.6"
3614source = "registry+https://github.com/rust-lang/crates.io-index"
3615checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
3616dependencies = [
3617 "num-integer",
3618 "num-traits",
3619]
3620
3621[[package]]
3622name = "num-bigint-dig"
3623version = "0.8.6"
3624source = "registry+https://github.com/rust-lang/crates.io-index"
3625checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
3626dependencies = [
3627 "lazy_static",
3628 "libm",
3629 "num-integer",
3630 "num-iter",
3631 "num-traits",
3632 "rand 0.8.5",
3633 "smallvec",
3634 "zeroize",
3635]
3636
3637[[package]]
3638name = "num-complex"
3639version = "0.4.6"
3640source = "registry+https://github.com/rust-lang/crates.io-index"
3641checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
3642dependencies = [
3643 "num-traits",
3644]
3645
3646[[package]]
3647name = "num-conv"
3648version = "0.1.0"
3649source = "registry+https://github.com/rust-lang/crates.io-index"
3650checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
3651
3652[[package]]
3653name = "num-integer"
3654version = "0.1.46"
3655source = "registry+https://github.com/rust-lang/crates.io-index"
3656checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
3657dependencies = [
3658 "num-traits",
3659]
3660
3661[[package]]
3662name = "num-iter"
3663version = "0.1.45"
3664source = "registry+https://github.com/rust-lang/crates.io-index"
3665checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
3666dependencies = [
3667 "autocfg",
3668 "num-integer",
3669 "num-traits",
3670]
3671
3672[[package]]
3673name = "num-rational"
3674version = "0.4.2"
3675source = "registry+https://github.com/rust-lang/crates.io-index"
3676checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
3677dependencies = [
3678 "num-bigint",
3679 "num-integer",
3680 "num-traits",
3681]
3682
3683[[package]]
3684name = "num-traits"
3685version = "0.2.19"
3686source = "registry+https://github.com/rust-lang/crates.io-index"
3687checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
3688dependencies = [
3689 "autocfg",
3690 "libm",
3691]
3692
3693[[package]]
3694name = "num_cpus"
3695version = "1.17.0"
3696source = "registry+https://github.com/rust-lang/crates.io-index"
3697checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
3698dependencies = [
3699 "hermit-abi",
3700 "libc",
3701]
3702
3703[[package]]
3704name = "oid-registry"
3705version = "0.7.1"
3706source = "registry+https://github.com/rust-lang/crates.io-index"
3707checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9"
3708dependencies = [
3709 "asn1-rs",
3710]
3711
3712[[package]]
3713name = "once_cell"
3714version = "1.21.3"
3715source = "registry+https://github.com/rust-lang/crates.io-index"
3716checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
3717
3718[[package]]
3719name = "opaque-debug"
3720version = "0.3.1"
3721source = "registry+https://github.com/rust-lang/crates.io-index"
3722checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
3723
3724[[package]]
3725name = "openssl"
3726version = "0.10.75"
3727source = "registry+https://github.com/rust-lang/crates.io-index"
3728checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328"
3729dependencies = [
3730 "bitflags",
3731 "cfg-if",
3732 "foreign-types",
3733 "libc",
3734 "once_cell",
3735 "openssl-macros",
3736 "openssl-sys",
3737]
3738
3739[[package]]
3740name = "openssl-macros"
3741version = "0.1.1"
3742source = "registry+https://github.com/rust-lang/crates.io-index"
3743checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
3744dependencies = [
3745 "proc-macro2",
3746 "quote",
3747 "syn 2.0.111",
3748]
3749
3750[[package]]
3751name = "openssl-probe"
3752version = "0.1.6"
3753source = "registry+https://github.com/rust-lang/crates.io-index"
3754checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
3755
3756[[package]]
3757name = "openssl-sys"
3758version = "0.9.111"
3759source = "registry+https://github.com/rust-lang/crates.io-index"
3760checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321"
3761dependencies = [
3762 "cc",
3763 "libc",
3764 "pkg-config",
3765 "vcpkg",
3766]
3767
3768[[package]]
3769name = "ouroboros"
3770version = "0.18.5"
3771source = "registry+https://github.com/rust-lang/crates.io-index"
3772checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
3773dependencies = [
3774 "aliasable",
3775 "ouroboros_macro",
3776 "static_assertions",
3777]
3778
3779[[package]]
3780name = "ouroboros_macro"
3781version = "0.18.5"
3782source = "registry+https://github.com/rust-lang/crates.io-index"
3783checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
3784dependencies = [
3785 "heck 0.4.1",
3786 "proc-macro2",
3787 "proc-macro2-diagnostics",
3788 "quote",
3789 "syn 2.0.111",
3790]
3791
3792[[package]]
3793name = "outref"
3794version = "0.5.2"
3795source = "registry+https://github.com/rust-lang/crates.io-index"
3796checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
3797
3798[[package]]
3799name = "p256"
3800version = "0.11.1"
3801source = "registry+https://github.com/rust-lang/crates.io-index"
3802checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
3803dependencies = [
3804 "ecdsa 0.14.8",
3805 "elliptic-curve 0.12.3",
3806 "sha2",
3807]
3808
3809[[package]]
3810name = "p256"
3811version = "0.13.2"
3812source = "registry+https://github.com/rust-lang/crates.io-index"
3813checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
3814dependencies = [
3815 "ecdsa 0.16.9",
3816 "elliptic-curve 0.13.8",
3817 "primeorder",
3818 "sha2",
3819]
3820
3821[[package]]
3822name = "p384"
3823version = "0.13.1"
3824source = "registry+https://github.com/rust-lang/crates.io-index"
3825checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6"
3826dependencies = [
3827 "ecdsa 0.16.9",
3828 "elliptic-curve 0.13.8",
3829 "primeorder",
3830 "sha2",
3831]
3832
3833[[package]]
3834name = "parking"
3835version = "2.2.1"
3836source = "registry+https://github.com/rust-lang/crates.io-index"
3837checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
3838
3839[[package]]
3840name = "parking_lot"
3841version = "0.12.5"
3842source = "registry+https://github.com/rust-lang/crates.io-index"
3843checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
3844dependencies = [
3845 "lock_api",
3846 "parking_lot_core",
3847]
3848
3849[[package]]
3850name = "parking_lot_core"
3851version = "0.9.12"
3852source = "registry+https://github.com/rust-lang/crates.io-index"
3853checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
3854dependencies = [
3855 "cfg-if",
3856 "libc",
3857 "redox_syscall 0.5.18",
3858 "smallvec",
3859 "windows-link",
3860]
3861
3862[[package]]
3863name = "parse-display"
3864version = "0.9.1"
3865source = "registry+https://github.com/rust-lang/crates.io-index"
3866checksum = "914a1c2265c98e2446911282c6ac86d8524f495792c38c5bd884f80499c7538a"
3867dependencies = [
3868 "parse-display-derive",
3869 "regex",
3870 "regex-syntax",
3871]
3872
3873[[package]]
3874name = "parse-display-derive"
3875version = "0.9.1"
3876source = "registry+https://github.com/rust-lang/crates.io-index"
3877checksum = "2ae7800a4c974efd12df917266338e79a7a74415173caf7e70aa0a0707345281"
3878dependencies = [
3879 "proc-macro2",
3880 "quote",
3881 "regex",
3882 "regex-syntax",
3883 "structmeta",
3884 "syn 2.0.111",
3885]
3886
3887[[package]]
3888name = "pastey"
3889version = "0.1.1"
3890source = "registry+https://github.com/rust-lang/crates.io-index"
3891checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec"
3892
3893[[package]]
3894name = "pem"
3895version = "3.0.6"
3896source = "registry+https://github.com/rust-lang/crates.io-index"
3897checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
3898dependencies = [
3899 "base64 0.22.1",
3900 "serde_core",
3901]
3902
3903[[package]]
3904name = "pem-rfc7468"
3905version = "0.7.0"
3906source = "registry+https://github.com/rust-lang/crates.io-index"
3907checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
3908dependencies = [
3909 "base64ct",
3910]
3911
3912[[package]]
3913name = "percent-encoding"
3914version = "2.3.2"
3915source = "registry+https://github.com/rust-lang/crates.io-index"
3916checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
3917
3918[[package]]
3919name = "pin-project"
3920version = "1.1.10"
3921source = "registry+https://github.com/rust-lang/crates.io-index"
3922checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
3923dependencies = [
3924 "pin-project-internal",
3925]
3926
3927[[package]]
3928name = "pin-project-internal"
3929version = "1.1.10"
3930source = "registry+https://github.com/rust-lang/crates.io-index"
3931checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
3932dependencies = [
3933 "proc-macro2",
3934 "quote",
3935 "syn 2.0.111",
3936]
3937
3938[[package]]
3939name = "pin-project-lite"
3940version = "0.2.16"
3941source = "registry+https://github.com/rust-lang/crates.io-index"
3942checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
3943
3944[[package]]
3945name = "pin-utils"
3946version = "0.1.0"
3947source = "registry+https://github.com/rust-lang/crates.io-index"
3948checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
3949
3950[[package]]
3951name = "pkcs1"
3952version = "0.7.5"
3953source = "registry+https://github.com/rust-lang/crates.io-index"
3954checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
3955dependencies = [
3956 "der 0.7.10",
3957 "pkcs8 0.10.2",
3958 "spki 0.7.3",
3959]
3960
3961[[package]]
3962name = "pkcs8"
3963version = "0.9.0"
3964source = "registry+https://github.com/rust-lang/crates.io-index"
3965checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
3966dependencies = [
3967 "der 0.6.1",
3968 "spki 0.6.0",
3969]
3970
3971[[package]]
3972name = "pkcs8"
3973version = "0.10.2"
3974source = "registry+https://github.com/rust-lang/crates.io-index"
3975checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
3976dependencies = [
3977 "der 0.7.10",
3978 "spki 0.7.3",
3979]
3980
3981[[package]]
3982name = "pkg-config"
3983version = "0.3.32"
3984source = "registry+https://github.com/rust-lang/crates.io-index"
3985checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
3986
3987[[package]]
3988name = "png"
3989version = "0.18.0"
3990source = "registry+https://github.com/rust-lang/crates.io-index"
3991checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
3992dependencies = [
3993 "bitflags",
3994 "crc32fast",
3995 "fdeflate",
3996 "flate2",
3997 "miniz_oxide",
3998]
3999
4000[[package]]
4001name = "polyval"
4002version = "0.6.2"
4003source = "registry+https://github.com/rust-lang/crates.io-index"
4004checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"
4005dependencies = [
4006 "cfg-if",
4007 "cpufeatures",
4008 "opaque-debug",
4009 "universal-hash",
4010]
4011
4012[[package]]
4013name = "portable-atomic"
4014version = "1.12.0"
4015source = "registry+https://github.com/rust-lang/crates.io-index"
4016checksum = "f59e70c4aef1e55797c2e8fd94a4f2a973fc972cfde0e0b05f683667b0cd39dd"
4017
4018[[package]]
4019name = "postcard"
4020version = "1.1.3"
4021source = "registry+https://github.com/rust-lang/crates.io-index"
4022checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
4023dependencies = [
4024 "cobs",
4025 "embedded-io 0.4.0",
4026 "embedded-io 0.6.1",
4027 "heapless",
4028 "serde",
4029]
4030
4031[[package]]
4032name = "potential_utf"
4033version = "0.1.4"
4034source = "registry+https://github.com/rust-lang/crates.io-index"
4035checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
4036dependencies = [
4037 "zerovec",
4038]
4039
4040[[package]]
4041name = "powerfmt"
4042version = "0.2.0"
4043source = "registry+https://github.com/rust-lang/crates.io-index"
4044checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
4045
4046[[package]]
4047name = "ppv-lite86"
4048version = "0.2.21"
4049source = "registry+https://github.com/rust-lang/crates.io-index"
4050checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
4051dependencies = [
4052 "zerocopy",
4053]
4054
4055[[package]]
4056name = "prettyplease"
4057version = "0.2.37"
4058source = "registry+https://github.com/rust-lang/crates.io-index"
4059checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
4060dependencies = [
4061 "proc-macro2",
4062 "syn 2.0.111",
4063]
4064
4065[[package]]
4066name = "primeorder"
4067version = "0.13.6"
4068source = "registry+https://github.com/rust-lang/crates.io-index"
4069checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
4070dependencies = [
4071 "elliptic-curve 0.13.8",
4072]
4073
4074[[package]]
4075name = "proc-macro-error"
4076version = "1.0.4"
4077source = "registry+https://github.com/rust-lang/crates.io-index"
4078checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
4079dependencies = [
4080 "proc-macro-error-attr",
4081 "proc-macro2",
4082 "quote",
4083 "syn 1.0.109",
4084 "version_check",
4085]
4086
4087[[package]]
4088name = "proc-macro-error-attr"
4089version = "1.0.4"
4090source = "registry+https://github.com/rust-lang/crates.io-index"
4091checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
4092dependencies = [
4093 "proc-macro2",
4094 "quote",
4095 "version_check",
4096]
4097
4098[[package]]
4099name = "proc-macro2"
4100version = "1.0.103"
4101source = "registry+https://github.com/rust-lang/crates.io-index"
4102checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
4103dependencies = [
4104 "unicode-ident",
4105]
4106
4107[[package]]
4108name = "proc-macro2-diagnostics"
4109version = "0.10.1"
4110source = "registry+https://github.com/rust-lang/crates.io-index"
4111checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
4112dependencies = [
4113 "proc-macro2",
4114 "quote",
4115 "syn 2.0.111",
4116 "version_check",
4117 "yansi",
4118]
4119
4120[[package]]
4121name = "prost"
4122version = "0.14.1"
4123source = "registry+https://github.com/rust-lang/crates.io-index"
4124checksum = "7231bd9b3d3d33c86b58adbac74b5ec0ad9f496b19d22801d773636feaa95f3d"
4125dependencies = [
4126 "bytes",
4127 "prost-derive",
4128]
4129
4130[[package]]
4131name = "prost-derive"
4132version = "0.14.1"
4133source = "registry+https://github.com/rust-lang/crates.io-index"
4134checksum = "9120690fafc389a67ba3803df527d0ec9cbbc9cc45e4cc20b332996dfb672425"
4135dependencies = [
4136 "anyhow",
4137 "itertools",
4138 "proc-macro2",
4139 "quote",
4140 "syn 2.0.111",
4141]
4142
4143[[package]]
4144name = "prost-types"
4145version = "0.14.1"
4146source = "registry+https://github.com/rust-lang/crates.io-index"
4147checksum = "b9b4db3d6da204ed77bb26ba83b6122a73aeb2e87e25fbf7ad2e84c4ccbf8f72"
4148dependencies = [
4149 "prost",
4150]
4151
4152[[package]]
4153name = "pxfm"
4154version = "0.1.27"
4155source = "registry+https://github.com/rust-lang/crates.io-index"
4156checksum = "7186d3822593aa4393561d186d1393b3923e9d6163d3fbfd6e825e3e6cf3e6a8"
4157dependencies = [
4158 "num-traits",
4159]
4160
4161[[package]]
4162name = "qrcodegen"
4163version = "1.8.0"
4164source = "registry+https://github.com/rust-lang/crates.io-index"
4165checksum = "4339fc7a1021c9c1621d87f5e3505f2805c8c105420ba2f2a4df86814590c142"
4166
4167[[package]]
4168name = "qrcodegen-image"
4169version = "1.5.0"
4170source = "registry+https://github.com/rust-lang/crates.io-index"
4171checksum = "221b7eace1aef8c95d65dbe09fb7a1a43d006045394a89afba6997721fcb7708"
4172dependencies = [
4173 "base64 0.22.1",
4174 "image",
4175 "qrcodegen",
4176]
4177
4178[[package]]
4179name = "quanta"
4180version = "0.12.6"
4181source = "registry+https://github.com/rust-lang/crates.io-index"
4182checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7"
4183dependencies = [
4184 "crossbeam-utils",
4185 "libc",
4186 "once_cell",
4187 "raw-cpuid",
4188 "wasi",
4189 "web-sys",
4190 "winapi",
4191]
4192
4193[[package]]
4194name = "quick-error"
4195version = "2.0.1"
4196source = "registry+https://github.com/rust-lang/crates.io-index"
4197checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
4198
4199[[package]]
4200name = "quinn"
4201version = "0.11.9"
4202source = "registry+https://github.com/rust-lang/crates.io-index"
4203checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
4204dependencies = [
4205 "bytes",
4206 "cfg_aliases",
4207 "pin-project-lite",
4208 "quinn-proto",
4209 "quinn-udp",
4210 "rustc-hash",
4211 "rustls 0.23.35",
4212 "socket2 0.6.1",
4213 "thiserror 2.0.17",
4214 "tokio",
4215 "tracing",
4216 "web-time",
4217]
4218
4219[[package]]
4220name = "quinn-proto"
4221version = "0.11.13"
4222source = "registry+https://github.com/rust-lang/crates.io-index"
4223checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
4224dependencies = [
4225 "bytes",
4226 "getrandom 0.3.4",
4227 "lru-slab",
4228 "rand 0.9.2",
4229 "ring",
4230 "rustc-hash",
4231 "rustls 0.23.35",
4232 "rustls-pki-types",
4233 "slab",
4234 "thiserror 2.0.17",
4235 "tinyvec",
4236 "tracing",
4237 "web-time",
4238]
4239
4240[[package]]
4241name = "quinn-udp"
4242version = "0.5.14"
4243source = "registry+https://github.com/rust-lang/crates.io-index"
4244checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
4245dependencies = [
4246 "cfg_aliases",
4247 "libc",
4248 "once_cell",
4249 "socket2 0.6.1",
4250 "tracing",
4251 "windows-sys 0.60.2",
4252]
4253
4254[[package]]
4255name = "quote"
4256version = "1.0.42"
4257source = "registry+https://github.com/rust-lang/crates.io-index"
4258checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
4259dependencies = [
4260 "proc-macro2",
4261]
4262
4263[[package]]
4264name = "r-efi"
4265version = "5.3.0"
4266source = "registry+https://github.com/rust-lang/crates.io-index"
4267checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
4268
4269[[package]]
4270name = "rand"
4271version = "0.8.5"
4272source = "registry+https://github.com/rust-lang/crates.io-index"
4273checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
4274dependencies = [
4275 "libc",
4276 "rand_chacha 0.3.1",
4277 "rand_core 0.6.4",
4278]
4279
4280[[package]]
4281name = "rand"
4282version = "0.9.2"
4283source = "registry+https://github.com/rust-lang/crates.io-index"
4284checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
4285dependencies = [
4286 "rand_chacha 0.9.0",
4287 "rand_core 0.9.3",
4288]
4289
4290[[package]]
4291name = "rand_chacha"
4292version = "0.3.1"
4293source = "registry+https://github.com/rust-lang/crates.io-index"
4294checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
4295dependencies = [
4296 "ppv-lite86",
4297 "rand_core 0.6.4",
4298]
4299
4300[[package]]
4301name = "rand_chacha"
4302version = "0.9.0"
4303source = "registry+https://github.com/rust-lang/crates.io-index"
4304checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
4305dependencies = [
4306 "ppv-lite86",
4307 "rand_core 0.9.3",
4308]
4309
4310[[package]]
4311name = "rand_core"
4312version = "0.6.4"
4313source = "registry+https://github.com/rust-lang/crates.io-index"
4314checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
4315dependencies = [
4316 "getrandom 0.2.16",
4317]
4318
4319[[package]]
4320name = "rand_core"
4321version = "0.9.3"
4322source = "registry+https://github.com/rust-lang/crates.io-index"
4323checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
4324dependencies = [
4325 "getrandom 0.3.4",
4326]
4327
4328[[package]]
4329name = "rand_xoshiro"
4330version = "0.7.0"
4331source = "registry+https://github.com/rust-lang/crates.io-index"
4332checksum = "f703f4665700daf5512dcca5f43afa6af89f09db47fb56be587f80636bda2d41"
4333dependencies = [
4334 "rand_core 0.9.3",
4335]
4336
4337[[package]]
4338name = "range-traits"
4339version = "0.3.2"
4340source = "registry+https://github.com/rust-lang/crates.io-index"
4341checksum = "d20581732dd76fa913c7dff1a2412b714afe3573e94d41c34719de73337cc8ab"
4342
4343[[package]]
4344name = "raw-cpuid"
4345version = "11.6.0"
4346source = "registry+https://github.com/rust-lang/crates.io-index"
4347checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
4348dependencies = [
4349 "bitflags",
4350]
4351
4352[[package]]
4353name = "redis"
4354version = "1.0.1"
4355source = "registry+https://github.com/rust-lang/crates.io-index"
4356checksum = "e2dc509b442812959ab125c74be2a930dd9b603038b6da9df9ec013aa23a4e9c"
4357dependencies = [
4358 "arc-swap",
4359 "arcstr",
4360 "backon",
4361 "bytes",
4362 "cfg-if",
4363 "combine",
4364 "futures-channel",
4365 "futures-util",
4366 "itoa",
4367 "num-bigint",
4368 "percent-encoding",
4369 "pin-project-lite",
4370 "ryu",
4371 "sha1_smol",
4372 "socket2 0.6.1",
4373 "tokio",
4374 "tokio-util",
4375 "url",
4376 "xxhash-rust",
4377]
4378
4379[[package]]
4380name = "redox_syscall"
4381version = "0.5.18"
4382source = "registry+https://github.com/rust-lang/crates.io-index"
4383checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
4384dependencies = [
4385 "bitflags",
4386]
4387
4388[[package]]
4389name = "redox_syscall"
4390version = "0.6.0"
4391source = "registry+https://github.com/rust-lang/crates.io-index"
4392checksum = "ec96166dafa0886eb81fe1c0a388bece180fbef2135f97c1e2cf8302e74b43b5"
4393dependencies = [
4394 "bitflags",
4395]
4396
4397[[package]]
4398name = "ref-cast"
4399version = "1.0.25"
4400source = "registry+https://github.com/rust-lang/crates.io-index"
4401checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
4402dependencies = [
4403 "ref-cast-impl",
4404]
4405
4406[[package]]
4407name = "ref-cast-impl"
4408version = "1.0.25"
4409source = "registry+https://github.com/rust-lang/crates.io-index"
4410checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
4411dependencies = [
4412 "proc-macro2",
4413 "quote",
4414 "syn 2.0.111",
4415]
4416
4417[[package]]
4418name = "regex"
4419version = "1.12.2"
4420source = "registry+https://github.com/rust-lang/crates.io-index"
4421checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
4422dependencies = [
4423 "aho-corasick",
4424 "memchr",
4425 "regex-automata",
4426 "regex-syntax",
4427]
4428
4429[[package]]
4430name = "regex-automata"
4431version = "0.4.13"
4432source = "registry+https://github.com/rust-lang/crates.io-index"
4433checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
4434dependencies = [
4435 "aho-corasick",
4436 "memchr",
4437 "regex-syntax",
4438]
4439
4440[[package]]
4441name = "regex-lite"
4442version = "0.1.8"
4443source = "registry+https://github.com/rust-lang/crates.io-index"
4444checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
4445
4446[[package]]
4447name = "regex-syntax"
4448version = "0.8.8"
4449source = "registry+https://github.com/rust-lang/crates.io-index"
4450checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
4451
4452[[package]]
4453name = "reqwest"
4454version = "0.12.28"
4455source = "registry+https://github.com/rust-lang/crates.io-index"
4456checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
4457dependencies = [
4458 "base64 0.22.1",
4459 "bytes",
4460 "encoding_rs",
4461 "futures-core",
4462 "h2 0.4.12",
4463 "http 1.4.0",
4464 "http-body 1.0.1",
4465 "http-body-util",
4466 "hyper 1.8.1",
4467 "hyper-rustls 0.27.7",
4468 "hyper-tls",
4469 "hyper-util",
4470 "js-sys",
4471 "log",
4472 "mime",
4473 "native-tls",
4474 "percent-encoding",
4475 "pin-project-lite",
4476 "quinn",
4477 "rustls 0.23.35",
4478 "rustls-pki-types",
4479 "serde",
4480 "serde_json",
4481 "serde_urlencoded",
4482 "sync_wrapper",
4483 "tokio",
4484 "tokio-native-tls",
4485 "tokio-rustls 0.26.4",
4486 "tower",
4487 "tower-http",
4488 "tower-service",
4489 "url",
4490 "wasm-bindgen",
4491 "wasm-bindgen-futures",
4492 "web-sys",
4493 "webpki-roots 1.0.4",
4494]
4495
4496[[package]]
4497name = "resolv-conf"
4498version = "0.7.6"
4499source = "registry+https://github.com/rust-lang/crates.io-index"
4500checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7"
4501
4502[[package]]
4503name = "rfc6979"
4504version = "0.3.1"
4505source = "registry+https://github.com/rust-lang/crates.io-index"
4506checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
4507dependencies = [
4508 "crypto-bigint 0.4.9",
4509 "hmac",
4510 "zeroize",
4511]
4512
4513[[package]]
4514name = "rfc6979"
4515version = "0.4.0"
4516source = "registry+https://github.com/rust-lang/crates.io-index"
4517checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
4518dependencies = [
4519 "hmac",
4520 "subtle",
4521]
4522
4523[[package]]
4524name = "ring"
4525version = "0.17.14"
4526source = "registry+https://github.com/rust-lang/crates.io-index"
4527checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
4528dependencies = [
4529 "cc",
4530 "cfg-if",
4531 "getrandom 0.2.16",
4532 "libc",
4533 "untrusted",
4534 "windows-sys 0.52.0",
4535]
4536
4537[[package]]
4538name = "rsa"
4539version = "0.9.9"
4540source = "registry+https://github.com/rust-lang/crates.io-index"
4541checksum = "40a0376c50d0358279d9d643e4bf7b7be212f1f4ff1da9070a7b54d22ef75c88"
4542dependencies = [
4543 "const-oid",
4544 "digest",
4545 "num-bigint-dig",
4546 "num-integer",
4547 "num-traits",
4548 "pkcs1",
4549 "pkcs8 0.10.2",
4550 "rand_core 0.6.4",
4551 "signature 2.2.0",
4552 "spki 0.7.3",
4553 "subtle",
4554 "zeroize",
4555]
4556
4557[[package]]
4558name = "rustc-hash"
4559version = "2.1.1"
4560source = "registry+https://github.com/rust-lang/crates.io-index"
4561checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
4562
4563[[package]]
4564name = "rustc_version"
4565version = "0.4.1"
4566source = "registry+https://github.com/rust-lang/crates.io-index"
4567checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
4568dependencies = [
4569 "semver",
4570]
4571
4572[[package]]
4573name = "rusticata-macros"
4574version = "4.1.0"
4575source = "registry+https://github.com/rust-lang/crates.io-index"
4576checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
4577dependencies = [
4578 "nom",
4579]
4580
4581[[package]]
4582name = "rustix"
4583version = "1.1.3"
4584source = "registry+https://github.com/rust-lang/crates.io-index"
4585checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
4586dependencies = [
4587 "bitflags",
4588 "errno",
4589 "libc",
4590 "linux-raw-sys",
4591 "windows-sys 0.61.2",
4592]
4593
4594[[package]]
4595name = "rustls"
4596version = "0.21.12"
4597source = "registry+https://github.com/rust-lang/crates.io-index"
4598checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
4599dependencies = [
4600 "log",
4601 "ring",
4602 "rustls-webpki 0.101.7",
4603 "sct",
4604]
4605
4606[[package]]
4607name = "rustls"
4608version = "0.23.35"
4609source = "registry+https://github.com/rust-lang/crates.io-index"
4610checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f"
4611dependencies = [
4612 "aws-lc-rs",
4613 "log",
4614 "once_cell",
4615 "ring",
4616 "rustls-pki-types",
4617 "rustls-webpki 0.103.8",
4618 "subtle",
4619 "zeroize",
4620]
4621
4622[[package]]
4623name = "rustls-native-certs"
4624version = "0.8.2"
4625source = "registry+https://github.com/rust-lang/crates.io-index"
4626checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
4627dependencies = [
4628 "openssl-probe",
4629 "rustls-pki-types",
4630 "schannel",
4631 "security-framework 3.5.1",
4632]
4633
4634[[package]]
4635name = "rustls-pemfile"
4636version = "2.2.0"
4637source = "registry+https://github.com/rust-lang/crates.io-index"
4638checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
4639dependencies = [
4640 "rustls-pki-types",
4641]
4642
4643[[package]]
4644name = "rustls-pki-types"
4645version = "1.13.2"
4646source = "registry+https://github.com/rust-lang/crates.io-index"
4647checksum = "21e6f2ab2928ca4291b86736a8bd920a277a399bba1589409d72154ff87c1282"
4648dependencies = [
4649 "web-time",
4650 "zeroize",
4651]
4652
4653[[package]]
4654name = "rustls-webpki"
4655version = "0.101.7"
4656source = "registry+https://github.com/rust-lang/crates.io-index"
4657checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
4658dependencies = [
4659 "ring",
4660 "untrusted",
4661]
4662
4663[[package]]
4664name = "rustls-webpki"
4665version = "0.103.8"
4666source = "registry+https://github.com/rust-lang/crates.io-index"
4667checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52"
4668dependencies = [
4669 "aws-lc-rs",
4670 "ring",
4671 "rustls-pki-types",
4672 "untrusted",
4673]
4674
4675[[package]]
4676name = "rustversion"
4677version = "1.0.22"
4678source = "registry+https://github.com/rust-lang/crates.io-index"
4679checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
4680
4681[[package]]
4682name = "ryu"
4683version = "1.0.21"
4684source = "registry+https://github.com/rust-lang/crates.io-index"
4685checksum = "62049b2877bf12821e8f9ad256ee38fdc31db7387ec2d3b3f403024de2034aea"
4686
4687[[package]]
4688name = "schannel"
4689version = "0.1.28"
4690source = "registry+https://github.com/rust-lang/crates.io-index"
4691checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
4692dependencies = [
4693 "windows-sys 0.61.2",
4694]
4695
4696[[package]]
4697name = "schemars"
4698version = "0.9.0"
4699source = "registry+https://github.com/rust-lang/crates.io-index"
4700checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
4701dependencies = [
4702 "dyn-clone",
4703 "ref-cast",
4704 "serde",
4705 "serde_json",
4706]
4707
4708[[package]]
4709name = "schemars"
4710version = "1.1.0"
4711source = "registry+https://github.com/rust-lang/crates.io-index"
4712checksum = "9558e172d4e8533736ba97870c4b2cd63f84b382a3d6eb063da41b91cce17289"
4713dependencies = [
4714 "dyn-clone",
4715 "ref-cast",
4716 "serde",
4717 "serde_json",
4718]
4719
4720[[package]]
4721name = "scoped-tls"
4722version = "1.0.1"
4723source = "registry+https://github.com/rust-lang/crates.io-index"
4724checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
4725
4726[[package]]
4727name = "scopeguard"
4728version = "1.2.0"
4729source = "registry+https://github.com/rust-lang/crates.io-index"
4730checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
4731
4732[[package]]
4733name = "sct"
4734version = "0.7.1"
4735source = "registry+https://github.com/rust-lang/crates.io-index"
4736checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
4737dependencies = [
4738 "ring",
4739 "untrusted",
4740]
4741
4742[[package]]
4743name = "sec1"
4744version = "0.3.0"
4745source = "registry+https://github.com/rust-lang/crates.io-index"
4746checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
4747dependencies = [
4748 "base16ct 0.1.1",
4749 "der 0.6.1",
4750 "generic-array",
4751 "pkcs8 0.9.0",
4752 "subtle",
4753 "zeroize",
4754]
4755
4756[[package]]
4757name = "sec1"
4758version = "0.7.3"
4759source = "registry+https://github.com/rust-lang/crates.io-index"
4760checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
4761dependencies = [
4762 "base16ct 0.2.0",
4763 "der 0.7.10",
4764 "generic-array",
4765 "pkcs8 0.10.2",
4766 "subtle",
4767 "zeroize",
4768]
4769
4770[[package]]
4771name = "security-framework"
4772version = "2.11.1"
4773source = "registry+https://github.com/rust-lang/crates.io-index"
4774checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
4775dependencies = [
4776 "bitflags",
4777 "core-foundation 0.9.4",
4778 "core-foundation-sys",
4779 "libc",
4780 "security-framework-sys",
4781]
4782
4783[[package]]
4784name = "security-framework"
4785version = "3.5.1"
4786source = "registry+https://github.com/rust-lang/crates.io-index"
4787checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
4788dependencies = [
4789 "bitflags",
4790 "core-foundation 0.10.1",
4791 "core-foundation-sys",
4792 "libc",
4793 "security-framework-sys",
4794]
4795
4796[[package]]
4797name = "security-framework-sys"
4798version = "2.15.0"
4799source = "registry+https://github.com/rust-lang/crates.io-index"
4800checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
4801dependencies = [
4802 "core-foundation-sys",
4803 "libc",
4804]
4805
4806[[package]]
4807name = "semver"
4808version = "1.0.27"
4809source = "registry+https://github.com/rust-lang/crates.io-index"
4810checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
4811
4812[[package]]
4813name = "send_wrapper"
4814version = "0.6.0"
4815source = "registry+https://github.com/rust-lang/crates.io-index"
4816checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
4817
4818[[package]]
4819name = "serde"
4820version = "1.0.228"
4821source = "registry+https://github.com/rust-lang/crates.io-index"
4822checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
4823dependencies = [
4824 "serde_core",
4825 "serde_derive",
4826]
4827
4828[[package]]
4829name = "serde_bytes"
4830version = "0.11.19"
4831source = "registry+https://github.com/rust-lang/crates.io-index"
4832checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
4833dependencies = [
4834 "serde",
4835 "serde_core",
4836]
4837
4838[[package]]
4839name = "serde_cbor_2"
4840version = "0.13.0"
4841source = "registry+https://github.com/rust-lang/crates.io-index"
4842checksum = "34aec2709de9078e077090abd848e967abab63c9fb3fdb5d4799ad359d8d482c"
4843dependencies = [
4844 "half",
4845 "serde",
4846]
4847
4848[[package]]
4849name = "serde_core"
4850version = "1.0.228"
4851source = "registry+https://github.com/rust-lang/crates.io-index"
4852checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
4853dependencies = [
4854 "serde_derive",
4855]
4856
4857[[package]]
4858name = "serde_derive"
4859version = "1.0.228"
4860source = "registry+https://github.com/rust-lang/crates.io-index"
4861checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
4862dependencies = [
4863 "proc-macro2",
4864 "quote",
4865 "syn 2.0.111",
4866]
4867
4868[[package]]
4869name = "serde_html_form"
4870version = "0.2.8"
4871source = "registry+https://github.com/rust-lang/crates.io-index"
4872checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f"
4873dependencies = [
4874 "form_urlencoded",
4875 "indexmap 2.12.1",
4876 "itoa",
4877 "ryu",
4878 "serde_core",
4879]
4880
4881[[package]]
4882name = "serde_ipld_dagcbor"
4883version = "0.6.4"
4884source = "registry+https://github.com/rust-lang/crates.io-index"
4885checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778"
4886dependencies = [
4887 "cbor4ii",
4888 "ipld-core",
4889 "scopeguard",
4890 "serde",
4891]
4892
4893[[package]]
4894name = "serde_json"
4895version = "1.0.146"
4896source = "registry+https://github.com/rust-lang/crates.io-index"
4897checksum = "217ca874ae0207aac254aa02c957ded05585a90892cc8d87f9e5fa49669dadd8"
4898dependencies = [
4899 "itoa",
4900 "memchr",
4901 "ryu",
4902 "serde",
4903 "serde_core",
4904]
4905
4906[[package]]
4907name = "serde_path_to_error"
4908version = "0.1.20"
4909source = "registry+https://github.com/rust-lang/crates.io-index"
4910checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
4911dependencies = [
4912 "itoa",
4913 "serde",
4914 "serde_core",
4915]
4916
4917[[package]]
4918name = "serde_repr"
4919version = "0.1.20"
4920source = "registry+https://github.com/rust-lang/crates.io-index"
4921checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
4922dependencies = [
4923 "proc-macro2",
4924 "quote",
4925 "syn 2.0.111",
4926]
4927
4928[[package]]
4929name = "serde_urlencoded"
4930version = "0.7.1"
4931source = "registry+https://github.com/rust-lang/crates.io-index"
4932checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
4933dependencies = [
4934 "form_urlencoded",
4935 "itoa",
4936 "ryu",
4937 "serde",
4938]
4939
4940[[package]]
4941name = "serde_with"
4942version = "3.16.1"
4943source = "registry+https://github.com/rust-lang/crates.io-index"
4944checksum = "4fa237f2807440d238e0364a218270b98f767a00d3dada77b1c53ae88940e2e7"
4945dependencies = [
4946 "base64 0.22.1",
4947 "chrono",
4948 "hex",
4949 "indexmap 1.9.3",
4950 "indexmap 2.12.1",
4951 "schemars 0.9.0",
4952 "schemars 1.1.0",
4953 "serde_core",
4954 "serde_json",
4955 "serde_with_macros",
4956 "time",
4957]
4958
4959[[package]]
4960name = "serde_with_macros"
4961version = "3.16.1"
4962source = "registry+https://github.com/rust-lang/crates.io-index"
4963checksum = "52a8e3ca0ca629121f70ab50f95249e5a6f925cc0f6ffe8256c45b728875706c"
4964dependencies = [
4965 "darling",
4966 "proc-macro2",
4967 "quote",
4968 "syn 2.0.111",
4969]
4970
4971[[package]]
4972name = "sha1"
4973version = "0.10.6"
4974source = "registry+https://github.com/rust-lang/crates.io-index"
4975checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
4976dependencies = [
4977 "cfg-if",
4978 "cpufeatures",
4979 "digest",
4980]
4981
4982[[package]]
4983name = "sha1_smol"
4984version = "1.0.1"
4985source = "registry+https://github.com/rust-lang/crates.io-index"
4986checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
4987
4988[[package]]
4989name = "sha2"
4990version = "0.10.9"
4991source = "registry+https://github.com/rust-lang/crates.io-index"
4992checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
4993dependencies = [
4994 "cfg-if",
4995 "cpufeatures",
4996 "digest",
4997]
4998
4999[[package]]
5000name = "sharded-slab"
5001version = "0.1.7"
5002source = "registry+https://github.com/rust-lang/crates.io-index"
5003checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
5004dependencies = [
5005 "lazy_static",
5006]
5007
5008[[package]]
5009name = "shlex"
5010version = "1.3.0"
5011source = "registry+https://github.com/rust-lang/crates.io-index"
5012checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
5013
5014[[package]]
5015name = "signal-hook-registry"
5016version = "1.4.7"
5017source = "registry+https://github.com/rust-lang/crates.io-index"
5018checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad"
5019dependencies = [
5020 "libc",
5021]
5022
5023[[package]]
5024name = "signature"
5025version = "1.6.4"
5026source = "registry+https://github.com/rust-lang/crates.io-index"
5027checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
5028dependencies = [
5029 "digest",
5030 "rand_core 0.6.4",
5031]
5032
5033[[package]]
5034name = "signature"
5035version = "2.2.0"
5036source = "registry+https://github.com/rust-lang/crates.io-index"
5037checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
5038dependencies = [
5039 "digest",
5040 "rand_core 0.6.4",
5041]
5042
5043[[package]]
5044name = "simd-adler32"
5045version = "0.3.8"
5046source = "registry+https://github.com/rust-lang/crates.io-index"
5047checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
5048
5049[[package]]
5050name = "simple_asn1"
5051version = "0.6.3"
5052source = "registry+https://github.com/rust-lang/crates.io-index"
5053checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
5054dependencies = [
5055 "num-bigint",
5056 "num-traits",
5057 "thiserror 2.0.17",
5058 "time",
5059]
5060
5061[[package]]
5062name = "sketches-ddsketch"
5063version = "0.3.0"
5064source = "registry+https://github.com/rust-lang/crates.io-index"
5065checksum = "c1e9a774a6c28142ac54bb25d25562e6bcf957493a184f15ad4eebccb23e410a"
5066
5067[[package]]
5068name = "slab"
5069version = "0.4.11"
5070source = "registry+https://github.com/rust-lang/crates.io-index"
5071checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
5072
5073[[package]]
5074name = "smallvec"
5075version = "1.15.1"
5076source = "registry+https://github.com/rust-lang/crates.io-index"
5077checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
5078dependencies = [
5079 "serde",
5080]
5081
5082[[package]]
5083name = "smol_str"
5084version = "0.3.4"
5085source = "registry+https://github.com/rust-lang/crates.io-index"
5086checksum = "3498b0a27f93ef1402f20eefacfaa1691272ac4eca1cdc8c596cb0a245d6cbf5"
5087dependencies = [
5088 "borsh",
5089 "serde_core",
5090]
5091
5092[[package]]
5093name = "socket2"
5094version = "0.5.10"
5095source = "registry+https://github.com/rust-lang/crates.io-index"
5096checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
5097dependencies = [
5098 "libc",
5099 "windows-sys 0.52.0",
5100]
5101
5102[[package]]
5103name = "socket2"
5104version = "0.6.1"
5105source = "registry+https://github.com/rust-lang/crates.io-index"
5106checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
5107dependencies = [
5108 "libc",
5109 "windows-sys 0.60.2",
5110]
5111
5112[[package]]
5113name = "spin"
5114version = "0.9.8"
5115source = "registry+https://github.com/rust-lang/crates.io-index"
5116checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
5117dependencies = [
5118 "lock_api",
5119]
5120
5121[[package]]
5122name = "spin"
5123version = "0.10.0"
5124source = "registry+https://github.com/rust-lang/crates.io-index"
5125checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
5126
5127[[package]]
5128name = "spinning_top"
5129version = "0.3.0"
5130source = "registry+https://github.com/rust-lang/crates.io-index"
5131checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300"
5132dependencies = [
5133 "lock_api",
5134]
5135
5136[[package]]
5137name = "spki"
5138version = "0.6.0"
5139source = "registry+https://github.com/rust-lang/crates.io-index"
5140checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
5141dependencies = [
5142 "base64ct",
5143 "der 0.6.1",
5144]
5145
5146[[package]]
5147name = "spki"
5148version = "0.7.3"
5149source = "registry+https://github.com/rust-lang/crates.io-index"
5150checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
5151dependencies = [
5152 "base64ct",
5153 "der 0.7.10",
5154]
5155
5156[[package]]
5157name = "sqlx"
5158version = "0.8.6"
5159source = "registry+https://github.com/rust-lang/crates.io-index"
5160checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
5161dependencies = [
5162 "sqlx-core",
5163 "sqlx-macros",
5164 "sqlx-mysql",
5165 "sqlx-postgres",
5166 "sqlx-sqlite",
5167]
5168
5169[[package]]
5170name = "sqlx-core"
5171version = "0.8.6"
5172source = "registry+https://github.com/rust-lang/crates.io-index"
5173checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
5174dependencies = [
5175 "base64 0.22.1",
5176 "bytes",
5177 "chrono",
5178 "crc",
5179 "crossbeam-queue",
5180 "either",
5181 "event-listener",
5182 "futures-core",
5183 "futures-intrusive",
5184 "futures-io",
5185 "futures-util",
5186 "hashbrown 0.15.5",
5187 "hashlink",
5188 "indexmap 2.12.1",
5189 "log",
5190 "memchr",
5191 "once_cell",
5192 "percent-encoding",
5193 "rustls 0.23.35",
5194 "serde",
5195 "serde_json",
5196 "sha2",
5197 "smallvec",
5198 "thiserror 2.0.17",
5199 "tokio",
5200 "tokio-stream",
5201 "tracing",
5202 "url",
5203 "uuid",
5204 "webpki-roots 0.26.11",
5205]
5206
5207[[package]]
5208name = "sqlx-macros"
5209version = "0.8.6"
5210source = "registry+https://github.com/rust-lang/crates.io-index"
5211checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
5212dependencies = [
5213 "proc-macro2",
5214 "quote",
5215 "sqlx-core",
5216 "sqlx-macros-core",
5217 "syn 2.0.111",
5218]
5219
5220[[package]]
5221name = "sqlx-macros-core"
5222version = "0.8.6"
5223source = "registry+https://github.com/rust-lang/crates.io-index"
5224checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
5225dependencies = [
5226 "dotenvy",
5227 "either",
5228 "heck 0.5.0",
5229 "hex",
5230 "once_cell",
5231 "proc-macro2",
5232 "quote",
5233 "serde",
5234 "serde_json",
5235 "sha2",
5236 "sqlx-core",
5237 "sqlx-mysql",
5238 "sqlx-postgres",
5239 "sqlx-sqlite",
5240 "syn 2.0.111",
5241 "tokio",
5242 "url",
5243]
5244
5245[[package]]
5246name = "sqlx-mysql"
5247version = "0.8.6"
5248source = "registry+https://github.com/rust-lang/crates.io-index"
5249checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
5250dependencies = [
5251 "atoi",
5252 "base64 0.22.1",
5253 "bitflags",
5254 "byteorder",
5255 "bytes",
5256 "chrono",
5257 "crc",
5258 "digest",
5259 "dotenvy",
5260 "either",
5261 "futures-channel",
5262 "futures-core",
5263 "futures-io",
5264 "futures-util",
5265 "generic-array",
5266 "hex",
5267 "hkdf",
5268 "hmac",
5269 "itoa",
5270 "log",
5271 "md-5",
5272 "memchr",
5273 "once_cell",
5274 "percent-encoding",
5275 "rand 0.8.5",
5276 "rsa",
5277 "serde",
5278 "sha1",
5279 "sha2",
5280 "smallvec",
5281 "sqlx-core",
5282 "stringprep",
5283 "thiserror 2.0.17",
5284 "tracing",
5285 "uuid",
5286 "whoami",
5287]
5288
5289[[package]]
5290name = "sqlx-postgres"
5291version = "0.8.6"
5292source = "registry+https://github.com/rust-lang/crates.io-index"
5293checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
5294dependencies = [
5295 "atoi",
5296 "base64 0.22.1",
5297 "bitflags",
5298 "byteorder",
5299 "chrono",
5300 "crc",
5301 "dotenvy",
5302 "etcetera 0.8.0",
5303 "futures-channel",
5304 "futures-core",
5305 "futures-util",
5306 "hex",
5307 "hkdf",
5308 "hmac",
5309 "home",
5310 "itoa",
5311 "log",
5312 "md-5",
5313 "memchr",
5314 "once_cell",
5315 "rand 0.8.5",
5316 "serde",
5317 "serde_json",
5318 "sha2",
5319 "smallvec",
5320 "sqlx-core",
5321 "stringprep",
5322 "thiserror 2.0.17",
5323 "tracing",
5324 "uuid",
5325 "whoami",
5326]
5327
5328[[package]]
5329name = "sqlx-sqlite"
5330version = "0.8.6"
5331source = "registry+https://github.com/rust-lang/crates.io-index"
5332checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
5333dependencies = [
5334 "atoi",
5335 "chrono",
5336 "flume",
5337 "futures-channel",
5338 "futures-core",
5339 "futures-executor",
5340 "futures-intrusive",
5341 "futures-util",
5342 "libsqlite3-sys",
5343 "log",
5344 "percent-encoding",
5345 "serde",
5346 "serde_urlencoded",
5347 "sqlx-core",
5348 "thiserror 2.0.17",
5349 "tracing",
5350 "url",
5351 "uuid",
5352]
5353
5354[[package]]
5355name = "stable_deref_trait"
5356version = "1.2.1"
5357source = "registry+https://github.com/rust-lang/crates.io-index"
5358checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
5359
5360[[package]]
5361name = "static-regular-grammar"
5362version = "2.0.2"
5363source = "registry+https://github.com/rust-lang/crates.io-index"
5364checksum = "4f4a6c40247579acfbb138c3cd7de3dab113ab4ac6227f1b7de7d626ee667957"
5365dependencies = [
5366 "abnf",
5367 "btree-range-map",
5368 "ciborium",
5369 "hex_fmt",
5370 "indoc",
5371 "proc-macro-error",
5372 "proc-macro2",
5373 "quote",
5374 "serde",
5375 "sha2",
5376 "syn 2.0.111",
5377 "thiserror 1.0.69",
5378]
5379
5380[[package]]
5381name = "static_assertions"
5382version = "1.1.0"
5383source = "registry+https://github.com/rust-lang/crates.io-index"
5384checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
5385
5386[[package]]
5387name = "stringprep"
5388version = "0.1.5"
5389source = "registry+https://github.com/rust-lang/crates.io-index"
5390checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
5391dependencies = [
5392 "unicode-bidi",
5393 "unicode-normalization",
5394 "unicode-properties",
5395]
5396
5397[[package]]
5398name = "strsim"
5399version = "0.11.1"
5400source = "registry+https://github.com/rust-lang/crates.io-index"
5401checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
5402
5403[[package]]
5404name = "structmeta"
5405version = "0.3.0"
5406source = "registry+https://github.com/rust-lang/crates.io-index"
5407checksum = "2e1575d8d40908d70f6fd05537266b90ae71b15dbbe7a8b7dffa2b759306d329"
5408dependencies = [
5409 "proc-macro2",
5410 "quote",
5411 "structmeta-derive",
5412 "syn 2.0.111",
5413]
5414
5415[[package]]
5416name = "structmeta-derive"
5417version = "0.3.0"
5418source = "registry+https://github.com/rust-lang/crates.io-index"
5419checksum = "152a0b65a590ff6c3da95cabe2353ee04e6167c896b28e3b14478c2636c922fc"
5420dependencies = [
5421 "proc-macro2",
5422 "quote",
5423 "syn 2.0.111",
5424]
5425
5426[[package]]
5427name = "subtle"
5428version = "2.6.1"
5429source = "registry+https://github.com/rust-lang/crates.io-index"
5430checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
5431
5432[[package]]
5433name = "syn"
5434version = "1.0.109"
5435source = "registry+https://github.com/rust-lang/crates.io-index"
5436checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
5437dependencies = [
5438 "proc-macro2",
5439 "quote",
5440 "unicode-ident",
5441]
5442
5443[[package]]
5444name = "syn"
5445version = "2.0.111"
5446source = "registry+https://github.com/rust-lang/crates.io-index"
5447checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
5448dependencies = [
5449 "proc-macro2",
5450 "quote",
5451 "unicode-ident",
5452]
5453
5454[[package]]
5455name = "sync_wrapper"
5456version = "1.0.2"
5457source = "registry+https://github.com/rust-lang/crates.io-index"
5458checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
5459dependencies = [
5460 "futures-core",
5461]
5462
5463[[package]]
5464name = "synstructure"
5465version = "0.13.2"
5466source = "registry+https://github.com/rust-lang/crates.io-index"
5467checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
5468dependencies = [
5469 "proc-macro2",
5470 "quote",
5471 "syn 2.0.111",
5472]
5473
5474[[package]]
5475name = "system-configuration"
5476version = "0.6.1"
5477source = "registry+https://github.com/rust-lang/crates.io-index"
5478checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
5479dependencies = [
5480 "bitflags",
5481 "core-foundation 0.9.4",
5482 "system-configuration-sys",
5483]
5484
5485[[package]]
5486name = "system-configuration-sys"
5487version = "0.6.0"
5488source = "registry+https://github.com/rust-lang/crates.io-index"
5489checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
5490dependencies = [
5491 "core-foundation-sys",
5492 "libc",
5493]
5494
5495[[package]]
5496name = "tempfile"
5497version = "3.23.0"
5498source = "registry+https://github.com/rust-lang/crates.io-index"
5499checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
5500dependencies = [
5501 "fastrand",
5502 "getrandom 0.3.4",
5503 "once_cell",
5504 "rustix",
5505 "windows-sys 0.61.2",
5506]
5507
5508[[package]]
5509name = "testcontainers"
5510version = "0.26.2"
5511source = "registry+https://github.com/rust-lang/crates.io-index"
5512checksum = "1483605f58b2fff80d786eb56a0b6b4e8b1e5423fbc9ec2e3e562fa2040d6f27"
5513dependencies = [
5514 "astral-tokio-tar",
5515 "async-trait",
5516 "bollard",
5517 "bytes",
5518 "docker_credential",
5519 "either",
5520 "etcetera 0.11.0",
5521 "ferroid",
5522 "futures",
5523 "itertools",
5524 "log",
5525 "memchr",
5526 "parse-display",
5527 "pin-project-lite",
5528 "serde",
5529 "serde_json",
5530 "serde_with",
5531 "thiserror 2.0.17",
5532 "tokio",
5533 "tokio-stream",
5534 "tokio-util",
5535 "url",
5536]
5537
5538[[package]]
5539name = "testcontainers-modules"
5540version = "0.14.0"
5541source = "registry+https://github.com/rust-lang/crates.io-index"
5542checksum = "5e75e78ff453128a2c7da9a5d5a3325ea34ea214d4bf51eab3417de23a4e5147"
5543dependencies = [
5544 "testcontainers",
5545]
5546
5547[[package]]
5548name = "thiserror"
5549version = "1.0.69"
5550source = "registry+https://github.com/rust-lang/crates.io-index"
5551checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
5552dependencies = [
5553 "thiserror-impl 1.0.69",
5554]
5555
5556[[package]]
5557name = "thiserror"
5558version = "2.0.17"
5559source = "registry+https://github.com/rust-lang/crates.io-index"
5560checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
5561dependencies = [
5562 "thiserror-impl 2.0.17",
5563]
5564
5565[[package]]
5566name = "thiserror-impl"
5567version = "1.0.69"
5568source = "registry+https://github.com/rust-lang/crates.io-index"
5569checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
5570dependencies = [
5571 "proc-macro2",
5572 "quote",
5573 "syn 2.0.111",
5574]
5575
5576[[package]]
5577name = "thiserror-impl"
5578version = "2.0.17"
5579source = "registry+https://github.com/rust-lang/crates.io-index"
5580checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
5581dependencies = [
5582 "proc-macro2",
5583 "quote",
5584 "syn 2.0.111",
5585]
5586
5587[[package]]
5588name = "thread_local"
5589version = "1.1.9"
5590source = "registry+https://github.com/rust-lang/crates.io-index"
5591checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
5592dependencies = [
5593 "cfg-if",
5594]
5595
5596[[package]]
5597name = "time"
5598version = "0.3.44"
5599source = "registry+https://github.com/rust-lang/crates.io-index"
5600checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
5601dependencies = [
5602 "deranged",
5603 "itoa",
5604 "num-conv",
5605 "powerfmt",
5606 "serde",
5607 "time-core",
5608 "time-macros",
5609]
5610
5611[[package]]
5612name = "time-core"
5613version = "0.1.6"
5614source = "registry+https://github.com/rust-lang/crates.io-index"
5615checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
5616
5617[[package]]
5618name = "time-macros"
5619version = "0.2.24"
5620source = "registry+https://github.com/rust-lang/crates.io-index"
5621checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
5622dependencies = [
5623 "num-conv",
5624 "time-core",
5625]
5626
5627[[package]]
5628name = "tinystr"
5629version = "0.8.2"
5630source = "registry+https://github.com/rust-lang/crates.io-index"
5631checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
5632dependencies = [
5633 "displaydoc",
5634 "zerovec",
5635]
5636
5637[[package]]
5638name = "tinyvec"
5639version = "1.10.0"
5640source = "registry+https://github.com/rust-lang/crates.io-index"
5641checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
5642dependencies = [
5643 "tinyvec_macros",
5644]
5645
5646[[package]]
5647name = "tinyvec_macros"
5648version = "0.1.1"
5649source = "registry+https://github.com/rust-lang/crates.io-index"
5650checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
5651
5652[[package]]
5653name = "tokio"
5654version = "1.48.0"
5655source = "registry+https://github.com/rust-lang/crates.io-index"
5656checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
5657dependencies = [
5658 "bytes",
5659 "libc",
5660 "mio",
5661 "pin-project-lite",
5662 "signal-hook-registry",
5663 "socket2 0.6.1",
5664 "tokio-macros",
5665 "windows-sys 0.61.2",
5666]
5667
5668[[package]]
5669name = "tokio-macros"
5670version = "2.6.0"
5671source = "registry+https://github.com/rust-lang/crates.io-index"
5672checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
5673dependencies = [
5674 "proc-macro2",
5675 "quote",
5676 "syn 2.0.111",
5677]
5678
5679[[package]]
5680name = "tokio-native-tls"
5681version = "0.3.1"
5682source = "registry+https://github.com/rust-lang/crates.io-index"
5683checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
5684dependencies = [
5685 "native-tls",
5686 "tokio",
5687]
5688
5689[[package]]
5690name = "tokio-rustls"
5691version = "0.24.1"
5692source = "registry+https://github.com/rust-lang/crates.io-index"
5693checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
5694dependencies = [
5695 "rustls 0.21.12",
5696 "tokio",
5697]
5698
5699[[package]]
5700name = "tokio-rustls"
5701version = "0.26.4"
5702source = "registry+https://github.com/rust-lang/crates.io-index"
5703checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
5704dependencies = [
5705 "rustls 0.23.35",
5706 "tokio",
5707]
5708
5709[[package]]
5710name = "tokio-stream"
5711version = "0.1.17"
5712source = "registry+https://github.com/rust-lang/crates.io-index"
5713checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
5714dependencies = [
5715 "futures-core",
5716 "pin-project-lite",
5717 "tokio",
5718]
5719
5720[[package]]
5721name = "tokio-tungstenite"
5722version = "0.28.0"
5723source = "registry+https://github.com/rust-lang/crates.io-index"
5724checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
5725dependencies = [
5726 "futures-util",
5727 "log",
5728 "native-tls",
5729 "tokio",
5730 "tokio-native-tls",
5731 "tungstenite",
5732]
5733
5734[[package]]
5735name = "tokio-util"
5736version = "0.7.18"
5737source = "registry+https://github.com/rust-lang/crates.io-index"
5738checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
5739dependencies = [
5740 "bytes",
5741 "futures-core",
5742 "futures-sink",
5743 "futures-util",
5744 "pin-project-lite",
5745 "tokio",
5746]
5747
5748[[package]]
5749name = "tonic"
5750version = "0.14.2"
5751source = "registry+https://github.com/rust-lang/crates.io-index"
5752checksum = "eb7613188ce9f7df5bfe185db26c5814347d110db17920415cf2fbcad85e7203"
5753dependencies = [
5754 "async-trait",
5755 "axum",
5756 "base64 0.22.1",
5757 "bytes",
5758 "h2 0.4.12",
5759 "http 1.4.0",
5760 "http-body 1.0.1",
5761 "http-body-util",
5762 "hyper 1.8.1",
5763 "hyper-timeout",
5764 "hyper-util",
5765 "percent-encoding",
5766 "pin-project",
5767 "socket2 0.6.1",
5768 "sync_wrapper",
5769 "tokio",
5770 "tokio-stream",
5771 "tower",
5772 "tower-layer",
5773 "tower-service",
5774 "tracing",
5775]
5776
5777[[package]]
5778name = "tonic-prost"
5779version = "0.14.2"
5780source = "registry+https://github.com/rust-lang/crates.io-index"
5781checksum = "66bd50ad6ce1252d87ef024b3d64fe4c3cf54a86fb9ef4c631fdd0ded7aeaa67"
5782dependencies = [
5783 "bytes",
5784 "prost",
5785 "tonic",
5786]
5787
5788[[package]]
5789name = "totp-rs"
5790version = "5.7.0"
5791source = "registry+https://github.com/rust-lang/crates.io-index"
5792checksum = "f124352108f58ef88299e909f6e9470f1cdc8d2a1397963901b4a6366206bf72"
5793dependencies = [
5794 "base32",
5795 "constant_time_eq",
5796 "hmac",
5797 "qrcodegen-image",
5798 "sha1",
5799 "sha2",
5800 "url",
5801 "urlencoding",
5802]
5803
5804[[package]]
5805name = "tower"
5806version = "0.5.2"
5807source = "registry+https://github.com/rust-lang/crates.io-index"
5808checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
5809dependencies = [
5810 "futures-core",
5811 "futures-util",
5812 "indexmap 2.12.1",
5813 "pin-project-lite",
5814 "slab",
5815 "sync_wrapper",
5816 "tokio",
5817 "tokio-util",
5818 "tower-layer",
5819 "tower-service",
5820 "tracing",
5821]
5822
5823[[package]]
5824name = "tower-http"
5825version = "0.6.8"
5826source = "registry+https://github.com/rust-lang/crates.io-index"
5827checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
5828dependencies = [
5829 "async-compression",
5830 "bitflags",
5831 "bytes",
5832 "futures-core",
5833 "futures-util",
5834 "http 1.4.0",
5835 "http-body 1.0.1",
5836 "http-body-util",
5837 "iri-string",
5838 "pin-project-lite",
5839 "tokio",
5840 "tokio-util",
5841 "tower",
5842 "tower-layer",
5843 "tower-service",
5844]
5845
5846[[package]]
5847name = "tower-layer"
5848version = "0.3.3"
5849source = "registry+https://github.com/rust-lang/crates.io-index"
5850checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
5851
5852[[package]]
5853name = "tower-service"
5854version = "0.3.3"
5855source = "registry+https://github.com/rust-lang/crates.io-index"
5856checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
5857
5858[[package]]
5859name = "tracing"
5860version = "0.1.44"
5861source = "registry+https://github.com/rust-lang/crates.io-index"
5862checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
5863dependencies = [
5864 "log",
5865 "pin-project-lite",
5866 "tracing-attributes",
5867 "tracing-core",
5868]
5869
5870[[package]]
5871name = "tracing-attributes"
5872version = "0.1.31"
5873source = "registry+https://github.com/rust-lang/crates.io-index"
5874checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
5875dependencies = [
5876 "proc-macro2",
5877 "quote",
5878 "syn 2.0.111",
5879]
5880
5881[[package]]
5882name = "tracing-core"
5883version = "0.1.36"
5884source = "registry+https://github.com/rust-lang/crates.io-index"
5885checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
5886dependencies = [
5887 "once_cell",
5888 "valuable",
5889]
5890
5891[[package]]
5892name = "tracing-log"
5893version = "0.2.0"
5894source = "registry+https://github.com/rust-lang/crates.io-index"
5895checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
5896dependencies = [
5897 "log",
5898 "once_cell",
5899 "tracing-core",
5900]
5901
5902[[package]]
5903name = "tracing-subscriber"
5904version = "0.3.22"
5905source = "registry+https://github.com/rust-lang/crates.io-index"
5906checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
5907dependencies = [
5908 "matchers",
5909 "nu-ansi-term",
5910 "once_cell",
5911 "regex-automata",
5912 "sharded-slab",
5913 "smallvec",
5914 "thread_local",
5915 "tracing",
5916 "tracing-core",
5917 "tracing-log",
5918]
5919
5920[[package]]
5921name = "trait-variant"
5922version = "0.1.2"
5923source = "registry+https://github.com/rust-lang/crates.io-index"
5924checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
5925dependencies = [
5926 "proc-macro2",
5927 "quote",
5928 "syn 2.0.111",
5929]
5930
5931[[package]]
5932name = "tranquil-auth"
5933version = "0.1.0"
5934dependencies = [
5935 "anyhow",
5936 "base32",
5937 "base64 0.22.1",
5938 "bcrypt",
5939 "chrono",
5940 "hmac",
5941 "k256",
5942 "rand 0.8.5",
5943 "serde",
5944 "serde_json",
5945 "sha2",
5946 "subtle",
5947 "totp-rs",
5948 "tranquil-crypto",
5949 "urlencoding",
5950 "uuid",
5951]
5952
5953[[package]]
5954name = "tranquil-cache"
5955version = "0.1.0"
5956dependencies = [
5957 "async-trait",
5958 "base64 0.22.1",
5959 "redis",
5960 "tracing",
5961 "tranquil-infra",
5962]
5963
5964[[package]]
5965name = "tranquil-comms"
5966version = "0.1.0"
5967dependencies = [
5968 "async-trait",
5969 "base64 0.22.1",
5970 "reqwest",
5971 "serde_json",
5972 "thiserror 2.0.17",
5973 "tokio",
5974 "tranquil-db-traits",
5975 "uuid",
5976]
5977
5978[[package]]
5979name = "tranquil-crypto"
5980version = "0.1.0"
5981dependencies = [
5982 "aes-gcm",
5983 "base64 0.22.1",
5984 "hkdf",
5985 "hmac",
5986 "p256 0.13.2",
5987 "rand 0.8.5",
5988 "serde",
5989 "sha2",
5990 "subtle",
5991 "thiserror 2.0.17",
5992]
5993
5994[[package]]
5995name = "tranquil-db"
5996version = "0.1.0"
5997dependencies = [
5998 "async-trait",
5999 "chrono",
6000 "rand 0.8.5",
6001 "serde",
6002 "serde_json",
6003 "sqlx",
6004 "tracing",
6005 "tranquil-db-traits",
6006 "tranquil-oauth",
6007 "tranquil-types",
6008 "uuid",
6009]
6010
6011[[package]]
6012name = "tranquil-db-traits"
6013version = "0.1.0"
6014dependencies = [
6015 "async-trait",
6016 "base64 0.22.1",
6017 "chrono",
6018 "serde",
6019 "serde_json",
6020 "sqlx",
6021 "thiserror 2.0.17",
6022 "tranquil-oauth",
6023 "tranquil-types",
6024 "uuid",
6025]
6026
6027[[package]]
6028name = "tranquil-infra"
6029version = "0.1.0"
6030dependencies = [
6031 "async-trait",
6032 "bytes",
6033 "futures",
6034 "thiserror 2.0.17",
6035]
6036
6037[[package]]
6038name = "tranquil-oauth"
6039version = "0.1.0"
6040dependencies = [
6041 "anyhow",
6042 "axum",
6043 "base64 0.22.1",
6044 "chrono",
6045 "ed25519-dalek",
6046 "p256 0.13.2",
6047 "p384",
6048 "rand 0.8.5",
6049 "reqwest",
6050 "serde",
6051 "serde_json",
6052 "sha2",
6053 "sqlx",
6054 "tokio",
6055 "tracing",
6056 "tranquil-types",
6057 "uuid",
6058]
6059
6060[[package]]
6061name = "tranquil-pds"
6062version = "0.1.0"
6063dependencies = [
6064 "aes-gcm",
6065 "anyhow",
6066 "async-trait",
6067 "aws-config",
6068 "aws-sdk-s3",
6069 "axum",
6070 "backon",
6071 "base32",
6072 "base64 0.22.1",
6073 "bcrypt",
6074 "bs58",
6075 "bytes",
6076 "chrono",
6077 "ciborium",
6078 "cid",
6079 "ctor",
6080 "dotenvy",
6081 "futures",
6082 "futures-util",
6083 "governor",
6084 "hickory-resolver",
6085 "hkdf",
6086 "hmac",
6087 "http 1.4.0",
6088 "image",
6089 "infer",
6090 "ipld-core",
6091 "iroh-car",
6092 "jacquard-common",
6093 "jacquard-repo",
6094 "jsonwebtoken",
6095 "k256",
6096 "metrics",
6097 "metrics-exporter-prometheus",
6098 "multibase",
6099 "multihash",
6100 "p256 0.13.2",
6101 "rand 0.8.5",
6102 "redis",
6103 "regex",
6104 "reqwest",
6105 "serde",
6106 "serde_bytes",
6107 "serde_ipld_dagcbor",
6108 "serde_json",
6109 "serde_urlencoded",
6110 "sha2",
6111 "sqlx",
6112 "subtle",
6113 "testcontainers",
6114 "testcontainers-modules",
6115 "thiserror 2.0.17",
6116 "tokio",
6117 "tokio-tungstenite",
6118 "tokio-util",
6119 "tower",
6120 "tower-http",
6121 "tower-layer",
6122 "tracing",
6123 "tracing-subscriber",
6124 "tranquil-auth",
6125 "tranquil-cache",
6126 "tranquil-comms",
6127 "tranquil-crypto",
6128 "tranquil-db",
6129 "tranquil-db-traits",
6130 "tranquil-oauth",
6131 "tranquil-repo",
6132 "tranquil-scopes",
6133 "tranquil-storage",
6134 "tranquil-types",
6135 "urlencoding",
6136 "uuid",
6137 "webauthn-rs",
6138 "wiremock",
6139 "zip",
6140]
6141
6142[[package]]
6143name = "tranquil-repo"
6144version = "0.1.0"
6145dependencies = [
6146 "bytes",
6147 "cid",
6148 "jacquard-repo",
6149 "multihash",
6150 "sha2",
6151 "sqlx",
6152]
6153
6154[[package]]
6155name = "tranquil-scopes"
6156version = "0.1.0"
6157dependencies = [
6158 "axum",
6159 "futures",
6160 "hickory-resolver",
6161 "reqwest",
6162 "serde",
6163 "serde_json",
6164 "tokio",
6165 "tracing",
6166 "urlencoding",
6167]
6168
6169[[package]]
6170name = "tranquil-storage"
6171version = "0.1.0"
6172dependencies = [
6173 "async-trait",
6174 "aws-config",
6175 "aws-sdk-s3",
6176 "bytes",
6177 "futures",
6178 "sha2",
6179 "tokio",
6180 "tracing",
6181 "tranquil-infra",
6182 "uuid",
6183]
6184
6185[[package]]
6186name = "tranquil-types"
6187version = "0.1.0"
6188dependencies = [
6189 "chrono",
6190 "cid",
6191 "jacquard-common",
6192 "serde",
6193 "serde_json",
6194 "sqlx",
6195 "thiserror 2.0.17",
6196]
6197
6198[[package]]
6199name = "try-lock"
6200version = "0.2.5"
6201source = "registry+https://github.com/rust-lang/crates.io-index"
6202checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
6203
6204[[package]]
6205name = "tungstenite"
6206version = "0.28.0"
6207source = "registry+https://github.com/rust-lang/crates.io-index"
6208checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
6209dependencies = [
6210 "bytes",
6211 "data-encoding",
6212 "http 1.4.0",
6213 "httparse",
6214 "log",
6215 "native-tls",
6216 "rand 0.9.2",
6217 "sha1",
6218 "thiserror 2.0.17",
6219 "utf-8",
6220]
6221
6222[[package]]
6223name = "typenum"
6224version = "1.19.0"
6225source = "registry+https://github.com/rust-lang/crates.io-index"
6226checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
6227
6228[[package]]
6229name = "unicode-bidi"
6230version = "0.3.18"
6231source = "registry+https://github.com/rust-lang/crates.io-index"
6232checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
6233
6234[[package]]
6235name = "unicode-ident"
6236version = "1.0.22"
6237source = "registry+https://github.com/rust-lang/crates.io-index"
6238checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
6239
6240[[package]]
6241name = "unicode-normalization"
6242version = "0.1.25"
6243source = "registry+https://github.com/rust-lang/crates.io-index"
6244checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
6245dependencies = [
6246 "tinyvec",
6247]
6248
6249[[package]]
6250name = "unicode-properties"
6251version = "0.1.4"
6252source = "registry+https://github.com/rust-lang/crates.io-index"
6253checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
6254
6255[[package]]
6256name = "unicode-segmentation"
6257version = "1.12.0"
6258source = "registry+https://github.com/rust-lang/crates.io-index"
6259checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
6260
6261[[package]]
6262name = "unicode-width"
6263version = "0.1.14"
6264source = "registry+https://github.com/rust-lang/crates.io-index"
6265checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
6266
6267[[package]]
6268name = "unicode-xid"
6269version = "0.2.6"
6270source = "registry+https://github.com/rust-lang/crates.io-index"
6271checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
6272
6273[[package]]
6274name = "universal-hash"
6275version = "0.5.1"
6276source = "registry+https://github.com/rust-lang/crates.io-index"
6277checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
6278dependencies = [
6279 "crypto-common",
6280 "subtle",
6281]
6282
6283[[package]]
6284name = "unsigned-varint"
6285version = "0.7.2"
6286source = "registry+https://github.com/rust-lang/crates.io-index"
6287checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105"
6288
6289[[package]]
6290name = "unsigned-varint"
6291version = "0.8.0"
6292source = "registry+https://github.com/rust-lang/crates.io-index"
6293checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
6294
6295[[package]]
6296name = "untrusted"
6297version = "0.9.0"
6298source = "registry+https://github.com/rust-lang/crates.io-index"
6299checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
6300
6301[[package]]
6302name = "ureq"
6303version = "3.1.4"
6304source = "registry+https://github.com/rust-lang/crates.io-index"
6305checksum = "d39cb1dbab692d82a977c0392ffac19e188bd9186a9f32806f0aaa859d75585a"
6306dependencies = [
6307 "base64 0.22.1",
6308 "log",
6309 "percent-encoding",
6310 "rustls 0.23.35",
6311 "rustls-pki-types",
6312 "ureq-proto",
6313 "utf-8",
6314 "webpki-roots 1.0.4",
6315]
6316
6317[[package]]
6318name = "ureq-proto"
6319version = "0.5.3"
6320source = "registry+https://github.com/rust-lang/crates.io-index"
6321checksum = "d81f9efa9df032be5934a46a068815a10a042b494b6a58cb0a1a97bb5467ed6f"
6322dependencies = [
6323 "base64 0.22.1",
6324 "http 1.4.0",
6325 "httparse",
6326 "log",
6327]
6328
6329[[package]]
6330name = "url"
6331version = "2.5.7"
6332source = "registry+https://github.com/rust-lang/crates.io-index"
6333checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
6334dependencies = [
6335 "form_urlencoded",
6336 "idna",
6337 "percent-encoding",
6338 "serde",
6339]
6340
6341[[package]]
6342name = "urlencoding"
6343version = "2.1.3"
6344source = "registry+https://github.com/rust-lang/crates.io-index"
6345checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
6346
6347[[package]]
6348name = "utf-8"
6349version = "0.7.6"
6350source = "registry+https://github.com/rust-lang/crates.io-index"
6351checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
6352
6353[[package]]
6354name = "utf8_iter"
6355version = "1.0.4"
6356source = "registry+https://github.com/rust-lang/crates.io-index"
6357checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
6358
6359[[package]]
6360name = "uuid"
6361version = "1.19.0"
6362source = "registry+https://github.com/rust-lang/crates.io-index"
6363checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a"
6364dependencies = [
6365 "getrandom 0.3.4",
6366 "js-sys",
6367 "rand 0.9.2",
6368 "serde_core",
6369 "sha1_smol",
6370 "wasm-bindgen",
6371]
6372
6373[[package]]
6374name = "valuable"
6375version = "0.1.1"
6376source = "registry+https://github.com/rust-lang/crates.io-index"
6377checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
6378
6379[[package]]
6380name = "vcpkg"
6381version = "0.2.15"
6382source = "registry+https://github.com/rust-lang/crates.io-index"
6383checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
6384
6385[[package]]
6386name = "version_check"
6387version = "0.9.5"
6388source = "registry+https://github.com/rust-lang/crates.io-index"
6389checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
6390
6391[[package]]
6392name = "vsimd"
6393version = "0.8.0"
6394source = "registry+https://github.com/rust-lang/crates.io-index"
6395checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
6396
6397[[package]]
6398name = "want"
6399version = "0.3.1"
6400source = "registry+https://github.com/rust-lang/crates.io-index"
6401checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
6402dependencies = [
6403 "try-lock",
6404]
6405
6406[[package]]
6407name = "wasi"
6408version = "0.11.1+wasi-snapshot-preview1"
6409source = "registry+https://github.com/rust-lang/crates.io-index"
6410checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
6411
6412[[package]]
6413name = "wasip2"
6414version = "1.0.1+wasi-0.2.4"
6415source = "registry+https://github.com/rust-lang/crates.io-index"
6416checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
6417dependencies = [
6418 "wit-bindgen",
6419]
6420
6421[[package]]
6422name = "wasite"
6423version = "0.1.0"
6424source = "registry+https://github.com/rust-lang/crates.io-index"
6425checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
6426
6427[[package]]
6428name = "wasm-bindgen"
6429version = "0.2.106"
6430source = "registry+https://github.com/rust-lang/crates.io-index"
6431checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd"
6432dependencies = [
6433 "cfg-if",
6434 "once_cell",
6435 "rustversion",
6436 "wasm-bindgen-macro",
6437 "wasm-bindgen-shared",
6438]
6439
6440[[package]]
6441name = "wasm-bindgen-futures"
6442version = "0.4.56"
6443source = "registry+https://github.com/rust-lang/crates.io-index"
6444checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c"
6445dependencies = [
6446 "cfg-if",
6447 "js-sys",
6448 "once_cell",
6449 "wasm-bindgen",
6450 "web-sys",
6451]
6452
6453[[package]]
6454name = "wasm-bindgen-macro"
6455version = "0.2.106"
6456source = "registry+https://github.com/rust-lang/crates.io-index"
6457checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3"
6458dependencies = [
6459 "quote",
6460 "wasm-bindgen-macro-support",
6461]
6462
6463[[package]]
6464name = "wasm-bindgen-macro-support"
6465version = "0.2.106"
6466source = "registry+https://github.com/rust-lang/crates.io-index"
6467checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40"
6468dependencies = [
6469 "bumpalo",
6470 "proc-macro2",
6471 "quote",
6472 "syn 2.0.111",
6473 "wasm-bindgen-shared",
6474]
6475
6476[[package]]
6477name = "wasm-bindgen-shared"
6478version = "0.2.106"
6479source = "registry+https://github.com/rust-lang/crates.io-index"
6480checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4"
6481dependencies = [
6482 "unicode-ident",
6483]
6484
6485[[package]]
6486name = "web-sys"
6487version = "0.3.83"
6488source = "registry+https://github.com/rust-lang/crates.io-index"
6489checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac"
6490dependencies = [
6491 "js-sys",
6492 "wasm-bindgen",
6493]
6494
6495[[package]]
6496name = "web-time"
6497version = "1.1.0"
6498source = "registry+https://github.com/rust-lang/crates.io-index"
6499checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
6500dependencies = [
6501 "js-sys",
6502 "wasm-bindgen",
6503]
6504
6505[[package]]
6506name = "webauthn-attestation-ca"
6507version = "0.5.4"
6508source = "registry+https://github.com/rust-lang/crates.io-index"
6509checksum = "fafcf13f7dc1fb292ed4aea22cdd3757c285d7559e9748950ee390249da4da6b"
6510dependencies = [
6511 "base64urlsafedata",
6512 "openssl",
6513 "openssl-sys",
6514 "serde",
6515 "tracing",
6516 "uuid",
6517]
6518
6519[[package]]
6520name = "webauthn-rs"
6521version = "0.5.4"
6522source = "registry+https://github.com/rust-lang/crates.io-index"
6523checksum = "1b24d082d3360258fefb6ffe56123beef7d6868c765c779f97b7a2fcf06727f8"
6524dependencies = [
6525 "base64urlsafedata",
6526 "serde",
6527 "tracing",
6528 "url",
6529 "uuid",
6530 "webauthn-rs-core",
6531]
6532
6533[[package]]
6534name = "webauthn-rs-core"
6535version = "0.5.4"
6536source = "registry+https://github.com/rust-lang/crates.io-index"
6537checksum = "15784340a24c170ce60567282fb956a0938742dbfbf9eff5df793a686a009b8b"
6538dependencies = [
6539 "base64 0.21.7",
6540 "base64urlsafedata",
6541 "der-parser",
6542 "hex",
6543 "nom",
6544 "openssl",
6545 "openssl-sys",
6546 "rand 0.9.2",
6547 "rand_chacha 0.9.0",
6548 "serde",
6549 "serde_cbor_2",
6550 "serde_json",
6551 "thiserror 1.0.69",
6552 "tracing",
6553 "url",
6554 "uuid",
6555 "webauthn-attestation-ca",
6556 "webauthn-rs-proto",
6557 "x509-parser",
6558]
6559
6560[[package]]
6561name = "webauthn-rs-proto"
6562version = "0.5.4"
6563source = "registry+https://github.com/rust-lang/crates.io-index"
6564checksum = "16a1fb2580ce73baa42d3011a24de2ceab0d428de1879ece06e02e8c416e497c"
6565dependencies = [
6566 "base64 0.21.7",
6567 "base64urlsafedata",
6568 "serde",
6569 "serde_json",
6570 "url",
6571]
6572
6573[[package]]
6574name = "webpki-roots"
6575version = "0.26.11"
6576source = "registry+https://github.com/rust-lang/crates.io-index"
6577checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
6578dependencies = [
6579 "webpki-roots 1.0.4",
6580]
6581
6582[[package]]
6583name = "webpki-roots"
6584version = "1.0.4"
6585source = "registry+https://github.com/rust-lang/crates.io-index"
6586checksum = "b2878ef029c47c6e8cf779119f20fcf52bde7ad42a731b2a304bc221df17571e"
6587dependencies = [
6588 "rustls-pki-types",
6589]
6590
6591[[package]]
6592name = "weezl"
6593version = "0.1.12"
6594source = "registry+https://github.com/rust-lang/crates.io-index"
6595checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88"
6596
6597[[package]]
6598name = "whoami"
6599version = "1.6.1"
6600source = "registry+https://github.com/rust-lang/crates.io-index"
6601checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
6602dependencies = [
6603 "libredox",
6604 "wasite",
6605]
6606
6607[[package]]
6608name = "widestring"
6609version = "1.2.1"
6610source = "registry+https://github.com/rust-lang/crates.io-index"
6611checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
6612
6613[[package]]
6614name = "winapi"
6615version = "0.3.9"
6616source = "registry+https://github.com/rust-lang/crates.io-index"
6617checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
6618dependencies = [
6619 "winapi-i686-pc-windows-gnu",
6620 "winapi-x86_64-pc-windows-gnu",
6621]
6622
6623[[package]]
6624name = "winapi-i686-pc-windows-gnu"
6625version = "0.4.0"
6626source = "registry+https://github.com/rust-lang/crates.io-index"
6627checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
6628
6629[[package]]
6630name = "winapi-x86_64-pc-windows-gnu"
6631version = "0.4.0"
6632source = "registry+https://github.com/rust-lang/crates.io-index"
6633checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
6634
6635[[package]]
6636name = "windows-core"
6637version = "0.62.2"
6638source = "registry+https://github.com/rust-lang/crates.io-index"
6639checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
6640dependencies = [
6641 "windows-implement",
6642 "windows-interface",
6643 "windows-link",
6644 "windows-result",
6645 "windows-strings",
6646]
6647
6648[[package]]
6649name = "windows-implement"
6650version = "0.60.2"
6651source = "registry+https://github.com/rust-lang/crates.io-index"
6652checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
6653dependencies = [
6654 "proc-macro2",
6655 "quote",
6656 "syn 2.0.111",
6657]
6658
6659[[package]]
6660name = "windows-interface"
6661version = "0.59.3"
6662source = "registry+https://github.com/rust-lang/crates.io-index"
6663checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
6664dependencies = [
6665 "proc-macro2",
6666 "quote",
6667 "syn 2.0.111",
6668]
6669
6670[[package]]
6671name = "windows-link"
6672version = "0.2.1"
6673source = "registry+https://github.com/rust-lang/crates.io-index"
6674checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
6675
6676[[package]]
6677name = "windows-registry"
6678version = "0.6.1"
6679source = "registry+https://github.com/rust-lang/crates.io-index"
6680checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
6681dependencies = [
6682 "windows-link",
6683 "windows-result",
6684 "windows-strings",
6685]
6686
6687[[package]]
6688name = "windows-result"
6689version = "0.4.1"
6690source = "registry+https://github.com/rust-lang/crates.io-index"
6691checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
6692dependencies = [
6693 "windows-link",
6694]
6695
6696[[package]]
6697name = "windows-strings"
6698version = "0.5.1"
6699source = "registry+https://github.com/rust-lang/crates.io-index"
6700checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
6701dependencies = [
6702 "windows-link",
6703]
6704
6705[[package]]
6706name = "windows-sys"
6707version = "0.48.0"
6708source = "registry+https://github.com/rust-lang/crates.io-index"
6709checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
6710dependencies = [
6711 "windows-targets 0.48.5",
6712]
6713
6714[[package]]
6715name = "windows-sys"
6716version = "0.52.0"
6717source = "registry+https://github.com/rust-lang/crates.io-index"
6718checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
6719dependencies = [
6720 "windows-targets 0.52.6",
6721]
6722
6723[[package]]
6724name = "windows-sys"
6725version = "0.60.2"
6726source = "registry+https://github.com/rust-lang/crates.io-index"
6727checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
6728dependencies = [
6729 "windows-targets 0.53.5",
6730]
6731
6732[[package]]
6733name = "windows-sys"
6734version = "0.61.2"
6735source = "registry+https://github.com/rust-lang/crates.io-index"
6736checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
6737dependencies = [
6738 "windows-link",
6739]
6740
6741[[package]]
6742name = "windows-targets"
6743version = "0.48.5"
6744source = "registry+https://github.com/rust-lang/crates.io-index"
6745checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
6746dependencies = [
6747 "windows_aarch64_gnullvm 0.48.5",
6748 "windows_aarch64_msvc 0.48.5",
6749 "windows_i686_gnu 0.48.5",
6750 "windows_i686_msvc 0.48.5",
6751 "windows_x86_64_gnu 0.48.5",
6752 "windows_x86_64_gnullvm 0.48.5",
6753 "windows_x86_64_msvc 0.48.5",
6754]
6755
6756[[package]]
6757name = "windows-targets"
6758version = "0.52.6"
6759source = "registry+https://github.com/rust-lang/crates.io-index"
6760checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
6761dependencies = [
6762 "windows_aarch64_gnullvm 0.52.6",
6763 "windows_aarch64_msvc 0.52.6",
6764 "windows_i686_gnu 0.52.6",
6765 "windows_i686_gnullvm 0.52.6",
6766 "windows_i686_msvc 0.52.6",
6767 "windows_x86_64_gnu 0.52.6",
6768 "windows_x86_64_gnullvm 0.52.6",
6769 "windows_x86_64_msvc 0.52.6",
6770]
6771
6772[[package]]
6773name = "windows-targets"
6774version = "0.53.5"
6775source = "registry+https://github.com/rust-lang/crates.io-index"
6776checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
6777dependencies = [
6778 "windows-link",
6779 "windows_aarch64_gnullvm 0.53.1",
6780 "windows_aarch64_msvc 0.53.1",
6781 "windows_i686_gnu 0.53.1",
6782 "windows_i686_gnullvm 0.53.1",
6783 "windows_i686_msvc 0.53.1",
6784 "windows_x86_64_gnu 0.53.1",
6785 "windows_x86_64_gnullvm 0.53.1",
6786 "windows_x86_64_msvc 0.53.1",
6787]
6788
6789[[package]]
6790name = "windows_aarch64_gnullvm"
6791version = "0.48.5"
6792source = "registry+https://github.com/rust-lang/crates.io-index"
6793checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
6794
6795[[package]]
6796name = "windows_aarch64_gnullvm"
6797version = "0.52.6"
6798source = "registry+https://github.com/rust-lang/crates.io-index"
6799checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
6800
6801[[package]]
6802name = "windows_aarch64_gnullvm"
6803version = "0.53.1"
6804source = "registry+https://github.com/rust-lang/crates.io-index"
6805checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
6806
6807[[package]]
6808name = "windows_aarch64_msvc"
6809version = "0.48.5"
6810source = "registry+https://github.com/rust-lang/crates.io-index"
6811checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
6812
6813[[package]]
6814name = "windows_aarch64_msvc"
6815version = "0.52.6"
6816source = "registry+https://github.com/rust-lang/crates.io-index"
6817checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
6818
6819[[package]]
6820name = "windows_aarch64_msvc"
6821version = "0.53.1"
6822source = "registry+https://github.com/rust-lang/crates.io-index"
6823checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
6824
6825[[package]]
6826name = "windows_i686_gnu"
6827version = "0.48.5"
6828source = "registry+https://github.com/rust-lang/crates.io-index"
6829checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
6830
6831[[package]]
6832name = "windows_i686_gnu"
6833version = "0.52.6"
6834source = "registry+https://github.com/rust-lang/crates.io-index"
6835checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
6836
6837[[package]]
6838name = "windows_i686_gnu"
6839version = "0.53.1"
6840source = "registry+https://github.com/rust-lang/crates.io-index"
6841checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
6842
6843[[package]]
6844name = "windows_i686_gnullvm"
6845version = "0.52.6"
6846source = "registry+https://github.com/rust-lang/crates.io-index"
6847checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
6848
6849[[package]]
6850name = "windows_i686_gnullvm"
6851version = "0.53.1"
6852source = "registry+https://github.com/rust-lang/crates.io-index"
6853checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
6854
6855[[package]]
6856name = "windows_i686_msvc"
6857version = "0.48.5"
6858source = "registry+https://github.com/rust-lang/crates.io-index"
6859checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
6860
6861[[package]]
6862name = "windows_i686_msvc"
6863version = "0.52.6"
6864source = "registry+https://github.com/rust-lang/crates.io-index"
6865checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
6866
6867[[package]]
6868name = "windows_i686_msvc"
6869version = "0.53.1"
6870source = "registry+https://github.com/rust-lang/crates.io-index"
6871checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
6872
6873[[package]]
6874name = "windows_x86_64_gnu"
6875version = "0.48.5"
6876source = "registry+https://github.com/rust-lang/crates.io-index"
6877checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
6878
6879[[package]]
6880name = "windows_x86_64_gnu"
6881version = "0.52.6"
6882source = "registry+https://github.com/rust-lang/crates.io-index"
6883checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
6884
6885[[package]]
6886name = "windows_x86_64_gnu"
6887version = "0.53.1"
6888source = "registry+https://github.com/rust-lang/crates.io-index"
6889checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
6890
6891[[package]]
6892name = "windows_x86_64_gnullvm"
6893version = "0.48.5"
6894source = "registry+https://github.com/rust-lang/crates.io-index"
6895checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
6896
6897[[package]]
6898name = "windows_x86_64_gnullvm"
6899version = "0.52.6"
6900source = "registry+https://github.com/rust-lang/crates.io-index"
6901checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
6902
6903[[package]]
6904name = "windows_x86_64_gnullvm"
6905version = "0.53.1"
6906source = "registry+https://github.com/rust-lang/crates.io-index"
6907checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
6908
6909[[package]]
6910name = "windows_x86_64_msvc"
6911version = "0.48.5"
6912source = "registry+https://github.com/rust-lang/crates.io-index"
6913checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
6914
6915[[package]]
6916name = "windows_x86_64_msvc"
6917version = "0.52.6"
6918source = "registry+https://github.com/rust-lang/crates.io-index"
6919checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
6920
6921[[package]]
6922name = "windows_x86_64_msvc"
6923version = "0.53.1"
6924source = "registry+https://github.com/rust-lang/crates.io-index"
6925checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
6926
6927[[package]]
6928name = "winreg"
6929version = "0.50.0"
6930source = "registry+https://github.com/rust-lang/crates.io-index"
6931checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
6932dependencies = [
6933 "cfg-if",
6934 "windows-sys 0.48.0",
6935]
6936
6937[[package]]
6938name = "wiremock"
6939version = "0.6.5"
6940source = "registry+https://github.com/rust-lang/crates.io-index"
6941checksum = "08db1edfb05d9b3c1542e521aea074442088292f00b5f28e435c714a98f85031"
6942dependencies = [
6943 "assert-json-diff",
6944 "base64 0.22.1",
6945 "deadpool",
6946 "futures",
6947 "http 1.4.0",
6948 "http-body-util",
6949 "hyper 1.8.1",
6950 "hyper-util",
6951 "log",
6952 "once_cell",
6953 "regex",
6954 "serde",
6955 "serde_json",
6956 "tokio",
6957 "url",
6958]
6959
6960[[package]]
6961name = "wit-bindgen"
6962version = "0.46.0"
6963source = "registry+https://github.com/rust-lang/crates.io-index"
6964checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
6965
6966[[package]]
6967name = "writeable"
6968version = "0.6.2"
6969source = "registry+https://github.com/rust-lang/crates.io-index"
6970checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
6971
6972[[package]]
6973name = "x509-parser"
6974version = "0.16.0"
6975source = "registry+https://github.com/rust-lang/crates.io-index"
6976checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69"
6977dependencies = [
6978 "asn1-rs",
6979 "data-encoding",
6980 "der-parser",
6981 "lazy_static",
6982 "nom",
6983 "oid-registry",
6984 "rusticata-macros",
6985 "thiserror 1.0.69",
6986 "time",
6987]
6988
6989[[package]]
6990name = "xattr"
6991version = "1.6.1"
6992source = "registry+https://github.com/rust-lang/crates.io-index"
6993checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156"
6994dependencies = [
6995 "libc",
6996 "rustix",
6997]
6998
6999[[package]]
7000name = "xmlparser"
7001version = "0.13.6"
7002source = "registry+https://github.com/rust-lang/crates.io-index"
7003checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
7004
7005[[package]]
7006name = "xxhash-rust"
7007version = "0.8.15"
7008source = "registry+https://github.com/rust-lang/crates.io-index"
7009checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"
7010
7011[[package]]
7012name = "yansi"
7013version = "1.0.1"
7014source = "registry+https://github.com/rust-lang/crates.io-index"
7015checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
7016
7017[[package]]
7018name = "yoke"
7019version = "0.8.1"
7020source = "registry+https://github.com/rust-lang/crates.io-index"
7021checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
7022dependencies = [
7023 "stable_deref_trait",
7024 "yoke-derive",
7025 "zerofrom",
7026]
7027
7028[[package]]
7029name = "yoke-derive"
7030version = "0.8.1"
7031source = "registry+https://github.com/rust-lang/crates.io-index"
7032checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
7033dependencies = [
7034 "proc-macro2",
7035 "quote",
7036 "syn 2.0.111",
7037 "synstructure",
7038]
7039
7040[[package]]
7041name = "zerocopy"
7042version = "0.8.31"
7043source = "registry+https://github.com/rust-lang/crates.io-index"
7044checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3"
7045dependencies = [
7046 "zerocopy-derive",
7047]
7048
7049[[package]]
7050name = "zerocopy-derive"
7051version = "0.8.31"
7052source = "registry+https://github.com/rust-lang/crates.io-index"
7053checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a"
7054dependencies = [
7055 "proc-macro2",
7056 "quote",
7057 "syn 2.0.111",
7058]
7059
7060[[package]]
7061name = "zerofrom"
7062version = "0.1.6"
7063source = "registry+https://github.com/rust-lang/crates.io-index"
7064checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
7065dependencies = [
7066 "zerofrom-derive",
7067]
7068
7069[[package]]
7070name = "zerofrom-derive"
7071version = "0.1.6"
7072source = "registry+https://github.com/rust-lang/crates.io-index"
7073checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
7074dependencies = [
7075 "proc-macro2",
7076 "quote",
7077 "syn 2.0.111",
7078 "synstructure",
7079]
7080
7081[[package]]
7082name = "zeroize"
7083version = "1.8.2"
7084source = "registry+https://github.com/rust-lang/crates.io-index"
7085checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
7086
7087[[package]]
7088name = "zerotrie"
7089version = "0.2.3"
7090source = "registry+https://github.com/rust-lang/crates.io-index"
7091checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
7092dependencies = [
7093 "displaydoc",
7094 "yoke",
7095 "zerofrom",
7096]
7097
7098[[package]]
7099name = "zerovec"
7100version = "0.11.5"
7101source = "registry+https://github.com/rust-lang/crates.io-index"
7102checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
7103dependencies = [
7104 "yoke",
7105 "zerofrom",
7106 "zerovec-derive",
7107]
7108
7109[[package]]
7110name = "zerovec-derive"
7111version = "0.11.2"
7112source = "registry+https://github.com/rust-lang/crates.io-index"
7113checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
7114dependencies = [
7115 "proc-macro2",
7116 "quote",
7117 "syn 2.0.111",
7118]
7119
7120[[package]]
7121name = "zip"
7122version = "7.0.0"
7123source = "registry+https://github.com/rust-lang/crates.io-index"
7124checksum = "bdd8a47718a4ee5fe78e07667cd36f3de80e7c2bfe727c7074245ffc7303c037"
7125dependencies = [
7126 "arbitrary",
7127 "crc32fast",
7128 "flate2",
7129 "indexmap 2.12.1",
7130 "memchr",
7131 "zopfli",
7132]
7133
7134[[package]]
7135name = "zlib-rs"
7136version = "0.5.5"
7137source = "registry+https://github.com/rust-lang/crates.io-index"
7138checksum = "40990edd51aae2c2b6907af74ffb635029d5788228222c4bb811e9351c0caad3"
7139
7140[[package]]
7141name = "zopfli"
7142version = "0.8.3"
7143source = "registry+https://github.com/rust-lang/crates.io-index"
7144checksum = "f05cd8797d63865425ff89b5c4a48804f35ba0ce8d125800027ad6017d2b5249"
7145dependencies = [
7146 "bumpalo",
7147 "crc32fast",
7148 "log",
7149 "simd-adler32",
7150]
7151
7152[[package]]
7153name = "zune-core"
7154version = "0.5.0"
7155source = "registry+https://github.com/rust-lang/crates.io-index"
7156checksum = "111f7d9820f05fd715df3144e254d6fc02ee4088b0644c0ffd0efc9e6d9d2773"
7157
7158[[package]]
7159name = "zune-jpeg"
7160version = "0.5.8"
7161source = "registry+https://github.com/rust-lang/crates.io-index"
7162checksum = "e35aee689668bf9bd6f6f3a6c60bb29ba1244b3b43adfd50edd554a371da37d5"
7163dependencies = [
7164 "zune-core",
7165]