1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "addr2line"
7version = "0.24.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler2"
16version = "2.0.0"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
19
20[[package]]
21name = "ahash"
22version = "0.8.11"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
25dependencies = [
26 "cfg-if",
27 "once_cell",
28 "version_check",
29 "zerocopy",
30]
31
32[[package]]
33name = "aho-corasick"
34version = "1.1.3"
35source = "registry+https://github.com/rust-lang/crates.io-index"
36checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
37dependencies = [
38 "memchr",
39]
40
41[[package]]
42name = "alloc-no-stdlib"
43version = "2.0.4"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
46
47[[package]]
48name = "alloc-stdlib"
49version = "0.2.2"
50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
52dependencies = [
53 "alloc-no-stdlib",
54]
55
56[[package]]
57name = "android-tzdata"
58version = "0.1.1"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
61
62[[package]]
63name = "android_system_properties"
64version = "0.1.5"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
67dependencies = [
68 "libc",
69]
70
71[[package]]
72name = "anstream"
73version = "0.6.18"
74source = "registry+https://github.com/rust-lang/crates.io-index"
75checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
76dependencies = [
77 "anstyle",
78 "anstyle-parse",
79 "anstyle-query",
80 "anstyle-wincon",
81 "colorchoice",
82 "is_terminal_polyfill",
83 "utf8parse",
84]
85
86[[package]]
87name = "anstyle"
88version = "1.0.10"
89source = "registry+https://github.com/rust-lang/crates.io-index"
90checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
91
92[[package]]
93name = "anstyle-parse"
94version = "0.2.6"
95source = "registry+https://github.com/rust-lang/crates.io-index"
96checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
97dependencies = [
98 "utf8parse",
99]
100
101[[package]]
102name = "anstyle-query"
103version = "1.1.2"
104source = "registry+https://github.com/rust-lang/crates.io-index"
105checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
106dependencies = [
107 "windows-sys 0.59.0",
108]
109
110[[package]]
111name = "anstyle-wincon"
112version = "3.0.7"
113source = "registry+https://github.com/rust-lang/crates.io-index"
114checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
115dependencies = [
116 "anstyle",
117 "once_cell",
118 "windows-sys 0.59.0",
119]
120
121[[package]]
122name = "anyhow"
123version = "1.0.95"
124source = "registry+https://github.com/rust-lang/crates.io-index"
125checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
126
127[[package]]
128name = "async-channel"
129version = "1.9.0"
130source = "registry+https://github.com/rust-lang/crates.io-index"
131checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
132dependencies = [
133 "concurrent-queue",
134 "event-listener 2.5.3",
135 "futures-core",
136]
137
138[[package]]
139name = "async-channel"
140version = "2.3.1"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
143dependencies = [
144 "concurrent-queue",
145 "event-listener-strategy",
146 "futures-core",
147 "pin-project-lite",
148]
149
150[[package]]
151name = "async-compression"
152version = "0.4.22"
153source = "registry+https://github.com/rust-lang/crates.io-index"
154checksum = "59a194f9d963d8099596278594b3107448656ba73831c9d8c783e613ce86da64"
155dependencies = [
156 "brotli",
157 "futures-core",
158 "memchr",
159 "pin-project-lite",
160 "tokio",
161]
162
163[[package]]
164name = "async-executor"
165version = "1.13.1"
166source = "registry+https://github.com/rust-lang/crates.io-index"
167checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec"
168dependencies = [
169 "async-task",
170 "concurrent-queue",
171 "fastrand",
172 "futures-lite",
173 "slab",
174]
175
176[[package]]
177name = "async-global-executor"
178version = "2.4.1"
179source = "registry+https://github.com/rust-lang/crates.io-index"
180checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
181dependencies = [
182 "async-channel 2.3.1",
183 "async-executor",
184 "async-io",
185 "async-lock",
186 "blocking",
187 "futures-lite",
188 "once_cell",
189]
190
191[[package]]
192name = "async-io"
193version = "2.4.0"
194source = "registry+https://github.com/rust-lang/crates.io-index"
195checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059"
196dependencies = [
197 "async-lock",
198 "cfg-if",
199 "concurrent-queue",
200 "futures-io",
201 "futures-lite",
202 "parking",
203 "polling",
204 "rustix",
205 "slab",
206 "tracing",
207 "windows-sys 0.59.0",
208]
209
210[[package]]
211name = "async-lock"
212version = "3.4.0"
213source = "registry+https://github.com/rust-lang/crates.io-index"
214checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
215dependencies = [
216 "event-listener 5.4.0",
217 "event-listener-strategy",
218 "pin-project-lite",
219]
220
221[[package]]
222name = "async-recursion"
223version = "1.1.1"
224source = "registry+https://github.com/rust-lang/crates.io-index"
225checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
226dependencies = [
227 "proc-macro2",
228 "quote",
229 "syn",
230]
231
232[[package]]
233name = "async-std"
234version = "1.13.0"
235source = "registry+https://github.com/rust-lang/crates.io-index"
236checksum = "c634475f29802fde2b8f0b505b1bd00dfe4df7d4a000f0b36f7671197d5c3615"
237dependencies = [
238 "async-channel 1.9.0",
239 "async-global-executor",
240 "async-io",
241 "async-lock",
242 "crossbeam-utils",
243 "futures-channel",
244 "futures-core",
245 "futures-io",
246 "futures-lite",
247 "gloo-timers",
248 "kv-log-macro",
249 "log",
250 "memchr",
251 "once_cell",
252 "pin-project-lite",
253 "pin-utils",
254 "slab",
255 "wasm-bindgen-futures",
256]
257
258[[package]]
259name = "async-task"
260version = "4.7.1"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
263
264[[package]]
265name = "async-trait"
266version = "0.1.85"
267source = "registry+https://github.com/rust-lang/crates.io-index"
268checksum = "3f934833b4b7233644e5848f235df3f57ed8c80f1528a26c3dfa13d2147fa056"
269dependencies = [
270 "proc-macro2",
271 "quote",
272 "syn",
273]
274
275[[package]]
276name = "atomic"
277version = "0.6.0"
278source = "registry+https://github.com/rust-lang/crates.io-index"
279checksum = "8d818003e740b63afc82337e3160717f4f63078720a810b7b903e70a5d1d2994"
280dependencies = [
281 "bytemuck",
282]
283
284[[package]]
285name = "atomic-waker"
286version = "1.1.2"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
289
290[[package]]
291name = "autocfg"
292version = "1.4.0"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
295
296[[package]]
297name = "aws-lc-rs"
298version = "1.12.5"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "5e4e8200b9a4a5801a769d50eeabc05670fec7e959a8cb7a63a93e4e519942ae"
301dependencies = [
302 "aws-lc-sys",
303 "paste",
304 "zeroize",
305]
306
307[[package]]
308name = "aws-lc-sys"
309version = "0.26.0"
310source = "registry+https://github.com/rust-lang/crates.io-index"
311checksum = "0f9dd2e03ee80ca2822dd6ea431163d2ef259f2066a4d6ccaca6d9dcb386aa43"
312dependencies = [
313 "bindgen",
314 "cc",
315 "cmake",
316 "dunce",
317 "fs_extra",
318 "paste",
319]
320
321[[package]]
322name = "axum"
323version = "0.8.4"
324source = "registry+https://github.com/rust-lang/crates.io-index"
325checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5"
326dependencies = [
327 "axum-core",
328 "bytes",
329 "form_urlencoded",
330 "futures-util",
331 "http",
332 "http-body",
333 "http-body-util",
334 "hyper",
335 "hyper-util",
336 "itoa",
337 "matchit",
338 "memchr",
339 "mime",
340 "percent-encoding",
341 "pin-project-lite",
342 "rustversion",
343 "serde",
344 "serde_json",
345 "serde_path_to_error",
346 "serde_urlencoded",
347 "sync_wrapper",
348 "tokio",
349 "tower",
350 "tower-layer",
351 "tower-service",
352 "tracing",
353]
354
355[[package]]
356name = "axum-core"
357version = "0.5.2"
358source = "registry+https://github.com/rust-lang/crates.io-index"
359checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6"
360dependencies = [
361 "bytes",
362 "futures-core",
363 "http",
364 "http-body",
365 "http-body-util",
366 "mime",
367 "pin-project-lite",
368 "rustversion",
369 "sync_wrapper",
370 "tower-layer",
371 "tower-service",
372 "tracing",
373]
374
375[[package]]
376name = "axum-extra"
377version = "0.10.1"
378source = "registry+https://github.com/rust-lang/crates.io-index"
379checksum = "45bf463831f5131b7d3c756525b305d40f1185b688565648a92e1392ca35713d"
380dependencies = [
381 "axum",
382 "axum-core",
383 "bytes",
384 "form_urlencoded",
385 "futures-util",
386 "headers",
387 "http",
388 "http-body",
389 "http-body-util",
390 "mime",
391 "pin-project-lite",
392 "rustversion",
393 "serde",
394 "serde_html_form",
395 "serde_path_to_error",
396 "tower",
397 "tower-layer",
398 "tower-service",
399]
400
401[[package]]
402name = "backtrace"
403version = "0.3.74"
404source = "registry+https://github.com/rust-lang/crates.io-index"
405checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
406dependencies = [
407 "addr2line",
408 "cfg-if",
409 "libc",
410 "miniz_oxide",
411 "object",
412 "rustc-demangle",
413 "windows-targets 0.52.6",
414]
415
416[[package]]
417name = "base-x"
418version = "0.2.11"
419source = "registry+https://github.com/rust-lang/crates.io-index"
420checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
421
422[[package]]
423name = "base16ct"
424version = "0.2.0"
425source = "registry+https://github.com/rust-lang/crates.io-index"
426checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
427
428[[package]]
429name = "base64"
430version = "0.21.7"
431source = "registry+https://github.com/rust-lang/crates.io-index"
432checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
433
434[[package]]
435name = "base64"
436version = "0.22.1"
437source = "registry+https://github.com/rust-lang/crates.io-index"
438checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
439
440[[package]]
441name = "base64ct"
442version = "1.7.3"
443source = "registry+https://github.com/rust-lang/crates.io-index"
444checksum = "89e25b6adfb930f02d1981565a6e5d9c547ac15a96606256d3b59040e5cd4ca3"
445
446[[package]]
447name = "bindgen"
448version = "0.69.5"
449source = "registry+https://github.com/rust-lang/crates.io-index"
450checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
451dependencies = [
452 "bitflags 2.8.0",
453 "cexpr",
454 "clang-sys",
455 "itertools 0.12.1",
456 "lazy_static",
457 "lazycell",
458 "log",
459 "prettyplease",
460 "proc-macro2",
461 "quote",
462 "regex",
463 "rustc-hash",
464 "shlex",
465 "syn",
466 "which",
467]
468
469[[package]]
470name = "bitflags"
471version = "1.3.2"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
474
475[[package]]
476name = "bitflags"
477version = "2.8.0"
478source = "registry+https://github.com/rust-lang/crates.io-index"
479checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
480
481[[package]]
482name = "block-buffer"
483version = "0.10.4"
484source = "registry+https://github.com/rust-lang/crates.io-index"
485checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
486dependencies = [
487 "generic-array",
488]
489
490[[package]]
491name = "blocking"
492version = "1.6.1"
493source = "registry+https://github.com/rust-lang/crates.io-index"
494checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
495dependencies = [
496 "async-channel 2.3.1",
497 "async-task",
498 "futures-io",
499 "futures-lite",
500 "piper",
501]
502
503[[package]]
504name = "brotli"
505version = "7.0.0"
506source = "registry+https://github.com/rust-lang/crates.io-index"
507checksum = "cc97b8f16f944bba54f0433f07e30be199b6dc2bd25937444bbad560bcea29bd"
508dependencies = [
509 "alloc-no-stdlib",
510 "alloc-stdlib",
511 "brotli-decompressor",
512]
513
514[[package]]
515name = "brotli-decompressor"
516version = "4.0.3"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518checksum = "a334ef7c9e23abf0ce748e8cd309037da93e606ad52eb372e4ce327a0dcfbdfd"
519dependencies = [
520 "alloc-no-stdlib",
521 "alloc-stdlib",
522]
523
524[[package]]
525name = "bumpalo"
526version = "3.16.0"
527source = "registry+https://github.com/rust-lang/crates.io-index"
528checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
529
530[[package]]
531name = "bytemuck"
532version = "1.21.0"
533source = "registry+https://github.com/rust-lang/crates.io-index"
534checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
535
536[[package]]
537name = "byteorder"
538version = "1.5.0"
539source = "registry+https://github.com/rust-lang/crates.io-index"
540checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
541
542[[package]]
543name = "bytes"
544version = "1.9.0"
545source = "registry+https://github.com/rust-lang/crates.io-index"
546checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
547
548[[package]]
549name = "bzip2-sys"
550version = "0.1.13+1.0.8"
551source = "registry+https://github.com/rust-lang/crates.io-index"
552checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
553dependencies = [
554 "cc",
555 "pkg-config",
556]
557
558[[package]]
559name = "cbor4ii"
560version = "0.2.14"
561source = "registry+https://github.com/rust-lang/crates.io-index"
562checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4"
563dependencies = [
564 "serde",
565]
566
567[[package]]
568name = "cc"
569version = "1.2.10"
570source = "registry+https://github.com/rust-lang/crates.io-index"
571checksum = "13208fcbb66eaeffe09b99fffbe1af420f00a7b35aa99ad683dfc1aa76145229"
572dependencies = [
573 "jobserver",
574 "libc",
575 "shlex",
576]
577
578[[package]]
579name = "cexpr"
580version = "0.6.0"
581source = "registry+https://github.com/rust-lang/crates.io-index"
582checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
583dependencies = [
584 "nom",
585]
586
587[[package]]
588name = "cfg-if"
589version = "1.0.0"
590source = "registry+https://github.com/rust-lang/crates.io-index"
591checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
592
593[[package]]
594name = "chrono"
595version = "0.4.41"
596source = "registry+https://github.com/rust-lang/crates.io-index"
597checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
598dependencies = [
599 "android-tzdata",
600 "iana-time-zone",
601 "js-sys",
602 "num-traits",
603 "serde",
604 "wasm-bindgen",
605 "windows-link",
606]
607
608[[package]]
609name = "ciborium"
610version = "0.2.2"
611source = "registry+https://github.com/rust-lang/crates.io-index"
612checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
613dependencies = [
614 "ciborium-io",
615 "ciborium-ll",
616 "serde",
617]
618
619[[package]]
620name = "ciborium-io"
621version = "0.2.2"
622source = "registry+https://github.com/rust-lang/crates.io-index"
623checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
624
625[[package]]
626name = "ciborium-ll"
627version = "0.2.2"
628source = "registry+https://github.com/rust-lang/crates.io-index"
629checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
630dependencies = [
631 "ciborium-io",
632 "half",
633]
634
635[[package]]
636name = "cid"
637version = "0.11.1"
638source = "registry+https://github.com/rust-lang/crates.io-index"
639checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a"
640dependencies = [
641 "core2",
642 "multibase",
643 "multihash",
644 "serde",
645 "serde_bytes",
646 "unsigned-varint 0.8.0",
647]
648
649[[package]]
650name = "clang-sys"
651version = "1.8.1"
652source = "registry+https://github.com/rust-lang/crates.io-index"
653checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
654dependencies = [
655 "glob",
656 "libc",
657 "libloading",
658]
659
660[[package]]
661name = "clap"
662version = "4.5.37"
663source = "registry+https://github.com/rust-lang/crates.io-index"
664checksum = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
665dependencies = [
666 "clap_builder",
667 "clap_derive",
668]
669
670[[package]]
671name = "clap_builder"
672version = "4.5.37"
673source = "registry+https://github.com/rust-lang/crates.io-index"
674checksum = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
675dependencies = [
676 "anstream",
677 "anstyle",
678 "clap_lex",
679 "strsim",
680]
681
682[[package]]
683name = "clap_derive"
684version = "4.5.32"
685source = "registry+https://github.com/rust-lang/crates.io-index"
686checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
687dependencies = [
688 "heck",
689 "proc-macro2",
690 "quote",
691 "syn",
692]
693
694[[package]]
695name = "clap_lex"
696version = "0.7.4"
697source = "registry+https://github.com/rust-lang/crates.io-index"
698checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
699
700[[package]]
701name = "cmake"
702version = "0.1.54"
703source = "registry+https://github.com/rust-lang/crates.io-index"
704checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
705dependencies = [
706 "cc",
707]
708
709[[package]]
710name = "colorchoice"
711version = "1.0.3"
712source = "registry+https://github.com/rust-lang/crates.io-index"
713checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
714
715[[package]]
716name = "combine"
717version = "4.6.7"
718source = "registry+https://github.com/rust-lang/crates.io-index"
719checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
720dependencies = [
721 "bytes",
722 "futures-core",
723 "memchr",
724 "pin-project-lite",
725 "tokio",
726 "tokio-util",
727]
728
729[[package]]
730name = "concurrent-queue"
731version = "2.5.0"
732source = "registry+https://github.com/rust-lang/crates.io-index"
733checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
734dependencies = [
735 "crossbeam-utils",
736]
737
738[[package]]
739name = "const-oid"
740version = "0.9.6"
741source = "registry+https://github.com/rust-lang/crates.io-index"
742checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
743
744[[package]]
745name = "consumer"
746version = "0.1.0"
747dependencies = [
748 "chrono",
749 "ciborium",
750 "clap",
751 "deadpool-postgres",
752 "did-resolver",
753 "eyre",
754 "figment",
755 "flume",
756 "foldhash",
757 "futures",
758 "ipld-core",
759 "iroh-car",
760 "lexica",
761 "metrics",
762 "metrics-exporter-prometheus",
763 "parakeet-db",
764 "parakeet-index",
765 "redis",
766 "reqwest",
767 "serde",
768 "serde_bytes",
769 "serde_ipld_dagcbor",
770 "serde_json",
771 "serde_with",
772 "sled",
773 "thiserror 2.0.12",
774 "tokio",
775 "tokio-postgres",
776 "tokio-stream",
777 "tokio-tungstenite",
778 "tokio-util",
779 "tracing",
780 "tracing-subscriber",
781]
782
783[[package]]
784name = "core-foundation"
785version = "0.9.4"
786source = "registry+https://github.com/rust-lang/crates.io-index"
787checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
788dependencies = [
789 "core-foundation-sys",
790 "libc",
791]
792
793[[package]]
794name = "core-foundation"
795version = "0.10.0"
796source = "registry+https://github.com/rust-lang/crates.io-index"
797checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
798dependencies = [
799 "core-foundation-sys",
800 "libc",
801]
802
803[[package]]
804name = "core-foundation-sys"
805version = "0.8.7"
806source = "registry+https://github.com/rust-lang/crates.io-index"
807checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
808
809[[package]]
810name = "core2"
811version = "0.4.0"
812source = "registry+https://github.com/rust-lang/crates.io-index"
813checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
814dependencies = [
815 "memchr",
816]
817
818[[package]]
819name = "cpufeatures"
820version = "0.2.17"
821source = "registry+https://github.com/rust-lang/crates.io-index"
822checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
823dependencies = [
824 "libc",
825]
826
827[[package]]
828name = "crc32fast"
829version = "1.4.2"
830source = "registry+https://github.com/rust-lang/crates.io-index"
831checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
832dependencies = [
833 "cfg-if",
834]
835
836[[package]]
837name = "crossbeam-epoch"
838version = "0.9.18"
839source = "registry+https://github.com/rust-lang/crates.io-index"
840checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
841dependencies = [
842 "crossbeam-utils",
843]
844
845[[package]]
846name = "crossbeam-utils"
847version = "0.8.21"
848source = "registry+https://github.com/rust-lang/crates.io-index"
849checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
850
851[[package]]
852name = "crunchy"
853version = "0.2.3"
854source = "registry+https://github.com/rust-lang/crates.io-index"
855checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
856
857[[package]]
858name = "crypto-bigint"
859version = "0.5.5"
860source = "registry+https://github.com/rust-lang/crates.io-index"
861checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
862dependencies = [
863 "generic-array",
864 "rand_core 0.6.4",
865 "subtle",
866 "zeroize",
867]
868
869[[package]]
870name = "crypto-common"
871version = "0.1.6"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
874dependencies = [
875 "generic-array",
876 "typenum",
877]
878
879[[package]]
880name = "curve25519-dalek"
881version = "4.1.3"
882source = "registry+https://github.com/rust-lang/crates.io-index"
883checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
884dependencies = [
885 "cfg-if",
886 "cpufeatures",
887 "curve25519-dalek-derive",
888 "digest",
889 "fiat-crypto",
890 "rustc_version",
891 "subtle",
892 "zeroize",
893]
894
895[[package]]
896name = "curve25519-dalek-derive"
897version = "0.1.1"
898source = "registry+https://github.com/rust-lang/crates.io-index"
899checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
900dependencies = [
901 "proc-macro2",
902 "quote",
903 "syn",
904]
905
906[[package]]
907name = "darling"
908version = "0.20.10"
909source = "registry+https://github.com/rust-lang/crates.io-index"
910checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
911dependencies = [
912 "darling_core",
913 "darling_macro",
914]
915
916[[package]]
917name = "darling_core"
918version = "0.20.10"
919source = "registry+https://github.com/rust-lang/crates.io-index"
920checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
921dependencies = [
922 "fnv",
923 "ident_case",
924 "proc-macro2",
925 "quote",
926 "strsim",
927 "syn",
928]
929
930[[package]]
931name = "darling_macro"
932version = "0.20.10"
933source = "registry+https://github.com/rust-lang/crates.io-index"
934checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
935dependencies = [
936 "darling_core",
937 "quote",
938 "syn",
939]
940
941[[package]]
942name = "data-encoding"
943version = "2.7.0"
944source = "registry+https://github.com/rust-lang/crates.io-index"
945checksum = "0e60eed09d8c01d3cee5b7d30acb059b76614c918fa0f992e0dd6eeb10daad6f"
946
947[[package]]
948name = "data-encoding-macro"
949version = "0.1.16"
950source = "registry+https://github.com/rust-lang/crates.io-index"
951checksum = "5b16d9d0d88a5273d830dac8b78ceb217ffc9b1d5404e5597a3542515329405b"
952dependencies = [
953 "data-encoding",
954 "data-encoding-macro-internal",
955]
956
957[[package]]
958name = "data-encoding-macro-internal"
959version = "0.1.14"
960source = "registry+https://github.com/rust-lang/crates.io-index"
961checksum = "1145d32e826a7748b69ee8fc62d3e6355ff7f1051df53141e7048162fc90481b"
962dependencies = [
963 "data-encoding",
964 "syn",
965]
966
967[[package]]
968name = "dataloader"
969version = "0.18.0"
970dependencies = [
971 "async-std",
972 "futures",
973 "tokio",
974]
975
976[[package]]
977name = "deadpool"
978version = "0.12.1"
979source = "registry+https://github.com/rust-lang/crates.io-index"
980checksum = "6541a3916932fe57768d4be0b1ffb5ec7cbf74ca8c903fdfd5c0fe8aa958f0ed"
981dependencies = [
982 "deadpool-runtime",
983 "num_cpus",
984 "serde",
985 "tokio",
986]
987
988[[package]]
989name = "deadpool-postgres"
990version = "0.14.1"
991source = "registry+https://github.com/rust-lang/crates.io-index"
992checksum = "3d697d376cbfa018c23eb4caab1fd1883dd9c906a8c034e8d9a3cb06a7e0bef9"
993dependencies = [
994 "async-trait",
995 "deadpool",
996 "getrandom 0.2.15",
997 "serde",
998 "tokio",
999 "tokio-postgres",
1000 "tracing",
1001]
1002
1003[[package]]
1004name = "deadpool-runtime"
1005version = "0.1.4"
1006source = "registry+https://github.com/rust-lang/crates.io-index"
1007checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b"
1008dependencies = [
1009 "tokio",
1010]
1011
1012[[package]]
1013name = "der"
1014version = "0.7.10"
1015source = "registry+https://github.com/rust-lang/crates.io-index"
1016checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
1017dependencies = [
1018 "const-oid",
1019 "pem-rfc7468",
1020 "zeroize",
1021]
1022
1023[[package]]
1024name = "deranged"
1025version = "0.4.0"
1026source = "registry+https://github.com/rust-lang/crates.io-index"
1027checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
1028dependencies = [
1029 "powerfmt",
1030 "serde",
1031]
1032
1033[[package]]
1034name = "did-resolver"
1035version = "0.1.0"
1036dependencies = [
1037 "hickory-resolver",
1038 "reqwest",
1039 "serde",
1040 "serde_json",
1041 "thiserror 2.0.12",
1042 "tokio",
1043]
1044
1045[[package]]
1046name = "diesel"
1047version = "2.2.12"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "229850a212cd9b84d4f0290ad9d294afc0ae70fccaa8949dbe8b43ffafa1e20c"
1050dependencies = [
1051 "bitflags 2.8.0",
1052 "byteorder",
1053 "chrono",
1054 "diesel_derives",
1055 "itoa",
1056 "serde_json",
1057]
1058
1059[[package]]
1060name = "diesel-async"
1061version = "0.5.2"
1062source = "registry+https://github.com/rust-lang/crates.io-index"
1063checksum = "51a307ac00f7c23f526a04a77761a0519b9f0eb2838ebf5b905a58580095bdcb"
1064dependencies = [
1065 "async-trait",
1066 "deadpool",
1067 "diesel",
1068 "futures-util",
1069 "scoped-futures",
1070 "tokio",
1071 "tokio-postgres",
1072]
1073
1074[[package]]
1075name = "diesel_derives"
1076version = "2.2.3"
1077source = "registry+https://github.com/rust-lang/crates.io-index"
1078checksum = "e7f2c3de51e2ba6bf2a648285696137aaf0f5f487bcbea93972fe8a364e131a4"
1079dependencies = [
1080 "diesel_table_macro_syntax",
1081 "dsl_auto_type",
1082 "proc-macro2",
1083 "quote",
1084 "syn",
1085]
1086
1087[[package]]
1088name = "diesel_migrations"
1089version = "2.2.0"
1090source = "registry+https://github.com/rust-lang/crates.io-index"
1091checksum = "8a73ce704bad4231f001bff3314d91dce4aba0770cee8b233991859abc15c1f6"
1092dependencies = [
1093 "diesel",
1094 "migrations_internals",
1095 "migrations_macros",
1096]
1097
1098[[package]]
1099name = "diesel_table_macro_syntax"
1100version = "0.2.0"
1101source = "registry+https://github.com/rust-lang/crates.io-index"
1102checksum = "209c735641a413bc68c4923a9d6ad4bcb3ca306b794edaa7eb0b3228a99ffb25"
1103dependencies = [
1104 "syn",
1105]
1106
1107[[package]]
1108name = "digest"
1109version = "0.10.7"
1110source = "registry+https://github.com/rust-lang/crates.io-index"
1111checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
1112dependencies = [
1113 "block-buffer",
1114 "const-oid",
1115 "crypto-common",
1116 "subtle",
1117]
1118
1119[[package]]
1120name = "displaydoc"
1121version = "0.2.5"
1122source = "registry+https://github.com/rust-lang/crates.io-index"
1123checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
1124dependencies = [
1125 "proc-macro2",
1126 "quote",
1127 "syn",
1128]
1129
1130[[package]]
1131name = "dsl_auto_type"
1132version = "0.1.2"
1133source = "registry+https://github.com/rust-lang/crates.io-index"
1134checksum = "c5d9abe6314103864cc2d8901b7ae224e0ab1a103a0a416661b4097b0779b607"
1135dependencies = [
1136 "darling",
1137 "either",
1138 "heck",
1139 "proc-macro2",
1140 "quote",
1141 "syn",
1142]
1143
1144[[package]]
1145name = "dunce"
1146version = "1.0.5"
1147source = "registry+https://github.com/rust-lang/crates.io-index"
1148checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
1149
1150[[package]]
1151name = "dyn-clone"
1152version = "1.0.19"
1153source = "registry+https://github.com/rust-lang/crates.io-index"
1154checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
1155
1156[[package]]
1157name = "ecdsa"
1158version = "0.16.9"
1159source = "registry+https://github.com/rust-lang/crates.io-index"
1160checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
1161dependencies = [
1162 "der",
1163 "digest",
1164 "elliptic-curve",
1165 "rfc6979",
1166 "signature",
1167 "spki",
1168]
1169
1170[[package]]
1171name = "ed25519"
1172version = "2.2.3"
1173source = "registry+https://github.com/rust-lang/crates.io-index"
1174checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
1175dependencies = [
1176 "pkcs8",
1177 "signature",
1178]
1179
1180[[package]]
1181name = "ed25519-dalek"
1182version = "2.1.1"
1183source = "registry+https://github.com/rust-lang/crates.io-index"
1184checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871"
1185dependencies = [
1186 "curve25519-dalek",
1187 "ed25519",
1188 "serde",
1189 "sha2",
1190 "subtle",
1191 "zeroize",
1192]
1193
1194[[package]]
1195name = "either"
1196version = "1.13.0"
1197source = "registry+https://github.com/rust-lang/crates.io-index"
1198checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
1199
1200[[package]]
1201name = "elliptic-curve"
1202version = "0.13.8"
1203source = "registry+https://github.com/rust-lang/crates.io-index"
1204checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
1205dependencies = [
1206 "base16ct",
1207 "crypto-bigint",
1208 "digest",
1209 "ff",
1210 "generic-array",
1211 "group",
1212 "hkdf",
1213 "pem-rfc7468",
1214 "pkcs8",
1215 "rand_core 0.6.4",
1216 "sec1",
1217 "subtle",
1218 "zeroize",
1219]
1220
1221[[package]]
1222name = "encoding_rs"
1223version = "0.8.35"
1224source = "registry+https://github.com/rust-lang/crates.io-index"
1225checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
1226dependencies = [
1227 "cfg-if",
1228]
1229
1230[[package]]
1231name = "enum-as-inner"
1232version = "0.6.1"
1233source = "registry+https://github.com/rust-lang/crates.io-index"
1234checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
1235dependencies = [
1236 "heck",
1237 "proc-macro2",
1238 "quote",
1239 "syn",
1240]
1241
1242[[package]]
1243name = "equivalent"
1244version = "1.0.1"
1245source = "registry+https://github.com/rust-lang/crates.io-index"
1246checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
1247
1248[[package]]
1249name = "errno"
1250version = "0.3.10"
1251source = "registry+https://github.com/rust-lang/crates.io-index"
1252checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
1253dependencies = [
1254 "libc",
1255 "windows-sys 0.59.0",
1256]
1257
1258[[package]]
1259name = "event-listener"
1260version = "2.5.3"
1261source = "registry+https://github.com/rust-lang/crates.io-index"
1262checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
1263
1264[[package]]
1265name = "event-listener"
1266version = "5.4.0"
1267source = "registry+https://github.com/rust-lang/crates.io-index"
1268checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
1269dependencies = [
1270 "concurrent-queue",
1271 "parking",
1272 "pin-project-lite",
1273]
1274
1275[[package]]
1276name = "event-listener-strategy"
1277version = "0.5.3"
1278source = "registry+https://github.com/rust-lang/crates.io-index"
1279checksum = "3c3e4e0dd3673c1139bf041f3008816d9cf2946bbfac2945c09e523b8d7b05b2"
1280dependencies = [
1281 "event-listener 5.4.0",
1282 "pin-project-lite",
1283]
1284
1285[[package]]
1286name = "eyre"
1287version = "0.6.12"
1288source = "registry+https://github.com/rust-lang/crates.io-index"
1289checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
1290dependencies = [
1291 "indenter",
1292 "once_cell",
1293]
1294
1295[[package]]
1296name = "fallible-iterator"
1297version = "0.2.0"
1298source = "registry+https://github.com/rust-lang/crates.io-index"
1299checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
1300
1301[[package]]
1302name = "fastrand"
1303version = "2.3.0"
1304source = "registry+https://github.com/rust-lang/crates.io-index"
1305checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
1306
1307[[package]]
1308name = "ff"
1309version = "0.13.1"
1310source = "registry+https://github.com/rust-lang/crates.io-index"
1311checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
1312dependencies = [
1313 "rand_core 0.6.4",
1314 "subtle",
1315]
1316
1317[[package]]
1318name = "fiat-crypto"
1319version = "0.2.9"
1320source = "registry+https://github.com/rust-lang/crates.io-index"
1321checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
1322
1323[[package]]
1324name = "figment"
1325version = "0.10.19"
1326source = "registry+https://github.com/rust-lang/crates.io-index"
1327checksum = "8cb01cd46b0cf372153850f4c6c272d9cbea2da513e07538405148f95bd789f3"
1328dependencies = [
1329 "atomic",
1330 "pear",
1331 "serde",
1332 "toml 0.8.19",
1333 "uncased",
1334 "version_check",
1335]
1336
1337[[package]]
1338name = "fixedbitset"
1339version = "0.5.7"
1340source = "registry+https://github.com/rust-lang/crates.io-index"
1341checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
1342
1343[[package]]
1344name = "flume"
1345version = "0.11.1"
1346source = "registry+https://github.com/rust-lang/crates.io-index"
1347checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
1348dependencies = [
1349 "futures-core",
1350 "futures-sink",
1351 "nanorand",
1352 "spin",
1353]
1354
1355[[package]]
1356name = "fnv"
1357version = "1.0.7"
1358source = "registry+https://github.com/rust-lang/crates.io-index"
1359checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1360
1361[[package]]
1362name = "foldhash"
1363version = "0.1.4"
1364source = "registry+https://github.com/rust-lang/crates.io-index"
1365checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f"
1366
1367[[package]]
1368name = "foreign-types"
1369version = "0.3.2"
1370source = "registry+https://github.com/rust-lang/crates.io-index"
1371checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1372dependencies = [
1373 "foreign-types-shared",
1374]
1375
1376[[package]]
1377name = "foreign-types-shared"
1378version = "0.1.1"
1379source = "registry+https://github.com/rust-lang/crates.io-index"
1380checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1381
1382[[package]]
1383name = "form_urlencoded"
1384version = "1.2.1"
1385source = "registry+https://github.com/rust-lang/crates.io-index"
1386checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
1387dependencies = [
1388 "percent-encoding",
1389]
1390
1391[[package]]
1392name = "fs2"
1393version = "0.4.3"
1394source = "registry+https://github.com/rust-lang/crates.io-index"
1395checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
1396dependencies = [
1397 "libc",
1398 "winapi",
1399]
1400
1401[[package]]
1402name = "fs_extra"
1403version = "1.3.0"
1404source = "registry+https://github.com/rust-lang/crates.io-index"
1405checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
1406
1407[[package]]
1408name = "futures"
1409version = "0.3.31"
1410source = "registry+https://github.com/rust-lang/crates.io-index"
1411checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
1412dependencies = [
1413 "futures-channel",
1414 "futures-core",
1415 "futures-executor",
1416 "futures-io",
1417 "futures-sink",
1418 "futures-task",
1419 "futures-util",
1420]
1421
1422[[package]]
1423name = "futures-channel"
1424version = "0.3.31"
1425source = "registry+https://github.com/rust-lang/crates.io-index"
1426checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
1427dependencies = [
1428 "futures-core",
1429 "futures-sink",
1430]
1431
1432[[package]]
1433name = "futures-core"
1434version = "0.3.31"
1435source = "registry+https://github.com/rust-lang/crates.io-index"
1436checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
1437
1438[[package]]
1439name = "futures-executor"
1440version = "0.3.31"
1441source = "registry+https://github.com/rust-lang/crates.io-index"
1442checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
1443dependencies = [
1444 "futures-core",
1445 "futures-task",
1446 "futures-util",
1447]
1448
1449[[package]]
1450name = "futures-io"
1451version = "0.3.31"
1452source = "registry+https://github.com/rust-lang/crates.io-index"
1453checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
1454
1455[[package]]
1456name = "futures-lite"
1457version = "2.6.0"
1458source = "registry+https://github.com/rust-lang/crates.io-index"
1459checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
1460dependencies = [
1461 "fastrand",
1462 "futures-core",
1463 "futures-io",
1464 "parking",
1465 "pin-project-lite",
1466]
1467
1468[[package]]
1469name = "futures-macro"
1470version = "0.3.31"
1471source = "registry+https://github.com/rust-lang/crates.io-index"
1472checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
1473dependencies = [
1474 "proc-macro2",
1475 "quote",
1476 "syn",
1477]
1478
1479[[package]]
1480name = "futures-sink"
1481version = "0.3.31"
1482source = "registry+https://github.com/rust-lang/crates.io-index"
1483checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
1484
1485[[package]]
1486name = "futures-task"
1487version = "0.3.31"
1488source = "registry+https://github.com/rust-lang/crates.io-index"
1489checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
1490
1491[[package]]
1492name = "futures-util"
1493version = "0.3.31"
1494source = "registry+https://github.com/rust-lang/crates.io-index"
1495checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
1496dependencies = [
1497 "futures-channel",
1498 "futures-core",
1499 "futures-io",
1500 "futures-macro",
1501 "futures-sink",
1502 "futures-task",
1503 "memchr",
1504 "pin-project-lite",
1505 "pin-utils",
1506 "slab",
1507]
1508
1509[[package]]
1510name = "fxhash"
1511version = "0.2.1"
1512source = "registry+https://github.com/rust-lang/crates.io-index"
1513checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
1514dependencies = [
1515 "byteorder",
1516]
1517
1518[[package]]
1519name = "generic-array"
1520version = "0.14.7"
1521source = "registry+https://github.com/rust-lang/crates.io-index"
1522checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1523dependencies = [
1524 "typenum",
1525 "version_check",
1526 "zeroize",
1527]
1528
1529[[package]]
1530name = "getrandom"
1531version = "0.2.15"
1532source = "registry+https://github.com/rust-lang/crates.io-index"
1533checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
1534dependencies = [
1535 "cfg-if",
1536 "js-sys",
1537 "libc",
1538 "wasi 0.11.0+wasi-snapshot-preview1",
1539 "wasm-bindgen",
1540]
1541
1542[[package]]
1543name = "getrandom"
1544version = "0.3.3"
1545source = "registry+https://github.com/rust-lang/crates.io-index"
1546checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
1547dependencies = [
1548 "cfg-if",
1549 "libc",
1550 "r-efi",
1551 "wasi 0.14.2+wasi-0.2.4",
1552]
1553
1554[[package]]
1555name = "gimli"
1556version = "0.31.1"
1557source = "registry+https://github.com/rust-lang/crates.io-index"
1558checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
1559
1560[[package]]
1561name = "glob"
1562version = "0.3.2"
1563source = "registry+https://github.com/rust-lang/crates.io-index"
1564checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
1565
1566[[package]]
1567name = "gloo-timers"
1568version = "0.3.0"
1569source = "registry+https://github.com/rust-lang/crates.io-index"
1570checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
1571dependencies = [
1572 "futures-channel",
1573 "futures-core",
1574 "js-sys",
1575 "wasm-bindgen",
1576]
1577
1578[[package]]
1579name = "group"
1580version = "0.13.0"
1581source = "registry+https://github.com/rust-lang/crates.io-index"
1582checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
1583dependencies = [
1584 "ff",
1585 "rand_core 0.6.4",
1586 "subtle",
1587]
1588
1589[[package]]
1590name = "h2"
1591version = "0.4.7"
1592source = "registry+https://github.com/rust-lang/crates.io-index"
1593checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
1594dependencies = [
1595 "atomic-waker",
1596 "bytes",
1597 "fnv",
1598 "futures-core",
1599 "futures-sink",
1600 "http",
1601 "indexmap 2.7.1",
1602 "slab",
1603 "tokio",
1604 "tokio-util",
1605 "tracing",
1606]
1607
1608[[package]]
1609name = "half"
1610version = "2.4.1"
1611source = "registry+https://github.com/rust-lang/crates.io-index"
1612checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
1613dependencies = [
1614 "cfg-if",
1615 "crunchy",
1616]
1617
1618[[package]]
1619name = "hashbrown"
1620version = "0.12.3"
1621source = "registry+https://github.com/rust-lang/crates.io-index"
1622checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1623
1624[[package]]
1625name = "hashbrown"
1626version = "0.15.2"
1627source = "registry+https://github.com/rust-lang/crates.io-index"
1628checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
1629dependencies = [
1630 "foldhash",
1631]
1632
1633[[package]]
1634name = "headers"
1635version = "0.4.0"
1636source = "registry+https://github.com/rust-lang/crates.io-index"
1637checksum = "322106e6bd0cba2d5ead589ddb8150a13d7c4217cf80d7c4f682ca994ccc6aa9"
1638dependencies = [
1639 "base64 0.21.7",
1640 "bytes",
1641 "headers-core",
1642 "http",
1643 "httpdate",
1644 "mime",
1645 "sha1",
1646]
1647
1648[[package]]
1649name = "headers-core"
1650version = "0.3.0"
1651source = "registry+https://github.com/rust-lang/crates.io-index"
1652checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4"
1653dependencies = [
1654 "http",
1655]
1656
1657[[package]]
1658name = "heck"
1659version = "0.5.0"
1660source = "registry+https://github.com/rust-lang/crates.io-index"
1661checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1662
1663[[package]]
1664name = "hermit-abi"
1665version = "0.3.9"
1666source = "registry+https://github.com/rust-lang/crates.io-index"
1667checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
1668
1669[[package]]
1670name = "hermit-abi"
1671version = "0.4.0"
1672source = "registry+https://github.com/rust-lang/crates.io-index"
1673checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
1674
1675[[package]]
1676name = "hex"
1677version = "0.4.3"
1678source = "registry+https://github.com/rust-lang/crates.io-index"
1679checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1680
1681[[package]]
1682name = "hickory-proto"
1683version = "0.24.2"
1684source = "registry+https://github.com/rust-lang/crates.io-index"
1685checksum = "447afdcdb8afb9d0a852af6dc65d9b285ce720ed7a59e42a8bf2e931c67bc1b5"
1686dependencies = [
1687 "async-trait",
1688 "cfg-if",
1689 "data-encoding",
1690 "enum-as-inner",
1691 "futures-channel",
1692 "futures-io",
1693 "futures-util",
1694 "idna",
1695 "ipnet",
1696 "once_cell",
1697 "rand 0.8.5",
1698 "thiserror 1.0.69",
1699 "tinyvec",
1700 "tokio",
1701 "tracing",
1702 "url",
1703]
1704
1705[[package]]
1706name = "hickory-resolver"
1707version = "0.24.2"
1708source = "registry+https://github.com/rust-lang/crates.io-index"
1709checksum = "0a2e2aba9c389ce5267d31cf1e4dace82390ae276b0b364ea55630b1fa1b44b4"
1710dependencies = [
1711 "cfg-if",
1712 "futures-util",
1713 "hickory-proto",
1714 "ipconfig",
1715 "lru-cache",
1716 "once_cell",
1717 "parking_lot 0.12.3",
1718 "rand 0.8.5",
1719 "resolv-conf",
1720 "smallvec",
1721 "thiserror 1.0.69",
1722 "tokio",
1723 "tracing",
1724]
1725
1726[[package]]
1727name = "hkdf"
1728version = "0.12.4"
1729source = "registry+https://github.com/rust-lang/crates.io-index"
1730checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
1731dependencies = [
1732 "hmac",
1733]
1734
1735[[package]]
1736name = "hmac"
1737version = "0.12.1"
1738source = "registry+https://github.com/rust-lang/crates.io-index"
1739checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1740dependencies = [
1741 "digest",
1742]
1743
1744[[package]]
1745name = "home"
1746version = "0.5.11"
1747source = "registry+https://github.com/rust-lang/crates.io-index"
1748checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
1749dependencies = [
1750 "windows-sys 0.59.0",
1751]
1752
1753[[package]]
1754name = "hostname"
1755version = "0.3.1"
1756source = "registry+https://github.com/rust-lang/crates.io-index"
1757checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
1758dependencies = [
1759 "libc",
1760 "match_cfg",
1761 "winapi",
1762]
1763
1764[[package]]
1765name = "http"
1766version = "1.2.0"
1767source = "registry+https://github.com/rust-lang/crates.io-index"
1768checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
1769dependencies = [
1770 "bytes",
1771 "fnv",
1772 "itoa",
1773]
1774
1775[[package]]
1776name = "http-body"
1777version = "1.0.1"
1778source = "registry+https://github.com/rust-lang/crates.io-index"
1779checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1780dependencies = [
1781 "bytes",
1782 "http",
1783]
1784
1785[[package]]
1786name = "http-body-util"
1787version = "0.1.2"
1788source = "registry+https://github.com/rust-lang/crates.io-index"
1789checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
1790dependencies = [
1791 "bytes",
1792 "futures-util",
1793 "http",
1794 "http-body",
1795 "pin-project-lite",
1796]
1797
1798[[package]]
1799name = "httparse"
1800version = "1.9.5"
1801source = "registry+https://github.com/rust-lang/crates.io-index"
1802checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
1803
1804[[package]]
1805name = "httpdate"
1806version = "1.0.3"
1807source = "registry+https://github.com/rust-lang/crates.io-index"
1808checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1809
1810[[package]]
1811name = "hyper"
1812version = "1.6.0"
1813source = "registry+https://github.com/rust-lang/crates.io-index"
1814checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
1815dependencies = [
1816 "bytes",
1817 "futures-channel",
1818 "futures-util",
1819 "h2",
1820 "http",
1821 "http-body",
1822 "httparse",
1823 "httpdate",
1824 "itoa",
1825 "pin-project-lite",
1826 "smallvec",
1827 "tokio",
1828 "want",
1829]
1830
1831[[package]]
1832name = "hyper-rustls"
1833version = "0.27.5"
1834source = "registry+https://github.com/rust-lang/crates.io-index"
1835checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
1836dependencies = [
1837 "futures-util",
1838 "http",
1839 "hyper",
1840 "hyper-util",
1841 "rustls",
1842 "rustls-native-certs",
1843 "rustls-pki-types",
1844 "tokio",
1845 "tokio-rustls",
1846 "tower-service",
1847]
1848
1849[[package]]
1850name = "hyper-timeout"
1851version = "0.5.2"
1852source = "registry+https://github.com/rust-lang/crates.io-index"
1853checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
1854dependencies = [
1855 "hyper",
1856 "hyper-util",
1857 "pin-project-lite",
1858 "tokio",
1859 "tower-service",
1860]
1861
1862[[package]]
1863name = "hyper-tls"
1864version = "0.6.0"
1865source = "registry+https://github.com/rust-lang/crates.io-index"
1866checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
1867dependencies = [
1868 "bytes",
1869 "http-body-util",
1870 "hyper",
1871 "hyper-util",
1872 "native-tls",
1873 "tokio",
1874 "tokio-native-tls",
1875 "tower-service",
1876]
1877
1878[[package]]
1879name = "hyper-util"
1880version = "0.1.10"
1881source = "registry+https://github.com/rust-lang/crates.io-index"
1882checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
1883dependencies = [
1884 "bytes",
1885 "futures-channel",
1886 "futures-util",
1887 "http",
1888 "http-body",
1889 "hyper",
1890 "pin-project-lite",
1891 "socket2 0.5.8",
1892 "tokio",
1893 "tower-service",
1894 "tracing",
1895]
1896
1897[[package]]
1898name = "iana-time-zone"
1899version = "0.1.61"
1900source = "registry+https://github.com/rust-lang/crates.io-index"
1901checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
1902dependencies = [
1903 "android_system_properties",
1904 "core-foundation-sys",
1905 "iana-time-zone-haiku",
1906 "js-sys",
1907 "wasm-bindgen",
1908 "windows-core",
1909]
1910
1911[[package]]
1912name = "iana-time-zone-haiku"
1913version = "0.1.2"
1914source = "registry+https://github.com/rust-lang/crates.io-index"
1915checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1916dependencies = [
1917 "cc",
1918]
1919
1920[[package]]
1921name = "icu_collections"
1922version = "1.5.0"
1923source = "registry+https://github.com/rust-lang/crates.io-index"
1924checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
1925dependencies = [
1926 "displaydoc",
1927 "yoke",
1928 "zerofrom",
1929 "zerovec",
1930]
1931
1932[[package]]
1933name = "icu_locid"
1934version = "1.5.0"
1935source = "registry+https://github.com/rust-lang/crates.io-index"
1936checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
1937dependencies = [
1938 "displaydoc",
1939 "litemap",
1940 "tinystr",
1941 "writeable",
1942 "zerovec",
1943]
1944
1945[[package]]
1946name = "icu_locid_transform"
1947version = "1.5.0"
1948source = "registry+https://github.com/rust-lang/crates.io-index"
1949checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
1950dependencies = [
1951 "displaydoc",
1952 "icu_locid",
1953 "icu_locid_transform_data",
1954 "icu_provider",
1955 "tinystr",
1956 "zerovec",
1957]
1958
1959[[package]]
1960name = "icu_locid_transform_data"
1961version = "1.5.0"
1962source = "registry+https://github.com/rust-lang/crates.io-index"
1963checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
1964
1965[[package]]
1966name = "icu_normalizer"
1967version = "1.5.0"
1968source = "registry+https://github.com/rust-lang/crates.io-index"
1969checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
1970dependencies = [
1971 "displaydoc",
1972 "icu_collections",
1973 "icu_normalizer_data",
1974 "icu_properties",
1975 "icu_provider",
1976 "smallvec",
1977 "utf16_iter",
1978 "utf8_iter",
1979 "write16",
1980 "zerovec",
1981]
1982
1983[[package]]
1984name = "icu_normalizer_data"
1985version = "1.5.0"
1986source = "registry+https://github.com/rust-lang/crates.io-index"
1987checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
1988
1989[[package]]
1990name = "icu_properties"
1991version = "1.5.1"
1992source = "registry+https://github.com/rust-lang/crates.io-index"
1993checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
1994dependencies = [
1995 "displaydoc",
1996 "icu_collections",
1997 "icu_locid_transform",
1998 "icu_properties_data",
1999 "icu_provider",
2000 "tinystr",
2001 "zerovec",
2002]
2003
2004[[package]]
2005name = "icu_properties_data"
2006version = "1.5.0"
2007source = "registry+https://github.com/rust-lang/crates.io-index"
2008checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
2009
2010[[package]]
2011name = "icu_provider"
2012version = "1.5.0"
2013source = "registry+https://github.com/rust-lang/crates.io-index"
2014checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
2015dependencies = [
2016 "displaydoc",
2017 "icu_locid",
2018 "icu_provider_macros",
2019 "stable_deref_trait",
2020 "tinystr",
2021 "writeable",
2022 "yoke",
2023 "zerofrom",
2024 "zerovec",
2025]
2026
2027[[package]]
2028name = "icu_provider_macros"
2029version = "1.5.0"
2030source = "registry+https://github.com/rust-lang/crates.io-index"
2031checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
2032dependencies = [
2033 "proc-macro2",
2034 "quote",
2035 "syn",
2036]
2037
2038[[package]]
2039name = "ident_case"
2040version = "1.0.1"
2041source = "registry+https://github.com/rust-lang/crates.io-index"
2042checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2043
2044[[package]]
2045name = "idna"
2046version = "1.0.3"
2047source = "registry+https://github.com/rust-lang/crates.io-index"
2048checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
2049dependencies = [
2050 "idna_adapter",
2051 "smallvec",
2052 "utf8_iter",
2053]
2054
2055[[package]]
2056name = "idna_adapter"
2057version = "1.2.0"
2058source = "registry+https://github.com/rust-lang/crates.io-index"
2059checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
2060dependencies = [
2061 "icu_normalizer",
2062 "icu_properties",
2063]
2064
2065[[package]]
2066name = "indenter"
2067version = "0.3.3"
2068source = "registry+https://github.com/rust-lang/crates.io-index"
2069checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
2070
2071[[package]]
2072name = "indexmap"
2073version = "1.9.3"
2074source = "registry+https://github.com/rust-lang/crates.io-index"
2075checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2076dependencies = [
2077 "autocfg",
2078 "hashbrown 0.12.3",
2079 "serde",
2080]
2081
2082[[package]]
2083name = "indexmap"
2084version = "2.7.1"
2085source = "registry+https://github.com/rust-lang/crates.io-index"
2086checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
2087dependencies = [
2088 "equivalent",
2089 "hashbrown 0.15.2",
2090 "serde",
2091]
2092
2093[[package]]
2094name = "inlinable_string"
2095version = "0.1.15"
2096source = "registry+https://github.com/rust-lang/crates.io-index"
2097checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb"
2098
2099[[package]]
2100name = "instant"
2101version = "0.1.13"
2102source = "registry+https://github.com/rust-lang/crates.io-index"
2103checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
2104dependencies = [
2105 "cfg-if",
2106]
2107
2108[[package]]
2109name = "io-uring"
2110version = "0.7.8"
2111source = "registry+https://github.com/rust-lang/crates.io-index"
2112checksum = "b86e202f00093dcba4275d4636b93ef9dd75d025ae560d2521b45ea28ab49013"
2113dependencies = [
2114 "bitflags 2.8.0",
2115 "cfg-if",
2116 "libc",
2117]
2118
2119[[package]]
2120name = "ipconfig"
2121version = "0.3.2"
2122source = "registry+https://github.com/rust-lang/crates.io-index"
2123checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
2124dependencies = [
2125 "socket2 0.5.8",
2126 "widestring",
2127 "windows-sys 0.48.0",
2128 "winreg",
2129]
2130
2131[[package]]
2132name = "ipld-core"
2133version = "0.4.1"
2134source = "registry+https://github.com/rust-lang/crates.io-index"
2135checksum = "b4ede82a79e134f179f4b29b5fdb1eb92bd1b38c4dfea394c539051150a21b9b"
2136dependencies = [
2137 "cid",
2138 "serde",
2139 "serde_bytes",
2140]
2141
2142[[package]]
2143name = "ipnet"
2144version = "2.11.0"
2145source = "registry+https://github.com/rust-lang/crates.io-index"
2146checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
2147
2148[[package]]
2149name = "iroh-car"
2150version = "0.5.1"
2151source = "registry+https://github.com/rust-lang/crates.io-index"
2152checksum = "cb7f8cd4cb9aa083fba8b52e921764252d0b4dcb1cd6d120b809dbfe1106e81a"
2153dependencies = [
2154 "anyhow",
2155 "cid",
2156 "futures",
2157 "serde",
2158 "serde_ipld_dagcbor",
2159 "thiserror 1.0.69",
2160 "tokio",
2161 "unsigned-varint 0.7.2",
2162]
2163
2164[[package]]
2165name = "is_terminal_polyfill"
2166version = "1.70.1"
2167source = "registry+https://github.com/rust-lang/crates.io-index"
2168checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
2169
2170[[package]]
2171name = "itertools"
2172version = "0.12.1"
2173source = "registry+https://github.com/rust-lang/crates.io-index"
2174checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
2175dependencies = [
2176 "either",
2177]
2178
2179[[package]]
2180name = "itertools"
2181version = "0.14.0"
2182source = "registry+https://github.com/rust-lang/crates.io-index"
2183checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
2184dependencies = [
2185 "either",
2186]
2187
2188[[package]]
2189name = "itoa"
2190version = "1.0.14"
2191source = "registry+https://github.com/rust-lang/crates.io-index"
2192checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
2193
2194[[package]]
2195name = "jobserver"
2196version = "0.1.32"
2197source = "registry+https://github.com/rust-lang/crates.io-index"
2198checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
2199dependencies = [
2200 "libc",
2201]
2202
2203[[package]]
2204name = "js-sys"
2205version = "0.3.77"
2206source = "registry+https://github.com/rust-lang/crates.io-index"
2207checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
2208dependencies = [
2209 "once_cell",
2210 "wasm-bindgen",
2211]
2212
2213[[package]]
2214name = "jsonwebtoken"
2215version = "9.3.0"
2216source = "git+https://gitlab.com/parakeet-social/jsonwebtoken?branch=es256k#ca566f348e0f1eab3660634e2ca307fe1350f3d9"
2217dependencies = [
2218 "base64 0.22.1",
2219 "ed25519-dalek",
2220 "getrandom 0.2.15",
2221 "hmac",
2222 "js-sys",
2223 "k256",
2224 "p256",
2225 "p384",
2226 "pem",
2227 "rand 0.8.5",
2228 "rand_core 0.6.4",
2229 "rsa",
2230 "serde",
2231 "serde_json",
2232 "sha2",
2233 "simple_asn1",
2234]
2235
2236[[package]]
2237name = "k256"
2238version = "0.13.4"
2239source = "registry+https://github.com/rust-lang/crates.io-index"
2240checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
2241dependencies = [
2242 "cfg-if",
2243 "ecdsa",
2244 "elliptic-curve",
2245 "once_cell",
2246 "sha2",
2247 "signature",
2248]
2249
2250[[package]]
2251name = "kv-log-macro"
2252version = "1.0.7"
2253source = "registry+https://github.com/rust-lang/crates.io-index"
2254checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
2255dependencies = [
2256 "log",
2257]
2258
2259[[package]]
2260name = "lazy_static"
2261version = "1.5.0"
2262source = "registry+https://github.com/rust-lang/crates.io-index"
2263checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2264dependencies = [
2265 "spin",
2266]
2267
2268[[package]]
2269name = "lazycell"
2270version = "1.3.0"
2271source = "registry+https://github.com/rust-lang/crates.io-index"
2272checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2273
2274[[package]]
2275name = "lexica"
2276version = "0.1.0"
2277dependencies = [
2278 "chrono",
2279 "cid",
2280 "serde",
2281 "serde_json",
2282]
2283
2284[[package]]
2285name = "libc"
2286version = "0.2.174"
2287source = "registry+https://github.com/rust-lang/crates.io-index"
2288checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
2289
2290[[package]]
2291name = "libloading"
2292version = "0.8.6"
2293source = "registry+https://github.com/rust-lang/crates.io-index"
2294checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
2295dependencies = [
2296 "cfg-if",
2297 "windows-targets 0.52.6",
2298]
2299
2300[[package]]
2301name = "libm"
2302version = "0.2.11"
2303source = "registry+https://github.com/rust-lang/crates.io-index"
2304checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
2305
2306[[package]]
2307name = "librocksdb-sys"
2308version = "0.17.1+9.9.3"
2309source = "registry+https://github.com/rust-lang/crates.io-index"
2310checksum = "2b7869a512ae9982f4d46ba482c2a304f1efd80c6412a3d4bf57bb79a619679f"
2311dependencies = [
2312 "bindgen",
2313 "bzip2-sys",
2314 "cc",
2315 "libc",
2316 "libz-sys",
2317 "lz4-sys",
2318]
2319
2320[[package]]
2321name = "libz-sys"
2322version = "1.1.22"
2323source = "registry+https://github.com/rust-lang/crates.io-index"
2324checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
2325dependencies = [
2326 "cc",
2327 "pkg-config",
2328 "vcpkg",
2329]
2330
2331[[package]]
2332name = "linked-hash-map"
2333version = "0.5.6"
2334source = "registry+https://github.com/rust-lang/crates.io-index"
2335checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2336
2337[[package]]
2338name = "linux-raw-sys"
2339version = "0.4.15"
2340source = "registry+https://github.com/rust-lang/crates.io-index"
2341checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
2342
2343[[package]]
2344name = "litemap"
2345version = "0.7.4"
2346source = "registry+https://github.com/rust-lang/crates.io-index"
2347checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
2348
2349[[package]]
2350name = "lock_api"
2351version = "0.4.12"
2352source = "registry+https://github.com/rust-lang/crates.io-index"
2353checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2354dependencies = [
2355 "autocfg",
2356 "scopeguard",
2357]
2358
2359[[package]]
2360name = "log"
2361version = "0.4.25"
2362source = "registry+https://github.com/rust-lang/crates.io-index"
2363checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
2364dependencies = [
2365 "value-bag",
2366]
2367
2368[[package]]
2369name = "lru-cache"
2370version = "0.1.2"
2371source = "registry+https://github.com/rust-lang/crates.io-index"
2372checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
2373dependencies = [
2374 "linked-hash-map",
2375]
2376
2377[[package]]
2378name = "lz4-sys"
2379version = "1.11.1+lz4-1.10.0"
2380source = "registry+https://github.com/rust-lang/crates.io-index"
2381checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6"
2382dependencies = [
2383 "cc",
2384 "libc",
2385]
2386
2387[[package]]
2388name = "match_cfg"
2389version = "0.1.0"
2390source = "registry+https://github.com/rust-lang/crates.io-index"
2391checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
2392
2393[[package]]
2394name = "matchit"
2395version = "0.8.4"
2396source = "registry+https://github.com/rust-lang/crates.io-index"
2397checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
2398
2399[[package]]
2400name = "md-5"
2401version = "0.10.6"
2402source = "registry+https://github.com/rust-lang/crates.io-index"
2403checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
2404dependencies = [
2405 "cfg-if",
2406 "digest",
2407]
2408
2409[[package]]
2410name = "memchr"
2411version = "2.7.4"
2412source = "registry+https://github.com/rust-lang/crates.io-index"
2413checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2414
2415[[package]]
2416name = "metrics"
2417version = "0.24.1"
2418source = "registry+https://github.com/rust-lang/crates.io-index"
2419checksum = "7a7deb012b3b2767169ff203fadb4c6b0b82b947512e5eb9e0b78c2e186ad9e3"
2420dependencies = [
2421 "ahash",
2422 "portable-atomic",
2423]
2424
2425[[package]]
2426name = "metrics-exporter-prometheus"
2427version = "0.16.2"
2428source = "registry+https://github.com/rust-lang/crates.io-index"
2429checksum = "dd7399781913e5393588a8d8c6a2867bf85fb38eaf2502fdce465aad2dc6f034"
2430dependencies = [
2431 "base64 0.22.1",
2432 "http-body-util",
2433 "hyper",
2434 "hyper-rustls",
2435 "hyper-util",
2436 "indexmap 2.7.1",
2437 "ipnet",
2438 "metrics",
2439 "metrics-util",
2440 "quanta",
2441 "thiserror 1.0.69",
2442 "tokio",
2443 "tracing",
2444]
2445
2446[[package]]
2447name = "metrics-util"
2448version = "0.19.1"
2449source = "registry+https://github.com/rust-lang/crates.io-index"
2450checksum = "b8496cc523d1f94c1385dd8f0f0c2c480b2b8aeccb5b7e4485ad6365523ae376"
2451dependencies = [
2452 "crossbeam-epoch",
2453 "crossbeam-utils",
2454 "hashbrown 0.15.2",
2455 "metrics",
2456 "quanta",
2457 "rand 0.9.1",
2458 "rand_xoshiro",
2459 "sketches-ddsketch",
2460]
2461
2462[[package]]
2463name = "migrations_internals"
2464version = "2.2.1"
2465source = "registry+https://github.com/rust-lang/crates.io-index"
2466checksum = "3bda1634d70d5bd53553cf15dca9842a396e8c799982a3ad22998dc44d961f24"
2467dependencies = [
2468 "serde",
2469 "toml 0.9.2",
2470]
2471
2472[[package]]
2473name = "migrations_macros"
2474version = "2.2.0"
2475source = "registry+https://github.com/rust-lang/crates.io-index"
2476checksum = "ffb161cc72176cb37aa47f1fc520d3ef02263d67d661f44f05d05a079e1237fd"
2477dependencies = [
2478 "migrations_internals",
2479 "proc-macro2",
2480 "quote",
2481]
2482
2483[[package]]
2484name = "mime"
2485version = "0.3.17"
2486source = "registry+https://github.com/rust-lang/crates.io-index"
2487checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2488
2489[[package]]
2490name = "minimal-lexical"
2491version = "0.2.1"
2492source = "registry+https://github.com/rust-lang/crates.io-index"
2493checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2494
2495[[package]]
2496name = "miniz_oxide"
2497version = "0.8.3"
2498source = "registry+https://github.com/rust-lang/crates.io-index"
2499checksum = "b8402cab7aefae129c6977bb0ff1b8fd9a04eb5b51efc50a70bea51cda0c7924"
2500dependencies = [
2501 "adler2",
2502]
2503
2504[[package]]
2505name = "mio"
2506version = "1.0.3"
2507source = "registry+https://github.com/rust-lang/crates.io-index"
2508checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
2509dependencies = [
2510 "libc",
2511 "wasi 0.11.0+wasi-snapshot-preview1",
2512 "windows-sys 0.52.0",
2513]
2514
2515[[package]]
2516name = "multibase"
2517version = "0.9.1"
2518source = "registry+https://github.com/rust-lang/crates.io-index"
2519checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"
2520dependencies = [
2521 "base-x",
2522 "data-encoding",
2523 "data-encoding-macro",
2524]
2525
2526[[package]]
2527name = "multihash"
2528version = "0.19.3"
2529source = "registry+https://github.com/rust-lang/crates.io-index"
2530checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d"
2531dependencies = [
2532 "core2",
2533 "serde",
2534 "unsigned-varint 0.8.0",
2535]
2536
2537[[package]]
2538name = "multimap"
2539version = "0.10.0"
2540source = "registry+https://github.com/rust-lang/crates.io-index"
2541checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
2542
2543[[package]]
2544name = "nanorand"
2545version = "0.7.0"
2546source = "registry+https://github.com/rust-lang/crates.io-index"
2547checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
2548dependencies = [
2549 "getrandom 0.2.15",
2550]
2551
2552[[package]]
2553name = "native-tls"
2554version = "0.2.12"
2555source = "registry+https://github.com/rust-lang/crates.io-index"
2556checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
2557dependencies = [
2558 "libc",
2559 "log",
2560 "openssl",
2561 "openssl-probe",
2562 "openssl-sys",
2563 "schannel",
2564 "security-framework 2.11.1",
2565 "security-framework-sys",
2566 "tempfile",
2567]
2568
2569[[package]]
2570name = "nom"
2571version = "7.1.3"
2572source = "registry+https://github.com/rust-lang/crates.io-index"
2573checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2574dependencies = [
2575 "memchr",
2576 "minimal-lexical",
2577]
2578
2579[[package]]
2580name = "nu-ansi-term"
2581version = "0.46.0"
2582source = "registry+https://github.com/rust-lang/crates.io-index"
2583checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
2584dependencies = [
2585 "overload",
2586 "winapi",
2587]
2588
2589[[package]]
2590name = "num-bigint"
2591version = "0.4.6"
2592source = "registry+https://github.com/rust-lang/crates.io-index"
2593checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
2594dependencies = [
2595 "num-integer",
2596 "num-traits",
2597]
2598
2599[[package]]
2600name = "num-bigint-dig"
2601version = "0.8.4"
2602source = "registry+https://github.com/rust-lang/crates.io-index"
2603checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
2604dependencies = [
2605 "byteorder",
2606 "lazy_static",
2607 "libm",
2608 "num-integer",
2609 "num-iter",
2610 "num-traits",
2611 "rand 0.8.5",
2612 "smallvec",
2613 "zeroize",
2614]
2615
2616[[package]]
2617name = "num-conv"
2618version = "0.1.0"
2619source = "registry+https://github.com/rust-lang/crates.io-index"
2620checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2621
2622[[package]]
2623name = "num-integer"
2624version = "0.1.46"
2625source = "registry+https://github.com/rust-lang/crates.io-index"
2626checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2627dependencies = [
2628 "num-traits",
2629]
2630
2631[[package]]
2632name = "num-iter"
2633version = "0.1.45"
2634source = "registry+https://github.com/rust-lang/crates.io-index"
2635checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
2636dependencies = [
2637 "autocfg",
2638 "num-integer",
2639 "num-traits",
2640]
2641
2642[[package]]
2643name = "num-traits"
2644version = "0.2.19"
2645source = "registry+https://github.com/rust-lang/crates.io-index"
2646checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2647dependencies = [
2648 "autocfg",
2649 "libm",
2650]
2651
2652[[package]]
2653name = "num_cpus"
2654version = "1.16.0"
2655source = "registry+https://github.com/rust-lang/crates.io-index"
2656checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2657dependencies = [
2658 "hermit-abi 0.3.9",
2659 "libc",
2660]
2661
2662[[package]]
2663name = "object"
2664version = "0.36.7"
2665source = "registry+https://github.com/rust-lang/crates.io-index"
2666checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
2667dependencies = [
2668 "memchr",
2669]
2670
2671[[package]]
2672name = "once_cell"
2673version = "1.20.2"
2674source = "registry+https://github.com/rust-lang/crates.io-index"
2675checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
2676
2677[[package]]
2678name = "openssl"
2679version = "0.10.68"
2680source = "registry+https://github.com/rust-lang/crates.io-index"
2681checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
2682dependencies = [
2683 "bitflags 2.8.0",
2684 "cfg-if",
2685 "foreign-types",
2686 "libc",
2687 "once_cell",
2688 "openssl-macros",
2689 "openssl-sys",
2690]
2691
2692[[package]]
2693name = "openssl-macros"
2694version = "0.1.1"
2695source = "registry+https://github.com/rust-lang/crates.io-index"
2696checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
2697dependencies = [
2698 "proc-macro2",
2699 "quote",
2700 "syn",
2701]
2702
2703[[package]]
2704name = "openssl-probe"
2705version = "0.1.6"
2706source = "registry+https://github.com/rust-lang/crates.io-index"
2707checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
2708
2709[[package]]
2710name = "openssl-sys"
2711version = "0.9.104"
2712source = "registry+https://github.com/rust-lang/crates.io-index"
2713checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
2714dependencies = [
2715 "cc",
2716 "libc",
2717 "pkg-config",
2718 "vcpkg",
2719]
2720
2721[[package]]
2722name = "overload"
2723version = "0.1.1"
2724source = "registry+https://github.com/rust-lang/crates.io-index"
2725checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2726
2727[[package]]
2728name = "p256"
2729version = "0.13.2"
2730source = "registry+https://github.com/rust-lang/crates.io-index"
2731checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
2732dependencies = [
2733 "ecdsa",
2734 "elliptic-curve",
2735 "primeorder",
2736 "sha2",
2737]
2738
2739[[package]]
2740name = "p384"
2741version = "0.13.1"
2742source = "registry+https://github.com/rust-lang/crates.io-index"
2743checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6"
2744dependencies = [
2745 "ecdsa",
2746 "elliptic-curve",
2747 "primeorder",
2748 "sha2",
2749]
2750
2751[[package]]
2752name = "parakeet"
2753version = "0.1.0"
2754dependencies = [
2755 "async-recursion",
2756 "axum",
2757 "axum-extra",
2758 "base64 0.22.1",
2759 "chrono",
2760 "dataloader",
2761 "deadpool",
2762 "did-resolver",
2763 "diesel",
2764 "diesel-async",
2765 "diesel_migrations",
2766 "eyre",
2767 "figment",
2768 "itertools 0.14.0",
2769 "jsonwebtoken",
2770 "lexica",
2771 "multibase",
2772 "parakeet-db",
2773 "parakeet-index",
2774 "redis",
2775 "reqwest",
2776 "serde",
2777 "serde_ipld_dagcbor",
2778 "serde_json",
2779 "tokio",
2780 "tower-http",
2781 "tracing",
2782 "tracing-subscriber",
2783]
2784
2785[[package]]
2786name = "parakeet-db"
2787version = "0.1.0"
2788dependencies = [
2789 "chrono",
2790 "diesel",
2791 "postgres-types",
2792 "serde",
2793 "serde_json",
2794]
2795
2796[[package]]
2797name = "parakeet-index"
2798version = "0.1.0"
2799dependencies = [
2800 "eyre",
2801 "figment",
2802 "itertools 0.14.0",
2803 "prost",
2804 "rocksdb",
2805 "serde",
2806 "tokio",
2807 "tonic",
2808 "tonic-build",
2809 "tonic-health",
2810 "tracing",
2811 "tracing-subscriber",
2812]
2813
2814[[package]]
2815name = "parakeet-lexgen"
2816version = "0.1.0"
2817dependencies = [
2818 "clap",
2819 "eyre",
2820 "serde",
2821 "serde_json",
2822 "thiserror 2.0.12",
2823 "walkdir",
2824]
2825
2826[[package]]
2827name = "parking"
2828version = "2.2.1"
2829source = "registry+https://github.com/rust-lang/crates.io-index"
2830checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
2831
2832[[package]]
2833name = "parking_lot"
2834version = "0.11.2"
2835source = "registry+https://github.com/rust-lang/crates.io-index"
2836checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2837dependencies = [
2838 "instant",
2839 "lock_api",
2840 "parking_lot_core 0.8.6",
2841]
2842
2843[[package]]
2844name = "parking_lot"
2845version = "0.12.3"
2846source = "registry+https://github.com/rust-lang/crates.io-index"
2847checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2848dependencies = [
2849 "lock_api",
2850 "parking_lot_core 0.9.10",
2851]
2852
2853[[package]]
2854name = "parking_lot_core"
2855version = "0.8.6"
2856source = "registry+https://github.com/rust-lang/crates.io-index"
2857checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
2858dependencies = [
2859 "cfg-if",
2860 "instant",
2861 "libc",
2862 "redox_syscall 0.2.16",
2863 "smallvec",
2864 "winapi",
2865]
2866
2867[[package]]
2868name = "parking_lot_core"
2869version = "0.9.10"
2870source = "registry+https://github.com/rust-lang/crates.io-index"
2871checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2872dependencies = [
2873 "cfg-if",
2874 "libc",
2875 "redox_syscall 0.5.8",
2876 "smallvec",
2877 "windows-targets 0.52.6",
2878]
2879
2880[[package]]
2881name = "paste"
2882version = "1.0.15"
2883source = "registry+https://github.com/rust-lang/crates.io-index"
2884checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2885
2886[[package]]
2887name = "pear"
2888version = "0.2.9"
2889source = "registry+https://github.com/rust-lang/crates.io-index"
2890checksum = "bdeeaa00ce488657faba8ebf44ab9361f9365a97bd39ffb8a60663f57ff4b467"
2891dependencies = [
2892 "inlinable_string",
2893 "pear_codegen",
2894 "yansi",
2895]
2896
2897[[package]]
2898name = "pear_codegen"
2899version = "0.2.9"
2900source = "registry+https://github.com/rust-lang/crates.io-index"
2901checksum = "4bab5b985dc082b345f812b7df84e1bef27e7207b39e448439ba8bd69c93f147"
2902dependencies = [
2903 "proc-macro2",
2904 "proc-macro2-diagnostics",
2905 "quote",
2906 "syn",
2907]
2908
2909[[package]]
2910name = "pem"
2911version = "3.0.5"
2912source = "registry+https://github.com/rust-lang/crates.io-index"
2913checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
2914dependencies = [
2915 "base64 0.22.1",
2916 "serde",
2917]
2918
2919[[package]]
2920name = "pem-rfc7468"
2921version = "0.7.0"
2922source = "registry+https://github.com/rust-lang/crates.io-index"
2923checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
2924dependencies = [
2925 "base64ct",
2926]
2927
2928[[package]]
2929name = "percent-encoding"
2930version = "2.3.1"
2931source = "registry+https://github.com/rust-lang/crates.io-index"
2932checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2933
2934[[package]]
2935name = "petgraph"
2936version = "0.7.1"
2937source = "registry+https://github.com/rust-lang/crates.io-index"
2938checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772"
2939dependencies = [
2940 "fixedbitset",
2941 "indexmap 2.7.1",
2942]
2943
2944[[package]]
2945name = "phf"
2946version = "0.11.3"
2947source = "registry+https://github.com/rust-lang/crates.io-index"
2948checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
2949dependencies = [
2950 "phf_shared",
2951]
2952
2953[[package]]
2954name = "phf_shared"
2955version = "0.11.3"
2956source = "registry+https://github.com/rust-lang/crates.io-index"
2957checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
2958dependencies = [
2959 "siphasher",
2960]
2961
2962[[package]]
2963name = "pin-project"
2964version = "1.1.10"
2965source = "registry+https://github.com/rust-lang/crates.io-index"
2966checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
2967dependencies = [
2968 "pin-project-internal",
2969]
2970
2971[[package]]
2972name = "pin-project-internal"
2973version = "1.1.10"
2974source = "registry+https://github.com/rust-lang/crates.io-index"
2975checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
2976dependencies = [
2977 "proc-macro2",
2978 "quote",
2979 "syn",
2980]
2981
2982[[package]]
2983name = "pin-project-lite"
2984version = "0.2.16"
2985source = "registry+https://github.com/rust-lang/crates.io-index"
2986checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2987
2988[[package]]
2989name = "pin-utils"
2990version = "0.1.0"
2991source = "registry+https://github.com/rust-lang/crates.io-index"
2992checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2993
2994[[package]]
2995name = "piper"
2996version = "0.2.4"
2997source = "registry+https://github.com/rust-lang/crates.io-index"
2998checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
2999dependencies = [
3000 "atomic-waker",
3001 "fastrand",
3002 "futures-io",
3003]
3004
3005[[package]]
3006name = "pkcs1"
3007version = "0.7.5"
3008source = "registry+https://github.com/rust-lang/crates.io-index"
3009checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
3010dependencies = [
3011 "der",
3012 "pkcs8",
3013 "spki",
3014]
3015
3016[[package]]
3017name = "pkcs8"
3018version = "0.10.2"
3019source = "registry+https://github.com/rust-lang/crates.io-index"
3020checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
3021dependencies = [
3022 "der",
3023 "spki",
3024]
3025
3026[[package]]
3027name = "pkg-config"
3028version = "0.3.31"
3029source = "registry+https://github.com/rust-lang/crates.io-index"
3030checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
3031
3032[[package]]
3033name = "polling"
3034version = "3.7.4"
3035source = "registry+https://github.com/rust-lang/crates.io-index"
3036checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
3037dependencies = [
3038 "cfg-if",
3039 "concurrent-queue",
3040 "hermit-abi 0.4.0",
3041 "pin-project-lite",
3042 "rustix",
3043 "tracing",
3044 "windows-sys 0.59.0",
3045]
3046
3047[[package]]
3048name = "portable-atomic"
3049version = "1.11.0"
3050source = "registry+https://github.com/rust-lang/crates.io-index"
3051checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
3052
3053[[package]]
3054name = "postgres-protocol"
3055version = "0.6.8"
3056source = "registry+https://github.com/rust-lang/crates.io-index"
3057checksum = "76ff0abab4a9b844b93ef7b81f1efc0a366062aaef2cd702c76256b5dc075c54"
3058dependencies = [
3059 "base64 0.22.1",
3060 "byteorder",
3061 "bytes",
3062 "fallible-iterator",
3063 "hmac",
3064 "md-5",
3065 "memchr",
3066 "rand 0.9.1",
3067 "sha2",
3068 "stringprep",
3069]
3070
3071[[package]]
3072name = "postgres-types"
3073version = "0.2.9"
3074source = "registry+https://github.com/rust-lang/crates.io-index"
3075checksum = "613283563cd90e1dfc3518d548caee47e0e725455ed619881f5cf21f36de4b48"
3076dependencies = [
3077 "bytes",
3078 "chrono",
3079 "fallible-iterator",
3080 "postgres-protocol",
3081 "serde",
3082 "serde_json",
3083]
3084
3085[[package]]
3086name = "powerfmt"
3087version = "0.2.0"
3088source = "registry+https://github.com/rust-lang/crates.io-index"
3089checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
3090
3091[[package]]
3092name = "ppv-lite86"
3093version = "0.2.20"
3094source = "registry+https://github.com/rust-lang/crates.io-index"
3095checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
3096dependencies = [
3097 "zerocopy",
3098]
3099
3100[[package]]
3101name = "prettyplease"
3102version = "0.2.30"
3103source = "registry+https://github.com/rust-lang/crates.io-index"
3104checksum = "f1ccf34da56fc294e7d4ccf69a85992b7dfb826b7cf57bac6a70bba3494cc08a"
3105dependencies = [
3106 "proc-macro2",
3107 "syn",
3108]
3109
3110[[package]]
3111name = "primeorder"
3112version = "0.13.6"
3113source = "registry+https://github.com/rust-lang/crates.io-index"
3114checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
3115dependencies = [
3116 "elliptic-curve",
3117]
3118
3119[[package]]
3120name = "proc-macro2"
3121version = "1.0.93"
3122source = "registry+https://github.com/rust-lang/crates.io-index"
3123checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
3124dependencies = [
3125 "unicode-ident",
3126]
3127
3128[[package]]
3129name = "proc-macro2-diagnostics"
3130version = "0.10.1"
3131source = "registry+https://github.com/rust-lang/crates.io-index"
3132checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
3133dependencies = [
3134 "proc-macro2",
3135 "quote",
3136 "syn",
3137 "version_check",
3138 "yansi",
3139]
3140
3141[[package]]
3142name = "prost"
3143version = "0.13.5"
3144source = "registry+https://github.com/rust-lang/crates.io-index"
3145checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
3146dependencies = [
3147 "bytes",
3148 "prost-derive",
3149]
3150
3151[[package]]
3152name = "prost-build"
3153version = "0.13.5"
3154source = "registry+https://github.com/rust-lang/crates.io-index"
3155checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf"
3156dependencies = [
3157 "heck",
3158 "itertools 0.14.0",
3159 "log",
3160 "multimap",
3161 "once_cell",
3162 "petgraph",
3163 "prettyplease",
3164 "prost",
3165 "prost-types",
3166 "regex",
3167 "syn",
3168 "tempfile",
3169]
3170
3171[[package]]
3172name = "prost-derive"
3173version = "0.13.5"
3174source = "registry+https://github.com/rust-lang/crates.io-index"
3175checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
3176dependencies = [
3177 "anyhow",
3178 "itertools 0.14.0",
3179 "proc-macro2",
3180 "quote",
3181 "syn",
3182]
3183
3184[[package]]
3185name = "prost-types"
3186version = "0.13.5"
3187source = "registry+https://github.com/rust-lang/crates.io-index"
3188checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16"
3189dependencies = [
3190 "prost",
3191]
3192
3193[[package]]
3194name = "quanta"
3195version = "0.12.5"
3196source = "registry+https://github.com/rust-lang/crates.io-index"
3197checksum = "3bd1fe6824cea6538803de3ff1bc0cf3949024db3d43c9643024bfb33a807c0e"
3198dependencies = [
3199 "crossbeam-utils",
3200 "libc",
3201 "once_cell",
3202 "raw-cpuid",
3203 "wasi 0.11.0+wasi-snapshot-preview1",
3204 "web-sys",
3205 "winapi",
3206]
3207
3208[[package]]
3209name = "quick-error"
3210version = "1.2.3"
3211source = "registry+https://github.com/rust-lang/crates.io-index"
3212checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
3213
3214[[package]]
3215name = "quote"
3216version = "1.0.38"
3217source = "registry+https://github.com/rust-lang/crates.io-index"
3218checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
3219dependencies = [
3220 "proc-macro2",
3221]
3222
3223[[package]]
3224name = "r-efi"
3225version = "5.2.0"
3226source = "registry+https://github.com/rust-lang/crates.io-index"
3227checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
3228
3229[[package]]
3230name = "rand"
3231version = "0.8.5"
3232source = "registry+https://github.com/rust-lang/crates.io-index"
3233checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
3234dependencies = [
3235 "libc",
3236 "rand_chacha 0.3.1",
3237 "rand_core 0.6.4",
3238]
3239
3240[[package]]
3241name = "rand"
3242version = "0.9.1"
3243source = "registry+https://github.com/rust-lang/crates.io-index"
3244checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
3245dependencies = [
3246 "rand_chacha 0.9.0",
3247 "rand_core 0.9.3",
3248]
3249
3250[[package]]
3251name = "rand_chacha"
3252version = "0.3.1"
3253source = "registry+https://github.com/rust-lang/crates.io-index"
3254checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
3255dependencies = [
3256 "ppv-lite86",
3257 "rand_core 0.6.4",
3258]
3259
3260[[package]]
3261name = "rand_chacha"
3262version = "0.9.0"
3263source = "registry+https://github.com/rust-lang/crates.io-index"
3264checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
3265dependencies = [
3266 "ppv-lite86",
3267 "rand_core 0.9.3",
3268]
3269
3270[[package]]
3271name = "rand_core"
3272version = "0.6.4"
3273source = "registry+https://github.com/rust-lang/crates.io-index"
3274checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
3275dependencies = [
3276 "getrandom 0.2.15",
3277]
3278
3279[[package]]
3280name = "rand_core"
3281version = "0.9.3"
3282source = "registry+https://github.com/rust-lang/crates.io-index"
3283checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
3284dependencies = [
3285 "getrandom 0.3.3",
3286]
3287
3288[[package]]
3289name = "rand_xoshiro"
3290version = "0.7.0"
3291source = "registry+https://github.com/rust-lang/crates.io-index"
3292checksum = "f703f4665700daf5512dcca5f43afa6af89f09db47fb56be587f80636bda2d41"
3293dependencies = [
3294 "rand_core 0.9.3",
3295]
3296
3297[[package]]
3298name = "raw-cpuid"
3299version = "11.5.0"
3300source = "registry+https://github.com/rust-lang/crates.io-index"
3301checksum = "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146"
3302dependencies = [
3303 "bitflags 2.8.0",
3304]
3305
3306[[package]]
3307name = "redis"
3308version = "0.32.4"
3309source = "registry+https://github.com/rust-lang/crates.io-index"
3310checksum = "e1f66bf4cac9733a23bcdf1e0e01effbaaad208567beba68be8f67e5f4af3ee1"
3311dependencies = [
3312 "bytes",
3313 "cfg-if",
3314 "combine",
3315 "futures-util",
3316 "itoa",
3317 "native-tls",
3318 "num-bigint",
3319 "percent-encoding",
3320 "pin-project-lite",
3321 "ryu",
3322 "sha1_smol",
3323 "socket2 0.6.0",
3324 "tokio",
3325 "tokio-native-tls",
3326 "tokio-util",
3327 "url",
3328]
3329
3330[[package]]
3331name = "redox_syscall"
3332version = "0.2.16"
3333source = "registry+https://github.com/rust-lang/crates.io-index"
3334checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
3335dependencies = [
3336 "bitflags 1.3.2",
3337]
3338
3339[[package]]
3340name = "redox_syscall"
3341version = "0.5.8"
3342source = "registry+https://github.com/rust-lang/crates.io-index"
3343checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
3344dependencies = [
3345 "bitflags 2.8.0",
3346]
3347
3348[[package]]
3349name = "ref-cast"
3350version = "1.0.24"
3351source = "registry+https://github.com/rust-lang/crates.io-index"
3352checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
3353dependencies = [
3354 "ref-cast-impl",
3355]
3356
3357[[package]]
3358name = "ref-cast-impl"
3359version = "1.0.24"
3360source = "registry+https://github.com/rust-lang/crates.io-index"
3361checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
3362dependencies = [
3363 "proc-macro2",
3364 "quote",
3365 "syn",
3366]
3367
3368[[package]]
3369name = "regex"
3370version = "1.11.1"
3371source = "registry+https://github.com/rust-lang/crates.io-index"
3372checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
3373dependencies = [
3374 "aho-corasick",
3375 "memchr",
3376 "regex-automata",
3377 "regex-syntax",
3378]
3379
3380[[package]]
3381name = "regex-automata"
3382version = "0.4.9"
3383source = "registry+https://github.com/rust-lang/crates.io-index"
3384checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
3385dependencies = [
3386 "aho-corasick",
3387 "memchr",
3388 "regex-syntax",
3389]
3390
3391[[package]]
3392name = "regex-syntax"
3393version = "0.8.5"
3394source = "registry+https://github.com/rust-lang/crates.io-index"
3395checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
3396
3397[[package]]
3398name = "reqwest"
3399version = "0.12.12"
3400source = "registry+https://github.com/rust-lang/crates.io-index"
3401checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da"
3402dependencies = [
3403 "async-compression",
3404 "base64 0.22.1",
3405 "bytes",
3406 "encoding_rs",
3407 "futures-core",
3408 "futures-util",
3409 "h2",
3410 "http",
3411 "http-body",
3412 "http-body-util",
3413 "hyper",
3414 "hyper-rustls",
3415 "hyper-tls",
3416 "hyper-util",
3417 "ipnet",
3418 "js-sys",
3419 "log",
3420 "mime",
3421 "native-tls",
3422 "once_cell",
3423 "percent-encoding",
3424 "pin-project-lite",
3425 "rustls-pemfile",
3426 "serde",
3427 "serde_json",
3428 "serde_urlencoded",
3429 "sync_wrapper",
3430 "system-configuration",
3431 "tokio",
3432 "tokio-native-tls",
3433 "tokio-util",
3434 "tower",
3435 "tower-service",
3436 "url",
3437 "wasm-bindgen",
3438 "wasm-bindgen-futures",
3439 "wasm-streams",
3440 "web-sys",
3441 "windows-registry",
3442]
3443
3444[[package]]
3445name = "resolv-conf"
3446version = "0.7.0"
3447source = "registry+https://github.com/rust-lang/crates.io-index"
3448checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
3449dependencies = [
3450 "hostname",
3451 "quick-error",
3452]
3453
3454[[package]]
3455name = "rfc6979"
3456version = "0.4.0"
3457source = "registry+https://github.com/rust-lang/crates.io-index"
3458checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
3459dependencies = [
3460 "hmac",
3461 "subtle",
3462]
3463
3464[[package]]
3465name = "ring"
3466version = "0.17.8"
3467source = "registry+https://github.com/rust-lang/crates.io-index"
3468checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
3469dependencies = [
3470 "cc",
3471 "cfg-if",
3472 "getrandom 0.2.15",
3473 "libc",
3474 "spin",
3475 "untrusted",
3476 "windows-sys 0.52.0",
3477]
3478
3479[[package]]
3480name = "rocksdb"
3481version = "0.23.0"
3482source = "registry+https://github.com/rust-lang/crates.io-index"
3483checksum = "26ec73b20525cb235bad420f911473b69f9fe27cc856c5461bccd7e4af037f43"
3484dependencies = [
3485 "libc",
3486 "librocksdb-sys",
3487]
3488
3489[[package]]
3490name = "rsa"
3491version = "0.9.8"
3492source = "registry+https://github.com/rust-lang/crates.io-index"
3493checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
3494dependencies = [
3495 "const-oid",
3496 "digest",
3497 "num-bigint-dig",
3498 "num-integer",
3499 "num-traits",
3500 "pkcs1",
3501 "pkcs8",
3502 "rand_core 0.6.4",
3503 "signature",
3504 "spki",
3505 "subtle",
3506 "zeroize",
3507]
3508
3509[[package]]
3510name = "rustc-demangle"
3511version = "0.1.24"
3512source = "registry+https://github.com/rust-lang/crates.io-index"
3513checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
3514
3515[[package]]
3516name = "rustc-hash"
3517version = "1.1.0"
3518source = "registry+https://github.com/rust-lang/crates.io-index"
3519checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
3520
3521[[package]]
3522name = "rustc_version"
3523version = "0.4.1"
3524source = "registry+https://github.com/rust-lang/crates.io-index"
3525checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
3526dependencies = [
3527 "semver",
3528]
3529
3530[[package]]
3531name = "rustix"
3532version = "0.38.44"
3533source = "registry+https://github.com/rust-lang/crates.io-index"
3534checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
3535dependencies = [
3536 "bitflags 2.8.0",
3537 "errno",
3538 "libc",
3539 "linux-raw-sys",
3540 "windows-sys 0.59.0",
3541]
3542
3543[[package]]
3544name = "rustls"
3545version = "0.23.22"
3546source = "registry+https://github.com/rust-lang/crates.io-index"
3547checksum = "9fb9263ab4eb695e42321db096e3b8fbd715a59b154d5c88d82db2175b681ba7"
3548dependencies = [
3549 "aws-lc-rs",
3550 "once_cell",
3551 "rustls-pki-types",
3552 "rustls-webpki",
3553 "subtle",
3554 "zeroize",
3555]
3556
3557[[package]]
3558name = "rustls-native-certs"
3559version = "0.8.1"
3560source = "registry+https://github.com/rust-lang/crates.io-index"
3561checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
3562dependencies = [
3563 "openssl-probe",
3564 "rustls-pki-types",
3565 "schannel",
3566 "security-framework 3.2.0",
3567]
3568
3569[[package]]
3570name = "rustls-pemfile"
3571version = "2.2.0"
3572source = "registry+https://github.com/rust-lang/crates.io-index"
3573checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
3574dependencies = [
3575 "rustls-pki-types",
3576]
3577
3578[[package]]
3579name = "rustls-pki-types"
3580version = "1.11.0"
3581source = "registry+https://github.com/rust-lang/crates.io-index"
3582checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
3583
3584[[package]]
3585name = "rustls-webpki"
3586version = "0.102.8"
3587source = "registry+https://github.com/rust-lang/crates.io-index"
3588checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
3589dependencies = [
3590 "aws-lc-rs",
3591 "ring",
3592 "rustls-pki-types",
3593 "untrusted",
3594]
3595
3596[[package]]
3597name = "rustversion"
3598version = "1.0.19"
3599source = "registry+https://github.com/rust-lang/crates.io-index"
3600checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
3601
3602[[package]]
3603name = "ryu"
3604version = "1.0.18"
3605source = "registry+https://github.com/rust-lang/crates.io-index"
3606checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
3607
3608[[package]]
3609name = "same-file"
3610version = "1.0.6"
3611source = "registry+https://github.com/rust-lang/crates.io-index"
3612checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
3613dependencies = [
3614 "winapi-util",
3615]
3616
3617[[package]]
3618name = "schannel"
3619version = "0.1.27"
3620source = "registry+https://github.com/rust-lang/crates.io-index"
3621checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
3622dependencies = [
3623 "windows-sys 0.59.0",
3624]
3625
3626[[package]]
3627name = "schemars"
3628version = "0.9.0"
3629source = "registry+https://github.com/rust-lang/crates.io-index"
3630checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
3631dependencies = [
3632 "dyn-clone",
3633 "ref-cast",
3634 "serde",
3635 "serde_json",
3636]
3637
3638[[package]]
3639name = "schemars"
3640version = "1.0.4"
3641source = "registry+https://github.com/rust-lang/crates.io-index"
3642checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
3643dependencies = [
3644 "dyn-clone",
3645 "ref-cast",
3646 "serde",
3647 "serde_json",
3648]
3649
3650[[package]]
3651name = "scoped-futures"
3652version = "0.1.4"
3653source = "registry+https://github.com/rust-lang/crates.io-index"
3654checksum = "1b24aae2d0636530f359e9d5ef0c04669d11c5e756699b27a6a6d845d8329091"
3655dependencies = [
3656 "pin-project-lite",
3657]
3658
3659[[package]]
3660name = "scopeguard"
3661version = "1.2.0"
3662source = "registry+https://github.com/rust-lang/crates.io-index"
3663checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
3664
3665[[package]]
3666name = "sec1"
3667version = "0.7.3"
3668source = "registry+https://github.com/rust-lang/crates.io-index"
3669checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
3670dependencies = [
3671 "base16ct",
3672 "der",
3673 "generic-array",
3674 "pkcs8",
3675 "subtle",
3676 "zeroize",
3677]
3678
3679[[package]]
3680name = "security-framework"
3681version = "2.11.1"
3682source = "registry+https://github.com/rust-lang/crates.io-index"
3683checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
3684dependencies = [
3685 "bitflags 2.8.0",
3686 "core-foundation 0.9.4",
3687 "core-foundation-sys",
3688 "libc",
3689 "security-framework-sys",
3690]
3691
3692[[package]]
3693name = "security-framework"
3694version = "3.2.0"
3695source = "registry+https://github.com/rust-lang/crates.io-index"
3696checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
3697dependencies = [
3698 "bitflags 2.8.0",
3699 "core-foundation 0.10.0",
3700 "core-foundation-sys",
3701 "libc",
3702 "security-framework-sys",
3703]
3704
3705[[package]]
3706name = "security-framework-sys"
3707version = "2.14.0"
3708source = "registry+https://github.com/rust-lang/crates.io-index"
3709checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
3710dependencies = [
3711 "core-foundation-sys",
3712 "libc",
3713]
3714
3715[[package]]
3716name = "semver"
3717version = "1.0.26"
3718source = "registry+https://github.com/rust-lang/crates.io-index"
3719checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
3720
3721[[package]]
3722name = "serde"
3723version = "1.0.219"
3724source = "registry+https://github.com/rust-lang/crates.io-index"
3725checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
3726dependencies = [
3727 "serde_derive",
3728]
3729
3730[[package]]
3731name = "serde_bytes"
3732version = "0.11.15"
3733source = "registry+https://github.com/rust-lang/crates.io-index"
3734checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a"
3735dependencies = [
3736 "serde",
3737]
3738
3739[[package]]
3740name = "serde_derive"
3741version = "1.0.219"
3742source = "registry+https://github.com/rust-lang/crates.io-index"
3743checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
3744dependencies = [
3745 "proc-macro2",
3746 "quote",
3747 "syn",
3748]
3749
3750[[package]]
3751name = "serde_html_form"
3752version = "0.2.7"
3753source = "registry+https://github.com/rust-lang/crates.io-index"
3754checksum = "9d2de91cf02bbc07cde38891769ccd5d4f073d22a40683aa4bc7a95781aaa2c4"
3755dependencies = [
3756 "form_urlencoded",
3757 "indexmap 2.7.1",
3758 "itoa",
3759 "ryu",
3760 "serde",
3761]
3762
3763[[package]]
3764name = "serde_ipld_dagcbor"
3765version = "0.6.1"
3766source = "registry+https://github.com/rust-lang/crates.io-index"
3767checksum = "ded35fbe4ab8fdec1f1d14b4daff2206b1eada4d6e708cb451d464d2d965f493"
3768dependencies = [
3769 "cbor4ii",
3770 "ipld-core",
3771 "scopeguard",
3772 "serde",
3773]
3774
3775[[package]]
3776name = "serde_json"
3777version = "1.0.141"
3778source = "registry+https://github.com/rust-lang/crates.io-index"
3779checksum = "30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3"
3780dependencies = [
3781 "itoa",
3782 "memchr",
3783 "ryu",
3784 "serde",
3785]
3786
3787[[package]]
3788name = "serde_path_to_error"
3789version = "0.1.16"
3790source = "registry+https://github.com/rust-lang/crates.io-index"
3791checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
3792dependencies = [
3793 "itoa",
3794 "serde",
3795]
3796
3797[[package]]
3798name = "serde_spanned"
3799version = "0.6.8"
3800source = "registry+https://github.com/rust-lang/crates.io-index"
3801checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
3802dependencies = [
3803 "serde",
3804]
3805
3806[[package]]
3807name = "serde_spanned"
3808version = "1.0.0"
3809source = "registry+https://github.com/rust-lang/crates.io-index"
3810checksum = "40734c41988f7306bb04f0ecf60ec0f3f1caa34290e4e8ea471dcd3346483b83"
3811dependencies = [
3812 "serde",
3813]
3814
3815[[package]]
3816name = "serde_urlencoded"
3817version = "0.7.1"
3818source = "registry+https://github.com/rust-lang/crates.io-index"
3819checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
3820dependencies = [
3821 "form_urlencoded",
3822 "itoa",
3823 "ryu",
3824 "serde",
3825]
3826
3827[[package]]
3828name = "serde_with"
3829version = "3.14.0"
3830source = "registry+https://github.com/rust-lang/crates.io-index"
3831checksum = "f2c45cd61fefa9db6f254525d46e392b852e0e61d9a1fd36e5bd183450a556d5"
3832dependencies = [
3833 "base64 0.22.1",
3834 "chrono",
3835 "hex",
3836 "indexmap 1.9.3",
3837 "indexmap 2.7.1",
3838 "schemars 0.9.0",
3839 "schemars 1.0.4",
3840 "serde",
3841 "serde_derive",
3842 "serde_json",
3843 "serde_with_macros",
3844 "time",
3845]
3846
3847[[package]]
3848name = "serde_with_macros"
3849version = "3.14.0"
3850source = "registry+https://github.com/rust-lang/crates.io-index"
3851checksum = "de90945e6565ce0d9a25098082ed4ee4002e047cb59892c318d66821e14bb30f"
3852dependencies = [
3853 "darling",
3854 "proc-macro2",
3855 "quote",
3856 "syn",
3857]
3858
3859[[package]]
3860name = "sha1"
3861version = "0.10.6"
3862source = "registry+https://github.com/rust-lang/crates.io-index"
3863checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
3864dependencies = [
3865 "cfg-if",
3866 "cpufeatures",
3867 "digest",
3868]
3869
3870[[package]]
3871name = "sha1_smol"
3872version = "1.0.1"
3873source = "registry+https://github.com/rust-lang/crates.io-index"
3874checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
3875
3876[[package]]
3877name = "sha2"
3878version = "0.10.8"
3879source = "registry+https://github.com/rust-lang/crates.io-index"
3880checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
3881dependencies = [
3882 "cfg-if",
3883 "cpufeatures",
3884 "digest",
3885]
3886
3887[[package]]
3888name = "sharded-slab"
3889version = "0.1.7"
3890source = "registry+https://github.com/rust-lang/crates.io-index"
3891checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
3892dependencies = [
3893 "lazy_static",
3894]
3895
3896[[package]]
3897name = "shlex"
3898version = "1.3.0"
3899source = "registry+https://github.com/rust-lang/crates.io-index"
3900checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
3901
3902[[package]]
3903name = "signal-hook-registry"
3904version = "1.4.2"
3905source = "registry+https://github.com/rust-lang/crates.io-index"
3906checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
3907dependencies = [
3908 "libc",
3909]
3910
3911[[package]]
3912name = "signature"
3913version = "2.2.0"
3914source = "registry+https://github.com/rust-lang/crates.io-index"
3915checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
3916dependencies = [
3917 "digest",
3918 "rand_core 0.6.4",
3919]
3920
3921[[package]]
3922name = "simple_asn1"
3923version = "0.6.3"
3924source = "registry+https://github.com/rust-lang/crates.io-index"
3925checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
3926dependencies = [
3927 "num-bigint",
3928 "num-traits",
3929 "thiserror 2.0.12",
3930 "time",
3931]
3932
3933[[package]]
3934name = "siphasher"
3935version = "1.0.1"
3936source = "registry+https://github.com/rust-lang/crates.io-index"
3937checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
3938
3939[[package]]
3940name = "sketches-ddsketch"
3941version = "0.3.0"
3942source = "registry+https://github.com/rust-lang/crates.io-index"
3943checksum = "c1e9a774a6c28142ac54bb25d25562e6bcf957493a184f15ad4eebccb23e410a"
3944
3945[[package]]
3946name = "slab"
3947version = "0.4.9"
3948source = "registry+https://github.com/rust-lang/crates.io-index"
3949checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
3950dependencies = [
3951 "autocfg",
3952]
3953
3954[[package]]
3955name = "sled"
3956version = "0.34.7"
3957source = "registry+https://github.com/rust-lang/crates.io-index"
3958checksum = "7f96b4737c2ce5987354855aed3797279def4ebf734436c6aa4552cf8e169935"
3959dependencies = [
3960 "crc32fast",
3961 "crossbeam-epoch",
3962 "crossbeam-utils",
3963 "fs2",
3964 "fxhash",
3965 "libc",
3966 "log",
3967 "parking_lot 0.11.2",
3968]
3969
3970[[package]]
3971name = "smallvec"
3972version = "1.13.2"
3973source = "registry+https://github.com/rust-lang/crates.io-index"
3974checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
3975
3976[[package]]
3977name = "socket2"
3978version = "0.5.8"
3979source = "registry+https://github.com/rust-lang/crates.io-index"
3980checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
3981dependencies = [
3982 "libc",
3983 "windows-sys 0.52.0",
3984]
3985
3986[[package]]
3987name = "socket2"
3988version = "0.6.0"
3989source = "registry+https://github.com/rust-lang/crates.io-index"
3990checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
3991dependencies = [
3992 "libc",
3993 "windows-sys 0.59.0",
3994]
3995
3996[[package]]
3997name = "spin"
3998version = "0.9.8"
3999source = "registry+https://github.com/rust-lang/crates.io-index"
4000checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
4001dependencies = [
4002 "lock_api",
4003]
4004
4005[[package]]
4006name = "spki"
4007version = "0.7.3"
4008source = "registry+https://github.com/rust-lang/crates.io-index"
4009checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
4010dependencies = [
4011 "base64ct",
4012 "der",
4013]
4014
4015[[package]]
4016name = "stable_deref_trait"
4017version = "1.2.0"
4018source = "registry+https://github.com/rust-lang/crates.io-index"
4019checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
4020
4021[[package]]
4022name = "stringprep"
4023version = "0.1.5"
4024source = "registry+https://github.com/rust-lang/crates.io-index"
4025checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
4026dependencies = [
4027 "unicode-bidi",
4028 "unicode-normalization",
4029 "unicode-properties",
4030]
4031
4032[[package]]
4033name = "strsim"
4034version = "0.11.1"
4035source = "registry+https://github.com/rust-lang/crates.io-index"
4036checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
4037
4038[[package]]
4039name = "subtle"
4040version = "2.6.1"
4041source = "registry+https://github.com/rust-lang/crates.io-index"
4042checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
4043
4044[[package]]
4045name = "syn"
4046version = "2.0.96"
4047source = "registry+https://github.com/rust-lang/crates.io-index"
4048checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80"
4049dependencies = [
4050 "proc-macro2",
4051 "quote",
4052 "unicode-ident",
4053]
4054
4055[[package]]
4056name = "sync_wrapper"
4057version = "1.0.2"
4058source = "registry+https://github.com/rust-lang/crates.io-index"
4059checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
4060dependencies = [
4061 "futures-core",
4062]
4063
4064[[package]]
4065name = "synstructure"
4066version = "0.13.1"
4067source = "registry+https://github.com/rust-lang/crates.io-index"
4068checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
4069dependencies = [
4070 "proc-macro2",
4071 "quote",
4072 "syn",
4073]
4074
4075[[package]]
4076name = "system-configuration"
4077version = "0.6.1"
4078source = "registry+https://github.com/rust-lang/crates.io-index"
4079checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
4080dependencies = [
4081 "bitflags 2.8.0",
4082 "core-foundation 0.9.4",
4083 "system-configuration-sys",
4084]
4085
4086[[package]]
4087name = "system-configuration-sys"
4088version = "0.6.0"
4089source = "registry+https://github.com/rust-lang/crates.io-index"
4090checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
4091dependencies = [
4092 "core-foundation-sys",
4093 "libc",
4094]
4095
4096[[package]]
4097name = "tempfile"
4098version = "3.15.0"
4099source = "registry+https://github.com/rust-lang/crates.io-index"
4100checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
4101dependencies = [
4102 "cfg-if",
4103 "fastrand",
4104 "getrandom 0.2.15",
4105 "once_cell",
4106 "rustix",
4107 "windows-sys 0.59.0",
4108]
4109
4110[[package]]
4111name = "thiserror"
4112version = "1.0.69"
4113source = "registry+https://github.com/rust-lang/crates.io-index"
4114checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
4115dependencies = [
4116 "thiserror-impl 1.0.69",
4117]
4118
4119[[package]]
4120name = "thiserror"
4121version = "2.0.12"
4122source = "registry+https://github.com/rust-lang/crates.io-index"
4123checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
4124dependencies = [
4125 "thiserror-impl 2.0.12",
4126]
4127
4128[[package]]
4129name = "thiserror-impl"
4130version = "1.0.69"
4131source = "registry+https://github.com/rust-lang/crates.io-index"
4132checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
4133dependencies = [
4134 "proc-macro2",
4135 "quote",
4136 "syn",
4137]
4138
4139[[package]]
4140name = "thiserror-impl"
4141version = "2.0.12"
4142source = "registry+https://github.com/rust-lang/crates.io-index"
4143checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
4144dependencies = [
4145 "proc-macro2",
4146 "quote",
4147 "syn",
4148]
4149
4150[[package]]
4151name = "thread_local"
4152version = "1.1.8"
4153source = "registry+https://github.com/rust-lang/crates.io-index"
4154checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
4155dependencies = [
4156 "cfg-if",
4157 "once_cell",
4158]
4159
4160[[package]]
4161name = "time"
4162version = "0.3.41"
4163source = "registry+https://github.com/rust-lang/crates.io-index"
4164checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
4165dependencies = [
4166 "deranged",
4167 "itoa",
4168 "num-conv",
4169 "powerfmt",
4170 "serde",
4171 "time-core",
4172 "time-macros",
4173]
4174
4175[[package]]
4176name = "time-core"
4177version = "0.1.4"
4178source = "registry+https://github.com/rust-lang/crates.io-index"
4179checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
4180
4181[[package]]
4182name = "time-macros"
4183version = "0.2.22"
4184source = "registry+https://github.com/rust-lang/crates.io-index"
4185checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
4186dependencies = [
4187 "num-conv",
4188 "time-core",
4189]
4190
4191[[package]]
4192name = "tinystr"
4193version = "0.7.6"
4194source = "registry+https://github.com/rust-lang/crates.io-index"
4195checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
4196dependencies = [
4197 "displaydoc",
4198 "zerovec",
4199]
4200
4201[[package]]
4202name = "tinyvec"
4203version = "1.8.1"
4204source = "registry+https://github.com/rust-lang/crates.io-index"
4205checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8"
4206dependencies = [
4207 "tinyvec_macros",
4208]
4209
4210[[package]]
4211name = "tinyvec_macros"
4212version = "0.1.1"
4213source = "registry+https://github.com/rust-lang/crates.io-index"
4214checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
4215
4216[[package]]
4217name = "tokio"
4218version = "1.46.1"
4219source = "registry+https://github.com/rust-lang/crates.io-index"
4220checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17"
4221dependencies = [
4222 "backtrace",
4223 "bytes",
4224 "io-uring",
4225 "libc",
4226 "mio",
4227 "parking_lot 0.12.3",
4228 "pin-project-lite",
4229 "signal-hook-registry",
4230 "slab",
4231 "socket2 0.5.8",
4232 "tokio-macros",
4233 "windows-sys 0.52.0",
4234]
4235
4236[[package]]
4237name = "tokio-macros"
4238version = "2.5.0"
4239source = "registry+https://github.com/rust-lang/crates.io-index"
4240checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
4241dependencies = [
4242 "proc-macro2",
4243 "quote",
4244 "syn",
4245]
4246
4247[[package]]
4248name = "tokio-native-tls"
4249version = "0.3.1"
4250source = "registry+https://github.com/rust-lang/crates.io-index"
4251checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
4252dependencies = [
4253 "native-tls",
4254 "tokio",
4255]
4256
4257[[package]]
4258name = "tokio-postgres"
4259version = "0.7.12"
4260source = "registry+https://github.com/rust-lang/crates.io-index"
4261checksum = "3b5d3742945bc7d7f210693b0c58ae542c6fd47b17adbbda0885f3dcb34a6bdb"
4262dependencies = [
4263 "async-trait",
4264 "byteorder",
4265 "bytes",
4266 "fallible-iterator",
4267 "futures-channel",
4268 "futures-util",
4269 "log",
4270 "parking_lot 0.12.3",
4271 "percent-encoding",
4272 "phf",
4273 "pin-project-lite",
4274 "postgres-protocol",
4275 "postgres-types",
4276 "rand 0.8.5",
4277 "socket2 0.5.8",
4278 "tokio",
4279 "tokio-util",
4280 "whoami",
4281]
4282
4283[[package]]
4284name = "tokio-rustls"
4285version = "0.26.1"
4286source = "registry+https://github.com/rust-lang/crates.io-index"
4287checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
4288dependencies = [
4289 "rustls",
4290 "tokio",
4291]
4292
4293[[package]]
4294name = "tokio-stream"
4295version = "0.1.17"
4296source = "registry+https://github.com/rust-lang/crates.io-index"
4297checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
4298dependencies = [
4299 "futures-core",
4300 "pin-project-lite",
4301 "tokio",
4302 "tokio-util",
4303]
4304
4305[[package]]
4306name = "tokio-tungstenite"
4307version = "0.26.2"
4308source = "registry+https://github.com/rust-lang/crates.io-index"
4309checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
4310dependencies = [
4311 "futures-util",
4312 "log",
4313 "native-tls",
4314 "tokio",
4315 "tokio-native-tls",
4316 "tungstenite",
4317]
4318
4319[[package]]
4320name = "tokio-util"
4321version = "0.7.15"
4322source = "registry+https://github.com/rust-lang/crates.io-index"
4323checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
4324dependencies = [
4325 "bytes",
4326 "futures-core",
4327 "futures-sink",
4328 "futures-util",
4329 "hashbrown 0.15.2",
4330 "pin-project-lite",
4331 "tokio",
4332]
4333
4334[[package]]
4335name = "toml"
4336version = "0.8.19"
4337source = "registry+https://github.com/rust-lang/crates.io-index"
4338checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
4339dependencies = [
4340 "serde",
4341 "serde_spanned 0.6.8",
4342 "toml_datetime 0.6.8",
4343 "toml_edit",
4344]
4345
4346[[package]]
4347name = "toml"
4348version = "0.9.2"
4349source = "registry+https://github.com/rust-lang/crates.io-index"
4350checksum = "ed0aee96c12fa71097902e0bb061a5e1ebd766a6636bb605ba401c45c1650eac"
4351dependencies = [
4352 "indexmap 2.7.1",
4353 "serde",
4354 "serde_spanned 1.0.0",
4355 "toml_datetime 0.7.0",
4356 "toml_parser",
4357 "toml_writer",
4358 "winnow 0.7.12",
4359]
4360
4361[[package]]
4362name = "toml_datetime"
4363version = "0.6.8"
4364source = "registry+https://github.com/rust-lang/crates.io-index"
4365checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
4366dependencies = [
4367 "serde",
4368]
4369
4370[[package]]
4371name = "toml_datetime"
4372version = "0.7.0"
4373source = "registry+https://github.com/rust-lang/crates.io-index"
4374checksum = "bade1c3e902f58d73d3f294cd7f20391c1cb2fbcb643b73566bc773971df91e3"
4375dependencies = [
4376 "serde",
4377]
4378
4379[[package]]
4380name = "toml_edit"
4381version = "0.22.22"
4382source = "registry+https://github.com/rust-lang/crates.io-index"
4383checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
4384dependencies = [
4385 "indexmap 2.7.1",
4386 "serde",
4387 "serde_spanned 0.6.8",
4388 "toml_datetime 0.6.8",
4389 "winnow 0.6.24",
4390]
4391
4392[[package]]
4393name = "toml_parser"
4394version = "1.0.1"
4395source = "registry+https://github.com/rust-lang/crates.io-index"
4396checksum = "97200572db069e74c512a14117b296ba0a80a30123fbbb5aa1f4a348f639ca30"
4397dependencies = [
4398 "winnow 0.7.12",
4399]
4400
4401[[package]]
4402name = "toml_writer"
4403version = "1.0.2"
4404source = "registry+https://github.com/rust-lang/crates.io-index"
4405checksum = "fcc842091f2def52017664b53082ecbbeb5c7731092bad69d2c63050401dfd64"
4406
4407[[package]]
4408name = "tonic"
4409version = "0.13.1"
4410source = "registry+https://github.com/rust-lang/crates.io-index"
4411checksum = "7e581ba15a835f4d9ea06c55ab1bd4dce26fc53752c69a04aac00703bfb49ba9"
4412dependencies = [
4413 "async-trait",
4414 "axum",
4415 "base64 0.22.1",
4416 "bytes",
4417 "h2",
4418 "http",
4419 "http-body",
4420 "http-body-util",
4421 "hyper",
4422 "hyper-timeout",
4423 "hyper-util",
4424 "percent-encoding",
4425 "pin-project",
4426 "prost",
4427 "socket2 0.5.8",
4428 "tokio",
4429 "tokio-stream",
4430 "tower",
4431 "tower-layer",
4432 "tower-service",
4433 "tracing",
4434]
4435
4436[[package]]
4437name = "tonic-build"
4438version = "0.13.0"
4439source = "registry+https://github.com/rust-lang/crates.io-index"
4440checksum = "d85f0383fadd15609306383a90e85eaed44169f931a5d2be1b42c76ceff1825e"
4441dependencies = [
4442 "prettyplease",
4443 "proc-macro2",
4444 "prost-build",
4445 "prost-types",
4446 "quote",
4447 "syn",
4448]
4449
4450[[package]]
4451name = "tonic-health"
4452version = "0.13.1"
4453source = "registry+https://github.com/rust-lang/crates.io-index"
4454checksum = "cb87334d340313fefa513b6e60794d44a86d5f039b523229c99c323e4e19ca4b"
4455dependencies = [
4456 "prost",
4457 "tokio",
4458 "tokio-stream",
4459 "tonic",
4460]
4461
4462[[package]]
4463name = "tower"
4464version = "0.5.2"
4465source = "registry+https://github.com/rust-lang/crates.io-index"
4466checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
4467dependencies = [
4468 "futures-core",
4469 "futures-util",
4470 "indexmap 2.7.1",
4471 "pin-project-lite",
4472 "slab",
4473 "sync_wrapper",
4474 "tokio",
4475 "tokio-util",
4476 "tower-layer",
4477 "tower-service",
4478 "tracing",
4479]
4480
4481[[package]]
4482name = "tower-http"
4483version = "0.6.6"
4484source = "registry+https://github.com/rust-lang/crates.io-index"
4485checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
4486dependencies = [
4487 "bitflags 2.8.0",
4488 "bytes",
4489 "http",
4490 "http-body",
4491 "pin-project-lite",
4492 "tower-layer",
4493 "tower-service",
4494 "tracing",
4495]
4496
4497[[package]]
4498name = "tower-layer"
4499version = "0.3.3"
4500source = "registry+https://github.com/rust-lang/crates.io-index"
4501checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
4502
4503[[package]]
4504name = "tower-service"
4505version = "0.3.3"
4506source = "registry+https://github.com/rust-lang/crates.io-index"
4507checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
4508
4509[[package]]
4510name = "tracing"
4511version = "0.1.41"
4512source = "registry+https://github.com/rust-lang/crates.io-index"
4513checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
4514dependencies = [
4515 "log",
4516 "pin-project-lite",
4517 "tracing-attributes",
4518 "tracing-core",
4519]
4520
4521[[package]]
4522name = "tracing-attributes"
4523version = "0.1.28"
4524source = "registry+https://github.com/rust-lang/crates.io-index"
4525checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
4526dependencies = [
4527 "proc-macro2",
4528 "quote",
4529 "syn",
4530]
4531
4532[[package]]
4533name = "tracing-core"
4534version = "0.1.33"
4535source = "registry+https://github.com/rust-lang/crates.io-index"
4536checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
4537dependencies = [
4538 "once_cell",
4539 "valuable",
4540]
4541
4542[[package]]
4543name = "tracing-log"
4544version = "0.2.0"
4545source = "registry+https://github.com/rust-lang/crates.io-index"
4546checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
4547dependencies = [
4548 "log",
4549 "once_cell",
4550 "tracing-core",
4551]
4552
4553[[package]]
4554name = "tracing-subscriber"
4555version = "0.3.19"
4556source = "registry+https://github.com/rust-lang/crates.io-index"
4557checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
4558dependencies = [
4559 "nu-ansi-term",
4560 "sharded-slab",
4561 "smallvec",
4562 "thread_local",
4563 "tracing-core",
4564 "tracing-log",
4565]
4566
4567[[package]]
4568name = "try-lock"
4569version = "0.2.5"
4570source = "registry+https://github.com/rust-lang/crates.io-index"
4571checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
4572
4573[[package]]
4574name = "tungstenite"
4575version = "0.26.2"
4576source = "registry+https://github.com/rust-lang/crates.io-index"
4577checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
4578dependencies = [
4579 "bytes",
4580 "data-encoding",
4581 "http",
4582 "httparse",
4583 "log",
4584 "native-tls",
4585 "rand 0.9.1",
4586 "sha1",
4587 "thiserror 2.0.12",
4588 "utf-8",
4589]
4590
4591[[package]]
4592name = "typenum"
4593version = "1.17.0"
4594source = "registry+https://github.com/rust-lang/crates.io-index"
4595checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
4596
4597[[package]]
4598name = "uncased"
4599version = "0.9.10"
4600source = "registry+https://github.com/rust-lang/crates.io-index"
4601checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697"
4602dependencies = [
4603 "version_check",
4604]
4605
4606[[package]]
4607name = "unicode-bidi"
4608version = "0.3.18"
4609source = "registry+https://github.com/rust-lang/crates.io-index"
4610checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
4611
4612[[package]]
4613name = "unicode-ident"
4614version = "1.0.14"
4615source = "registry+https://github.com/rust-lang/crates.io-index"
4616checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
4617
4618[[package]]
4619name = "unicode-normalization"
4620version = "0.1.24"
4621source = "registry+https://github.com/rust-lang/crates.io-index"
4622checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
4623dependencies = [
4624 "tinyvec",
4625]
4626
4627[[package]]
4628name = "unicode-properties"
4629version = "0.1.3"
4630source = "registry+https://github.com/rust-lang/crates.io-index"
4631checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
4632
4633[[package]]
4634name = "unsigned-varint"
4635version = "0.7.2"
4636source = "registry+https://github.com/rust-lang/crates.io-index"
4637checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105"
4638
4639[[package]]
4640name = "unsigned-varint"
4641version = "0.8.0"
4642source = "registry+https://github.com/rust-lang/crates.io-index"
4643checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
4644
4645[[package]]
4646name = "untrusted"
4647version = "0.9.0"
4648source = "registry+https://github.com/rust-lang/crates.io-index"
4649checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
4650
4651[[package]]
4652name = "url"
4653version = "2.5.4"
4654source = "registry+https://github.com/rust-lang/crates.io-index"
4655checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
4656dependencies = [
4657 "form_urlencoded",
4658 "idna",
4659 "percent-encoding",
4660]
4661
4662[[package]]
4663name = "utf-8"
4664version = "0.7.6"
4665source = "registry+https://github.com/rust-lang/crates.io-index"
4666checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
4667
4668[[package]]
4669name = "utf16_iter"
4670version = "1.0.5"
4671source = "registry+https://github.com/rust-lang/crates.io-index"
4672checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
4673
4674[[package]]
4675name = "utf8_iter"
4676version = "1.0.4"
4677source = "registry+https://github.com/rust-lang/crates.io-index"
4678checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
4679
4680[[package]]
4681name = "utf8parse"
4682version = "0.2.2"
4683source = "registry+https://github.com/rust-lang/crates.io-index"
4684checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
4685
4686[[package]]
4687name = "valuable"
4688version = "0.1.1"
4689source = "registry+https://github.com/rust-lang/crates.io-index"
4690checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
4691
4692[[package]]
4693name = "value-bag"
4694version = "1.10.0"
4695source = "registry+https://github.com/rust-lang/crates.io-index"
4696checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
4697
4698[[package]]
4699name = "vcpkg"
4700version = "0.2.15"
4701source = "registry+https://github.com/rust-lang/crates.io-index"
4702checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
4703
4704[[package]]
4705name = "version_check"
4706version = "0.9.5"
4707source = "registry+https://github.com/rust-lang/crates.io-index"
4708checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
4709
4710[[package]]
4711name = "walkdir"
4712version = "2.5.0"
4713source = "registry+https://github.com/rust-lang/crates.io-index"
4714checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
4715dependencies = [
4716 "same-file",
4717 "winapi-util",
4718]
4719
4720[[package]]
4721name = "want"
4722version = "0.3.1"
4723source = "registry+https://github.com/rust-lang/crates.io-index"
4724checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
4725dependencies = [
4726 "try-lock",
4727]
4728
4729[[package]]
4730name = "wasi"
4731version = "0.11.0+wasi-snapshot-preview1"
4732source = "registry+https://github.com/rust-lang/crates.io-index"
4733checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
4734
4735[[package]]
4736name = "wasi"
4737version = "0.14.2+wasi-0.2.4"
4738source = "registry+https://github.com/rust-lang/crates.io-index"
4739checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
4740dependencies = [
4741 "wit-bindgen-rt",
4742]
4743
4744[[package]]
4745name = "wasite"
4746version = "0.1.0"
4747source = "registry+https://github.com/rust-lang/crates.io-index"
4748checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
4749
4750[[package]]
4751name = "wasm-bindgen"
4752version = "0.2.100"
4753source = "registry+https://github.com/rust-lang/crates.io-index"
4754checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
4755dependencies = [
4756 "cfg-if",
4757 "once_cell",
4758 "rustversion",
4759 "wasm-bindgen-macro",
4760]
4761
4762[[package]]
4763name = "wasm-bindgen-backend"
4764version = "0.2.100"
4765source = "registry+https://github.com/rust-lang/crates.io-index"
4766checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
4767dependencies = [
4768 "bumpalo",
4769 "log",
4770 "proc-macro2",
4771 "quote",
4772 "syn",
4773 "wasm-bindgen-shared",
4774]
4775
4776[[package]]
4777name = "wasm-bindgen-futures"
4778version = "0.4.50"
4779source = "registry+https://github.com/rust-lang/crates.io-index"
4780checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
4781dependencies = [
4782 "cfg-if",
4783 "js-sys",
4784 "once_cell",
4785 "wasm-bindgen",
4786 "web-sys",
4787]
4788
4789[[package]]
4790name = "wasm-bindgen-macro"
4791version = "0.2.100"
4792source = "registry+https://github.com/rust-lang/crates.io-index"
4793checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
4794dependencies = [
4795 "quote",
4796 "wasm-bindgen-macro-support",
4797]
4798
4799[[package]]
4800name = "wasm-bindgen-macro-support"
4801version = "0.2.100"
4802source = "registry+https://github.com/rust-lang/crates.io-index"
4803checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
4804dependencies = [
4805 "proc-macro2",
4806 "quote",
4807 "syn",
4808 "wasm-bindgen-backend",
4809 "wasm-bindgen-shared",
4810]
4811
4812[[package]]
4813name = "wasm-bindgen-shared"
4814version = "0.2.100"
4815source = "registry+https://github.com/rust-lang/crates.io-index"
4816checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
4817dependencies = [
4818 "unicode-ident",
4819]
4820
4821[[package]]
4822name = "wasm-streams"
4823version = "0.4.2"
4824source = "registry+https://github.com/rust-lang/crates.io-index"
4825checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
4826dependencies = [
4827 "futures-util",
4828 "js-sys",
4829 "wasm-bindgen",
4830 "wasm-bindgen-futures",
4831 "web-sys",
4832]
4833
4834[[package]]
4835name = "web-sys"
4836version = "0.3.77"
4837source = "registry+https://github.com/rust-lang/crates.io-index"
4838checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
4839dependencies = [
4840 "js-sys",
4841 "wasm-bindgen",
4842]
4843
4844[[package]]
4845name = "which"
4846version = "4.4.2"
4847source = "registry+https://github.com/rust-lang/crates.io-index"
4848checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
4849dependencies = [
4850 "either",
4851 "home",
4852 "once_cell",
4853 "rustix",
4854]
4855
4856[[package]]
4857name = "whoami"
4858version = "1.5.2"
4859source = "registry+https://github.com/rust-lang/crates.io-index"
4860checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
4861dependencies = [
4862 "redox_syscall 0.5.8",
4863 "wasite",
4864 "web-sys",
4865]
4866
4867[[package]]
4868name = "widestring"
4869version = "1.1.0"
4870source = "registry+https://github.com/rust-lang/crates.io-index"
4871checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311"
4872
4873[[package]]
4874name = "winapi"
4875version = "0.3.9"
4876source = "registry+https://github.com/rust-lang/crates.io-index"
4877checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
4878dependencies = [
4879 "winapi-i686-pc-windows-gnu",
4880 "winapi-x86_64-pc-windows-gnu",
4881]
4882
4883[[package]]
4884name = "winapi-i686-pc-windows-gnu"
4885version = "0.4.0"
4886source = "registry+https://github.com/rust-lang/crates.io-index"
4887checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
4888
4889[[package]]
4890name = "winapi-util"
4891version = "0.1.9"
4892source = "registry+https://github.com/rust-lang/crates.io-index"
4893checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
4894dependencies = [
4895 "windows-sys 0.59.0",
4896]
4897
4898[[package]]
4899name = "winapi-x86_64-pc-windows-gnu"
4900version = "0.4.0"
4901source = "registry+https://github.com/rust-lang/crates.io-index"
4902checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
4903
4904[[package]]
4905name = "windows-core"
4906version = "0.52.0"
4907source = "registry+https://github.com/rust-lang/crates.io-index"
4908checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
4909dependencies = [
4910 "windows-targets 0.52.6",
4911]
4912
4913[[package]]
4914name = "windows-link"
4915version = "0.1.3"
4916source = "registry+https://github.com/rust-lang/crates.io-index"
4917checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
4918
4919[[package]]
4920name = "windows-registry"
4921version = "0.2.0"
4922source = "registry+https://github.com/rust-lang/crates.io-index"
4923checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
4924dependencies = [
4925 "windows-result",
4926 "windows-strings",
4927 "windows-targets 0.52.6",
4928]
4929
4930[[package]]
4931name = "windows-result"
4932version = "0.2.0"
4933source = "registry+https://github.com/rust-lang/crates.io-index"
4934checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
4935dependencies = [
4936 "windows-targets 0.52.6",
4937]
4938
4939[[package]]
4940name = "windows-strings"
4941version = "0.1.0"
4942source = "registry+https://github.com/rust-lang/crates.io-index"
4943checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
4944dependencies = [
4945 "windows-result",
4946 "windows-targets 0.52.6",
4947]
4948
4949[[package]]
4950name = "windows-sys"
4951version = "0.48.0"
4952source = "registry+https://github.com/rust-lang/crates.io-index"
4953checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
4954dependencies = [
4955 "windows-targets 0.48.5",
4956]
4957
4958[[package]]
4959name = "windows-sys"
4960version = "0.52.0"
4961source = "registry+https://github.com/rust-lang/crates.io-index"
4962checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
4963dependencies = [
4964 "windows-targets 0.52.6",
4965]
4966
4967[[package]]
4968name = "windows-sys"
4969version = "0.59.0"
4970source = "registry+https://github.com/rust-lang/crates.io-index"
4971checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
4972dependencies = [
4973 "windows-targets 0.52.6",
4974]
4975
4976[[package]]
4977name = "windows-targets"
4978version = "0.48.5"
4979source = "registry+https://github.com/rust-lang/crates.io-index"
4980checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
4981dependencies = [
4982 "windows_aarch64_gnullvm 0.48.5",
4983 "windows_aarch64_msvc 0.48.5",
4984 "windows_i686_gnu 0.48.5",
4985 "windows_i686_msvc 0.48.5",
4986 "windows_x86_64_gnu 0.48.5",
4987 "windows_x86_64_gnullvm 0.48.5",
4988 "windows_x86_64_msvc 0.48.5",
4989]
4990
4991[[package]]
4992name = "windows-targets"
4993version = "0.52.6"
4994source = "registry+https://github.com/rust-lang/crates.io-index"
4995checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
4996dependencies = [
4997 "windows_aarch64_gnullvm 0.52.6",
4998 "windows_aarch64_msvc 0.52.6",
4999 "windows_i686_gnu 0.52.6",
5000 "windows_i686_gnullvm",
5001 "windows_i686_msvc 0.52.6",
5002 "windows_x86_64_gnu 0.52.6",
5003 "windows_x86_64_gnullvm 0.52.6",
5004 "windows_x86_64_msvc 0.52.6",
5005]
5006
5007[[package]]
5008name = "windows_aarch64_gnullvm"
5009version = "0.48.5"
5010source = "registry+https://github.com/rust-lang/crates.io-index"
5011checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
5012
5013[[package]]
5014name = "windows_aarch64_gnullvm"
5015version = "0.52.6"
5016source = "registry+https://github.com/rust-lang/crates.io-index"
5017checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
5018
5019[[package]]
5020name = "windows_aarch64_msvc"
5021version = "0.48.5"
5022source = "registry+https://github.com/rust-lang/crates.io-index"
5023checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
5024
5025[[package]]
5026name = "windows_aarch64_msvc"
5027version = "0.52.6"
5028source = "registry+https://github.com/rust-lang/crates.io-index"
5029checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
5030
5031[[package]]
5032name = "windows_i686_gnu"
5033version = "0.48.5"
5034source = "registry+https://github.com/rust-lang/crates.io-index"
5035checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
5036
5037[[package]]
5038name = "windows_i686_gnu"
5039version = "0.52.6"
5040source = "registry+https://github.com/rust-lang/crates.io-index"
5041checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
5042
5043[[package]]
5044name = "windows_i686_gnullvm"
5045version = "0.52.6"
5046source = "registry+https://github.com/rust-lang/crates.io-index"
5047checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
5048
5049[[package]]
5050name = "windows_i686_msvc"
5051version = "0.48.5"
5052source = "registry+https://github.com/rust-lang/crates.io-index"
5053checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
5054
5055[[package]]
5056name = "windows_i686_msvc"
5057version = "0.52.6"
5058source = "registry+https://github.com/rust-lang/crates.io-index"
5059checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
5060
5061[[package]]
5062name = "windows_x86_64_gnu"
5063version = "0.48.5"
5064source = "registry+https://github.com/rust-lang/crates.io-index"
5065checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
5066
5067[[package]]
5068name = "windows_x86_64_gnu"
5069version = "0.52.6"
5070source = "registry+https://github.com/rust-lang/crates.io-index"
5071checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
5072
5073[[package]]
5074name = "windows_x86_64_gnullvm"
5075version = "0.48.5"
5076source = "registry+https://github.com/rust-lang/crates.io-index"
5077checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
5078
5079[[package]]
5080name = "windows_x86_64_gnullvm"
5081version = "0.52.6"
5082source = "registry+https://github.com/rust-lang/crates.io-index"
5083checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
5084
5085[[package]]
5086name = "windows_x86_64_msvc"
5087version = "0.48.5"
5088source = "registry+https://github.com/rust-lang/crates.io-index"
5089checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
5090
5091[[package]]
5092name = "windows_x86_64_msvc"
5093version = "0.52.6"
5094source = "registry+https://github.com/rust-lang/crates.io-index"
5095checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
5096
5097[[package]]
5098name = "winnow"
5099version = "0.6.24"
5100source = "registry+https://github.com/rust-lang/crates.io-index"
5101checksum = "c8d71a593cc5c42ad7876e2c1fda56f314f3754c084128833e64f1345ff8a03a"
5102dependencies = [
5103 "memchr",
5104]
5105
5106[[package]]
5107name = "winnow"
5108version = "0.7.12"
5109source = "registry+https://github.com/rust-lang/crates.io-index"
5110checksum = "f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95"
5111
5112[[package]]
5113name = "winreg"
5114version = "0.50.0"
5115source = "registry+https://github.com/rust-lang/crates.io-index"
5116checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
5117dependencies = [
5118 "cfg-if",
5119 "windows-sys 0.48.0",
5120]
5121
5122[[package]]
5123name = "wit-bindgen-rt"
5124version = "0.39.0"
5125source = "registry+https://github.com/rust-lang/crates.io-index"
5126checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
5127dependencies = [
5128 "bitflags 2.8.0",
5129]
5130
5131[[package]]
5132name = "write16"
5133version = "1.0.0"
5134source = "registry+https://github.com/rust-lang/crates.io-index"
5135checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
5136
5137[[package]]
5138name = "writeable"
5139version = "0.5.5"
5140source = "registry+https://github.com/rust-lang/crates.io-index"
5141checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
5142
5143[[package]]
5144name = "yansi"
5145version = "1.0.1"
5146source = "registry+https://github.com/rust-lang/crates.io-index"
5147checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
5148
5149[[package]]
5150name = "yoke"
5151version = "0.7.5"
5152source = "registry+https://github.com/rust-lang/crates.io-index"
5153checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
5154dependencies = [
5155 "serde",
5156 "stable_deref_trait",
5157 "yoke-derive",
5158 "zerofrom",
5159]
5160
5161[[package]]
5162name = "yoke-derive"
5163version = "0.7.5"
5164source = "registry+https://github.com/rust-lang/crates.io-index"
5165checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
5166dependencies = [
5167 "proc-macro2",
5168 "quote",
5169 "syn",
5170 "synstructure",
5171]
5172
5173[[package]]
5174name = "zerocopy"
5175version = "0.7.35"
5176source = "registry+https://github.com/rust-lang/crates.io-index"
5177checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
5178dependencies = [
5179 "byteorder",
5180 "zerocopy-derive",
5181]
5182
5183[[package]]
5184name = "zerocopy-derive"
5185version = "0.7.35"
5186source = "registry+https://github.com/rust-lang/crates.io-index"
5187checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
5188dependencies = [
5189 "proc-macro2",
5190 "quote",
5191 "syn",
5192]
5193
5194[[package]]
5195name = "zerofrom"
5196version = "0.1.5"
5197source = "registry+https://github.com/rust-lang/crates.io-index"
5198checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
5199dependencies = [
5200 "zerofrom-derive",
5201]
5202
5203[[package]]
5204name = "zerofrom-derive"
5205version = "0.1.5"
5206source = "registry+https://github.com/rust-lang/crates.io-index"
5207checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
5208dependencies = [
5209 "proc-macro2",
5210 "quote",
5211 "syn",
5212 "synstructure",
5213]
5214
5215[[package]]
5216name = "zeroize"
5217version = "1.8.1"
5218source = "registry+https://github.com/rust-lang/crates.io-index"
5219checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
5220
5221[[package]]
5222name = "zerovec"
5223version = "0.10.4"
5224source = "registry+https://github.com/rust-lang/crates.io-index"
5225checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
5226dependencies = [
5227 "yoke",
5228 "zerofrom",
5229 "zerovec-derive",
5230]
5231
5232[[package]]
5233name = "zerovec-derive"
5234version = "0.10.3"
5235source = "registry+https://github.com/rust-lang/crates.io-index"
5236checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
5237dependencies = [
5238 "proc-macro2",
5239 "quote",
5240 "syn",
5241]