Parakeet is a Rust-based Bluesky AppServer aiming to implement most of the functionality required to support the Bluesky client
appview
atproto
bluesky
rust
appserver
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 "serde",
2280 "serde_json",
2281]
2282
2283[[package]]
2284name = "libc"
2285version = "0.2.174"
2286source = "registry+https://github.com/rust-lang/crates.io-index"
2287checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
2288
2289[[package]]
2290name = "libloading"
2291version = "0.8.6"
2292source = "registry+https://github.com/rust-lang/crates.io-index"
2293checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
2294dependencies = [
2295 "cfg-if",
2296 "windows-targets 0.52.6",
2297]
2298
2299[[package]]
2300name = "libm"
2301version = "0.2.11"
2302source = "registry+https://github.com/rust-lang/crates.io-index"
2303checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
2304
2305[[package]]
2306name = "librocksdb-sys"
2307version = "0.17.1+9.9.3"
2308source = "registry+https://github.com/rust-lang/crates.io-index"
2309checksum = "2b7869a512ae9982f4d46ba482c2a304f1efd80c6412a3d4bf57bb79a619679f"
2310dependencies = [
2311 "bindgen",
2312 "bzip2-sys",
2313 "cc",
2314 "libc",
2315 "libz-sys",
2316 "lz4-sys",
2317]
2318
2319[[package]]
2320name = "libz-sys"
2321version = "1.1.22"
2322source = "registry+https://github.com/rust-lang/crates.io-index"
2323checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
2324dependencies = [
2325 "cc",
2326 "pkg-config",
2327 "vcpkg",
2328]
2329
2330[[package]]
2331name = "linked-hash-map"
2332version = "0.5.6"
2333source = "registry+https://github.com/rust-lang/crates.io-index"
2334checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2335
2336[[package]]
2337name = "linux-raw-sys"
2338version = "0.4.15"
2339source = "registry+https://github.com/rust-lang/crates.io-index"
2340checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
2341
2342[[package]]
2343name = "litemap"
2344version = "0.7.4"
2345source = "registry+https://github.com/rust-lang/crates.io-index"
2346checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
2347
2348[[package]]
2349name = "lock_api"
2350version = "0.4.12"
2351source = "registry+https://github.com/rust-lang/crates.io-index"
2352checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2353dependencies = [
2354 "autocfg",
2355 "scopeguard",
2356]
2357
2358[[package]]
2359name = "log"
2360version = "0.4.25"
2361source = "registry+https://github.com/rust-lang/crates.io-index"
2362checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
2363dependencies = [
2364 "value-bag",
2365]
2366
2367[[package]]
2368name = "lru-cache"
2369version = "0.1.2"
2370source = "registry+https://github.com/rust-lang/crates.io-index"
2371checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
2372dependencies = [
2373 "linked-hash-map",
2374]
2375
2376[[package]]
2377name = "lz4-sys"
2378version = "1.11.1+lz4-1.10.0"
2379source = "registry+https://github.com/rust-lang/crates.io-index"
2380checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6"
2381dependencies = [
2382 "cc",
2383 "libc",
2384]
2385
2386[[package]]
2387name = "match_cfg"
2388version = "0.1.0"
2389source = "registry+https://github.com/rust-lang/crates.io-index"
2390checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
2391
2392[[package]]
2393name = "matchit"
2394version = "0.8.4"
2395source = "registry+https://github.com/rust-lang/crates.io-index"
2396checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
2397
2398[[package]]
2399name = "md-5"
2400version = "0.10.6"
2401source = "registry+https://github.com/rust-lang/crates.io-index"
2402checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
2403dependencies = [
2404 "cfg-if",
2405 "digest",
2406]
2407
2408[[package]]
2409name = "memchr"
2410version = "2.7.4"
2411source = "registry+https://github.com/rust-lang/crates.io-index"
2412checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2413
2414[[package]]
2415name = "metrics"
2416version = "0.24.1"
2417source = "registry+https://github.com/rust-lang/crates.io-index"
2418checksum = "7a7deb012b3b2767169ff203fadb4c6b0b82b947512e5eb9e0b78c2e186ad9e3"
2419dependencies = [
2420 "ahash",
2421 "portable-atomic",
2422]
2423
2424[[package]]
2425name = "metrics-exporter-prometheus"
2426version = "0.16.2"
2427source = "registry+https://github.com/rust-lang/crates.io-index"
2428checksum = "dd7399781913e5393588a8d8c6a2867bf85fb38eaf2502fdce465aad2dc6f034"
2429dependencies = [
2430 "base64 0.22.1",
2431 "http-body-util",
2432 "hyper",
2433 "hyper-rustls",
2434 "hyper-util",
2435 "indexmap 2.7.1",
2436 "ipnet",
2437 "metrics",
2438 "metrics-util",
2439 "quanta",
2440 "thiserror 1.0.69",
2441 "tokio",
2442 "tracing",
2443]
2444
2445[[package]]
2446name = "metrics-util"
2447version = "0.19.1"
2448source = "registry+https://github.com/rust-lang/crates.io-index"
2449checksum = "b8496cc523d1f94c1385dd8f0f0c2c480b2b8aeccb5b7e4485ad6365523ae376"
2450dependencies = [
2451 "crossbeam-epoch",
2452 "crossbeam-utils",
2453 "hashbrown 0.15.2",
2454 "metrics",
2455 "quanta",
2456 "rand 0.9.1",
2457 "rand_xoshiro",
2458 "sketches-ddsketch",
2459]
2460
2461[[package]]
2462name = "migrations_internals"
2463version = "2.2.1"
2464source = "registry+https://github.com/rust-lang/crates.io-index"
2465checksum = "3bda1634d70d5bd53553cf15dca9842a396e8c799982a3ad22998dc44d961f24"
2466dependencies = [
2467 "serde",
2468 "toml 0.9.2",
2469]
2470
2471[[package]]
2472name = "migrations_macros"
2473version = "2.2.0"
2474source = "registry+https://github.com/rust-lang/crates.io-index"
2475checksum = "ffb161cc72176cb37aa47f1fc520d3ef02263d67d661f44f05d05a079e1237fd"
2476dependencies = [
2477 "migrations_internals",
2478 "proc-macro2",
2479 "quote",
2480]
2481
2482[[package]]
2483name = "mime"
2484version = "0.3.17"
2485source = "registry+https://github.com/rust-lang/crates.io-index"
2486checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2487
2488[[package]]
2489name = "minimal-lexical"
2490version = "0.2.1"
2491source = "registry+https://github.com/rust-lang/crates.io-index"
2492checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2493
2494[[package]]
2495name = "miniz_oxide"
2496version = "0.8.3"
2497source = "registry+https://github.com/rust-lang/crates.io-index"
2498checksum = "b8402cab7aefae129c6977bb0ff1b8fd9a04eb5b51efc50a70bea51cda0c7924"
2499dependencies = [
2500 "adler2",
2501]
2502
2503[[package]]
2504name = "mio"
2505version = "1.0.3"
2506source = "registry+https://github.com/rust-lang/crates.io-index"
2507checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
2508dependencies = [
2509 "libc",
2510 "wasi 0.11.0+wasi-snapshot-preview1",
2511 "windows-sys 0.52.0",
2512]
2513
2514[[package]]
2515name = "multibase"
2516version = "0.9.1"
2517source = "registry+https://github.com/rust-lang/crates.io-index"
2518checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"
2519dependencies = [
2520 "base-x",
2521 "data-encoding",
2522 "data-encoding-macro",
2523]
2524
2525[[package]]
2526name = "multihash"
2527version = "0.19.3"
2528source = "registry+https://github.com/rust-lang/crates.io-index"
2529checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d"
2530dependencies = [
2531 "core2",
2532 "serde",
2533 "unsigned-varint 0.8.0",
2534]
2535
2536[[package]]
2537name = "multimap"
2538version = "0.10.0"
2539source = "registry+https://github.com/rust-lang/crates.io-index"
2540checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
2541
2542[[package]]
2543name = "nanorand"
2544version = "0.7.0"
2545source = "registry+https://github.com/rust-lang/crates.io-index"
2546checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
2547dependencies = [
2548 "getrandom 0.2.15",
2549]
2550
2551[[package]]
2552name = "native-tls"
2553version = "0.2.12"
2554source = "registry+https://github.com/rust-lang/crates.io-index"
2555checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
2556dependencies = [
2557 "libc",
2558 "log",
2559 "openssl",
2560 "openssl-probe",
2561 "openssl-sys",
2562 "schannel",
2563 "security-framework 2.11.1",
2564 "security-framework-sys",
2565 "tempfile",
2566]
2567
2568[[package]]
2569name = "nom"
2570version = "7.1.3"
2571source = "registry+https://github.com/rust-lang/crates.io-index"
2572checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2573dependencies = [
2574 "memchr",
2575 "minimal-lexical",
2576]
2577
2578[[package]]
2579name = "nu-ansi-term"
2580version = "0.46.0"
2581source = "registry+https://github.com/rust-lang/crates.io-index"
2582checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
2583dependencies = [
2584 "overload",
2585 "winapi",
2586]
2587
2588[[package]]
2589name = "num-bigint"
2590version = "0.4.6"
2591source = "registry+https://github.com/rust-lang/crates.io-index"
2592checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
2593dependencies = [
2594 "num-integer",
2595 "num-traits",
2596]
2597
2598[[package]]
2599name = "num-bigint-dig"
2600version = "0.8.4"
2601source = "registry+https://github.com/rust-lang/crates.io-index"
2602checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
2603dependencies = [
2604 "byteorder",
2605 "lazy_static",
2606 "libm",
2607 "num-integer",
2608 "num-iter",
2609 "num-traits",
2610 "rand 0.8.5",
2611 "smallvec",
2612 "zeroize",
2613]
2614
2615[[package]]
2616name = "num-conv"
2617version = "0.1.0"
2618source = "registry+https://github.com/rust-lang/crates.io-index"
2619checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2620
2621[[package]]
2622name = "num-integer"
2623version = "0.1.46"
2624source = "registry+https://github.com/rust-lang/crates.io-index"
2625checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2626dependencies = [
2627 "num-traits",
2628]
2629
2630[[package]]
2631name = "num-iter"
2632version = "0.1.45"
2633source = "registry+https://github.com/rust-lang/crates.io-index"
2634checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
2635dependencies = [
2636 "autocfg",
2637 "num-integer",
2638 "num-traits",
2639]
2640
2641[[package]]
2642name = "num-traits"
2643version = "0.2.19"
2644source = "registry+https://github.com/rust-lang/crates.io-index"
2645checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2646dependencies = [
2647 "autocfg",
2648 "libm",
2649]
2650
2651[[package]]
2652name = "num_cpus"
2653version = "1.16.0"
2654source = "registry+https://github.com/rust-lang/crates.io-index"
2655checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2656dependencies = [
2657 "hermit-abi 0.3.9",
2658 "libc",
2659]
2660
2661[[package]]
2662name = "object"
2663version = "0.36.7"
2664source = "registry+https://github.com/rust-lang/crates.io-index"
2665checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
2666dependencies = [
2667 "memchr",
2668]
2669
2670[[package]]
2671name = "once_cell"
2672version = "1.20.2"
2673source = "registry+https://github.com/rust-lang/crates.io-index"
2674checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
2675
2676[[package]]
2677name = "openssl"
2678version = "0.10.68"
2679source = "registry+https://github.com/rust-lang/crates.io-index"
2680checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
2681dependencies = [
2682 "bitflags 2.8.0",
2683 "cfg-if",
2684 "foreign-types",
2685 "libc",
2686 "once_cell",
2687 "openssl-macros",
2688 "openssl-sys",
2689]
2690
2691[[package]]
2692name = "openssl-macros"
2693version = "0.1.1"
2694source = "registry+https://github.com/rust-lang/crates.io-index"
2695checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
2696dependencies = [
2697 "proc-macro2",
2698 "quote",
2699 "syn",
2700]
2701
2702[[package]]
2703name = "openssl-probe"
2704version = "0.1.6"
2705source = "registry+https://github.com/rust-lang/crates.io-index"
2706checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
2707
2708[[package]]
2709name = "openssl-sys"
2710version = "0.9.104"
2711source = "registry+https://github.com/rust-lang/crates.io-index"
2712checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
2713dependencies = [
2714 "cc",
2715 "libc",
2716 "pkg-config",
2717 "vcpkg",
2718]
2719
2720[[package]]
2721name = "overload"
2722version = "0.1.1"
2723source = "registry+https://github.com/rust-lang/crates.io-index"
2724checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2725
2726[[package]]
2727name = "p256"
2728version = "0.13.2"
2729source = "registry+https://github.com/rust-lang/crates.io-index"
2730checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
2731dependencies = [
2732 "ecdsa",
2733 "elliptic-curve",
2734 "primeorder",
2735 "sha2",
2736]
2737
2738[[package]]
2739name = "p384"
2740version = "0.13.1"
2741source = "registry+https://github.com/rust-lang/crates.io-index"
2742checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6"
2743dependencies = [
2744 "ecdsa",
2745 "elliptic-curve",
2746 "primeorder",
2747 "sha2",
2748]
2749
2750[[package]]
2751name = "parakeet"
2752version = "0.1.0"
2753dependencies = [
2754 "async-recursion",
2755 "axum",
2756 "axum-extra",
2757 "base64 0.22.1",
2758 "chrono",
2759 "dataloader",
2760 "deadpool",
2761 "did-resolver",
2762 "diesel",
2763 "diesel-async",
2764 "diesel_migrations",
2765 "eyre",
2766 "figment",
2767 "itertools 0.14.0",
2768 "jsonwebtoken",
2769 "lexica",
2770 "multibase",
2771 "parakeet-db",
2772 "parakeet-index",
2773 "redis",
2774 "reqwest",
2775 "serde",
2776 "serde_ipld_dagcbor",
2777 "serde_json",
2778 "tokio",
2779 "tower-http",
2780 "tracing",
2781 "tracing-subscriber",
2782]
2783
2784[[package]]
2785name = "parakeet-db"
2786version = "0.1.0"
2787dependencies = [
2788 "chrono",
2789 "diesel",
2790 "postgres-types",
2791 "serde",
2792 "serde_json",
2793]
2794
2795[[package]]
2796name = "parakeet-index"
2797version = "0.1.0"
2798dependencies = [
2799 "eyre",
2800 "figment",
2801 "itertools 0.14.0",
2802 "prost",
2803 "rocksdb",
2804 "serde",
2805 "tokio",
2806 "tonic",
2807 "tonic-build",
2808 "tonic-health",
2809 "tracing",
2810 "tracing-subscriber",
2811]
2812
2813[[package]]
2814name = "parakeet-lexgen"
2815version = "0.1.0"
2816dependencies = [
2817 "clap",
2818 "eyre",
2819 "serde",
2820 "serde_json",
2821 "thiserror 2.0.12",
2822 "walkdir",
2823]
2824
2825[[package]]
2826name = "parking"
2827version = "2.2.1"
2828source = "registry+https://github.com/rust-lang/crates.io-index"
2829checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
2830
2831[[package]]
2832name = "parking_lot"
2833version = "0.11.2"
2834source = "registry+https://github.com/rust-lang/crates.io-index"
2835checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2836dependencies = [
2837 "instant",
2838 "lock_api",
2839 "parking_lot_core 0.8.6",
2840]
2841
2842[[package]]
2843name = "parking_lot"
2844version = "0.12.3"
2845source = "registry+https://github.com/rust-lang/crates.io-index"
2846checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2847dependencies = [
2848 "lock_api",
2849 "parking_lot_core 0.9.10",
2850]
2851
2852[[package]]
2853name = "parking_lot_core"
2854version = "0.8.6"
2855source = "registry+https://github.com/rust-lang/crates.io-index"
2856checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
2857dependencies = [
2858 "cfg-if",
2859 "instant",
2860 "libc",
2861 "redox_syscall 0.2.16",
2862 "smallvec",
2863 "winapi",
2864]
2865
2866[[package]]
2867name = "parking_lot_core"
2868version = "0.9.10"
2869source = "registry+https://github.com/rust-lang/crates.io-index"
2870checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2871dependencies = [
2872 "cfg-if",
2873 "libc",
2874 "redox_syscall 0.5.8",
2875 "smallvec",
2876 "windows-targets 0.52.6",
2877]
2878
2879[[package]]
2880name = "paste"
2881version = "1.0.15"
2882source = "registry+https://github.com/rust-lang/crates.io-index"
2883checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2884
2885[[package]]
2886name = "pear"
2887version = "0.2.9"
2888source = "registry+https://github.com/rust-lang/crates.io-index"
2889checksum = "bdeeaa00ce488657faba8ebf44ab9361f9365a97bd39ffb8a60663f57ff4b467"
2890dependencies = [
2891 "inlinable_string",
2892 "pear_codegen",
2893 "yansi",
2894]
2895
2896[[package]]
2897name = "pear_codegen"
2898version = "0.2.9"
2899source = "registry+https://github.com/rust-lang/crates.io-index"
2900checksum = "4bab5b985dc082b345f812b7df84e1bef27e7207b39e448439ba8bd69c93f147"
2901dependencies = [
2902 "proc-macro2",
2903 "proc-macro2-diagnostics",
2904 "quote",
2905 "syn",
2906]
2907
2908[[package]]
2909name = "pem"
2910version = "3.0.5"
2911source = "registry+https://github.com/rust-lang/crates.io-index"
2912checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
2913dependencies = [
2914 "base64 0.22.1",
2915 "serde",
2916]
2917
2918[[package]]
2919name = "pem-rfc7468"
2920version = "0.7.0"
2921source = "registry+https://github.com/rust-lang/crates.io-index"
2922checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
2923dependencies = [
2924 "base64ct",
2925]
2926
2927[[package]]
2928name = "percent-encoding"
2929version = "2.3.1"
2930source = "registry+https://github.com/rust-lang/crates.io-index"
2931checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2932
2933[[package]]
2934name = "petgraph"
2935version = "0.7.1"
2936source = "registry+https://github.com/rust-lang/crates.io-index"
2937checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772"
2938dependencies = [
2939 "fixedbitset",
2940 "indexmap 2.7.1",
2941]
2942
2943[[package]]
2944name = "phf"
2945version = "0.11.3"
2946source = "registry+https://github.com/rust-lang/crates.io-index"
2947checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
2948dependencies = [
2949 "phf_shared",
2950]
2951
2952[[package]]
2953name = "phf_shared"
2954version = "0.11.3"
2955source = "registry+https://github.com/rust-lang/crates.io-index"
2956checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
2957dependencies = [
2958 "siphasher",
2959]
2960
2961[[package]]
2962name = "pin-project"
2963version = "1.1.10"
2964source = "registry+https://github.com/rust-lang/crates.io-index"
2965checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
2966dependencies = [
2967 "pin-project-internal",
2968]
2969
2970[[package]]
2971name = "pin-project-internal"
2972version = "1.1.10"
2973source = "registry+https://github.com/rust-lang/crates.io-index"
2974checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
2975dependencies = [
2976 "proc-macro2",
2977 "quote",
2978 "syn",
2979]
2980
2981[[package]]
2982name = "pin-project-lite"
2983version = "0.2.16"
2984source = "registry+https://github.com/rust-lang/crates.io-index"
2985checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2986
2987[[package]]
2988name = "pin-utils"
2989version = "0.1.0"
2990source = "registry+https://github.com/rust-lang/crates.io-index"
2991checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2992
2993[[package]]
2994name = "piper"
2995version = "0.2.4"
2996source = "registry+https://github.com/rust-lang/crates.io-index"
2997checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
2998dependencies = [
2999 "atomic-waker",
3000 "fastrand",
3001 "futures-io",
3002]
3003
3004[[package]]
3005name = "pkcs1"
3006version = "0.7.5"
3007source = "registry+https://github.com/rust-lang/crates.io-index"
3008checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
3009dependencies = [
3010 "der",
3011 "pkcs8",
3012 "spki",
3013]
3014
3015[[package]]
3016name = "pkcs8"
3017version = "0.10.2"
3018source = "registry+https://github.com/rust-lang/crates.io-index"
3019checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
3020dependencies = [
3021 "der",
3022 "spki",
3023]
3024
3025[[package]]
3026name = "pkg-config"
3027version = "0.3.31"
3028source = "registry+https://github.com/rust-lang/crates.io-index"
3029checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
3030
3031[[package]]
3032name = "polling"
3033version = "3.7.4"
3034source = "registry+https://github.com/rust-lang/crates.io-index"
3035checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f"
3036dependencies = [
3037 "cfg-if",
3038 "concurrent-queue",
3039 "hermit-abi 0.4.0",
3040 "pin-project-lite",
3041 "rustix",
3042 "tracing",
3043 "windows-sys 0.59.0",
3044]
3045
3046[[package]]
3047name = "portable-atomic"
3048version = "1.11.0"
3049source = "registry+https://github.com/rust-lang/crates.io-index"
3050checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
3051
3052[[package]]
3053name = "postgres-protocol"
3054version = "0.6.8"
3055source = "registry+https://github.com/rust-lang/crates.io-index"
3056checksum = "76ff0abab4a9b844b93ef7b81f1efc0a366062aaef2cd702c76256b5dc075c54"
3057dependencies = [
3058 "base64 0.22.1",
3059 "byteorder",
3060 "bytes",
3061 "fallible-iterator",
3062 "hmac",
3063 "md-5",
3064 "memchr",
3065 "rand 0.9.1",
3066 "sha2",
3067 "stringprep",
3068]
3069
3070[[package]]
3071name = "postgres-types"
3072version = "0.2.9"
3073source = "registry+https://github.com/rust-lang/crates.io-index"
3074checksum = "613283563cd90e1dfc3518d548caee47e0e725455ed619881f5cf21f36de4b48"
3075dependencies = [
3076 "bytes",
3077 "chrono",
3078 "fallible-iterator",
3079 "postgres-protocol",
3080 "serde",
3081 "serde_json",
3082]
3083
3084[[package]]
3085name = "powerfmt"
3086version = "0.2.0"
3087source = "registry+https://github.com/rust-lang/crates.io-index"
3088checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
3089
3090[[package]]
3091name = "ppv-lite86"
3092version = "0.2.20"
3093source = "registry+https://github.com/rust-lang/crates.io-index"
3094checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
3095dependencies = [
3096 "zerocopy",
3097]
3098
3099[[package]]
3100name = "prettyplease"
3101version = "0.2.30"
3102source = "registry+https://github.com/rust-lang/crates.io-index"
3103checksum = "f1ccf34da56fc294e7d4ccf69a85992b7dfb826b7cf57bac6a70bba3494cc08a"
3104dependencies = [
3105 "proc-macro2",
3106 "syn",
3107]
3108
3109[[package]]
3110name = "primeorder"
3111version = "0.13.6"
3112source = "registry+https://github.com/rust-lang/crates.io-index"
3113checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
3114dependencies = [
3115 "elliptic-curve",
3116]
3117
3118[[package]]
3119name = "proc-macro2"
3120version = "1.0.93"
3121source = "registry+https://github.com/rust-lang/crates.io-index"
3122checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
3123dependencies = [
3124 "unicode-ident",
3125]
3126
3127[[package]]
3128name = "proc-macro2-diagnostics"
3129version = "0.10.1"
3130source = "registry+https://github.com/rust-lang/crates.io-index"
3131checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
3132dependencies = [
3133 "proc-macro2",
3134 "quote",
3135 "syn",
3136 "version_check",
3137 "yansi",
3138]
3139
3140[[package]]
3141name = "prost"
3142version = "0.13.5"
3143source = "registry+https://github.com/rust-lang/crates.io-index"
3144checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
3145dependencies = [
3146 "bytes",
3147 "prost-derive",
3148]
3149
3150[[package]]
3151name = "prost-build"
3152version = "0.13.5"
3153source = "registry+https://github.com/rust-lang/crates.io-index"
3154checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf"
3155dependencies = [
3156 "heck",
3157 "itertools 0.14.0",
3158 "log",
3159 "multimap",
3160 "once_cell",
3161 "petgraph",
3162 "prettyplease",
3163 "prost",
3164 "prost-types",
3165 "regex",
3166 "syn",
3167 "tempfile",
3168]
3169
3170[[package]]
3171name = "prost-derive"
3172version = "0.13.5"
3173source = "registry+https://github.com/rust-lang/crates.io-index"
3174checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
3175dependencies = [
3176 "anyhow",
3177 "itertools 0.14.0",
3178 "proc-macro2",
3179 "quote",
3180 "syn",
3181]
3182
3183[[package]]
3184name = "prost-types"
3185version = "0.13.5"
3186source = "registry+https://github.com/rust-lang/crates.io-index"
3187checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16"
3188dependencies = [
3189 "prost",
3190]
3191
3192[[package]]
3193name = "quanta"
3194version = "0.12.5"
3195source = "registry+https://github.com/rust-lang/crates.io-index"
3196checksum = "3bd1fe6824cea6538803de3ff1bc0cf3949024db3d43c9643024bfb33a807c0e"
3197dependencies = [
3198 "crossbeam-utils",
3199 "libc",
3200 "once_cell",
3201 "raw-cpuid",
3202 "wasi 0.11.0+wasi-snapshot-preview1",
3203 "web-sys",
3204 "winapi",
3205]
3206
3207[[package]]
3208name = "quick-error"
3209version = "1.2.3"
3210source = "registry+https://github.com/rust-lang/crates.io-index"
3211checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
3212
3213[[package]]
3214name = "quote"
3215version = "1.0.38"
3216source = "registry+https://github.com/rust-lang/crates.io-index"
3217checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
3218dependencies = [
3219 "proc-macro2",
3220]
3221
3222[[package]]
3223name = "r-efi"
3224version = "5.2.0"
3225source = "registry+https://github.com/rust-lang/crates.io-index"
3226checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
3227
3228[[package]]
3229name = "rand"
3230version = "0.8.5"
3231source = "registry+https://github.com/rust-lang/crates.io-index"
3232checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
3233dependencies = [
3234 "libc",
3235 "rand_chacha 0.3.1",
3236 "rand_core 0.6.4",
3237]
3238
3239[[package]]
3240name = "rand"
3241version = "0.9.1"
3242source = "registry+https://github.com/rust-lang/crates.io-index"
3243checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
3244dependencies = [
3245 "rand_chacha 0.9.0",
3246 "rand_core 0.9.3",
3247]
3248
3249[[package]]
3250name = "rand_chacha"
3251version = "0.3.1"
3252source = "registry+https://github.com/rust-lang/crates.io-index"
3253checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
3254dependencies = [
3255 "ppv-lite86",
3256 "rand_core 0.6.4",
3257]
3258
3259[[package]]
3260name = "rand_chacha"
3261version = "0.9.0"
3262source = "registry+https://github.com/rust-lang/crates.io-index"
3263checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
3264dependencies = [
3265 "ppv-lite86",
3266 "rand_core 0.9.3",
3267]
3268
3269[[package]]
3270name = "rand_core"
3271version = "0.6.4"
3272source = "registry+https://github.com/rust-lang/crates.io-index"
3273checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
3274dependencies = [
3275 "getrandom 0.2.15",
3276]
3277
3278[[package]]
3279name = "rand_core"
3280version = "0.9.3"
3281source = "registry+https://github.com/rust-lang/crates.io-index"
3282checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
3283dependencies = [
3284 "getrandom 0.3.3",
3285]
3286
3287[[package]]
3288name = "rand_xoshiro"
3289version = "0.7.0"
3290source = "registry+https://github.com/rust-lang/crates.io-index"
3291checksum = "f703f4665700daf5512dcca5f43afa6af89f09db47fb56be587f80636bda2d41"
3292dependencies = [
3293 "rand_core 0.9.3",
3294]
3295
3296[[package]]
3297name = "raw-cpuid"
3298version = "11.5.0"
3299source = "registry+https://github.com/rust-lang/crates.io-index"
3300checksum = "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146"
3301dependencies = [
3302 "bitflags 2.8.0",
3303]
3304
3305[[package]]
3306name = "redis"
3307version = "0.32.4"
3308source = "registry+https://github.com/rust-lang/crates.io-index"
3309checksum = "e1f66bf4cac9733a23bcdf1e0e01effbaaad208567beba68be8f67e5f4af3ee1"
3310dependencies = [
3311 "bytes",
3312 "cfg-if",
3313 "combine",
3314 "futures-util",
3315 "itoa",
3316 "native-tls",
3317 "num-bigint",
3318 "percent-encoding",
3319 "pin-project-lite",
3320 "ryu",
3321 "sha1_smol",
3322 "socket2 0.6.0",
3323 "tokio",
3324 "tokio-native-tls",
3325 "tokio-util",
3326 "url",
3327]
3328
3329[[package]]
3330name = "redox_syscall"
3331version = "0.2.16"
3332source = "registry+https://github.com/rust-lang/crates.io-index"
3333checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
3334dependencies = [
3335 "bitflags 1.3.2",
3336]
3337
3338[[package]]
3339name = "redox_syscall"
3340version = "0.5.8"
3341source = "registry+https://github.com/rust-lang/crates.io-index"
3342checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
3343dependencies = [
3344 "bitflags 2.8.0",
3345]
3346
3347[[package]]
3348name = "ref-cast"
3349version = "1.0.24"
3350source = "registry+https://github.com/rust-lang/crates.io-index"
3351checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
3352dependencies = [
3353 "ref-cast-impl",
3354]
3355
3356[[package]]
3357name = "ref-cast-impl"
3358version = "1.0.24"
3359source = "registry+https://github.com/rust-lang/crates.io-index"
3360checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
3361dependencies = [
3362 "proc-macro2",
3363 "quote",
3364 "syn",
3365]
3366
3367[[package]]
3368name = "regex"
3369version = "1.11.1"
3370source = "registry+https://github.com/rust-lang/crates.io-index"
3371checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
3372dependencies = [
3373 "aho-corasick",
3374 "memchr",
3375 "regex-automata",
3376 "regex-syntax",
3377]
3378
3379[[package]]
3380name = "regex-automata"
3381version = "0.4.9"
3382source = "registry+https://github.com/rust-lang/crates.io-index"
3383checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
3384dependencies = [
3385 "aho-corasick",
3386 "memchr",
3387 "regex-syntax",
3388]
3389
3390[[package]]
3391name = "regex-syntax"
3392version = "0.8.5"
3393source = "registry+https://github.com/rust-lang/crates.io-index"
3394checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
3395
3396[[package]]
3397name = "reqwest"
3398version = "0.12.12"
3399source = "registry+https://github.com/rust-lang/crates.io-index"
3400checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da"
3401dependencies = [
3402 "async-compression",
3403 "base64 0.22.1",
3404 "bytes",
3405 "encoding_rs",
3406 "futures-core",
3407 "futures-util",
3408 "h2",
3409 "http",
3410 "http-body",
3411 "http-body-util",
3412 "hyper",
3413 "hyper-rustls",
3414 "hyper-tls",
3415 "hyper-util",
3416 "ipnet",
3417 "js-sys",
3418 "log",
3419 "mime",
3420 "native-tls",
3421 "once_cell",
3422 "percent-encoding",
3423 "pin-project-lite",
3424 "rustls-pemfile",
3425 "serde",
3426 "serde_json",
3427 "serde_urlencoded",
3428 "sync_wrapper",
3429 "system-configuration",
3430 "tokio",
3431 "tokio-native-tls",
3432 "tokio-util",
3433 "tower",
3434 "tower-service",
3435 "url",
3436 "wasm-bindgen",
3437 "wasm-bindgen-futures",
3438 "wasm-streams",
3439 "web-sys",
3440 "windows-registry",
3441]
3442
3443[[package]]
3444name = "resolv-conf"
3445version = "0.7.0"
3446source = "registry+https://github.com/rust-lang/crates.io-index"
3447checksum = "52e44394d2086d010551b14b53b1f24e31647570cd1deb0379e2c21b329aba00"
3448dependencies = [
3449 "hostname",
3450 "quick-error",
3451]
3452
3453[[package]]
3454name = "rfc6979"
3455version = "0.4.0"
3456source = "registry+https://github.com/rust-lang/crates.io-index"
3457checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
3458dependencies = [
3459 "hmac",
3460 "subtle",
3461]
3462
3463[[package]]
3464name = "ring"
3465version = "0.17.8"
3466source = "registry+https://github.com/rust-lang/crates.io-index"
3467checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
3468dependencies = [
3469 "cc",
3470 "cfg-if",
3471 "getrandom 0.2.15",
3472 "libc",
3473 "spin",
3474 "untrusted",
3475 "windows-sys 0.52.0",
3476]
3477
3478[[package]]
3479name = "rocksdb"
3480version = "0.23.0"
3481source = "registry+https://github.com/rust-lang/crates.io-index"
3482checksum = "26ec73b20525cb235bad420f911473b69f9fe27cc856c5461bccd7e4af037f43"
3483dependencies = [
3484 "libc",
3485 "librocksdb-sys",
3486]
3487
3488[[package]]
3489name = "rsa"
3490version = "0.9.8"
3491source = "registry+https://github.com/rust-lang/crates.io-index"
3492checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b"
3493dependencies = [
3494 "const-oid",
3495 "digest",
3496 "num-bigint-dig",
3497 "num-integer",
3498 "num-traits",
3499 "pkcs1",
3500 "pkcs8",
3501 "rand_core 0.6.4",
3502 "signature",
3503 "spki",
3504 "subtle",
3505 "zeroize",
3506]
3507
3508[[package]]
3509name = "rustc-demangle"
3510version = "0.1.24"
3511source = "registry+https://github.com/rust-lang/crates.io-index"
3512checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
3513
3514[[package]]
3515name = "rustc-hash"
3516version = "1.1.0"
3517source = "registry+https://github.com/rust-lang/crates.io-index"
3518checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
3519
3520[[package]]
3521name = "rustc_version"
3522version = "0.4.1"
3523source = "registry+https://github.com/rust-lang/crates.io-index"
3524checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
3525dependencies = [
3526 "semver",
3527]
3528
3529[[package]]
3530name = "rustix"
3531version = "0.38.44"
3532source = "registry+https://github.com/rust-lang/crates.io-index"
3533checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
3534dependencies = [
3535 "bitflags 2.8.0",
3536 "errno",
3537 "libc",
3538 "linux-raw-sys",
3539 "windows-sys 0.59.0",
3540]
3541
3542[[package]]
3543name = "rustls"
3544version = "0.23.22"
3545source = "registry+https://github.com/rust-lang/crates.io-index"
3546checksum = "9fb9263ab4eb695e42321db096e3b8fbd715a59b154d5c88d82db2175b681ba7"
3547dependencies = [
3548 "aws-lc-rs",
3549 "once_cell",
3550 "rustls-pki-types",
3551 "rustls-webpki",
3552 "subtle",
3553 "zeroize",
3554]
3555
3556[[package]]
3557name = "rustls-native-certs"
3558version = "0.8.1"
3559source = "registry+https://github.com/rust-lang/crates.io-index"
3560checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
3561dependencies = [
3562 "openssl-probe",
3563 "rustls-pki-types",
3564 "schannel",
3565 "security-framework 3.2.0",
3566]
3567
3568[[package]]
3569name = "rustls-pemfile"
3570version = "2.2.0"
3571source = "registry+https://github.com/rust-lang/crates.io-index"
3572checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
3573dependencies = [
3574 "rustls-pki-types",
3575]
3576
3577[[package]]
3578name = "rustls-pki-types"
3579version = "1.11.0"
3580source = "registry+https://github.com/rust-lang/crates.io-index"
3581checksum = "917ce264624a4b4db1c364dcc35bfca9ded014d0a958cd47ad3e960e988ea51c"
3582
3583[[package]]
3584name = "rustls-webpki"
3585version = "0.102.8"
3586source = "registry+https://github.com/rust-lang/crates.io-index"
3587checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
3588dependencies = [
3589 "aws-lc-rs",
3590 "ring",
3591 "rustls-pki-types",
3592 "untrusted",
3593]
3594
3595[[package]]
3596name = "rustversion"
3597version = "1.0.19"
3598source = "registry+https://github.com/rust-lang/crates.io-index"
3599checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
3600
3601[[package]]
3602name = "ryu"
3603version = "1.0.18"
3604source = "registry+https://github.com/rust-lang/crates.io-index"
3605checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
3606
3607[[package]]
3608name = "same-file"
3609version = "1.0.6"
3610source = "registry+https://github.com/rust-lang/crates.io-index"
3611checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
3612dependencies = [
3613 "winapi-util",
3614]
3615
3616[[package]]
3617name = "schannel"
3618version = "0.1.27"
3619source = "registry+https://github.com/rust-lang/crates.io-index"
3620checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
3621dependencies = [
3622 "windows-sys 0.59.0",
3623]
3624
3625[[package]]
3626name = "schemars"
3627version = "0.9.0"
3628source = "registry+https://github.com/rust-lang/crates.io-index"
3629checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
3630dependencies = [
3631 "dyn-clone",
3632 "ref-cast",
3633 "serde",
3634 "serde_json",
3635]
3636
3637[[package]]
3638name = "schemars"
3639version = "1.0.4"
3640source = "registry+https://github.com/rust-lang/crates.io-index"
3641checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
3642dependencies = [
3643 "dyn-clone",
3644 "ref-cast",
3645 "serde",
3646 "serde_json",
3647]
3648
3649[[package]]
3650name = "scoped-futures"
3651version = "0.1.4"
3652source = "registry+https://github.com/rust-lang/crates.io-index"
3653checksum = "1b24aae2d0636530f359e9d5ef0c04669d11c5e756699b27a6a6d845d8329091"
3654dependencies = [
3655 "pin-project-lite",
3656]
3657
3658[[package]]
3659name = "scopeguard"
3660version = "1.2.0"
3661source = "registry+https://github.com/rust-lang/crates.io-index"
3662checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
3663
3664[[package]]
3665name = "sec1"
3666version = "0.7.3"
3667source = "registry+https://github.com/rust-lang/crates.io-index"
3668checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
3669dependencies = [
3670 "base16ct",
3671 "der",
3672 "generic-array",
3673 "pkcs8",
3674 "subtle",
3675 "zeroize",
3676]
3677
3678[[package]]
3679name = "security-framework"
3680version = "2.11.1"
3681source = "registry+https://github.com/rust-lang/crates.io-index"
3682checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
3683dependencies = [
3684 "bitflags 2.8.0",
3685 "core-foundation 0.9.4",
3686 "core-foundation-sys",
3687 "libc",
3688 "security-framework-sys",
3689]
3690
3691[[package]]
3692name = "security-framework"
3693version = "3.2.0"
3694source = "registry+https://github.com/rust-lang/crates.io-index"
3695checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
3696dependencies = [
3697 "bitflags 2.8.0",
3698 "core-foundation 0.10.0",
3699 "core-foundation-sys",
3700 "libc",
3701 "security-framework-sys",
3702]
3703
3704[[package]]
3705name = "security-framework-sys"
3706version = "2.14.0"
3707source = "registry+https://github.com/rust-lang/crates.io-index"
3708checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
3709dependencies = [
3710 "core-foundation-sys",
3711 "libc",
3712]
3713
3714[[package]]
3715name = "semver"
3716version = "1.0.26"
3717source = "registry+https://github.com/rust-lang/crates.io-index"
3718checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
3719
3720[[package]]
3721name = "serde"
3722version = "1.0.219"
3723source = "registry+https://github.com/rust-lang/crates.io-index"
3724checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
3725dependencies = [
3726 "serde_derive",
3727]
3728
3729[[package]]
3730name = "serde_bytes"
3731version = "0.11.15"
3732source = "registry+https://github.com/rust-lang/crates.io-index"
3733checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a"
3734dependencies = [
3735 "serde",
3736]
3737
3738[[package]]
3739name = "serde_derive"
3740version = "1.0.219"
3741source = "registry+https://github.com/rust-lang/crates.io-index"
3742checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
3743dependencies = [
3744 "proc-macro2",
3745 "quote",
3746 "syn",
3747]
3748
3749[[package]]
3750name = "serde_html_form"
3751version = "0.2.7"
3752source = "registry+https://github.com/rust-lang/crates.io-index"
3753checksum = "9d2de91cf02bbc07cde38891769ccd5d4f073d22a40683aa4bc7a95781aaa2c4"
3754dependencies = [
3755 "form_urlencoded",
3756 "indexmap 2.7.1",
3757 "itoa",
3758 "ryu",
3759 "serde",
3760]
3761
3762[[package]]
3763name = "serde_ipld_dagcbor"
3764version = "0.6.1"
3765source = "registry+https://github.com/rust-lang/crates.io-index"
3766checksum = "ded35fbe4ab8fdec1f1d14b4daff2206b1eada4d6e708cb451d464d2d965f493"
3767dependencies = [
3768 "cbor4ii",
3769 "ipld-core",
3770 "scopeguard",
3771 "serde",
3772]
3773
3774[[package]]
3775name = "serde_json"
3776version = "1.0.141"
3777source = "registry+https://github.com/rust-lang/crates.io-index"
3778checksum = "30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3"
3779dependencies = [
3780 "itoa",
3781 "memchr",
3782 "ryu",
3783 "serde",
3784]
3785
3786[[package]]
3787name = "serde_path_to_error"
3788version = "0.1.16"
3789source = "registry+https://github.com/rust-lang/crates.io-index"
3790checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
3791dependencies = [
3792 "itoa",
3793 "serde",
3794]
3795
3796[[package]]
3797name = "serde_spanned"
3798version = "0.6.8"
3799source = "registry+https://github.com/rust-lang/crates.io-index"
3800checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
3801dependencies = [
3802 "serde",
3803]
3804
3805[[package]]
3806name = "serde_spanned"
3807version = "1.0.0"
3808source = "registry+https://github.com/rust-lang/crates.io-index"
3809checksum = "40734c41988f7306bb04f0ecf60ec0f3f1caa34290e4e8ea471dcd3346483b83"
3810dependencies = [
3811 "serde",
3812]
3813
3814[[package]]
3815name = "serde_urlencoded"
3816version = "0.7.1"
3817source = "registry+https://github.com/rust-lang/crates.io-index"
3818checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
3819dependencies = [
3820 "form_urlencoded",
3821 "itoa",
3822 "ryu",
3823 "serde",
3824]
3825
3826[[package]]
3827name = "serde_with"
3828version = "3.14.0"
3829source = "registry+https://github.com/rust-lang/crates.io-index"
3830checksum = "f2c45cd61fefa9db6f254525d46e392b852e0e61d9a1fd36e5bd183450a556d5"
3831dependencies = [
3832 "base64 0.22.1",
3833 "chrono",
3834 "hex",
3835 "indexmap 1.9.3",
3836 "indexmap 2.7.1",
3837 "schemars 0.9.0",
3838 "schemars 1.0.4",
3839 "serde",
3840 "serde_derive",
3841 "serde_json",
3842 "serde_with_macros",
3843 "time",
3844]
3845
3846[[package]]
3847name = "serde_with_macros"
3848version = "3.14.0"
3849source = "registry+https://github.com/rust-lang/crates.io-index"
3850checksum = "de90945e6565ce0d9a25098082ed4ee4002e047cb59892c318d66821e14bb30f"
3851dependencies = [
3852 "darling",
3853 "proc-macro2",
3854 "quote",
3855 "syn",
3856]
3857
3858[[package]]
3859name = "sha1"
3860version = "0.10.6"
3861source = "registry+https://github.com/rust-lang/crates.io-index"
3862checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
3863dependencies = [
3864 "cfg-if",
3865 "cpufeatures",
3866 "digest",
3867]
3868
3869[[package]]
3870name = "sha1_smol"
3871version = "1.0.1"
3872source = "registry+https://github.com/rust-lang/crates.io-index"
3873checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
3874
3875[[package]]
3876name = "sha2"
3877version = "0.10.8"
3878source = "registry+https://github.com/rust-lang/crates.io-index"
3879checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
3880dependencies = [
3881 "cfg-if",
3882 "cpufeatures",
3883 "digest",
3884]
3885
3886[[package]]
3887name = "sharded-slab"
3888version = "0.1.7"
3889source = "registry+https://github.com/rust-lang/crates.io-index"
3890checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
3891dependencies = [
3892 "lazy_static",
3893]
3894
3895[[package]]
3896name = "shlex"
3897version = "1.3.0"
3898source = "registry+https://github.com/rust-lang/crates.io-index"
3899checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
3900
3901[[package]]
3902name = "signal-hook-registry"
3903version = "1.4.2"
3904source = "registry+https://github.com/rust-lang/crates.io-index"
3905checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
3906dependencies = [
3907 "libc",
3908]
3909
3910[[package]]
3911name = "signature"
3912version = "2.2.0"
3913source = "registry+https://github.com/rust-lang/crates.io-index"
3914checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
3915dependencies = [
3916 "digest",
3917 "rand_core 0.6.4",
3918]
3919
3920[[package]]
3921name = "simple_asn1"
3922version = "0.6.3"
3923source = "registry+https://github.com/rust-lang/crates.io-index"
3924checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
3925dependencies = [
3926 "num-bigint",
3927 "num-traits",
3928 "thiserror 2.0.12",
3929 "time",
3930]
3931
3932[[package]]
3933name = "siphasher"
3934version = "1.0.1"
3935source = "registry+https://github.com/rust-lang/crates.io-index"
3936checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
3937
3938[[package]]
3939name = "sketches-ddsketch"
3940version = "0.3.0"
3941source = "registry+https://github.com/rust-lang/crates.io-index"
3942checksum = "c1e9a774a6c28142ac54bb25d25562e6bcf957493a184f15ad4eebccb23e410a"
3943
3944[[package]]
3945name = "slab"
3946version = "0.4.9"
3947source = "registry+https://github.com/rust-lang/crates.io-index"
3948checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
3949dependencies = [
3950 "autocfg",
3951]
3952
3953[[package]]
3954name = "sled"
3955version = "0.34.7"
3956source = "registry+https://github.com/rust-lang/crates.io-index"
3957checksum = "7f96b4737c2ce5987354855aed3797279def4ebf734436c6aa4552cf8e169935"
3958dependencies = [
3959 "crc32fast",
3960 "crossbeam-epoch",
3961 "crossbeam-utils",
3962 "fs2",
3963 "fxhash",
3964 "libc",
3965 "log",
3966 "parking_lot 0.11.2",
3967]
3968
3969[[package]]
3970name = "smallvec"
3971version = "1.13.2"
3972source = "registry+https://github.com/rust-lang/crates.io-index"
3973checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
3974
3975[[package]]
3976name = "socket2"
3977version = "0.5.8"
3978source = "registry+https://github.com/rust-lang/crates.io-index"
3979checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
3980dependencies = [
3981 "libc",
3982 "windows-sys 0.52.0",
3983]
3984
3985[[package]]
3986name = "socket2"
3987version = "0.6.0"
3988source = "registry+https://github.com/rust-lang/crates.io-index"
3989checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
3990dependencies = [
3991 "libc",
3992 "windows-sys 0.59.0",
3993]
3994
3995[[package]]
3996name = "spin"
3997version = "0.9.8"
3998source = "registry+https://github.com/rust-lang/crates.io-index"
3999checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
4000dependencies = [
4001 "lock_api",
4002]
4003
4004[[package]]
4005name = "spki"
4006version = "0.7.3"
4007source = "registry+https://github.com/rust-lang/crates.io-index"
4008checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
4009dependencies = [
4010 "base64ct",
4011 "der",
4012]
4013
4014[[package]]
4015name = "stable_deref_trait"
4016version = "1.2.0"
4017source = "registry+https://github.com/rust-lang/crates.io-index"
4018checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
4019
4020[[package]]
4021name = "stringprep"
4022version = "0.1.5"
4023source = "registry+https://github.com/rust-lang/crates.io-index"
4024checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
4025dependencies = [
4026 "unicode-bidi",
4027 "unicode-normalization",
4028 "unicode-properties",
4029]
4030
4031[[package]]
4032name = "strsim"
4033version = "0.11.1"
4034source = "registry+https://github.com/rust-lang/crates.io-index"
4035checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
4036
4037[[package]]
4038name = "subtle"
4039version = "2.6.1"
4040source = "registry+https://github.com/rust-lang/crates.io-index"
4041checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
4042
4043[[package]]
4044name = "syn"
4045version = "2.0.96"
4046source = "registry+https://github.com/rust-lang/crates.io-index"
4047checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80"
4048dependencies = [
4049 "proc-macro2",
4050 "quote",
4051 "unicode-ident",
4052]
4053
4054[[package]]
4055name = "sync_wrapper"
4056version = "1.0.2"
4057source = "registry+https://github.com/rust-lang/crates.io-index"
4058checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
4059dependencies = [
4060 "futures-core",
4061]
4062
4063[[package]]
4064name = "synstructure"
4065version = "0.13.1"
4066source = "registry+https://github.com/rust-lang/crates.io-index"
4067checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
4068dependencies = [
4069 "proc-macro2",
4070 "quote",
4071 "syn",
4072]
4073
4074[[package]]
4075name = "system-configuration"
4076version = "0.6.1"
4077source = "registry+https://github.com/rust-lang/crates.io-index"
4078checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
4079dependencies = [
4080 "bitflags 2.8.0",
4081 "core-foundation 0.9.4",
4082 "system-configuration-sys",
4083]
4084
4085[[package]]
4086name = "system-configuration-sys"
4087version = "0.6.0"
4088source = "registry+https://github.com/rust-lang/crates.io-index"
4089checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
4090dependencies = [
4091 "core-foundation-sys",
4092 "libc",
4093]
4094
4095[[package]]
4096name = "tempfile"
4097version = "3.15.0"
4098source = "registry+https://github.com/rust-lang/crates.io-index"
4099checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
4100dependencies = [
4101 "cfg-if",
4102 "fastrand",
4103 "getrandom 0.2.15",
4104 "once_cell",
4105 "rustix",
4106 "windows-sys 0.59.0",
4107]
4108
4109[[package]]
4110name = "thiserror"
4111version = "1.0.69"
4112source = "registry+https://github.com/rust-lang/crates.io-index"
4113checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
4114dependencies = [
4115 "thiserror-impl 1.0.69",
4116]
4117
4118[[package]]
4119name = "thiserror"
4120version = "2.0.12"
4121source = "registry+https://github.com/rust-lang/crates.io-index"
4122checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
4123dependencies = [
4124 "thiserror-impl 2.0.12",
4125]
4126
4127[[package]]
4128name = "thiserror-impl"
4129version = "1.0.69"
4130source = "registry+https://github.com/rust-lang/crates.io-index"
4131checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
4132dependencies = [
4133 "proc-macro2",
4134 "quote",
4135 "syn",
4136]
4137
4138[[package]]
4139name = "thiserror-impl"
4140version = "2.0.12"
4141source = "registry+https://github.com/rust-lang/crates.io-index"
4142checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
4143dependencies = [
4144 "proc-macro2",
4145 "quote",
4146 "syn",
4147]
4148
4149[[package]]
4150name = "thread_local"
4151version = "1.1.8"
4152source = "registry+https://github.com/rust-lang/crates.io-index"
4153checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
4154dependencies = [
4155 "cfg-if",
4156 "once_cell",
4157]
4158
4159[[package]]
4160name = "time"
4161version = "0.3.41"
4162source = "registry+https://github.com/rust-lang/crates.io-index"
4163checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
4164dependencies = [
4165 "deranged",
4166 "itoa",
4167 "num-conv",
4168 "powerfmt",
4169 "serde",
4170 "time-core",
4171 "time-macros",
4172]
4173
4174[[package]]
4175name = "time-core"
4176version = "0.1.4"
4177source = "registry+https://github.com/rust-lang/crates.io-index"
4178checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
4179
4180[[package]]
4181name = "time-macros"
4182version = "0.2.22"
4183source = "registry+https://github.com/rust-lang/crates.io-index"
4184checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
4185dependencies = [
4186 "num-conv",
4187 "time-core",
4188]
4189
4190[[package]]
4191name = "tinystr"
4192version = "0.7.6"
4193source = "registry+https://github.com/rust-lang/crates.io-index"
4194checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
4195dependencies = [
4196 "displaydoc",
4197 "zerovec",
4198]
4199
4200[[package]]
4201name = "tinyvec"
4202version = "1.8.1"
4203source = "registry+https://github.com/rust-lang/crates.io-index"
4204checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8"
4205dependencies = [
4206 "tinyvec_macros",
4207]
4208
4209[[package]]
4210name = "tinyvec_macros"
4211version = "0.1.1"
4212source = "registry+https://github.com/rust-lang/crates.io-index"
4213checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
4214
4215[[package]]
4216name = "tokio"
4217version = "1.46.1"
4218source = "registry+https://github.com/rust-lang/crates.io-index"
4219checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17"
4220dependencies = [
4221 "backtrace",
4222 "bytes",
4223 "io-uring",
4224 "libc",
4225 "mio",
4226 "parking_lot 0.12.3",
4227 "pin-project-lite",
4228 "signal-hook-registry",
4229 "slab",
4230 "socket2 0.5.8",
4231 "tokio-macros",
4232 "windows-sys 0.52.0",
4233]
4234
4235[[package]]
4236name = "tokio-macros"
4237version = "2.5.0"
4238source = "registry+https://github.com/rust-lang/crates.io-index"
4239checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
4240dependencies = [
4241 "proc-macro2",
4242 "quote",
4243 "syn",
4244]
4245
4246[[package]]
4247name = "tokio-native-tls"
4248version = "0.3.1"
4249source = "registry+https://github.com/rust-lang/crates.io-index"
4250checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
4251dependencies = [
4252 "native-tls",
4253 "tokio",
4254]
4255
4256[[package]]
4257name = "tokio-postgres"
4258version = "0.7.12"
4259source = "registry+https://github.com/rust-lang/crates.io-index"
4260checksum = "3b5d3742945bc7d7f210693b0c58ae542c6fd47b17adbbda0885f3dcb34a6bdb"
4261dependencies = [
4262 "async-trait",
4263 "byteorder",
4264 "bytes",
4265 "fallible-iterator",
4266 "futures-channel",
4267 "futures-util",
4268 "log",
4269 "parking_lot 0.12.3",
4270 "percent-encoding",
4271 "phf",
4272 "pin-project-lite",
4273 "postgres-protocol",
4274 "postgres-types",
4275 "rand 0.8.5",
4276 "socket2 0.5.8",
4277 "tokio",
4278 "tokio-util",
4279 "whoami",
4280]
4281
4282[[package]]
4283name = "tokio-rustls"
4284version = "0.26.1"
4285source = "registry+https://github.com/rust-lang/crates.io-index"
4286checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
4287dependencies = [
4288 "rustls",
4289 "tokio",
4290]
4291
4292[[package]]
4293name = "tokio-stream"
4294version = "0.1.17"
4295source = "registry+https://github.com/rust-lang/crates.io-index"
4296checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
4297dependencies = [
4298 "futures-core",
4299 "pin-project-lite",
4300 "tokio",
4301 "tokio-util",
4302]
4303
4304[[package]]
4305name = "tokio-tungstenite"
4306version = "0.26.2"
4307source = "registry+https://github.com/rust-lang/crates.io-index"
4308checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
4309dependencies = [
4310 "futures-util",
4311 "log",
4312 "native-tls",
4313 "tokio",
4314 "tokio-native-tls",
4315 "tungstenite",
4316]
4317
4318[[package]]
4319name = "tokio-util"
4320version = "0.7.15"
4321source = "registry+https://github.com/rust-lang/crates.io-index"
4322checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
4323dependencies = [
4324 "bytes",
4325 "futures-core",
4326 "futures-sink",
4327 "futures-util",
4328 "hashbrown 0.15.2",
4329 "pin-project-lite",
4330 "tokio",
4331]
4332
4333[[package]]
4334name = "toml"
4335version = "0.8.19"
4336source = "registry+https://github.com/rust-lang/crates.io-index"
4337checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
4338dependencies = [
4339 "serde",
4340 "serde_spanned 0.6.8",
4341 "toml_datetime 0.6.8",
4342 "toml_edit",
4343]
4344
4345[[package]]
4346name = "toml"
4347version = "0.9.2"
4348source = "registry+https://github.com/rust-lang/crates.io-index"
4349checksum = "ed0aee96c12fa71097902e0bb061a5e1ebd766a6636bb605ba401c45c1650eac"
4350dependencies = [
4351 "indexmap 2.7.1",
4352 "serde",
4353 "serde_spanned 1.0.0",
4354 "toml_datetime 0.7.0",
4355 "toml_parser",
4356 "toml_writer",
4357 "winnow 0.7.12",
4358]
4359
4360[[package]]
4361name = "toml_datetime"
4362version = "0.6.8"
4363source = "registry+https://github.com/rust-lang/crates.io-index"
4364checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
4365dependencies = [
4366 "serde",
4367]
4368
4369[[package]]
4370name = "toml_datetime"
4371version = "0.7.0"
4372source = "registry+https://github.com/rust-lang/crates.io-index"
4373checksum = "bade1c3e902f58d73d3f294cd7f20391c1cb2fbcb643b73566bc773971df91e3"
4374dependencies = [
4375 "serde",
4376]
4377
4378[[package]]
4379name = "toml_edit"
4380version = "0.22.22"
4381source = "registry+https://github.com/rust-lang/crates.io-index"
4382checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
4383dependencies = [
4384 "indexmap 2.7.1",
4385 "serde",
4386 "serde_spanned 0.6.8",
4387 "toml_datetime 0.6.8",
4388 "winnow 0.6.24",
4389]
4390
4391[[package]]
4392name = "toml_parser"
4393version = "1.0.1"
4394source = "registry+https://github.com/rust-lang/crates.io-index"
4395checksum = "97200572db069e74c512a14117b296ba0a80a30123fbbb5aa1f4a348f639ca30"
4396dependencies = [
4397 "winnow 0.7.12",
4398]
4399
4400[[package]]
4401name = "toml_writer"
4402version = "1.0.2"
4403source = "registry+https://github.com/rust-lang/crates.io-index"
4404checksum = "fcc842091f2def52017664b53082ecbbeb5c7731092bad69d2c63050401dfd64"
4405
4406[[package]]
4407name = "tonic"
4408version = "0.13.1"
4409source = "registry+https://github.com/rust-lang/crates.io-index"
4410checksum = "7e581ba15a835f4d9ea06c55ab1bd4dce26fc53752c69a04aac00703bfb49ba9"
4411dependencies = [
4412 "async-trait",
4413 "axum",
4414 "base64 0.22.1",
4415 "bytes",
4416 "h2",
4417 "http",
4418 "http-body",
4419 "http-body-util",
4420 "hyper",
4421 "hyper-timeout",
4422 "hyper-util",
4423 "percent-encoding",
4424 "pin-project",
4425 "prost",
4426 "socket2 0.5.8",
4427 "tokio",
4428 "tokio-stream",
4429 "tower",
4430 "tower-layer",
4431 "tower-service",
4432 "tracing",
4433]
4434
4435[[package]]
4436name = "tonic-build"
4437version = "0.13.0"
4438source = "registry+https://github.com/rust-lang/crates.io-index"
4439checksum = "d85f0383fadd15609306383a90e85eaed44169f931a5d2be1b42c76ceff1825e"
4440dependencies = [
4441 "prettyplease",
4442 "proc-macro2",
4443 "prost-build",
4444 "prost-types",
4445 "quote",
4446 "syn",
4447]
4448
4449[[package]]
4450name = "tonic-health"
4451version = "0.13.1"
4452source = "registry+https://github.com/rust-lang/crates.io-index"
4453checksum = "cb87334d340313fefa513b6e60794d44a86d5f039b523229c99c323e4e19ca4b"
4454dependencies = [
4455 "prost",
4456 "tokio",
4457 "tokio-stream",
4458 "tonic",
4459]
4460
4461[[package]]
4462name = "tower"
4463version = "0.5.2"
4464source = "registry+https://github.com/rust-lang/crates.io-index"
4465checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
4466dependencies = [
4467 "futures-core",
4468 "futures-util",
4469 "indexmap 2.7.1",
4470 "pin-project-lite",
4471 "slab",
4472 "sync_wrapper",
4473 "tokio",
4474 "tokio-util",
4475 "tower-layer",
4476 "tower-service",
4477 "tracing",
4478]
4479
4480[[package]]
4481name = "tower-http"
4482version = "0.6.6"
4483source = "registry+https://github.com/rust-lang/crates.io-index"
4484checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
4485dependencies = [
4486 "bitflags 2.8.0",
4487 "bytes",
4488 "http",
4489 "http-body",
4490 "pin-project-lite",
4491 "tower-layer",
4492 "tower-service",
4493 "tracing",
4494]
4495
4496[[package]]
4497name = "tower-layer"
4498version = "0.3.3"
4499source = "registry+https://github.com/rust-lang/crates.io-index"
4500checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
4501
4502[[package]]
4503name = "tower-service"
4504version = "0.3.3"
4505source = "registry+https://github.com/rust-lang/crates.io-index"
4506checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
4507
4508[[package]]
4509name = "tracing"
4510version = "0.1.41"
4511source = "registry+https://github.com/rust-lang/crates.io-index"
4512checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
4513dependencies = [
4514 "log",
4515 "pin-project-lite",
4516 "tracing-attributes",
4517 "tracing-core",
4518]
4519
4520[[package]]
4521name = "tracing-attributes"
4522version = "0.1.28"
4523source = "registry+https://github.com/rust-lang/crates.io-index"
4524checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
4525dependencies = [
4526 "proc-macro2",
4527 "quote",
4528 "syn",
4529]
4530
4531[[package]]
4532name = "tracing-core"
4533version = "0.1.33"
4534source = "registry+https://github.com/rust-lang/crates.io-index"
4535checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
4536dependencies = [
4537 "once_cell",
4538 "valuable",
4539]
4540
4541[[package]]
4542name = "tracing-log"
4543version = "0.2.0"
4544source = "registry+https://github.com/rust-lang/crates.io-index"
4545checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
4546dependencies = [
4547 "log",
4548 "once_cell",
4549 "tracing-core",
4550]
4551
4552[[package]]
4553name = "tracing-subscriber"
4554version = "0.3.19"
4555source = "registry+https://github.com/rust-lang/crates.io-index"
4556checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
4557dependencies = [
4558 "nu-ansi-term",
4559 "sharded-slab",
4560 "smallvec",
4561 "thread_local",
4562 "tracing-core",
4563 "tracing-log",
4564]
4565
4566[[package]]
4567name = "try-lock"
4568version = "0.2.5"
4569source = "registry+https://github.com/rust-lang/crates.io-index"
4570checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
4571
4572[[package]]
4573name = "tungstenite"
4574version = "0.26.2"
4575source = "registry+https://github.com/rust-lang/crates.io-index"
4576checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
4577dependencies = [
4578 "bytes",
4579 "data-encoding",
4580 "http",
4581 "httparse",
4582 "log",
4583 "native-tls",
4584 "rand 0.9.1",
4585 "sha1",
4586 "thiserror 2.0.12",
4587 "utf-8",
4588]
4589
4590[[package]]
4591name = "typenum"
4592version = "1.17.0"
4593source = "registry+https://github.com/rust-lang/crates.io-index"
4594checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
4595
4596[[package]]
4597name = "uncased"
4598version = "0.9.10"
4599source = "registry+https://github.com/rust-lang/crates.io-index"
4600checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697"
4601dependencies = [
4602 "version_check",
4603]
4604
4605[[package]]
4606name = "unicode-bidi"
4607version = "0.3.18"
4608source = "registry+https://github.com/rust-lang/crates.io-index"
4609checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
4610
4611[[package]]
4612name = "unicode-ident"
4613version = "1.0.14"
4614source = "registry+https://github.com/rust-lang/crates.io-index"
4615checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
4616
4617[[package]]
4618name = "unicode-normalization"
4619version = "0.1.24"
4620source = "registry+https://github.com/rust-lang/crates.io-index"
4621checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
4622dependencies = [
4623 "tinyvec",
4624]
4625
4626[[package]]
4627name = "unicode-properties"
4628version = "0.1.3"
4629source = "registry+https://github.com/rust-lang/crates.io-index"
4630checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
4631
4632[[package]]
4633name = "unsigned-varint"
4634version = "0.7.2"
4635source = "registry+https://github.com/rust-lang/crates.io-index"
4636checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105"
4637
4638[[package]]
4639name = "unsigned-varint"
4640version = "0.8.0"
4641source = "registry+https://github.com/rust-lang/crates.io-index"
4642checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
4643
4644[[package]]
4645name = "untrusted"
4646version = "0.9.0"
4647source = "registry+https://github.com/rust-lang/crates.io-index"
4648checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
4649
4650[[package]]
4651name = "url"
4652version = "2.5.4"
4653source = "registry+https://github.com/rust-lang/crates.io-index"
4654checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
4655dependencies = [
4656 "form_urlencoded",
4657 "idna",
4658 "percent-encoding",
4659]
4660
4661[[package]]
4662name = "utf-8"
4663version = "0.7.6"
4664source = "registry+https://github.com/rust-lang/crates.io-index"
4665checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
4666
4667[[package]]
4668name = "utf16_iter"
4669version = "1.0.5"
4670source = "registry+https://github.com/rust-lang/crates.io-index"
4671checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
4672
4673[[package]]
4674name = "utf8_iter"
4675version = "1.0.4"
4676source = "registry+https://github.com/rust-lang/crates.io-index"
4677checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
4678
4679[[package]]
4680name = "utf8parse"
4681version = "0.2.2"
4682source = "registry+https://github.com/rust-lang/crates.io-index"
4683checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
4684
4685[[package]]
4686name = "valuable"
4687version = "0.1.1"
4688source = "registry+https://github.com/rust-lang/crates.io-index"
4689checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
4690
4691[[package]]
4692name = "value-bag"
4693version = "1.10.0"
4694source = "registry+https://github.com/rust-lang/crates.io-index"
4695checksum = "3ef4c4aa54d5d05a279399bfa921ec387b7aba77caf7a682ae8d86785b8fdad2"
4696
4697[[package]]
4698name = "vcpkg"
4699version = "0.2.15"
4700source = "registry+https://github.com/rust-lang/crates.io-index"
4701checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
4702
4703[[package]]
4704name = "version_check"
4705version = "0.9.5"
4706source = "registry+https://github.com/rust-lang/crates.io-index"
4707checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
4708
4709[[package]]
4710name = "walkdir"
4711version = "2.5.0"
4712source = "registry+https://github.com/rust-lang/crates.io-index"
4713checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
4714dependencies = [
4715 "same-file",
4716 "winapi-util",
4717]
4718
4719[[package]]
4720name = "want"
4721version = "0.3.1"
4722source = "registry+https://github.com/rust-lang/crates.io-index"
4723checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
4724dependencies = [
4725 "try-lock",
4726]
4727
4728[[package]]
4729name = "wasi"
4730version = "0.11.0+wasi-snapshot-preview1"
4731source = "registry+https://github.com/rust-lang/crates.io-index"
4732checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
4733
4734[[package]]
4735name = "wasi"
4736version = "0.14.2+wasi-0.2.4"
4737source = "registry+https://github.com/rust-lang/crates.io-index"
4738checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
4739dependencies = [
4740 "wit-bindgen-rt",
4741]
4742
4743[[package]]
4744name = "wasite"
4745version = "0.1.0"
4746source = "registry+https://github.com/rust-lang/crates.io-index"
4747checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
4748
4749[[package]]
4750name = "wasm-bindgen"
4751version = "0.2.100"
4752source = "registry+https://github.com/rust-lang/crates.io-index"
4753checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
4754dependencies = [
4755 "cfg-if",
4756 "once_cell",
4757 "rustversion",
4758 "wasm-bindgen-macro",
4759]
4760
4761[[package]]
4762name = "wasm-bindgen-backend"
4763version = "0.2.100"
4764source = "registry+https://github.com/rust-lang/crates.io-index"
4765checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
4766dependencies = [
4767 "bumpalo",
4768 "log",
4769 "proc-macro2",
4770 "quote",
4771 "syn",
4772 "wasm-bindgen-shared",
4773]
4774
4775[[package]]
4776name = "wasm-bindgen-futures"
4777version = "0.4.50"
4778source = "registry+https://github.com/rust-lang/crates.io-index"
4779checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
4780dependencies = [
4781 "cfg-if",
4782 "js-sys",
4783 "once_cell",
4784 "wasm-bindgen",
4785 "web-sys",
4786]
4787
4788[[package]]
4789name = "wasm-bindgen-macro"
4790version = "0.2.100"
4791source = "registry+https://github.com/rust-lang/crates.io-index"
4792checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
4793dependencies = [
4794 "quote",
4795 "wasm-bindgen-macro-support",
4796]
4797
4798[[package]]
4799name = "wasm-bindgen-macro-support"
4800version = "0.2.100"
4801source = "registry+https://github.com/rust-lang/crates.io-index"
4802checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
4803dependencies = [
4804 "proc-macro2",
4805 "quote",
4806 "syn",
4807 "wasm-bindgen-backend",
4808 "wasm-bindgen-shared",
4809]
4810
4811[[package]]
4812name = "wasm-bindgen-shared"
4813version = "0.2.100"
4814source = "registry+https://github.com/rust-lang/crates.io-index"
4815checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
4816dependencies = [
4817 "unicode-ident",
4818]
4819
4820[[package]]
4821name = "wasm-streams"
4822version = "0.4.2"
4823source = "registry+https://github.com/rust-lang/crates.io-index"
4824checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
4825dependencies = [
4826 "futures-util",
4827 "js-sys",
4828 "wasm-bindgen",
4829 "wasm-bindgen-futures",
4830 "web-sys",
4831]
4832
4833[[package]]
4834name = "web-sys"
4835version = "0.3.77"
4836source = "registry+https://github.com/rust-lang/crates.io-index"
4837checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
4838dependencies = [
4839 "js-sys",
4840 "wasm-bindgen",
4841]
4842
4843[[package]]
4844name = "which"
4845version = "4.4.2"
4846source = "registry+https://github.com/rust-lang/crates.io-index"
4847checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
4848dependencies = [
4849 "either",
4850 "home",
4851 "once_cell",
4852 "rustix",
4853]
4854
4855[[package]]
4856name = "whoami"
4857version = "1.5.2"
4858source = "registry+https://github.com/rust-lang/crates.io-index"
4859checksum = "372d5b87f58ec45c384ba03563b03544dc5fadc3983e434b286913f5b4a9bb6d"
4860dependencies = [
4861 "redox_syscall 0.5.8",
4862 "wasite",
4863 "web-sys",
4864]
4865
4866[[package]]
4867name = "widestring"
4868version = "1.1.0"
4869source = "registry+https://github.com/rust-lang/crates.io-index"
4870checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311"
4871
4872[[package]]
4873name = "winapi"
4874version = "0.3.9"
4875source = "registry+https://github.com/rust-lang/crates.io-index"
4876checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
4877dependencies = [
4878 "winapi-i686-pc-windows-gnu",
4879 "winapi-x86_64-pc-windows-gnu",
4880]
4881
4882[[package]]
4883name = "winapi-i686-pc-windows-gnu"
4884version = "0.4.0"
4885source = "registry+https://github.com/rust-lang/crates.io-index"
4886checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
4887
4888[[package]]
4889name = "winapi-util"
4890version = "0.1.9"
4891source = "registry+https://github.com/rust-lang/crates.io-index"
4892checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
4893dependencies = [
4894 "windows-sys 0.59.0",
4895]
4896
4897[[package]]
4898name = "winapi-x86_64-pc-windows-gnu"
4899version = "0.4.0"
4900source = "registry+https://github.com/rust-lang/crates.io-index"
4901checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
4902
4903[[package]]
4904name = "windows-core"
4905version = "0.52.0"
4906source = "registry+https://github.com/rust-lang/crates.io-index"
4907checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
4908dependencies = [
4909 "windows-targets 0.52.6",
4910]
4911
4912[[package]]
4913name = "windows-link"
4914version = "0.1.3"
4915source = "registry+https://github.com/rust-lang/crates.io-index"
4916checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
4917
4918[[package]]
4919name = "windows-registry"
4920version = "0.2.0"
4921source = "registry+https://github.com/rust-lang/crates.io-index"
4922checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
4923dependencies = [
4924 "windows-result",
4925 "windows-strings",
4926 "windows-targets 0.52.6",
4927]
4928
4929[[package]]
4930name = "windows-result"
4931version = "0.2.0"
4932source = "registry+https://github.com/rust-lang/crates.io-index"
4933checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
4934dependencies = [
4935 "windows-targets 0.52.6",
4936]
4937
4938[[package]]
4939name = "windows-strings"
4940version = "0.1.0"
4941source = "registry+https://github.com/rust-lang/crates.io-index"
4942checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
4943dependencies = [
4944 "windows-result",
4945 "windows-targets 0.52.6",
4946]
4947
4948[[package]]
4949name = "windows-sys"
4950version = "0.48.0"
4951source = "registry+https://github.com/rust-lang/crates.io-index"
4952checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
4953dependencies = [
4954 "windows-targets 0.48.5",
4955]
4956
4957[[package]]
4958name = "windows-sys"
4959version = "0.52.0"
4960source = "registry+https://github.com/rust-lang/crates.io-index"
4961checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
4962dependencies = [
4963 "windows-targets 0.52.6",
4964]
4965
4966[[package]]
4967name = "windows-sys"
4968version = "0.59.0"
4969source = "registry+https://github.com/rust-lang/crates.io-index"
4970checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
4971dependencies = [
4972 "windows-targets 0.52.6",
4973]
4974
4975[[package]]
4976name = "windows-targets"
4977version = "0.48.5"
4978source = "registry+https://github.com/rust-lang/crates.io-index"
4979checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
4980dependencies = [
4981 "windows_aarch64_gnullvm 0.48.5",
4982 "windows_aarch64_msvc 0.48.5",
4983 "windows_i686_gnu 0.48.5",
4984 "windows_i686_msvc 0.48.5",
4985 "windows_x86_64_gnu 0.48.5",
4986 "windows_x86_64_gnullvm 0.48.5",
4987 "windows_x86_64_msvc 0.48.5",
4988]
4989
4990[[package]]
4991name = "windows-targets"
4992version = "0.52.6"
4993source = "registry+https://github.com/rust-lang/crates.io-index"
4994checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
4995dependencies = [
4996 "windows_aarch64_gnullvm 0.52.6",
4997 "windows_aarch64_msvc 0.52.6",
4998 "windows_i686_gnu 0.52.6",
4999 "windows_i686_gnullvm",
5000 "windows_i686_msvc 0.52.6",
5001 "windows_x86_64_gnu 0.52.6",
5002 "windows_x86_64_gnullvm 0.52.6",
5003 "windows_x86_64_msvc 0.52.6",
5004]
5005
5006[[package]]
5007name = "windows_aarch64_gnullvm"
5008version = "0.48.5"
5009source = "registry+https://github.com/rust-lang/crates.io-index"
5010checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
5011
5012[[package]]
5013name = "windows_aarch64_gnullvm"
5014version = "0.52.6"
5015source = "registry+https://github.com/rust-lang/crates.io-index"
5016checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
5017
5018[[package]]
5019name = "windows_aarch64_msvc"
5020version = "0.48.5"
5021source = "registry+https://github.com/rust-lang/crates.io-index"
5022checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
5023
5024[[package]]
5025name = "windows_aarch64_msvc"
5026version = "0.52.6"
5027source = "registry+https://github.com/rust-lang/crates.io-index"
5028checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
5029
5030[[package]]
5031name = "windows_i686_gnu"
5032version = "0.48.5"
5033source = "registry+https://github.com/rust-lang/crates.io-index"
5034checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
5035
5036[[package]]
5037name = "windows_i686_gnu"
5038version = "0.52.6"
5039source = "registry+https://github.com/rust-lang/crates.io-index"
5040checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
5041
5042[[package]]
5043name = "windows_i686_gnullvm"
5044version = "0.52.6"
5045source = "registry+https://github.com/rust-lang/crates.io-index"
5046checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
5047
5048[[package]]
5049name = "windows_i686_msvc"
5050version = "0.48.5"
5051source = "registry+https://github.com/rust-lang/crates.io-index"
5052checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
5053
5054[[package]]
5055name = "windows_i686_msvc"
5056version = "0.52.6"
5057source = "registry+https://github.com/rust-lang/crates.io-index"
5058checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
5059
5060[[package]]
5061name = "windows_x86_64_gnu"
5062version = "0.48.5"
5063source = "registry+https://github.com/rust-lang/crates.io-index"
5064checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
5065
5066[[package]]
5067name = "windows_x86_64_gnu"
5068version = "0.52.6"
5069source = "registry+https://github.com/rust-lang/crates.io-index"
5070checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
5071
5072[[package]]
5073name = "windows_x86_64_gnullvm"
5074version = "0.48.5"
5075source = "registry+https://github.com/rust-lang/crates.io-index"
5076checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
5077
5078[[package]]
5079name = "windows_x86_64_gnullvm"
5080version = "0.52.6"
5081source = "registry+https://github.com/rust-lang/crates.io-index"
5082checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
5083
5084[[package]]
5085name = "windows_x86_64_msvc"
5086version = "0.48.5"
5087source = "registry+https://github.com/rust-lang/crates.io-index"
5088checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
5089
5090[[package]]
5091name = "windows_x86_64_msvc"
5092version = "0.52.6"
5093source = "registry+https://github.com/rust-lang/crates.io-index"
5094checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
5095
5096[[package]]
5097name = "winnow"
5098version = "0.6.24"
5099source = "registry+https://github.com/rust-lang/crates.io-index"
5100checksum = "c8d71a593cc5c42ad7876e2c1fda56f314f3754c084128833e64f1345ff8a03a"
5101dependencies = [
5102 "memchr",
5103]
5104
5105[[package]]
5106name = "winnow"
5107version = "0.7.12"
5108source = "registry+https://github.com/rust-lang/crates.io-index"
5109checksum = "f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95"
5110
5111[[package]]
5112name = "winreg"
5113version = "0.50.0"
5114source = "registry+https://github.com/rust-lang/crates.io-index"
5115checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
5116dependencies = [
5117 "cfg-if",
5118 "windows-sys 0.48.0",
5119]
5120
5121[[package]]
5122name = "wit-bindgen-rt"
5123version = "0.39.0"
5124source = "registry+https://github.com/rust-lang/crates.io-index"
5125checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
5126dependencies = [
5127 "bitflags 2.8.0",
5128]
5129
5130[[package]]
5131name = "write16"
5132version = "1.0.0"
5133source = "registry+https://github.com/rust-lang/crates.io-index"
5134checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
5135
5136[[package]]
5137name = "writeable"
5138version = "0.5.5"
5139source = "registry+https://github.com/rust-lang/crates.io-index"
5140checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
5141
5142[[package]]
5143name = "yansi"
5144version = "1.0.1"
5145source = "registry+https://github.com/rust-lang/crates.io-index"
5146checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
5147
5148[[package]]
5149name = "yoke"
5150version = "0.7.5"
5151source = "registry+https://github.com/rust-lang/crates.io-index"
5152checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
5153dependencies = [
5154 "serde",
5155 "stable_deref_trait",
5156 "yoke-derive",
5157 "zerofrom",
5158]
5159
5160[[package]]
5161name = "yoke-derive"
5162version = "0.7.5"
5163source = "registry+https://github.com/rust-lang/crates.io-index"
5164checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
5165dependencies = [
5166 "proc-macro2",
5167 "quote",
5168 "syn",
5169 "synstructure",
5170]
5171
5172[[package]]
5173name = "zerocopy"
5174version = "0.7.35"
5175source = "registry+https://github.com/rust-lang/crates.io-index"
5176checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
5177dependencies = [
5178 "byteorder",
5179 "zerocopy-derive",
5180]
5181
5182[[package]]
5183name = "zerocopy-derive"
5184version = "0.7.35"
5185source = "registry+https://github.com/rust-lang/crates.io-index"
5186checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
5187dependencies = [
5188 "proc-macro2",
5189 "quote",
5190 "syn",
5191]
5192
5193[[package]]
5194name = "zerofrom"
5195version = "0.1.5"
5196source = "registry+https://github.com/rust-lang/crates.io-index"
5197checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
5198dependencies = [
5199 "zerofrom-derive",
5200]
5201
5202[[package]]
5203name = "zerofrom-derive"
5204version = "0.1.5"
5205source = "registry+https://github.com/rust-lang/crates.io-index"
5206checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
5207dependencies = [
5208 "proc-macro2",
5209 "quote",
5210 "syn",
5211 "synstructure",
5212]
5213
5214[[package]]
5215name = "zeroize"
5216version = "1.8.1"
5217source = "registry+https://github.com/rust-lang/crates.io-index"
5218checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
5219
5220[[package]]
5221name = "zerovec"
5222version = "0.10.4"
5223source = "registry+https://github.com/rust-lang/crates.io-index"
5224checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
5225dependencies = [
5226 "yoke",
5227 "zerofrom",
5228 "zerovec-derive",
5229]
5230
5231[[package]]
5232name = "zerovec-derive"
5233version = "0.10.3"
5234source = "registry+https://github.com/rust-lang/crates.io-index"
5235checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
5236dependencies = [
5237 "proc-macro2",
5238 "quote",
5239 "syn",
5240]