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