This repository has no description
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "adler2"
7version = "2.0.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
11[[package]]
12name = "ahash"
13version = "0.8.12"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
16dependencies = [
17 "cfg-if",
18 "getrandom 0.3.4",
19 "once_cell",
20 "version_check",
21 "zerocopy",
22]
23
24[[package]]
25name = "aho-corasick"
26version = "1.1.4"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
29dependencies = [
30 "memchr",
31]
32
33[[package]]
34name = "aliasable"
35version = "0.1.3"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
38
39[[package]]
40name = "allocator-api2"
41version = "0.2.21"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
44
45[[package]]
46name = "android_system_properties"
47version = "0.1.5"
48source = "registry+https://github.com/rust-lang/crates.io-index"
49checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
50dependencies = [
51 "libc",
52]
53
54[[package]]
55name = "anyhow"
56version = "1.0.102"
57source = "registry+https://github.com/rust-lang/crates.io-index"
58checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
59
60[[package]]
61name = "assert-json-diff"
62version = "2.0.2"
63source = "registry+https://github.com/rust-lang/crates.io-index"
64checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12"
65dependencies = [
66 "serde",
67 "serde_json",
68]
69
70[[package]]
71name = "async-compression"
72version = "0.4.42"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74checksum = "e79b3f8a79cccc2898f31920fc69f304859b3bd567490f75ebf51ae1c792a9ac"
75dependencies = [
76 "compression-codecs",
77 "compression-core",
78 "pin-project-lite",
79 "tokio",
80]
81
82[[package]]
83name = "atomic-polyfill"
84version = "1.0.3"
85source = "registry+https://github.com/rust-lang/crates.io-index"
86checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4"
87dependencies = [
88 "critical-section",
89]
90
91[[package]]
92name = "atomic-waker"
93version = "1.1.2"
94source = "registry+https://github.com/rust-lang/crates.io-index"
95checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
96
97[[package]]
98name = "autocfg"
99version = "1.5.0"
100source = "registry+https://github.com/rust-lang/crates.io-index"
101checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
102
103[[package]]
104name = "axum"
105version = "0.8.9"
106source = "registry+https://github.com/rust-lang/crates.io-index"
107checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90"
108dependencies = [
109 "axum-core",
110 "bytes",
111 "form_urlencoded",
112 "futures-util",
113 "http",
114 "http-body",
115 "http-body-util",
116 "hyper",
117 "hyper-util",
118 "itoa",
119 "matchit",
120 "memchr",
121 "mime",
122 "percent-encoding",
123 "pin-project-lite",
124 "serde_core",
125 "serde_json",
126 "serde_path_to_error",
127 "serde_urlencoded",
128 "sync_wrapper",
129 "tokio",
130 "tower",
131 "tower-layer",
132 "tower-service",
133 "tracing",
134]
135
136[[package]]
137name = "axum-core"
138version = "0.5.6"
139source = "registry+https://github.com/rust-lang/crates.io-index"
140checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
141dependencies = [
142 "bytes",
143 "futures-core",
144 "http",
145 "http-body",
146 "http-body-util",
147 "mime",
148 "pin-project-lite",
149 "sync_wrapper",
150 "tower-layer",
151 "tower-service",
152 "tracing",
153]
154
155[[package]]
156name = "base-x"
157version = "0.2.11"
158source = "registry+https://github.com/rust-lang/crates.io-index"
159checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
160
161[[package]]
162name = "base16ct"
163version = "0.2.0"
164source = "registry+https://github.com/rust-lang/crates.io-index"
165checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
166
167[[package]]
168name = "base256emoji"
169version = "1.0.2"
170source = "registry+https://github.com/rust-lang/crates.io-index"
171checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c"
172dependencies = [
173 "const-str",
174 "match-lookup",
175]
176
177[[package]]
178name = "base64"
179version = "0.22.1"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
182
183[[package]]
184name = "base64ct"
185version = "1.8.3"
186source = "registry+https://github.com/rust-lang/crates.io-index"
187checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
188
189[[package]]
190name = "bitflags"
191version = "2.11.1"
192source = "registry+https://github.com/rust-lang/crates.io-index"
193checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3"
194
195[[package]]
196name = "block-buffer"
197version = "0.10.4"
198source = "registry+https://github.com/rust-lang/crates.io-index"
199checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
200dependencies = [
201 "generic-array",
202]
203
204[[package]]
205name = "bobbin"
206version = "0.0.1"
207dependencies = [
208 "anyhow",
209 "axum",
210 "bobbin-edge-index",
211 "bobbin-ingest",
212 "bobbin-knot-proxy",
213 "bobbin-record-lru",
214 "bobbin-slingshot-client",
215 "bobbin-types",
216 "bobbin-xrpc",
217 "bytes",
218 "jacquard-common",
219 "serde_json",
220 "tokio",
221 "tracing",
222 "tracing-subscriber",
223 "url",
224]
225
226[[package]]
227name = "bobbin-edge-index"
228version = "0.0.1"
229dependencies = [
230 "bobbin-types",
231 "jacquard-common",
232 "lasso",
233 "roaring",
234 "scc",
235 "thiserror 2.0.18",
236 "tokio",
237]
238
239[[package]]
240name = "bobbin-ingest"
241version = "0.0.1"
242dependencies = [
243 "bobbin-edge-index",
244 "bobbin-types",
245 "futures",
246 "jacquard-common",
247 "serde",
248 "serde_json",
249 "thiserror 2.0.18",
250 "tokio",
251 "tokio-tungstenite 0.29.0",
252 "tracing",
253 "tracing-subscriber",
254 "url",
255]
256
257[[package]]
258name = "bobbin-knot-proxy"
259version = "0.0.1"
260dependencies = [
261 "bytes",
262 "futures",
263 "http",
264 "reqwest",
265 "scc",
266 "thiserror 2.0.18",
267 "tokio",
268 "url",
269 "wiremock",
270]
271
272[[package]]
273name = "bobbin-record-lru"
274version = "0.0.1"
275dependencies = [
276 "bobbin-types",
277 "bytes",
278 "jacquard-common",
279 "quick_cache",
280]
281
282[[package]]
283name = "bobbin-slingshot-client"
284version = "0.0.1"
285dependencies = [
286 "bobbin-types",
287 "bytes",
288 "cid",
289 "futures",
290 "jacquard-common",
291 "reqwest",
292 "serde",
293 "serde_json",
294 "thiserror 2.0.18",
295 "tokio",
296 "url",
297 "wiremock",
298]
299
300[[package]]
301name = "bobbin-types"
302version = "0.0.1"
303dependencies = [
304 "anyhow",
305 "bytes",
306 "chrono",
307 "cid",
308 "jacquard-common",
309 "jacquard-derive",
310 "jacquard-lexicon",
311 "miette",
312 "serde",
313 "serde_json",
314 "thiserror 2.0.18",
315 "walkdir",
316]
317
318[[package]]
319name = "bobbin-xrpc"
320version = "0.0.1"
321dependencies = [
322 "axum",
323 "bobbin-edge-index",
324 "bobbin-knot-proxy",
325 "bobbin-record-lru",
326 "bobbin-slingshot-client",
327 "bobbin-types",
328 "futures",
329 "http",
330 "jacquard-common",
331 "serde",
332 "serde_json",
333 "thiserror 2.0.18",
334 "tokio",
335 "tower",
336 "url",
337 "wiremock",
338]
339
340[[package]]
341name = "bon"
342version = "3.9.1"
343source = "registry+https://github.com/rust-lang/crates.io-index"
344checksum = "f47dbe92550676ee653353c310dfb9cf6ba17ee70396e1f7cf0a2020ad49b2fe"
345dependencies = [
346 "bon-macros",
347 "rustversion",
348]
349
350[[package]]
351name = "bon-macros"
352version = "3.9.1"
353source = "registry+https://github.com/rust-lang/crates.io-index"
354checksum = "519bd3116aeeb42d5372c29d982d16d0170d3d4a5ed85fc7dd91642ffff3c67c"
355dependencies = [
356 "darling",
357 "ident_case",
358 "prettyplease",
359 "proc-macro2",
360 "quote",
361 "rustversion",
362 "syn",
363]
364
365[[package]]
366name = "borrow-or-share"
367version = "0.2.4"
368source = "registry+https://github.com/rust-lang/crates.io-index"
369checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
370
371[[package]]
372name = "borsh"
373version = "1.6.1"
374source = "registry+https://github.com/rust-lang/crates.io-index"
375checksum = "cfd1e3f8955a5d7de9fab72fc8373fade9fb8a703968cb200ae3dc6cf08e185a"
376dependencies = [
377 "bytes",
378 "cfg_aliases",
379]
380
381[[package]]
382name = "bumpalo"
383version = "3.20.2"
384source = "registry+https://github.com/rust-lang/crates.io-index"
385checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
386
387[[package]]
388name = "bytemuck"
389version = "1.25.0"
390source = "registry+https://github.com/rust-lang/crates.io-index"
391checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
392
393[[package]]
394name = "byteorder"
395version = "1.5.0"
396source = "registry+https://github.com/rust-lang/crates.io-index"
397checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
398
399[[package]]
400name = "bytes"
401version = "1.11.1"
402source = "registry+https://github.com/rust-lang/crates.io-index"
403checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
404dependencies = [
405 "serde",
406]
407
408[[package]]
409name = "cbor4ii"
410version = "0.2.14"
411source = "registry+https://github.com/rust-lang/crates.io-index"
412checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4"
413dependencies = [
414 "serde",
415]
416
417[[package]]
418name = "cc"
419version = "1.2.61"
420source = "registry+https://github.com/rust-lang/crates.io-index"
421checksum = "d16d90359e986641506914ba71350897565610e87ce0ad9e6f28569db3dd5c6d"
422dependencies = [
423 "find-msvc-tools",
424 "shlex",
425]
426
427[[package]]
428name = "cfg-if"
429version = "1.0.4"
430source = "registry+https://github.com/rust-lang/crates.io-index"
431checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
432
433[[package]]
434name = "cfg_aliases"
435version = "0.2.1"
436source = "registry+https://github.com/rust-lang/crates.io-index"
437checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
438
439[[package]]
440name = "chrono"
441version = "0.4.44"
442source = "registry+https://github.com/rust-lang/crates.io-index"
443checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
444dependencies = [
445 "iana-time-zone",
446 "js-sys",
447 "num-traits",
448 "serde",
449 "wasm-bindgen",
450 "windows-link",
451]
452
453[[package]]
454name = "ciborium"
455version = "0.2.2"
456source = "registry+https://github.com/rust-lang/crates.io-index"
457checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
458dependencies = [
459 "ciborium-io",
460 "ciborium-ll",
461 "serde",
462]
463
464[[package]]
465name = "ciborium-io"
466version = "0.2.2"
467source = "registry+https://github.com/rust-lang/crates.io-index"
468checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
469
470[[package]]
471name = "ciborium-ll"
472version = "0.2.2"
473source = "registry+https://github.com/rust-lang/crates.io-index"
474checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
475dependencies = [
476 "ciborium-io",
477 "half",
478]
479
480[[package]]
481name = "cid"
482version = "0.11.3"
483source = "registry+https://github.com/rust-lang/crates.io-index"
484checksum = "21a304f95f84d169a6f31c4d0a30d784643aaa0bbc9c1e449a2c23e963ec4971"
485dependencies = [
486 "multibase",
487 "multihash",
488 "serde",
489 "serde_bytes",
490 "unsigned-varint",
491]
492
493[[package]]
494name = "cobs"
495version = "0.3.0"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
498dependencies = [
499 "thiserror 2.0.18",
500]
501
502[[package]]
503name = "compression-codecs"
504version = "0.4.38"
505source = "registry+https://github.com/rust-lang/crates.io-index"
506checksum = "ce2548391e9c1929c21bf6aa2680af86fe4c1b33e6cea9ac1cfeec0bd11218cf"
507dependencies = [
508 "compression-core",
509 "flate2",
510 "memchr",
511]
512
513[[package]]
514name = "compression-core"
515version = "0.4.32"
516source = "registry+https://github.com/rust-lang/crates.io-index"
517checksum = "cc14f565cf027a105f7a44ccf9e5b424348421a1d8952a8fc9d499d313107789"
518
519[[package]]
520name = "const-oid"
521version = "0.9.6"
522source = "registry+https://github.com/rust-lang/crates.io-index"
523checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
524
525[[package]]
526name = "const-str"
527version = "0.4.3"
528source = "registry+https://github.com/rust-lang/crates.io-index"
529checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3"
530
531[[package]]
532name = "cordyceps"
533version = "0.3.4"
534source = "registry+https://github.com/rust-lang/crates.io-index"
535checksum = "688d7fbb8092b8de775ef2536f36c8c31f2bc4006ece2e8d8ad2d17d00ce0a2a"
536dependencies = [
537 "loom",
538 "tracing",
539]
540
541[[package]]
542name = "core-foundation"
543version = "0.9.4"
544source = "registry+https://github.com/rust-lang/crates.io-index"
545checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
546dependencies = [
547 "core-foundation-sys",
548 "libc",
549]
550
551[[package]]
552name = "core-foundation"
553version = "0.10.1"
554source = "registry+https://github.com/rust-lang/crates.io-index"
555checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
556dependencies = [
557 "core-foundation-sys",
558 "libc",
559]
560
561[[package]]
562name = "core-foundation-sys"
563version = "0.8.7"
564source = "registry+https://github.com/rust-lang/crates.io-index"
565checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
566
567[[package]]
568name = "cpufeatures"
569version = "0.2.17"
570source = "registry+https://github.com/rust-lang/crates.io-index"
571checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
572dependencies = [
573 "libc",
574]
575
576[[package]]
577name = "crc32fast"
578version = "1.5.0"
579source = "registry+https://github.com/rust-lang/crates.io-index"
580checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
581dependencies = [
582 "cfg-if",
583]
584
585[[package]]
586name = "critical-section"
587version = "1.2.0"
588source = "registry+https://github.com/rust-lang/crates.io-index"
589checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
590
591[[package]]
592name = "crossbeam-utils"
593version = "0.8.21"
594source = "registry+https://github.com/rust-lang/crates.io-index"
595checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
596
597[[package]]
598name = "crunchy"
599version = "0.2.4"
600source = "registry+https://github.com/rust-lang/crates.io-index"
601checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
602
603[[package]]
604name = "crypto-bigint"
605version = "0.5.5"
606source = "registry+https://github.com/rust-lang/crates.io-index"
607checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
608dependencies = [
609 "generic-array",
610 "rand_core 0.6.4",
611 "subtle",
612 "zeroize",
613]
614
615[[package]]
616name = "crypto-common"
617version = "0.1.6"
618source = "registry+https://github.com/rust-lang/crates.io-index"
619checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
620dependencies = [
621 "generic-array",
622 "typenum",
623]
624
625[[package]]
626name = "darling"
627version = "0.23.0"
628source = "registry+https://github.com/rust-lang/crates.io-index"
629checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
630dependencies = [
631 "darling_core",
632 "darling_macro",
633]
634
635[[package]]
636name = "darling_core"
637version = "0.23.0"
638source = "registry+https://github.com/rust-lang/crates.io-index"
639checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
640dependencies = [
641 "ident_case",
642 "proc-macro2",
643 "quote",
644 "strsim",
645 "syn",
646]
647
648[[package]]
649name = "darling_macro"
650version = "0.23.0"
651source = "registry+https://github.com/rust-lang/crates.io-index"
652checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
653dependencies = [
654 "darling_core",
655 "quote",
656 "syn",
657]
658
659[[package]]
660name = "dashmap"
661version = "6.1.0"
662source = "registry+https://github.com/rust-lang/crates.io-index"
663checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
664dependencies = [
665 "cfg-if",
666 "crossbeam-utils",
667 "hashbrown 0.14.5",
668 "lock_api",
669 "once_cell",
670 "parking_lot_core",
671]
672
673[[package]]
674name = "data-encoding"
675version = "2.11.0"
676source = "registry+https://github.com/rust-lang/crates.io-index"
677checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8"
678
679[[package]]
680name = "data-encoding-macro"
681version = "0.1.20"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "3259c913752a86488b501ed8680446a5ed2d5aeac6e596cb23ba3800768ea32c"
684dependencies = [
685 "data-encoding",
686 "data-encoding-macro-internal",
687]
688
689[[package]]
690name = "data-encoding-macro-internal"
691version = "0.1.18"
692source = "registry+https://github.com/rust-lang/crates.io-index"
693checksum = "ccc2776f0c61eca1ca32528f85548abd1a4be8fb53d1b21c013e4f18da1e7090"
694dependencies = [
695 "data-encoding",
696 "syn",
697]
698
699[[package]]
700name = "deadpool"
701version = "0.12.3"
702source = "registry+https://github.com/rust-lang/crates.io-index"
703checksum = "0be2b1d1d6ec8d846f05e137292d0b89133caf95ef33695424c09568bdd39b1b"
704dependencies = [
705 "deadpool-runtime",
706 "lazy_static",
707 "num_cpus",
708 "tokio",
709]
710
711[[package]]
712name = "deadpool-runtime"
713version = "0.1.4"
714source = "registry+https://github.com/rust-lang/crates.io-index"
715checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b"
716
717[[package]]
718name = "der"
719version = "0.7.10"
720source = "registry+https://github.com/rust-lang/crates.io-index"
721checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
722dependencies = [
723 "const-oid",
724 "pem-rfc7468",
725 "zeroize",
726]
727
728[[package]]
729name = "deranged"
730version = "0.5.8"
731source = "registry+https://github.com/rust-lang/crates.io-index"
732checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
733dependencies = [
734 "powerfmt",
735]
736
737[[package]]
738name = "derive_more"
739version = "1.0.0"
740source = "registry+https://github.com/rust-lang/crates.io-index"
741checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05"
742dependencies = [
743 "derive_more-impl",
744]
745
746[[package]]
747name = "derive_more-impl"
748version = "1.0.0"
749source = "registry+https://github.com/rust-lang/crates.io-index"
750checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22"
751dependencies = [
752 "proc-macro2",
753 "quote",
754 "syn",
755 "unicode-xid",
756]
757
758[[package]]
759name = "diatomic-waker"
760version = "0.2.3"
761source = "registry+https://github.com/rust-lang/crates.io-index"
762checksum = "ab03c107fafeb3ee9f5925686dbb7a73bc76e3932abb0d2b365cb64b169cf04c"
763
764[[package]]
765name = "digest"
766version = "0.10.7"
767source = "registry+https://github.com/rust-lang/crates.io-index"
768checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
769dependencies = [
770 "block-buffer",
771 "const-oid",
772 "crypto-common",
773 "subtle",
774]
775
776[[package]]
777name = "displaydoc"
778version = "0.2.5"
779source = "registry+https://github.com/rust-lang/crates.io-index"
780checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
781dependencies = [
782 "proc-macro2",
783 "quote",
784 "syn",
785]
786
787[[package]]
788name = "ecdsa"
789version = "0.16.9"
790source = "registry+https://github.com/rust-lang/crates.io-index"
791checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
792dependencies = [
793 "der",
794 "digest",
795 "elliptic-curve",
796 "rfc6979",
797 "signature",
798 "spki",
799]
800
801[[package]]
802name = "elliptic-curve"
803version = "0.13.8"
804source = "registry+https://github.com/rust-lang/crates.io-index"
805checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
806dependencies = [
807 "base16ct",
808 "crypto-bigint",
809 "digest",
810 "ff",
811 "generic-array",
812 "group",
813 "pem-rfc7468",
814 "pkcs8",
815 "rand_core 0.6.4",
816 "sec1",
817 "subtle",
818 "zeroize",
819]
820
821[[package]]
822name = "embedded-io"
823version = "0.4.0"
824source = "registry+https://github.com/rust-lang/crates.io-index"
825checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
826
827[[package]]
828name = "embedded-io"
829version = "0.6.1"
830source = "registry+https://github.com/rust-lang/crates.io-index"
831checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
832
833[[package]]
834name = "encoding_rs"
835version = "0.8.35"
836source = "registry+https://github.com/rust-lang/crates.io-index"
837checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
838dependencies = [
839 "cfg-if",
840]
841
842[[package]]
843name = "equivalent"
844version = "1.0.2"
845source = "registry+https://github.com/rust-lang/crates.io-index"
846checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
847
848[[package]]
849name = "errno"
850version = "0.3.14"
851source = "registry+https://github.com/rust-lang/crates.io-index"
852checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
853dependencies = [
854 "libc",
855 "windows-sys 0.61.2",
856]
857
858[[package]]
859name = "fastrand"
860version = "2.4.1"
861source = "registry+https://github.com/rust-lang/crates.io-index"
862checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
863
864[[package]]
865name = "ff"
866version = "0.13.1"
867source = "registry+https://github.com/rust-lang/crates.io-index"
868checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
869dependencies = [
870 "rand_core 0.6.4",
871 "subtle",
872]
873
874[[package]]
875name = "find-msvc-tools"
876version = "0.1.9"
877source = "registry+https://github.com/rust-lang/crates.io-index"
878checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
879
880[[package]]
881name = "flate2"
882version = "1.1.9"
883source = "registry+https://github.com/rust-lang/crates.io-index"
884checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
885dependencies = [
886 "crc32fast",
887 "miniz_oxide",
888]
889
890[[package]]
891name = "fluent-uri"
892version = "0.4.1"
893source = "registry+https://github.com/rust-lang/crates.io-index"
894checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
895dependencies = [
896 "borrow-or-share",
897 "ref-cast",
898 "serde",
899]
900
901[[package]]
902name = "fnv"
903version = "1.0.7"
904source = "registry+https://github.com/rust-lang/crates.io-index"
905checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
906
907[[package]]
908name = "foldhash"
909version = "0.1.5"
910source = "registry+https://github.com/rust-lang/crates.io-index"
911checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
912
913[[package]]
914name = "form_urlencoded"
915version = "1.2.2"
916source = "registry+https://github.com/rust-lang/crates.io-index"
917checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
918dependencies = [
919 "percent-encoding",
920]
921
922[[package]]
923name = "futures"
924version = "0.3.32"
925source = "registry+https://github.com/rust-lang/crates.io-index"
926checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
927dependencies = [
928 "futures-channel",
929 "futures-core",
930 "futures-executor",
931 "futures-io",
932 "futures-sink",
933 "futures-task",
934 "futures-util",
935]
936
937[[package]]
938name = "futures-buffered"
939version = "0.2.13"
940source = "registry+https://github.com/rust-lang/crates.io-index"
941checksum = "4421cb78ee172b6b06080093479d3c50f058e7c81b7d577bbb8d118d551d4cd5"
942dependencies = [
943 "cordyceps",
944 "diatomic-waker",
945 "futures-core",
946 "pin-project-lite",
947 "spin 0.10.0",
948]
949
950[[package]]
951name = "futures-channel"
952version = "0.3.32"
953source = "registry+https://github.com/rust-lang/crates.io-index"
954checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
955dependencies = [
956 "futures-core",
957 "futures-sink",
958]
959
960[[package]]
961name = "futures-core"
962version = "0.3.32"
963source = "registry+https://github.com/rust-lang/crates.io-index"
964checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
965
966[[package]]
967name = "futures-executor"
968version = "0.3.32"
969source = "registry+https://github.com/rust-lang/crates.io-index"
970checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
971dependencies = [
972 "futures-core",
973 "futures-task",
974 "futures-util",
975]
976
977[[package]]
978name = "futures-io"
979version = "0.3.32"
980source = "registry+https://github.com/rust-lang/crates.io-index"
981checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
982
983[[package]]
984name = "futures-lite"
985version = "2.6.1"
986source = "registry+https://github.com/rust-lang/crates.io-index"
987checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
988dependencies = [
989 "fastrand",
990 "futures-core",
991 "futures-io",
992 "parking",
993 "pin-project-lite",
994]
995
996[[package]]
997name = "futures-macro"
998version = "0.3.32"
999source = "registry+https://github.com/rust-lang/crates.io-index"
1000checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
1001dependencies = [
1002 "proc-macro2",
1003 "quote",
1004 "syn",
1005]
1006
1007[[package]]
1008name = "futures-sink"
1009version = "0.3.32"
1010source = "registry+https://github.com/rust-lang/crates.io-index"
1011checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
1012
1013[[package]]
1014name = "futures-task"
1015version = "0.3.32"
1016source = "registry+https://github.com/rust-lang/crates.io-index"
1017checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
1018
1019[[package]]
1020name = "futures-util"
1021version = "0.3.32"
1022source = "registry+https://github.com/rust-lang/crates.io-index"
1023checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
1024dependencies = [
1025 "futures-channel",
1026 "futures-core",
1027 "futures-io",
1028 "futures-macro",
1029 "futures-sink",
1030 "futures-task",
1031 "memchr",
1032 "pin-project-lite",
1033 "slab",
1034]
1035
1036[[package]]
1037name = "generator"
1038version = "0.8.8"
1039source = "registry+https://github.com/rust-lang/crates.io-index"
1040checksum = "52f04ae4152da20c76fe800fa48659201d5cf627c5149ca0b707b69d7eef6cf9"
1041dependencies = [
1042 "cc",
1043 "cfg-if",
1044 "libc",
1045 "log",
1046 "rustversion",
1047 "windows-link",
1048 "windows-result",
1049]
1050
1051[[package]]
1052name = "generic-array"
1053version = "0.14.9"
1054source = "registry+https://github.com/rust-lang/crates.io-index"
1055checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
1056dependencies = [
1057 "typenum",
1058 "version_check",
1059 "zeroize",
1060]
1061
1062[[package]]
1063name = "getrandom"
1064version = "0.2.17"
1065source = "registry+https://github.com/rust-lang/crates.io-index"
1066checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
1067dependencies = [
1068 "cfg-if",
1069 "js-sys",
1070 "libc",
1071 "wasi",
1072 "wasm-bindgen",
1073]
1074
1075[[package]]
1076name = "getrandom"
1077version = "0.3.4"
1078source = "registry+https://github.com/rust-lang/crates.io-index"
1079checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
1080dependencies = [
1081 "cfg-if",
1082 "js-sys",
1083 "libc",
1084 "r-efi",
1085 "wasip2",
1086 "wasm-bindgen",
1087]
1088
1089[[package]]
1090name = "group"
1091version = "0.13.0"
1092source = "registry+https://github.com/rust-lang/crates.io-index"
1093checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
1094dependencies = [
1095 "ff",
1096 "rand_core 0.6.4",
1097 "subtle",
1098]
1099
1100[[package]]
1101name = "h2"
1102version = "0.4.13"
1103source = "registry+https://github.com/rust-lang/crates.io-index"
1104checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
1105dependencies = [
1106 "atomic-waker",
1107 "bytes",
1108 "fnv",
1109 "futures-core",
1110 "futures-sink",
1111 "http",
1112 "indexmap",
1113 "slab",
1114 "tokio",
1115 "tokio-util",
1116 "tracing",
1117]
1118
1119[[package]]
1120name = "half"
1121version = "2.7.1"
1122source = "registry+https://github.com/rust-lang/crates.io-index"
1123checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
1124dependencies = [
1125 "cfg-if",
1126 "crunchy",
1127 "zerocopy",
1128]
1129
1130[[package]]
1131name = "hash32"
1132version = "0.2.1"
1133source = "registry+https://github.com/rust-lang/crates.io-index"
1134checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
1135dependencies = [
1136 "byteorder",
1137]
1138
1139[[package]]
1140name = "hashbrown"
1141version = "0.14.5"
1142source = "registry+https://github.com/rust-lang/crates.io-index"
1143checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1144dependencies = [
1145 "ahash",
1146 "allocator-api2",
1147]
1148
1149[[package]]
1150name = "hashbrown"
1151version = "0.15.5"
1152source = "registry+https://github.com/rust-lang/crates.io-index"
1153checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1154dependencies = [
1155 "allocator-api2",
1156 "equivalent",
1157 "foldhash",
1158]
1159
1160[[package]]
1161name = "hashbrown"
1162version = "0.16.1"
1163source = "registry+https://github.com/rust-lang/crates.io-index"
1164checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
1165
1166[[package]]
1167name = "hashbrown"
1168version = "0.17.0"
1169source = "registry+https://github.com/rust-lang/crates.io-index"
1170checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51"
1171
1172[[package]]
1173name = "heapless"
1174version = "0.7.17"
1175source = "registry+https://github.com/rust-lang/crates.io-index"
1176checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f"
1177dependencies = [
1178 "atomic-polyfill",
1179 "hash32",
1180 "rustc_version",
1181 "serde",
1182 "spin 0.9.8",
1183 "stable_deref_trait",
1184]
1185
1186[[package]]
1187name = "heck"
1188version = "0.4.1"
1189source = "registry+https://github.com/rust-lang/crates.io-index"
1190checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1191
1192[[package]]
1193name = "heck"
1194version = "0.5.0"
1195source = "registry+https://github.com/rust-lang/crates.io-index"
1196checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1197
1198[[package]]
1199name = "hermit-abi"
1200version = "0.5.2"
1201source = "registry+https://github.com/rust-lang/crates.io-index"
1202checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
1203
1204[[package]]
1205name = "hex"
1206version = "0.4.3"
1207source = "registry+https://github.com/rust-lang/crates.io-index"
1208checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1209
1210[[package]]
1211name = "hmac"
1212version = "0.12.1"
1213source = "registry+https://github.com/rust-lang/crates.io-index"
1214checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1215dependencies = [
1216 "digest",
1217]
1218
1219[[package]]
1220name = "http"
1221version = "1.4.0"
1222source = "registry+https://github.com/rust-lang/crates.io-index"
1223checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
1224dependencies = [
1225 "bytes",
1226 "itoa",
1227]
1228
1229[[package]]
1230name = "http-body"
1231version = "1.0.1"
1232source = "registry+https://github.com/rust-lang/crates.io-index"
1233checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1234dependencies = [
1235 "bytes",
1236 "http",
1237]
1238
1239[[package]]
1240name = "http-body-util"
1241version = "0.1.3"
1242source = "registry+https://github.com/rust-lang/crates.io-index"
1243checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1244dependencies = [
1245 "bytes",
1246 "futures-core",
1247 "http",
1248 "http-body",
1249 "pin-project-lite",
1250]
1251
1252[[package]]
1253name = "httparse"
1254version = "1.10.1"
1255source = "registry+https://github.com/rust-lang/crates.io-index"
1256checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1257
1258[[package]]
1259name = "httpdate"
1260version = "1.0.3"
1261source = "registry+https://github.com/rust-lang/crates.io-index"
1262checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1263
1264[[package]]
1265name = "hyper"
1266version = "1.9.0"
1267source = "registry+https://github.com/rust-lang/crates.io-index"
1268checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca"
1269dependencies = [
1270 "atomic-waker",
1271 "bytes",
1272 "futures-channel",
1273 "futures-core",
1274 "h2",
1275 "http",
1276 "http-body",
1277 "httparse",
1278 "httpdate",
1279 "itoa",
1280 "pin-project-lite",
1281 "smallvec",
1282 "tokio",
1283 "want",
1284]
1285
1286[[package]]
1287name = "hyper-rustls"
1288version = "0.27.9"
1289source = "registry+https://github.com/rust-lang/crates.io-index"
1290checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
1291dependencies = [
1292 "http",
1293 "hyper",
1294 "hyper-util",
1295 "rustls",
1296 "tokio",
1297 "tokio-rustls",
1298 "tower-service",
1299 "webpki-roots 1.0.7",
1300]
1301
1302[[package]]
1303name = "hyper-util"
1304version = "0.1.20"
1305source = "registry+https://github.com/rust-lang/crates.io-index"
1306checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
1307dependencies = [
1308 "base64",
1309 "bytes",
1310 "futures-channel",
1311 "futures-util",
1312 "http",
1313 "http-body",
1314 "hyper",
1315 "ipnet",
1316 "libc",
1317 "percent-encoding",
1318 "pin-project-lite",
1319 "socket2",
1320 "system-configuration",
1321 "tokio",
1322 "tower-service",
1323 "tracing",
1324 "windows-registry",
1325]
1326
1327[[package]]
1328name = "iana-time-zone"
1329version = "0.1.65"
1330source = "registry+https://github.com/rust-lang/crates.io-index"
1331checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
1332dependencies = [
1333 "android_system_properties",
1334 "core-foundation-sys",
1335 "iana-time-zone-haiku",
1336 "js-sys",
1337 "log",
1338 "wasm-bindgen",
1339 "windows-core",
1340]
1341
1342[[package]]
1343name = "iana-time-zone-haiku"
1344version = "0.1.2"
1345source = "registry+https://github.com/rust-lang/crates.io-index"
1346checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1347dependencies = [
1348 "cc",
1349]
1350
1351[[package]]
1352name = "icu_collections"
1353version = "2.2.0"
1354source = "registry+https://github.com/rust-lang/crates.io-index"
1355checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
1356dependencies = [
1357 "displaydoc",
1358 "potential_utf",
1359 "utf8_iter",
1360 "yoke",
1361 "zerofrom",
1362 "zerovec",
1363]
1364
1365[[package]]
1366name = "icu_locale_core"
1367version = "2.2.0"
1368source = "registry+https://github.com/rust-lang/crates.io-index"
1369checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
1370dependencies = [
1371 "displaydoc",
1372 "litemap",
1373 "tinystr",
1374 "writeable",
1375 "zerovec",
1376]
1377
1378[[package]]
1379name = "icu_normalizer"
1380version = "2.2.0"
1381source = "registry+https://github.com/rust-lang/crates.io-index"
1382checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
1383dependencies = [
1384 "icu_collections",
1385 "icu_normalizer_data",
1386 "icu_properties",
1387 "icu_provider",
1388 "smallvec",
1389 "zerovec",
1390]
1391
1392[[package]]
1393name = "icu_normalizer_data"
1394version = "2.2.0"
1395source = "registry+https://github.com/rust-lang/crates.io-index"
1396checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
1397
1398[[package]]
1399name = "icu_properties"
1400version = "2.2.0"
1401source = "registry+https://github.com/rust-lang/crates.io-index"
1402checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
1403dependencies = [
1404 "icu_collections",
1405 "icu_locale_core",
1406 "icu_properties_data",
1407 "icu_provider",
1408 "zerotrie",
1409 "zerovec",
1410]
1411
1412[[package]]
1413name = "icu_properties_data"
1414version = "2.2.0"
1415source = "registry+https://github.com/rust-lang/crates.io-index"
1416checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
1417
1418[[package]]
1419name = "icu_provider"
1420version = "2.2.0"
1421source = "registry+https://github.com/rust-lang/crates.io-index"
1422checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
1423dependencies = [
1424 "displaydoc",
1425 "icu_locale_core",
1426 "writeable",
1427 "yoke",
1428 "zerofrom",
1429 "zerotrie",
1430 "zerovec",
1431]
1432
1433[[package]]
1434name = "ident_case"
1435version = "1.0.1"
1436source = "registry+https://github.com/rust-lang/crates.io-index"
1437checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1438
1439[[package]]
1440name = "idna"
1441version = "1.1.0"
1442source = "registry+https://github.com/rust-lang/crates.io-index"
1443checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1444dependencies = [
1445 "idna_adapter",
1446 "smallvec",
1447 "utf8_iter",
1448]
1449
1450[[package]]
1451name = "idna_adapter"
1452version = "1.2.2"
1453source = "registry+https://github.com/rust-lang/crates.io-index"
1454checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
1455dependencies = [
1456 "icu_normalizer",
1457 "icu_properties",
1458]
1459
1460[[package]]
1461name = "indexmap"
1462version = "2.14.0"
1463source = "registry+https://github.com/rust-lang/crates.io-index"
1464checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
1465dependencies = [
1466 "equivalent",
1467 "hashbrown 0.17.0",
1468]
1469
1470[[package]]
1471name = "inventory"
1472version = "0.3.24"
1473source = "registry+https://github.com/rust-lang/crates.io-index"
1474checksum = "a4f0c30c76f2f4ccee3fe55a2435f691ca00c0e4bd87abe4f4a851b1d4dac39b"
1475dependencies = [
1476 "rustversion",
1477]
1478
1479[[package]]
1480name = "ipld-core"
1481version = "0.4.3"
1482source = "registry+https://github.com/rust-lang/crates.io-index"
1483checksum = "090f624976d72f0b0bb71b86d58dc16c15e069193067cb3a3a09d655246cbbda"
1484dependencies = [
1485 "cid",
1486 "serde",
1487 "serde_bytes",
1488]
1489
1490[[package]]
1491name = "ipnet"
1492version = "2.12.0"
1493source = "registry+https://github.com/rust-lang/crates.io-index"
1494checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
1495
1496[[package]]
1497name = "iri-string"
1498version = "0.7.12"
1499source = "registry+https://github.com/rust-lang/crates.io-index"
1500checksum = "25e659a4bb38e810ebc252e53b5814ff908a8c58c2a9ce2fae1bbec24cbf4e20"
1501dependencies = [
1502 "memchr",
1503 "serde",
1504]
1505
1506[[package]]
1507name = "itoa"
1508version = "1.0.18"
1509source = "registry+https://github.com/rust-lang/crates.io-index"
1510checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
1511
1512[[package]]
1513name = "jacquard-common"
1514version = "0.12.0-beta.2"
1515source = "registry+https://github.com/rust-lang/crates.io-index"
1516checksum = "e830579811d60e29209c9466d034225d5e045ecdc2b3c55282709bd07da97869"
1517dependencies = [
1518 "base64",
1519 "bon",
1520 "bytes",
1521 "chrono",
1522 "ciborium",
1523 "ciborium-io",
1524 "cid",
1525 "fluent-uri",
1526 "futures",
1527 "getrandom 0.2.17",
1528 "getrandom 0.3.4",
1529 "hashbrown 0.15.5",
1530 "http",
1531 "ipld-core",
1532 "k256",
1533 "maitake-sync",
1534 "miette",
1535 "multibase",
1536 "multihash",
1537 "n0-future",
1538 "ouroboros",
1539 "oxilangtag",
1540 "p256",
1541 "phf",
1542 "postcard",
1543 "rand 0.9.4",
1544 "regex",
1545 "regex-automata",
1546 "regex-lite",
1547 "reqwest",
1548 "rustversion",
1549 "serde",
1550 "serde_bytes",
1551 "serde_html_form",
1552 "serde_ipld_dagcbor",
1553 "serde_json",
1554 "signature",
1555 "smol_str",
1556 "spin 0.10.0",
1557 "thiserror 2.0.18",
1558 "tokio",
1559 "tokio-tungstenite-wasm",
1560 "tokio-util",
1561 "trait-variant",
1562 "unicode-segmentation",
1563]
1564
1565[[package]]
1566name = "jacquard-derive"
1567version = "0.12.0-beta.2"
1568source = "registry+https://github.com/rust-lang/crates.io-index"
1569checksum = "93f83b8049e4e7916e0f6764c3deaf5e55a7ffbab26c379415e9b1d4d645d957"
1570dependencies = [
1571 "heck 0.5.0",
1572 "jacquard-lexicon",
1573 "proc-macro2",
1574 "quote",
1575 "syn",
1576]
1577
1578[[package]]
1579name = "jacquard-lexicon"
1580version = "0.12.0-beta.2"
1581source = "registry+https://github.com/rust-lang/crates.io-index"
1582checksum = "64935ef85dd24f60f467082c21ad52f739a02dd402a2adf40e5794e3de949e1f"
1583dependencies = [
1584 "cid",
1585 "dashmap",
1586 "heck 0.5.0",
1587 "inventory",
1588 "jacquard-common",
1589 "miette",
1590 "multihash",
1591 "prettyplease",
1592 "proc-macro2",
1593 "quote",
1594 "serde",
1595 "serde_ipld_dagcbor",
1596 "serde_json",
1597 "serde_path_to_error",
1598 "serde_repr",
1599 "serde_with",
1600 "sha2",
1601 "syn",
1602 "thiserror 2.0.18",
1603 "unicode-segmentation",
1604]
1605
1606[[package]]
1607name = "js-sys"
1608version = "0.3.97"
1609source = "registry+https://github.com/rust-lang/crates.io-index"
1610checksum = "a1840c94c045fbcf8ba2812c95db44499f7c64910a912551aaaa541decebcacf"
1611dependencies = [
1612 "cfg-if",
1613 "futures-util",
1614 "once_cell",
1615 "wasm-bindgen",
1616]
1617
1618[[package]]
1619name = "k256"
1620version = "0.13.4"
1621source = "registry+https://github.com/rust-lang/crates.io-index"
1622checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
1623dependencies = [
1624 "cfg-if",
1625 "ecdsa",
1626 "elliptic-curve",
1627 "sha2",
1628]
1629
1630[[package]]
1631name = "lasso"
1632version = "0.7.3"
1633source = "registry+https://github.com/rust-lang/crates.io-index"
1634checksum = "6e14eda50a3494b3bf7b9ce51c52434a761e383d7238ce1dd5dcec2fbc13e9fb"
1635dependencies = [
1636 "dashmap",
1637 "hashbrown 0.14.5",
1638]
1639
1640[[package]]
1641name = "lazy_static"
1642version = "1.5.0"
1643source = "registry+https://github.com/rust-lang/crates.io-index"
1644checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1645
1646[[package]]
1647name = "libc"
1648version = "0.2.186"
1649source = "registry+https://github.com/rust-lang/crates.io-index"
1650checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
1651
1652[[package]]
1653name = "litemap"
1654version = "0.8.2"
1655source = "registry+https://github.com/rust-lang/crates.io-index"
1656checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
1657
1658[[package]]
1659name = "lock_api"
1660version = "0.4.14"
1661source = "registry+https://github.com/rust-lang/crates.io-index"
1662checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1663dependencies = [
1664 "scopeguard",
1665]
1666
1667[[package]]
1668name = "log"
1669version = "0.4.29"
1670source = "registry+https://github.com/rust-lang/crates.io-index"
1671checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1672
1673[[package]]
1674name = "loom"
1675version = "0.7.2"
1676source = "registry+https://github.com/rust-lang/crates.io-index"
1677checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
1678dependencies = [
1679 "cfg-if",
1680 "generator",
1681 "scoped-tls",
1682 "tracing",
1683 "tracing-subscriber",
1684]
1685
1686[[package]]
1687name = "lru-slab"
1688version = "0.1.2"
1689source = "registry+https://github.com/rust-lang/crates.io-index"
1690checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1691
1692[[package]]
1693name = "maitake-sync"
1694version = "0.1.2"
1695source = "registry+https://github.com/rust-lang/crates.io-index"
1696checksum = "6816ab14147f80234c675b80ed6dc4f440d8a1cefc158e766067aedb84c0bcd5"
1697dependencies = [
1698 "cordyceps",
1699 "loom",
1700 "mycelium-bitfield",
1701 "pin-project",
1702 "portable-atomic",
1703]
1704
1705[[package]]
1706name = "match-lookup"
1707version = "0.1.2"
1708source = "registry+https://github.com/rust-lang/crates.io-index"
1709checksum = "757aee279b8bdbb9f9e676796fd459e4207a1f986e87886700abf589f5abf771"
1710dependencies = [
1711 "proc-macro2",
1712 "quote",
1713 "syn",
1714]
1715
1716[[package]]
1717name = "matchers"
1718version = "0.2.0"
1719source = "registry+https://github.com/rust-lang/crates.io-index"
1720checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
1721dependencies = [
1722 "regex-automata",
1723]
1724
1725[[package]]
1726name = "matchit"
1727version = "0.8.4"
1728source = "registry+https://github.com/rust-lang/crates.io-index"
1729checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
1730
1731[[package]]
1732name = "memchr"
1733version = "2.8.0"
1734source = "registry+https://github.com/rust-lang/crates.io-index"
1735checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
1736
1737[[package]]
1738name = "miette"
1739version = "7.6.0"
1740source = "registry+https://github.com/rust-lang/crates.io-index"
1741checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7"
1742dependencies = [
1743 "cfg-if",
1744 "miette-derive",
1745 "unicode-width",
1746]
1747
1748[[package]]
1749name = "miette-derive"
1750version = "7.6.0"
1751source = "registry+https://github.com/rust-lang/crates.io-index"
1752checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b"
1753dependencies = [
1754 "proc-macro2",
1755 "quote",
1756 "syn",
1757]
1758
1759[[package]]
1760name = "mime"
1761version = "0.3.17"
1762source = "registry+https://github.com/rust-lang/crates.io-index"
1763checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1764
1765[[package]]
1766name = "miniz_oxide"
1767version = "0.8.9"
1768source = "registry+https://github.com/rust-lang/crates.io-index"
1769checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1770dependencies = [
1771 "adler2",
1772 "simd-adler32",
1773]
1774
1775[[package]]
1776name = "mio"
1777version = "1.2.0"
1778source = "registry+https://github.com/rust-lang/crates.io-index"
1779checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1"
1780dependencies = [
1781 "libc",
1782 "wasi",
1783 "windows-sys 0.61.2",
1784]
1785
1786[[package]]
1787name = "multibase"
1788version = "0.9.2"
1789source = "registry+https://github.com/rust-lang/crates.io-index"
1790checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77"
1791dependencies = [
1792 "base-x",
1793 "base256emoji",
1794 "data-encoding",
1795 "data-encoding-macro",
1796]
1797
1798[[package]]
1799name = "multihash"
1800version = "0.19.5"
1801source = "registry+https://github.com/rust-lang/crates.io-index"
1802checksum = "577c63b00ad74d57e8c9aa870b5fccebf2fd64a308a5aee9f1bb88e4aea19447"
1803dependencies = [
1804 "serde",
1805 "unsigned-varint",
1806]
1807
1808[[package]]
1809name = "mycelium-bitfield"
1810version = "0.1.5"
1811source = "registry+https://github.com/rust-lang/crates.io-index"
1812checksum = "24e0cc5e2c585acbd15c5ce911dff71e1f4d5313f43345873311c4f5efd741cc"
1813
1814[[package]]
1815name = "n0-future"
1816version = "0.1.3"
1817source = "registry+https://github.com/rust-lang/crates.io-index"
1818checksum = "7bb0e5d99e681ab3c938842b96fcb41bf8a7bb4bfdb11ccbd653a7e83e06c794"
1819dependencies = [
1820 "cfg_aliases",
1821 "derive_more",
1822 "futures-buffered",
1823 "futures-lite",
1824 "futures-util",
1825 "js-sys",
1826 "pin-project",
1827 "send_wrapper",
1828 "tokio",
1829 "tokio-util",
1830 "wasm-bindgen",
1831 "wasm-bindgen-futures",
1832 "web-time",
1833]
1834
1835[[package]]
1836name = "nu-ansi-term"
1837version = "0.50.3"
1838source = "registry+https://github.com/rust-lang/crates.io-index"
1839checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
1840dependencies = [
1841 "windows-sys 0.61.2",
1842]
1843
1844[[package]]
1845name = "num-conv"
1846version = "0.2.1"
1847source = "registry+https://github.com/rust-lang/crates.io-index"
1848checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967"
1849
1850[[package]]
1851name = "num-traits"
1852version = "0.2.19"
1853source = "registry+https://github.com/rust-lang/crates.io-index"
1854checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1855dependencies = [
1856 "autocfg",
1857]
1858
1859[[package]]
1860name = "num_cpus"
1861version = "1.17.0"
1862source = "registry+https://github.com/rust-lang/crates.io-index"
1863checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
1864dependencies = [
1865 "hermit-abi",
1866 "libc",
1867]
1868
1869[[package]]
1870name = "once_cell"
1871version = "1.21.4"
1872source = "registry+https://github.com/rust-lang/crates.io-index"
1873checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1874
1875[[package]]
1876name = "openssl-probe"
1877version = "0.2.1"
1878source = "registry+https://github.com/rust-lang/crates.io-index"
1879checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
1880
1881[[package]]
1882name = "ouroboros"
1883version = "0.18.5"
1884source = "registry+https://github.com/rust-lang/crates.io-index"
1885checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
1886dependencies = [
1887 "aliasable",
1888 "ouroboros_macro",
1889 "static_assertions",
1890]
1891
1892[[package]]
1893name = "ouroboros_macro"
1894version = "0.18.5"
1895source = "registry+https://github.com/rust-lang/crates.io-index"
1896checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
1897dependencies = [
1898 "heck 0.4.1",
1899 "proc-macro2",
1900 "proc-macro2-diagnostics",
1901 "quote",
1902 "syn",
1903]
1904
1905[[package]]
1906name = "oxilangtag"
1907version = "0.1.5"
1908source = "registry+https://github.com/rust-lang/crates.io-index"
1909checksum = "23f3f87617a86af77fa3691e6350483e7154c2ead9f1261b75130e21ca0f8acb"
1910dependencies = [
1911 "serde",
1912]
1913
1914[[package]]
1915name = "p256"
1916version = "0.13.2"
1917source = "registry+https://github.com/rust-lang/crates.io-index"
1918checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
1919dependencies = [
1920 "ecdsa",
1921 "elliptic-curve",
1922 "primeorder",
1923 "sha2",
1924]
1925
1926[[package]]
1927name = "parking"
1928version = "2.2.1"
1929source = "registry+https://github.com/rust-lang/crates.io-index"
1930checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
1931
1932[[package]]
1933name = "parking_lot"
1934version = "0.12.5"
1935source = "registry+https://github.com/rust-lang/crates.io-index"
1936checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1937dependencies = [
1938 "lock_api",
1939 "parking_lot_core",
1940]
1941
1942[[package]]
1943name = "parking_lot_core"
1944version = "0.9.12"
1945source = "registry+https://github.com/rust-lang/crates.io-index"
1946checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1947dependencies = [
1948 "cfg-if",
1949 "libc",
1950 "redox_syscall",
1951 "smallvec",
1952 "windows-link",
1953]
1954
1955[[package]]
1956name = "pem-rfc7468"
1957version = "0.7.0"
1958source = "registry+https://github.com/rust-lang/crates.io-index"
1959checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
1960dependencies = [
1961 "base64ct",
1962]
1963
1964[[package]]
1965name = "percent-encoding"
1966version = "2.3.2"
1967source = "registry+https://github.com/rust-lang/crates.io-index"
1968checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1969
1970[[package]]
1971name = "phf"
1972version = "0.11.3"
1973source = "registry+https://github.com/rust-lang/crates.io-index"
1974checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
1975dependencies = [
1976 "phf_macros",
1977 "phf_shared",
1978]
1979
1980[[package]]
1981name = "phf_generator"
1982version = "0.11.3"
1983source = "registry+https://github.com/rust-lang/crates.io-index"
1984checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
1985dependencies = [
1986 "phf_shared",
1987 "rand 0.8.6",
1988]
1989
1990[[package]]
1991name = "phf_macros"
1992version = "0.11.3"
1993source = "registry+https://github.com/rust-lang/crates.io-index"
1994checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
1995dependencies = [
1996 "phf_generator",
1997 "phf_shared",
1998 "proc-macro2",
1999 "quote",
2000 "syn",
2001]
2002
2003[[package]]
2004name = "phf_shared"
2005version = "0.11.3"
2006source = "registry+https://github.com/rust-lang/crates.io-index"
2007checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
2008dependencies = [
2009 "siphasher",
2010]
2011
2012[[package]]
2013name = "pin-project"
2014version = "1.1.11"
2015source = "registry+https://github.com/rust-lang/crates.io-index"
2016checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517"
2017dependencies = [
2018 "pin-project-internal",
2019]
2020
2021[[package]]
2022name = "pin-project-internal"
2023version = "1.1.11"
2024source = "registry+https://github.com/rust-lang/crates.io-index"
2025checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6"
2026dependencies = [
2027 "proc-macro2",
2028 "quote",
2029 "syn",
2030]
2031
2032[[package]]
2033name = "pin-project-lite"
2034version = "0.2.17"
2035source = "registry+https://github.com/rust-lang/crates.io-index"
2036checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
2037
2038[[package]]
2039name = "pkcs8"
2040version = "0.10.2"
2041source = "registry+https://github.com/rust-lang/crates.io-index"
2042checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
2043dependencies = [
2044 "der",
2045 "spki",
2046]
2047
2048[[package]]
2049name = "portable-atomic"
2050version = "1.13.1"
2051source = "registry+https://github.com/rust-lang/crates.io-index"
2052checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
2053
2054[[package]]
2055name = "postcard"
2056version = "1.1.3"
2057source = "registry+https://github.com/rust-lang/crates.io-index"
2058checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
2059dependencies = [
2060 "cobs",
2061 "embedded-io 0.4.0",
2062 "embedded-io 0.6.1",
2063 "heapless",
2064 "serde",
2065]
2066
2067[[package]]
2068name = "potential_utf"
2069version = "0.1.5"
2070source = "registry+https://github.com/rust-lang/crates.io-index"
2071checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
2072dependencies = [
2073 "zerovec",
2074]
2075
2076[[package]]
2077name = "powerfmt"
2078version = "0.2.0"
2079source = "registry+https://github.com/rust-lang/crates.io-index"
2080checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2081
2082[[package]]
2083name = "ppv-lite86"
2084version = "0.2.21"
2085source = "registry+https://github.com/rust-lang/crates.io-index"
2086checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2087dependencies = [
2088 "zerocopy",
2089]
2090
2091[[package]]
2092name = "prettyplease"
2093version = "0.2.37"
2094source = "registry+https://github.com/rust-lang/crates.io-index"
2095checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
2096dependencies = [
2097 "proc-macro2",
2098 "syn",
2099]
2100
2101[[package]]
2102name = "primeorder"
2103version = "0.13.6"
2104source = "registry+https://github.com/rust-lang/crates.io-index"
2105checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
2106dependencies = [
2107 "elliptic-curve",
2108]
2109
2110[[package]]
2111name = "proc-macro2"
2112version = "1.0.106"
2113source = "registry+https://github.com/rust-lang/crates.io-index"
2114checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
2115dependencies = [
2116 "unicode-ident",
2117]
2118
2119[[package]]
2120name = "proc-macro2-diagnostics"
2121version = "0.10.1"
2122source = "registry+https://github.com/rust-lang/crates.io-index"
2123checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
2124dependencies = [
2125 "proc-macro2",
2126 "quote",
2127 "syn",
2128 "version_check",
2129 "yansi",
2130]
2131
2132[[package]]
2133name = "quick_cache"
2134version = "0.6.21"
2135source = "registry+https://github.com/rust-lang/crates.io-index"
2136checksum = "5a70b1b8b47e31d0498ecbc3c5470bb931399a8bfed1fd79d1717a61ce7f96e3"
2137dependencies = [
2138 "ahash",
2139 "equivalent",
2140 "hashbrown 0.16.1",
2141 "parking_lot",
2142]
2143
2144[[package]]
2145name = "quinn"
2146version = "0.11.9"
2147source = "registry+https://github.com/rust-lang/crates.io-index"
2148checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
2149dependencies = [
2150 "bytes",
2151 "cfg_aliases",
2152 "pin-project-lite",
2153 "quinn-proto",
2154 "quinn-udp",
2155 "rustc-hash",
2156 "rustls",
2157 "socket2",
2158 "thiserror 2.0.18",
2159 "tokio",
2160 "tracing",
2161 "web-time",
2162]
2163
2164[[package]]
2165name = "quinn-proto"
2166version = "0.11.14"
2167source = "registry+https://github.com/rust-lang/crates.io-index"
2168checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
2169dependencies = [
2170 "bytes",
2171 "getrandom 0.3.4",
2172 "lru-slab",
2173 "rand 0.9.4",
2174 "ring",
2175 "rustc-hash",
2176 "rustls",
2177 "rustls-pki-types",
2178 "slab",
2179 "thiserror 2.0.18",
2180 "tinyvec",
2181 "tracing",
2182 "web-time",
2183]
2184
2185[[package]]
2186name = "quinn-udp"
2187version = "0.5.14"
2188source = "registry+https://github.com/rust-lang/crates.io-index"
2189checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
2190dependencies = [
2191 "cfg_aliases",
2192 "libc",
2193 "once_cell",
2194 "socket2",
2195 "tracing",
2196 "windows-sys 0.60.2",
2197]
2198
2199[[package]]
2200name = "quote"
2201version = "1.0.45"
2202source = "registry+https://github.com/rust-lang/crates.io-index"
2203checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
2204dependencies = [
2205 "proc-macro2",
2206]
2207
2208[[package]]
2209name = "r-efi"
2210version = "5.3.0"
2211source = "registry+https://github.com/rust-lang/crates.io-index"
2212checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2213
2214[[package]]
2215name = "rand"
2216version = "0.8.6"
2217source = "registry+https://github.com/rust-lang/crates.io-index"
2218checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
2219dependencies = [
2220 "libc",
2221 "rand_chacha 0.3.1",
2222 "rand_core 0.6.4",
2223]
2224
2225[[package]]
2226name = "rand"
2227version = "0.9.4"
2228source = "registry+https://github.com/rust-lang/crates.io-index"
2229checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
2230dependencies = [
2231 "rand_chacha 0.9.0",
2232 "rand_core 0.9.5",
2233]
2234
2235[[package]]
2236name = "rand_chacha"
2237version = "0.3.1"
2238source = "registry+https://github.com/rust-lang/crates.io-index"
2239checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2240dependencies = [
2241 "ppv-lite86",
2242 "rand_core 0.6.4",
2243]
2244
2245[[package]]
2246name = "rand_chacha"
2247version = "0.9.0"
2248source = "registry+https://github.com/rust-lang/crates.io-index"
2249checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2250dependencies = [
2251 "ppv-lite86",
2252 "rand_core 0.9.5",
2253]
2254
2255[[package]]
2256name = "rand_core"
2257version = "0.6.4"
2258source = "registry+https://github.com/rust-lang/crates.io-index"
2259checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2260dependencies = [
2261 "getrandom 0.2.17",
2262]
2263
2264[[package]]
2265name = "rand_core"
2266version = "0.9.5"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
2269dependencies = [
2270 "getrandom 0.3.4",
2271]
2272
2273[[package]]
2274name = "redox_syscall"
2275version = "0.5.18"
2276source = "registry+https://github.com/rust-lang/crates.io-index"
2277checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
2278dependencies = [
2279 "bitflags",
2280]
2281
2282[[package]]
2283name = "ref-cast"
2284version = "1.0.25"
2285source = "registry+https://github.com/rust-lang/crates.io-index"
2286checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
2287dependencies = [
2288 "ref-cast-impl",
2289]
2290
2291[[package]]
2292name = "ref-cast-impl"
2293version = "1.0.25"
2294source = "registry+https://github.com/rust-lang/crates.io-index"
2295checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
2296dependencies = [
2297 "proc-macro2",
2298 "quote",
2299 "syn",
2300]
2301
2302[[package]]
2303name = "regex"
2304version = "1.12.3"
2305source = "registry+https://github.com/rust-lang/crates.io-index"
2306checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
2307dependencies = [
2308 "aho-corasick",
2309 "memchr",
2310 "regex-automata",
2311 "regex-syntax",
2312]
2313
2314[[package]]
2315name = "regex-automata"
2316version = "0.4.14"
2317source = "registry+https://github.com/rust-lang/crates.io-index"
2318checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
2319dependencies = [
2320 "aho-corasick",
2321 "memchr",
2322 "regex-syntax",
2323]
2324
2325[[package]]
2326name = "regex-lite"
2327version = "0.1.9"
2328source = "registry+https://github.com/rust-lang/crates.io-index"
2329checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973"
2330
2331[[package]]
2332name = "regex-syntax"
2333version = "0.8.10"
2334source = "registry+https://github.com/rust-lang/crates.io-index"
2335checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
2336
2337[[package]]
2338name = "reqwest"
2339version = "0.12.28"
2340source = "registry+https://github.com/rust-lang/crates.io-index"
2341checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
2342dependencies = [
2343 "base64",
2344 "bytes",
2345 "encoding_rs",
2346 "futures-core",
2347 "futures-util",
2348 "h2",
2349 "http",
2350 "http-body",
2351 "http-body-util",
2352 "hyper",
2353 "hyper-rustls",
2354 "hyper-util",
2355 "js-sys",
2356 "log",
2357 "mime",
2358 "percent-encoding",
2359 "pin-project-lite",
2360 "quinn",
2361 "rustls",
2362 "rustls-pki-types",
2363 "serde",
2364 "serde_json",
2365 "serde_urlencoded",
2366 "sync_wrapper",
2367 "tokio",
2368 "tokio-rustls",
2369 "tokio-util",
2370 "tower",
2371 "tower-http",
2372 "tower-service",
2373 "url",
2374 "wasm-bindgen",
2375 "wasm-bindgen-futures",
2376 "wasm-streams",
2377 "web-sys",
2378 "webpki-roots 1.0.7",
2379]
2380
2381[[package]]
2382name = "rfc6979"
2383version = "0.4.0"
2384source = "registry+https://github.com/rust-lang/crates.io-index"
2385checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
2386dependencies = [
2387 "hmac",
2388 "subtle",
2389]
2390
2391[[package]]
2392name = "ring"
2393version = "0.17.14"
2394source = "registry+https://github.com/rust-lang/crates.io-index"
2395checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
2396dependencies = [
2397 "cc",
2398 "cfg-if",
2399 "getrandom 0.2.17",
2400 "libc",
2401 "untrusted",
2402 "windows-sys 0.52.0",
2403]
2404
2405[[package]]
2406name = "roaring"
2407version = "0.11.4"
2408source = "registry+https://github.com/rust-lang/crates.io-index"
2409checksum = "1dedc5658c6ecb3bdb5ef5f3295bb9253f42dcf3fd1402c03f6b1f7659c3c4a9"
2410dependencies = [
2411 "bytemuck",
2412 "byteorder",
2413]
2414
2415[[package]]
2416name = "rustc-hash"
2417version = "2.1.2"
2418source = "registry+https://github.com/rust-lang/crates.io-index"
2419checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
2420
2421[[package]]
2422name = "rustc_version"
2423version = "0.4.1"
2424source = "registry+https://github.com/rust-lang/crates.io-index"
2425checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2426dependencies = [
2427 "semver",
2428]
2429
2430[[package]]
2431name = "rustls"
2432version = "0.23.40"
2433source = "registry+https://github.com/rust-lang/crates.io-index"
2434checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b"
2435dependencies = [
2436 "once_cell",
2437 "ring",
2438 "rustls-pki-types",
2439 "rustls-webpki",
2440 "subtle",
2441 "zeroize",
2442]
2443
2444[[package]]
2445name = "rustls-native-certs"
2446version = "0.8.3"
2447source = "registry+https://github.com/rust-lang/crates.io-index"
2448checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
2449dependencies = [
2450 "openssl-probe",
2451 "rustls-pki-types",
2452 "schannel",
2453 "security-framework",
2454]
2455
2456[[package]]
2457name = "rustls-pki-types"
2458version = "1.14.1"
2459source = "registry+https://github.com/rust-lang/crates.io-index"
2460checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9"
2461dependencies = [
2462 "web-time",
2463 "zeroize",
2464]
2465
2466[[package]]
2467name = "rustls-webpki"
2468version = "0.103.13"
2469source = "registry+https://github.com/rust-lang/crates.io-index"
2470checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
2471dependencies = [
2472 "ring",
2473 "rustls-pki-types",
2474 "untrusted",
2475]
2476
2477[[package]]
2478name = "rustversion"
2479version = "1.0.22"
2480source = "registry+https://github.com/rust-lang/crates.io-index"
2481checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2482
2483[[package]]
2484name = "ryu"
2485version = "1.0.23"
2486source = "registry+https://github.com/rust-lang/crates.io-index"
2487checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
2488
2489[[package]]
2490name = "saa"
2491version = "5.5.1"
2492source = "registry+https://github.com/rust-lang/crates.io-index"
2493checksum = "bd8d438861332c3b1ac396c77bd9cac620ea1ff347efb63c05a83d8f0a593899"
2494
2495[[package]]
2496name = "same-file"
2497version = "1.0.6"
2498source = "registry+https://github.com/rust-lang/crates.io-index"
2499checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2500dependencies = [
2501 "winapi-util",
2502]
2503
2504[[package]]
2505name = "scc"
2506version = "3.7.0"
2507source = "registry+https://github.com/rust-lang/crates.io-index"
2508checksum = "16c154cf1d115a1e901d7f4e3f279eb6eb455f0d670c1cf3c1aa74d50ad37fa9"
2509dependencies = [
2510 "saa",
2511 "sdd",
2512]
2513
2514[[package]]
2515name = "schannel"
2516version = "0.1.29"
2517source = "registry+https://github.com/rust-lang/crates.io-index"
2518checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
2519dependencies = [
2520 "windows-sys 0.61.2",
2521]
2522
2523[[package]]
2524name = "scoped-tls"
2525version = "1.0.1"
2526source = "registry+https://github.com/rust-lang/crates.io-index"
2527checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2528
2529[[package]]
2530name = "scopeguard"
2531version = "1.2.0"
2532source = "registry+https://github.com/rust-lang/crates.io-index"
2533checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2534
2535[[package]]
2536name = "sdd"
2537version = "4.8.6"
2538source = "registry+https://github.com/rust-lang/crates.io-index"
2539checksum = "e5f0e40a01b94e35d1dacbcfbe5bfd3d31e37d9590b2e6d86a82b0e87bd4f551"
2540dependencies = [
2541 "saa",
2542]
2543
2544[[package]]
2545name = "sec1"
2546version = "0.7.3"
2547source = "registry+https://github.com/rust-lang/crates.io-index"
2548checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
2549dependencies = [
2550 "base16ct",
2551 "der",
2552 "generic-array",
2553 "pkcs8",
2554 "subtle",
2555 "zeroize",
2556]
2557
2558[[package]]
2559name = "security-framework"
2560version = "3.7.0"
2561source = "registry+https://github.com/rust-lang/crates.io-index"
2562checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
2563dependencies = [
2564 "bitflags",
2565 "core-foundation 0.10.1",
2566 "core-foundation-sys",
2567 "libc",
2568 "security-framework-sys",
2569]
2570
2571[[package]]
2572name = "security-framework-sys"
2573version = "2.17.0"
2574source = "registry+https://github.com/rust-lang/crates.io-index"
2575checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
2576dependencies = [
2577 "core-foundation-sys",
2578 "libc",
2579]
2580
2581[[package]]
2582name = "semver"
2583version = "1.0.28"
2584source = "registry+https://github.com/rust-lang/crates.io-index"
2585checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
2586
2587[[package]]
2588name = "send_wrapper"
2589version = "0.6.0"
2590source = "registry+https://github.com/rust-lang/crates.io-index"
2591checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
2592
2593[[package]]
2594name = "serde"
2595version = "1.0.228"
2596source = "registry+https://github.com/rust-lang/crates.io-index"
2597checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2598dependencies = [
2599 "serde_core",
2600 "serde_derive",
2601]
2602
2603[[package]]
2604name = "serde_bytes"
2605version = "0.11.19"
2606source = "registry+https://github.com/rust-lang/crates.io-index"
2607checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
2608dependencies = [
2609 "serde",
2610 "serde_core",
2611]
2612
2613[[package]]
2614name = "serde_core"
2615version = "1.0.228"
2616source = "registry+https://github.com/rust-lang/crates.io-index"
2617checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2618dependencies = [
2619 "serde_derive",
2620]
2621
2622[[package]]
2623name = "serde_derive"
2624version = "1.0.228"
2625source = "registry+https://github.com/rust-lang/crates.io-index"
2626checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2627dependencies = [
2628 "proc-macro2",
2629 "quote",
2630 "syn",
2631]
2632
2633[[package]]
2634name = "serde_html_form"
2635version = "0.3.2"
2636source = "registry+https://github.com/rust-lang/crates.io-index"
2637checksum = "2acf96b1d9364968fce46ebb548f1c0e1d7eceae27bdff73865d42e6c7369d94"
2638dependencies = [
2639 "form_urlencoded",
2640 "indexmap",
2641 "itoa",
2642 "serde_core",
2643]
2644
2645[[package]]
2646name = "serde_ipld_dagcbor"
2647version = "0.6.4"
2648source = "registry+https://github.com/rust-lang/crates.io-index"
2649checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778"
2650dependencies = [
2651 "cbor4ii",
2652 "ipld-core",
2653 "scopeguard",
2654 "serde",
2655]
2656
2657[[package]]
2658name = "serde_json"
2659version = "1.0.149"
2660source = "registry+https://github.com/rust-lang/crates.io-index"
2661checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
2662dependencies = [
2663 "itoa",
2664 "memchr",
2665 "serde",
2666 "serde_core",
2667 "zmij",
2668]
2669
2670[[package]]
2671name = "serde_path_to_error"
2672version = "0.1.20"
2673source = "registry+https://github.com/rust-lang/crates.io-index"
2674checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
2675dependencies = [
2676 "itoa",
2677 "serde",
2678 "serde_core",
2679]
2680
2681[[package]]
2682name = "serde_repr"
2683version = "0.1.20"
2684source = "registry+https://github.com/rust-lang/crates.io-index"
2685checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
2686dependencies = [
2687 "proc-macro2",
2688 "quote",
2689 "syn",
2690]
2691
2692[[package]]
2693name = "serde_urlencoded"
2694version = "0.7.1"
2695source = "registry+https://github.com/rust-lang/crates.io-index"
2696checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2697dependencies = [
2698 "form_urlencoded",
2699 "itoa",
2700 "ryu",
2701 "serde",
2702]
2703
2704[[package]]
2705name = "serde_with"
2706version = "3.18.0"
2707source = "registry+https://github.com/rust-lang/crates.io-index"
2708checksum = "dd5414fad8e6907dbdd5bc441a50ae8d6e26151a03b1de04d89a5576de61d01f"
2709dependencies = [
2710 "base64",
2711 "chrono",
2712 "hex",
2713 "serde_core",
2714 "serde_json",
2715 "serde_with_macros",
2716 "time",
2717]
2718
2719[[package]]
2720name = "serde_with_macros"
2721version = "3.18.0"
2722source = "registry+https://github.com/rust-lang/crates.io-index"
2723checksum = "d3db8978e608f1fe7357e211969fd9abdcae80bac1ba7a3369bb7eb6b404eb65"
2724dependencies = [
2725 "darling",
2726 "proc-macro2",
2727 "quote",
2728 "syn",
2729]
2730
2731[[package]]
2732name = "sha1"
2733version = "0.10.6"
2734source = "registry+https://github.com/rust-lang/crates.io-index"
2735checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2736dependencies = [
2737 "cfg-if",
2738 "cpufeatures",
2739 "digest",
2740]
2741
2742[[package]]
2743name = "sha2"
2744version = "0.10.9"
2745source = "registry+https://github.com/rust-lang/crates.io-index"
2746checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2747dependencies = [
2748 "cfg-if",
2749 "cpufeatures",
2750 "digest",
2751]
2752
2753[[package]]
2754name = "sharded-slab"
2755version = "0.1.7"
2756source = "registry+https://github.com/rust-lang/crates.io-index"
2757checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2758dependencies = [
2759 "lazy_static",
2760]
2761
2762[[package]]
2763name = "shlex"
2764version = "1.3.0"
2765source = "registry+https://github.com/rust-lang/crates.io-index"
2766checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2767
2768[[package]]
2769name = "signal-hook-registry"
2770version = "1.4.8"
2771source = "registry+https://github.com/rust-lang/crates.io-index"
2772checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
2773dependencies = [
2774 "errno",
2775 "libc",
2776]
2777
2778[[package]]
2779name = "signature"
2780version = "2.2.0"
2781source = "registry+https://github.com/rust-lang/crates.io-index"
2782checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
2783dependencies = [
2784 "digest",
2785 "rand_core 0.6.4",
2786]
2787
2788[[package]]
2789name = "simd-adler32"
2790version = "0.3.9"
2791source = "registry+https://github.com/rust-lang/crates.io-index"
2792checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
2793
2794[[package]]
2795name = "siphasher"
2796version = "1.0.2"
2797source = "registry+https://github.com/rust-lang/crates.io-index"
2798checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e"
2799
2800[[package]]
2801name = "slab"
2802version = "0.4.12"
2803source = "registry+https://github.com/rust-lang/crates.io-index"
2804checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
2805
2806[[package]]
2807name = "smallvec"
2808version = "1.15.1"
2809source = "registry+https://github.com/rust-lang/crates.io-index"
2810checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2811
2812[[package]]
2813name = "smol_str"
2814version = "0.3.6"
2815source = "registry+https://github.com/rust-lang/crates.io-index"
2816checksum = "4aaa7368fcf4852a4c2dd92df0cace6a71f2091ca0a23391ce7f3a31833f1523"
2817dependencies = [
2818 "borsh",
2819 "serde_core",
2820]
2821
2822[[package]]
2823name = "socket2"
2824version = "0.6.3"
2825source = "registry+https://github.com/rust-lang/crates.io-index"
2826checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e"
2827dependencies = [
2828 "libc",
2829 "windows-sys 0.61.2",
2830]
2831
2832[[package]]
2833name = "spin"
2834version = "0.9.8"
2835source = "registry+https://github.com/rust-lang/crates.io-index"
2836checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2837dependencies = [
2838 "lock_api",
2839]
2840
2841[[package]]
2842name = "spin"
2843version = "0.10.0"
2844source = "registry+https://github.com/rust-lang/crates.io-index"
2845checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
2846
2847[[package]]
2848name = "spki"
2849version = "0.7.3"
2850source = "registry+https://github.com/rust-lang/crates.io-index"
2851checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
2852dependencies = [
2853 "base64ct",
2854 "der",
2855]
2856
2857[[package]]
2858name = "stable_deref_trait"
2859version = "1.2.1"
2860source = "registry+https://github.com/rust-lang/crates.io-index"
2861checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
2862
2863[[package]]
2864name = "static_assertions"
2865version = "1.1.0"
2866source = "registry+https://github.com/rust-lang/crates.io-index"
2867checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2868
2869[[package]]
2870name = "strsim"
2871version = "0.11.1"
2872source = "registry+https://github.com/rust-lang/crates.io-index"
2873checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2874
2875[[package]]
2876name = "subtle"
2877version = "2.6.1"
2878source = "registry+https://github.com/rust-lang/crates.io-index"
2879checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2880
2881[[package]]
2882name = "syn"
2883version = "2.0.117"
2884source = "registry+https://github.com/rust-lang/crates.io-index"
2885checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
2886dependencies = [
2887 "proc-macro2",
2888 "quote",
2889 "unicode-ident",
2890]
2891
2892[[package]]
2893name = "sync_wrapper"
2894version = "1.0.2"
2895source = "registry+https://github.com/rust-lang/crates.io-index"
2896checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2897dependencies = [
2898 "futures-core",
2899]
2900
2901[[package]]
2902name = "synstructure"
2903version = "0.13.2"
2904source = "registry+https://github.com/rust-lang/crates.io-index"
2905checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2906dependencies = [
2907 "proc-macro2",
2908 "quote",
2909 "syn",
2910]
2911
2912[[package]]
2913name = "system-configuration"
2914version = "0.7.0"
2915source = "registry+https://github.com/rust-lang/crates.io-index"
2916checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
2917dependencies = [
2918 "bitflags",
2919 "core-foundation 0.9.4",
2920 "system-configuration-sys",
2921]
2922
2923[[package]]
2924name = "system-configuration-sys"
2925version = "0.6.0"
2926source = "registry+https://github.com/rust-lang/crates.io-index"
2927checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
2928dependencies = [
2929 "core-foundation-sys",
2930 "libc",
2931]
2932
2933[[package]]
2934name = "thiserror"
2935version = "1.0.69"
2936source = "registry+https://github.com/rust-lang/crates.io-index"
2937checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2938dependencies = [
2939 "thiserror-impl 1.0.69",
2940]
2941
2942[[package]]
2943name = "thiserror"
2944version = "2.0.18"
2945source = "registry+https://github.com/rust-lang/crates.io-index"
2946checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
2947dependencies = [
2948 "thiserror-impl 2.0.18",
2949]
2950
2951[[package]]
2952name = "thiserror-impl"
2953version = "1.0.69"
2954source = "registry+https://github.com/rust-lang/crates.io-index"
2955checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2956dependencies = [
2957 "proc-macro2",
2958 "quote",
2959 "syn",
2960]
2961
2962[[package]]
2963name = "thiserror-impl"
2964version = "2.0.18"
2965source = "registry+https://github.com/rust-lang/crates.io-index"
2966checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
2967dependencies = [
2968 "proc-macro2",
2969 "quote",
2970 "syn",
2971]
2972
2973[[package]]
2974name = "thread_local"
2975version = "1.1.9"
2976source = "registry+https://github.com/rust-lang/crates.io-index"
2977checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
2978dependencies = [
2979 "cfg-if",
2980]
2981
2982[[package]]
2983name = "time"
2984version = "0.3.47"
2985source = "registry+https://github.com/rust-lang/crates.io-index"
2986checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
2987dependencies = [
2988 "deranged",
2989 "num-conv",
2990 "powerfmt",
2991 "serde_core",
2992 "time-core",
2993]
2994
2995[[package]]
2996name = "time-core"
2997version = "0.1.8"
2998source = "registry+https://github.com/rust-lang/crates.io-index"
2999checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
3000
3001[[package]]
3002name = "tinystr"
3003version = "0.8.3"
3004source = "registry+https://github.com/rust-lang/crates.io-index"
3005checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
3006dependencies = [
3007 "displaydoc",
3008 "zerovec",
3009]
3010
3011[[package]]
3012name = "tinyvec"
3013version = "1.11.0"
3014source = "registry+https://github.com/rust-lang/crates.io-index"
3015checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
3016dependencies = [
3017 "tinyvec_macros",
3018]
3019
3020[[package]]
3021name = "tinyvec_macros"
3022version = "0.1.1"
3023source = "registry+https://github.com/rust-lang/crates.io-index"
3024checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3025
3026[[package]]
3027name = "tokio"
3028version = "1.52.1"
3029source = "registry+https://github.com/rust-lang/crates.io-index"
3030checksum = "b67dee974fe86fd92cc45b7a95fdd2f99a36a6d7b0d431a231178d3d670bbcc6"
3031dependencies = [
3032 "bytes",
3033 "libc",
3034 "mio",
3035 "pin-project-lite",
3036 "signal-hook-registry",
3037 "socket2",
3038 "tokio-macros",
3039 "windows-sys 0.61.2",
3040]
3041
3042[[package]]
3043name = "tokio-macros"
3044version = "2.7.0"
3045source = "registry+https://github.com/rust-lang/crates.io-index"
3046checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
3047dependencies = [
3048 "proc-macro2",
3049 "quote",
3050 "syn",
3051]
3052
3053[[package]]
3054name = "tokio-rustls"
3055version = "0.26.4"
3056source = "registry+https://github.com/rust-lang/crates.io-index"
3057checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
3058dependencies = [
3059 "rustls",
3060 "tokio",
3061]
3062
3063[[package]]
3064name = "tokio-tungstenite"
3065version = "0.24.0"
3066source = "registry+https://github.com/rust-lang/crates.io-index"
3067checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9"
3068dependencies = [
3069 "futures-util",
3070 "log",
3071 "rustls",
3072 "rustls-native-certs",
3073 "rustls-pki-types",
3074 "tokio",
3075 "tokio-rustls",
3076 "tungstenite 0.24.0",
3077]
3078
3079[[package]]
3080name = "tokio-tungstenite"
3081version = "0.29.0"
3082source = "registry+https://github.com/rust-lang/crates.io-index"
3083checksum = "8f72a05e828585856dacd553fba484c242c46e391fb0e58917c942ee9202915c"
3084dependencies = [
3085 "futures-util",
3086 "log",
3087 "rustls",
3088 "rustls-pki-types",
3089 "tokio",
3090 "tokio-rustls",
3091 "tungstenite 0.29.0",
3092 "webpki-roots 0.26.11",
3093]
3094
3095[[package]]
3096name = "tokio-tungstenite-wasm"
3097version = "0.4.0"
3098source = "registry+https://github.com/rust-lang/crates.io-index"
3099checksum = "e21a5c399399c3db9f08d8297ac12b500e86bca82e930253fdc62eaf9c0de6ae"
3100dependencies = [
3101 "futures-channel",
3102 "futures-util",
3103 "http",
3104 "httparse",
3105 "js-sys",
3106 "rustls",
3107 "thiserror 1.0.69",
3108 "tokio",
3109 "tokio-tungstenite 0.24.0",
3110 "wasm-bindgen",
3111 "web-sys",
3112]
3113
3114[[package]]
3115name = "tokio-util"
3116version = "0.7.18"
3117source = "registry+https://github.com/rust-lang/crates.io-index"
3118checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
3119dependencies = [
3120 "bytes",
3121 "futures-core",
3122 "futures-sink",
3123 "futures-util",
3124 "pin-project-lite",
3125 "tokio",
3126]
3127
3128[[package]]
3129name = "tower"
3130version = "0.5.3"
3131source = "registry+https://github.com/rust-lang/crates.io-index"
3132checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
3133dependencies = [
3134 "futures-core",
3135 "futures-util",
3136 "pin-project-lite",
3137 "sync_wrapper",
3138 "tokio",
3139 "tower-layer",
3140 "tower-service",
3141 "tracing",
3142]
3143
3144[[package]]
3145name = "tower-http"
3146version = "0.6.8"
3147source = "registry+https://github.com/rust-lang/crates.io-index"
3148checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
3149dependencies = [
3150 "async-compression",
3151 "bitflags",
3152 "bytes",
3153 "futures-core",
3154 "futures-util",
3155 "http",
3156 "http-body",
3157 "http-body-util",
3158 "iri-string",
3159 "pin-project-lite",
3160 "tokio",
3161 "tokio-util",
3162 "tower",
3163 "tower-layer",
3164 "tower-service",
3165]
3166
3167[[package]]
3168name = "tower-layer"
3169version = "0.3.3"
3170source = "registry+https://github.com/rust-lang/crates.io-index"
3171checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
3172
3173[[package]]
3174name = "tower-service"
3175version = "0.3.3"
3176source = "registry+https://github.com/rust-lang/crates.io-index"
3177checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
3178
3179[[package]]
3180name = "tracing"
3181version = "0.1.44"
3182source = "registry+https://github.com/rust-lang/crates.io-index"
3183checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
3184dependencies = [
3185 "log",
3186 "pin-project-lite",
3187 "tracing-attributes",
3188 "tracing-core",
3189]
3190
3191[[package]]
3192name = "tracing-attributes"
3193version = "0.1.31"
3194source = "registry+https://github.com/rust-lang/crates.io-index"
3195checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
3196dependencies = [
3197 "proc-macro2",
3198 "quote",
3199 "syn",
3200]
3201
3202[[package]]
3203name = "tracing-core"
3204version = "0.1.36"
3205source = "registry+https://github.com/rust-lang/crates.io-index"
3206checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
3207dependencies = [
3208 "once_cell",
3209 "valuable",
3210]
3211
3212[[package]]
3213name = "tracing-log"
3214version = "0.2.0"
3215source = "registry+https://github.com/rust-lang/crates.io-index"
3216checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
3217dependencies = [
3218 "log",
3219 "once_cell",
3220 "tracing-core",
3221]
3222
3223[[package]]
3224name = "tracing-subscriber"
3225version = "0.3.23"
3226source = "registry+https://github.com/rust-lang/crates.io-index"
3227checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
3228dependencies = [
3229 "matchers",
3230 "nu-ansi-term",
3231 "once_cell",
3232 "regex-automata",
3233 "sharded-slab",
3234 "smallvec",
3235 "thread_local",
3236 "tracing",
3237 "tracing-core",
3238 "tracing-log",
3239]
3240
3241[[package]]
3242name = "trait-variant"
3243version = "0.1.2"
3244source = "registry+https://github.com/rust-lang/crates.io-index"
3245checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
3246dependencies = [
3247 "proc-macro2",
3248 "quote",
3249 "syn",
3250]
3251
3252[[package]]
3253name = "try-lock"
3254version = "0.2.5"
3255source = "registry+https://github.com/rust-lang/crates.io-index"
3256checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
3257
3258[[package]]
3259name = "tungstenite"
3260version = "0.24.0"
3261source = "registry+https://github.com/rust-lang/crates.io-index"
3262checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
3263dependencies = [
3264 "byteorder",
3265 "bytes",
3266 "data-encoding",
3267 "http",
3268 "httparse",
3269 "log",
3270 "rand 0.8.6",
3271 "rustls",
3272 "rustls-pki-types",
3273 "sha1",
3274 "thiserror 1.0.69",
3275 "utf-8",
3276]
3277
3278[[package]]
3279name = "tungstenite"
3280version = "0.29.0"
3281source = "registry+https://github.com/rust-lang/crates.io-index"
3282checksum = "6c01152af293afb9c7c2a57e4b559c5620b421f6d133261c60dd2d0cdb38e6b8"
3283dependencies = [
3284 "bytes",
3285 "data-encoding",
3286 "http",
3287 "httparse",
3288 "log",
3289 "rand 0.9.4",
3290 "rustls",
3291 "rustls-pki-types",
3292 "sha1",
3293 "thiserror 2.0.18",
3294]
3295
3296[[package]]
3297name = "typenum"
3298version = "1.20.0"
3299source = "registry+https://github.com/rust-lang/crates.io-index"
3300checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de"
3301
3302[[package]]
3303name = "unicode-ident"
3304version = "1.0.24"
3305source = "registry+https://github.com/rust-lang/crates.io-index"
3306checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
3307
3308[[package]]
3309name = "unicode-segmentation"
3310version = "1.13.2"
3311source = "registry+https://github.com/rust-lang/crates.io-index"
3312checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c"
3313
3314[[package]]
3315name = "unicode-width"
3316version = "0.1.14"
3317source = "registry+https://github.com/rust-lang/crates.io-index"
3318checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
3319
3320[[package]]
3321name = "unicode-xid"
3322version = "0.2.6"
3323source = "registry+https://github.com/rust-lang/crates.io-index"
3324checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
3325
3326[[package]]
3327name = "unsigned-varint"
3328version = "0.8.0"
3329source = "registry+https://github.com/rust-lang/crates.io-index"
3330checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
3331
3332[[package]]
3333name = "untrusted"
3334version = "0.9.0"
3335source = "registry+https://github.com/rust-lang/crates.io-index"
3336checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
3337
3338[[package]]
3339name = "url"
3340version = "2.5.8"
3341source = "registry+https://github.com/rust-lang/crates.io-index"
3342checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
3343dependencies = [
3344 "form_urlencoded",
3345 "idna",
3346 "percent-encoding",
3347 "serde",
3348]
3349
3350[[package]]
3351name = "utf-8"
3352version = "0.7.6"
3353source = "registry+https://github.com/rust-lang/crates.io-index"
3354checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
3355
3356[[package]]
3357name = "utf8_iter"
3358version = "1.0.4"
3359source = "registry+https://github.com/rust-lang/crates.io-index"
3360checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3361
3362[[package]]
3363name = "valuable"
3364version = "0.1.1"
3365source = "registry+https://github.com/rust-lang/crates.io-index"
3366checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
3367
3368[[package]]
3369name = "version_check"
3370version = "0.9.5"
3371source = "registry+https://github.com/rust-lang/crates.io-index"
3372checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3373
3374[[package]]
3375name = "walkdir"
3376version = "2.5.0"
3377source = "registry+https://github.com/rust-lang/crates.io-index"
3378checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
3379dependencies = [
3380 "same-file",
3381 "winapi-util",
3382]
3383
3384[[package]]
3385name = "want"
3386version = "0.3.1"
3387source = "registry+https://github.com/rust-lang/crates.io-index"
3388checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3389dependencies = [
3390 "try-lock",
3391]
3392
3393[[package]]
3394name = "wasi"
3395version = "0.11.1+wasi-snapshot-preview1"
3396source = "registry+https://github.com/rust-lang/crates.io-index"
3397checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
3398
3399[[package]]
3400name = "wasip2"
3401version = "1.0.3+wasi-0.2.9"
3402source = "registry+https://github.com/rust-lang/crates.io-index"
3403checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6"
3404dependencies = [
3405 "wit-bindgen",
3406]
3407
3408[[package]]
3409name = "wasm-bindgen"
3410version = "0.2.120"
3411source = "registry+https://github.com/rust-lang/crates.io-index"
3412checksum = "df52b6d9b87e0c74c9edfa1eb2d9bf85e5d63515474513aa50fa181b3c4f5db1"
3413dependencies = [
3414 "cfg-if",
3415 "once_cell",
3416 "rustversion",
3417 "wasm-bindgen-macro",
3418 "wasm-bindgen-shared",
3419]
3420
3421[[package]]
3422name = "wasm-bindgen-futures"
3423version = "0.4.70"
3424source = "registry+https://github.com/rust-lang/crates.io-index"
3425checksum = "af934872acec734c2d80e6617bbb5ff4f12b052dd8e6332b0817bce889516084"
3426dependencies = [
3427 "js-sys",
3428 "wasm-bindgen",
3429]
3430
3431[[package]]
3432name = "wasm-bindgen-macro"
3433version = "0.2.120"
3434source = "registry+https://github.com/rust-lang/crates.io-index"
3435checksum = "78b1041f495fb322e64aca85f5756b2172e35cd459376e67f2a6c9dffcedb103"
3436dependencies = [
3437 "quote",
3438 "wasm-bindgen-macro-support",
3439]
3440
3441[[package]]
3442name = "wasm-bindgen-macro-support"
3443version = "0.2.120"
3444source = "registry+https://github.com/rust-lang/crates.io-index"
3445checksum = "9dcd0ff20416988a18ac686d4d4d0f6aae9ebf08a389ff5d29012b05af2a1b41"
3446dependencies = [
3447 "bumpalo",
3448 "proc-macro2",
3449 "quote",
3450 "syn",
3451 "wasm-bindgen-shared",
3452]
3453
3454[[package]]
3455name = "wasm-bindgen-shared"
3456version = "0.2.120"
3457source = "registry+https://github.com/rust-lang/crates.io-index"
3458checksum = "49757b3c82ebf16c57d69365a142940b384176c24df52a087fb748e2085359ea"
3459dependencies = [
3460 "unicode-ident",
3461]
3462
3463[[package]]
3464name = "wasm-streams"
3465version = "0.4.2"
3466source = "registry+https://github.com/rust-lang/crates.io-index"
3467checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
3468dependencies = [
3469 "futures-util",
3470 "js-sys",
3471 "wasm-bindgen",
3472 "wasm-bindgen-futures",
3473 "web-sys",
3474]
3475
3476[[package]]
3477name = "web-sys"
3478version = "0.3.97"
3479source = "registry+https://github.com/rust-lang/crates.io-index"
3480checksum = "2eadbac71025cd7b0834f20d1fe8472e8495821b4e9801eb0a60bd1f19827602"
3481dependencies = [
3482 "js-sys",
3483 "wasm-bindgen",
3484]
3485
3486[[package]]
3487name = "web-time"
3488version = "1.1.0"
3489source = "registry+https://github.com/rust-lang/crates.io-index"
3490checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
3491dependencies = [
3492 "js-sys",
3493 "wasm-bindgen",
3494]
3495
3496[[package]]
3497name = "webpki-roots"
3498version = "0.26.11"
3499source = "registry+https://github.com/rust-lang/crates.io-index"
3500checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
3501dependencies = [
3502 "webpki-roots 1.0.7",
3503]
3504
3505[[package]]
3506name = "webpki-roots"
3507version = "1.0.7"
3508source = "registry+https://github.com/rust-lang/crates.io-index"
3509checksum = "52f5ee44c96cf55f1b349600768e3ece3a8f26010c05265ab73f945bb1a2eb9d"
3510dependencies = [
3511 "rustls-pki-types",
3512]
3513
3514[[package]]
3515name = "winapi-util"
3516version = "0.1.11"
3517source = "registry+https://github.com/rust-lang/crates.io-index"
3518checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
3519dependencies = [
3520 "windows-sys 0.61.2",
3521]
3522
3523[[package]]
3524name = "windows-core"
3525version = "0.62.2"
3526source = "registry+https://github.com/rust-lang/crates.io-index"
3527checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
3528dependencies = [
3529 "windows-implement",
3530 "windows-interface",
3531 "windows-link",
3532 "windows-result",
3533 "windows-strings",
3534]
3535
3536[[package]]
3537name = "windows-implement"
3538version = "0.60.2"
3539source = "registry+https://github.com/rust-lang/crates.io-index"
3540checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
3541dependencies = [
3542 "proc-macro2",
3543 "quote",
3544 "syn",
3545]
3546
3547[[package]]
3548name = "windows-interface"
3549version = "0.59.3"
3550source = "registry+https://github.com/rust-lang/crates.io-index"
3551checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
3552dependencies = [
3553 "proc-macro2",
3554 "quote",
3555 "syn",
3556]
3557
3558[[package]]
3559name = "windows-link"
3560version = "0.2.1"
3561source = "registry+https://github.com/rust-lang/crates.io-index"
3562checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
3563
3564[[package]]
3565name = "windows-registry"
3566version = "0.6.1"
3567source = "registry+https://github.com/rust-lang/crates.io-index"
3568checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
3569dependencies = [
3570 "windows-link",
3571 "windows-result",
3572 "windows-strings",
3573]
3574
3575[[package]]
3576name = "windows-result"
3577version = "0.4.1"
3578source = "registry+https://github.com/rust-lang/crates.io-index"
3579checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
3580dependencies = [
3581 "windows-link",
3582]
3583
3584[[package]]
3585name = "windows-strings"
3586version = "0.5.1"
3587source = "registry+https://github.com/rust-lang/crates.io-index"
3588checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
3589dependencies = [
3590 "windows-link",
3591]
3592
3593[[package]]
3594name = "windows-sys"
3595version = "0.52.0"
3596source = "registry+https://github.com/rust-lang/crates.io-index"
3597checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3598dependencies = [
3599 "windows-targets 0.52.6",
3600]
3601
3602[[package]]
3603name = "windows-sys"
3604version = "0.60.2"
3605source = "registry+https://github.com/rust-lang/crates.io-index"
3606checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
3607dependencies = [
3608 "windows-targets 0.53.5",
3609]
3610
3611[[package]]
3612name = "windows-sys"
3613version = "0.61.2"
3614source = "registry+https://github.com/rust-lang/crates.io-index"
3615checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
3616dependencies = [
3617 "windows-link",
3618]
3619
3620[[package]]
3621name = "windows-targets"
3622version = "0.52.6"
3623source = "registry+https://github.com/rust-lang/crates.io-index"
3624checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3625dependencies = [
3626 "windows_aarch64_gnullvm 0.52.6",
3627 "windows_aarch64_msvc 0.52.6",
3628 "windows_i686_gnu 0.52.6",
3629 "windows_i686_gnullvm 0.52.6",
3630 "windows_i686_msvc 0.52.6",
3631 "windows_x86_64_gnu 0.52.6",
3632 "windows_x86_64_gnullvm 0.52.6",
3633 "windows_x86_64_msvc 0.52.6",
3634]
3635
3636[[package]]
3637name = "windows-targets"
3638version = "0.53.5"
3639source = "registry+https://github.com/rust-lang/crates.io-index"
3640checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
3641dependencies = [
3642 "windows-link",
3643 "windows_aarch64_gnullvm 0.53.1",
3644 "windows_aarch64_msvc 0.53.1",
3645 "windows_i686_gnu 0.53.1",
3646 "windows_i686_gnullvm 0.53.1",
3647 "windows_i686_msvc 0.53.1",
3648 "windows_x86_64_gnu 0.53.1",
3649 "windows_x86_64_gnullvm 0.53.1",
3650 "windows_x86_64_msvc 0.53.1",
3651]
3652
3653[[package]]
3654name = "windows_aarch64_gnullvm"
3655version = "0.52.6"
3656source = "registry+https://github.com/rust-lang/crates.io-index"
3657checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3658
3659[[package]]
3660name = "windows_aarch64_gnullvm"
3661version = "0.53.1"
3662source = "registry+https://github.com/rust-lang/crates.io-index"
3663checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
3664
3665[[package]]
3666name = "windows_aarch64_msvc"
3667version = "0.52.6"
3668source = "registry+https://github.com/rust-lang/crates.io-index"
3669checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3670
3671[[package]]
3672name = "windows_aarch64_msvc"
3673version = "0.53.1"
3674source = "registry+https://github.com/rust-lang/crates.io-index"
3675checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
3676
3677[[package]]
3678name = "windows_i686_gnu"
3679version = "0.52.6"
3680source = "registry+https://github.com/rust-lang/crates.io-index"
3681checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3682
3683[[package]]
3684name = "windows_i686_gnu"
3685version = "0.53.1"
3686source = "registry+https://github.com/rust-lang/crates.io-index"
3687checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
3688
3689[[package]]
3690name = "windows_i686_gnullvm"
3691version = "0.52.6"
3692source = "registry+https://github.com/rust-lang/crates.io-index"
3693checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3694
3695[[package]]
3696name = "windows_i686_gnullvm"
3697version = "0.53.1"
3698source = "registry+https://github.com/rust-lang/crates.io-index"
3699checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
3700
3701[[package]]
3702name = "windows_i686_msvc"
3703version = "0.52.6"
3704source = "registry+https://github.com/rust-lang/crates.io-index"
3705checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3706
3707[[package]]
3708name = "windows_i686_msvc"
3709version = "0.53.1"
3710source = "registry+https://github.com/rust-lang/crates.io-index"
3711checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
3712
3713[[package]]
3714name = "windows_x86_64_gnu"
3715version = "0.52.6"
3716source = "registry+https://github.com/rust-lang/crates.io-index"
3717checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3718
3719[[package]]
3720name = "windows_x86_64_gnu"
3721version = "0.53.1"
3722source = "registry+https://github.com/rust-lang/crates.io-index"
3723checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
3724
3725[[package]]
3726name = "windows_x86_64_gnullvm"
3727version = "0.52.6"
3728source = "registry+https://github.com/rust-lang/crates.io-index"
3729checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3730
3731[[package]]
3732name = "windows_x86_64_gnullvm"
3733version = "0.53.1"
3734source = "registry+https://github.com/rust-lang/crates.io-index"
3735checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
3736
3737[[package]]
3738name = "windows_x86_64_msvc"
3739version = "0.52.6"
3740source = "registry+https://github.com/rust-lang/crates.io-index"
3741checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3742
3743[[package]]
3744name = "windows_x86_64_msvc"
3745version = "0.53.1"
3746source = "registry+https://github.com/rust-lang/crates.io-index"
3747checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
3748
3749[[package]]
3750name = "wiremock"
3751version = "0.6.5"
3752source = "registry+https://github.com/rust-lang/crates.io-index"
3753checksum = "08db1edfb05d9b3c1542e521aea074442088292f00b5f28e435c714a98f85031"
3754dependencies = [
3755 "assert-json-diff",
3756 "base64",
3757 "deadpool",
3758 "futures",
3759 "http",
3760 "http-body-util",
3761 "hyper",
3762 "hyper-util",
3763 "log",
3764 "once_cell",
3765 "regex",
3766 "serde",
3767 "serde_json",
3768 "tokio",
3769 "url",
3770]
3771
3772[[package]]
3773name = "wit-bindgen"
3774version = "0.57.1"
3775source = "registry+https://github.com/rust-lang/crates.io-index"
3776checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
3777
3778[[package]]
3779name = "writeable"
3780version = "0.6.3"
3781source = "registry+https://github.com/rust-lang/crates.io-index"
3782checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
3783
3784[[package]]
3785name = "yansi"
3786version = "1.0.1"
3787source = "registry+https://github.com/rust-lang/crates.io-index"
3788checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
3789
3790[[package]]
3791name = "yoke"
3792version = "0.8.2"
3793source = "registry+https://github.com/rust-lang/crates.io-index"
3794checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca"
3795dependencies = [
3796 "stable_deref_trait",
3797 "yoke-derive",
3798 "zerofrom",
3799]
3800
3801[[package]]
3802name = "yoke-derive"
3803version = "0.8.2"
3804source = "registry+https://github.com/rust-lang/crates.io-index"
3805checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
3806dependencies = [
3807 "proc-macro2",
3808 "quote",
3809 "syn",
3810 "synstructure",
3811]
3812
3813[[package]]
3814name = "zerocopy"
3815version = "0.8.48"
3816source = "registry+https://github.com/rust-lang/crates.io-index"
3817checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9"
3818dependencies = [
3819 "zerocopy-derive",
3820]
3821
3822[[package]]
3823name = "zerocopy-derive"
3824version = "0.8.48"
3825source = "registry+https://github.com/rust-lang/crates.io-index"
3826checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4"
3827dependencies = [
3828 "proc-macro2",
3829 "quote",
3830 "syn",
3831]
3832
3833[[package]]
3834name = "zerofrom"
3835version = "0.1.7"
3836source = "registry+https://github.com/rust-lang/crates.io-index"
3837checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df"
3838dependencies = [
3839 "zerofrom-derive",
3840]
3841
3842[[package]]
3843name = "zerofrom-derive"
3844version = "0.1.7"
3845source = "registry+https://github.com/rust-lang/crates.io-index"
3846checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
3847dependencies = [
3848 "proc-macro2",
3849 "quote",
3850 "syn",
3851 "synstructure",
3852]
3853
3854[[package]]
3855name = "zeroize"
3856version = "1.8.2"
3857source = "registry+https://github.com/rust-lang/crates.io-index"
3858checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
3859
3860[[package]]
3861name = "zerotrie"
3862version = "0.2.4"
3863source = "registry+https://github.com/rust-lang/crates.io-index"
3864checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
3865dependencies = [
3866 "displaydoc",
3867 "yoke",
3868 "zerofrom",
3869]
3870
3871[[package]]
3872name = "zerovec"
3873version = "0.11.6"
3874source = "registry+https://github.com/rust-lang/crates.io-index"
3875checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
3876dependencies = [
3877 "yoke",
3878 "zerofrom",
3879 "zerovec-derive",
3880]
3881
3882[[package]]
3883name = "zerovec-derive"
3884version = "0.11.3"
3885source = "registry+https://github.com/rust-lang/crates.io-index"
3886checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
3887dependencies = [
3888 "proc-macro2",
3889 "quote",
3890 "syn",
3891]
3892
3893[[package]]
3894name = "zmij"
3895version = "1.0.21"
3896source = "registry+https://github.com/rust-lang/crates.io-index"
3897checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"