forked from
microcosm.blue/Allegedly
Server tools to backfill, tail, mirror, and verify PLC logs
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "adler2"
7version = "2.0.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
11[[package]]
12name = "aho-corasick"
13version = "1.1.4"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
16dependencies = [
17 "memchr",
18]
19
20[[package]]
21name = "allegedly"
22version = "0.3.3"
23dependencies = [
24 "anyhow",
25 "async-compression",
26 "async-trait",
27 "bincode",
28 "chrono",
29 "cid",
30 "clap",
31 "criterion",
32 "data-encoding",
33 "ecdsa",
34 "fjall",
35 "futures",
36 "governor",
37 "http-body-util",
38 "k256",
39 "log",
40 "multibase",
41 "native-tls",
42 "opentelemetry",
43 "opentelemetry-otlp",
44 "opentelemetry_sdk",
45 "p256",
46 "poem",
47 "postgres-native-tls",
48 "reqwest",
49 "reqwest-middleware",
50 "reqwest-retry",
51 "rmp-serde",
52 "rustls",
53 "serde",
54 "serde_bytes",
55 "serde_ipld_dagcbor",
56 "serde_json",
57 "tempfile",
58 "thiserror 2.0.18",
59 "tokio",
60 "tokio-postgres",
61 "tokio-stream",
62 "tokio-util",
63 "tracing",
64 "tracing-opentelemetry",
65 "tracing-subscriber",
66]
67
68[[package]]
69name = "alloc-no-stdlib"
70version = "2.0.4"
71source = "registry+https://github.com/rust-lang/crates.io-index"
72checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
73
74[[package]]
75name = "alloc-stdlib"
76version = "0.2.2"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
79dependencies = [
80 "alloc-no-stdlib",
81]
82
83[[package]]
84name = "alloca"
85version = "0.4.0"
86source = "registry+https://github.com/rust-lang/crates.io-index"
87checksum = "e5a7d05ea6aea7e9e64d25b9156ba2fee3fdd659e34e41063cd2fc7cd020d7f4"
88dependencies = [
89 "cc",
90]
91
92[[package]]
93name = "allocator-api2"
94version = "0.2.21"
95source = "registry+https://github.com/rust-lang/crates.io-index"
96checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
97
98[[package]]
99name = "android_system_properties"
100version = "0.1.5"
101source = "registry+https://github.com/rust-lang/crates.io-index"
102checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
103dependencies = [
104 "libc",
105]
106
107[[package]]
108name = "anes"
109version = "0.1.6"
110source = "registry+https://github.com/rust-lang/crates.io-index"
111checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
112
113[[package]]
114name = "anstream"
115version = "0.6.21"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
118dependencies = [
119 "anstyle",
120 "anstyle-parse",
121 "anstyle-query",
122 "anstyle-wincon",
123 "colorchoice",
124 "is_terminal_polyfill",
125 "utf8parse",
126]
127
128[[package]]
129name = "anstyle"
130version = "1.0.13"
131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
133
134[[package]]
135name = "anstyle-parse"
136version = "0.2.7"
137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
139dependencies = [
140 "utf8parse",
141]
142
143[[package]]
144name = "anstyle-query"
145version = "1.1.5"
146source = "registry+https://github.com/rust-lang/crates.io-index"
147checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
148dependencies = [
149 "windows-sys 0.61.2",
150]
151
152[[package]]
153name = "anstyle-wincon"
154version = "3.0.11"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
157dependencies = [
158 "anstyle",
159 "once_cell_polyfill",
160 "windows-sys 0.61.2",
161]
162
163[[package]]
164name = "anyhow"
165version = "1.0.102"
166source = "registry+https://github.com/rust-lang/crates.io-index"
167checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
168
169[[package]]
170name = "asn1-rs"
171version = "0.7.1"
172source = "registry+https://github.com/rust-lang/crates.io-index"
173checksum = "56624a96882bb8c26d61312ae18cb45868e5a9992ea73c58e45c3101e56a1e60"
174dependencies = [
175 "asn1-rs-derive",
176 "asn1-rs-impl",
177 "displaydoc",
178 "nom",
179 "num-traits",
180 "rusticata-macros",
181 "thiserror 2.0.18",
182 "time",
183]
184
185[[package]]
186name = "asn1-rs-derive"
187version = "0.6.0"
188source = "registry+https://github.com/rust-lang/crates.io-index"
189checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c"
190dependencies = [
191 "proc-macro2",
192 "quote",
193 "syn",
194 "synstructure",
195]
196
197[[package]]
198name = "asn1-rs-impl"
199version = "0.2.0"
200source = "registry+https://github.com/rust-lang/crates.io-index"
201checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7"
202dependencies = [
203 "proc-macro2",
204 "quote",
205 "syn",
206]
207
208[[package]]
209name = "async-compression"
210version = "0.4.40"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "7d67d43201f4d20c78bcda740c142ca52482d81da80681533d33bf3f0596c8e2"
213dependencies = [
214 "compression-codecs",
215 "compression-core",
216 "futures-io",
217 "pin-project-lite",
218 "tokio",
219]
220
221[[package]]
222name = "async-trait"
223version = "0.1.89"
224source = "registry+https://github.com/rust-lang/crates.io-index"
225checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
226dependencies = [
227 "proc-macro2",
228 "quote",
229 "syn",
230]
231
232[[package]]
233name = "atomic-waker"
234version = "1.1.2"
235source = "registry+https://github.com/rust-lang/crates.io-index"
236checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
237
238[[package]]
239name = "autocfg"
240version = "1.5.0"
241source = "registry+https://github.com/rust-lang/crates.io-index"
242checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
243
244[[package]]
245name = "aws-lc-rs"
246version = "1.16.0"
247source = "registry+https://github.com/rust-lang/crates.io-index"
248checksum = "d9a7b350e3bb1767102698302bc37256cbd48422809984b98d292c40e2579aa9"
249dependencies = [
250 "aws-lc-sys",
251 "zeroize",
252]
253
254[[package]]
255name = "aws-lc-sys"
256version = "0.37.1"
257source = "registry+https://github.com/rust-lang/crates.io-index"
258checksum = "b092fe214090261288111db7a2b2c2118e5a7f30dc2569f1732c4069a6840549"
259dependencies = [
260 "cc",
261 "cmake",
262 "dunce",
263 "fs_extra",
264]
265
266[[package]]
267name = "base-x"
268version = "0.2.11"
269source = "registry+https://github.com/rust-lang/crates.io-index"
270checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
271
272[[package]]
273name = "base16ct"
274version = "0.2.0"
275source = "registry+https://github.com/rust-lang/crates.io-index"
276checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
277
278[[package]]
279name = "base256emoji"
280version = "1.0.2"
281source = "registry+https://github.com/rust-lang/crates.io-index"
282checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c"
283dependencies = [
284 "const-str",
285 "match-lookup",
286]
287
288[[package]]
289name = "base64"
290version = "0.22.1"
291source = "registry+https://github.com/rust-lang/crates.io-index"
292checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
293
294[[package]]
295name = "base64ct"
296version = "1.8.3"
297source = "registry+https://github.com/rust-lang/crates.io-index"
298checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
299
300[[package]]
301name = "bincode"
302version = "1.3.3"
303source = "registry+https://github.com/rust-lang/crates.io-index"
304checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
305dependencies = [
306 "serde",
307]
308
309[[package]]
310name = "bitflags"
311version = "1.3.2"
312source = "registry+https://github.com/rust-lang/crates.io-index"
313checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
314
315[[package]]
316name = "bitflags"
317version = "2.11.0"
318source = "registry+https://github.com/rust-lang/crates.io-index"
319checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
320
321[[package]]
322name = "block-buffer"
323version = "0.10.4"
324source = "registry+https://github.com/rust-lang/crates.io-index"
325checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
326dependencies = [
327 "generic-array",
328]
329
330[[package]]
331name = "brotli"
332version = "8.0.2"
333source = "registry+https://github.com/rust-lang/crates.io-index"
334checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560"
335dependencies = [
336 "alloc-no-stdlib",
337 "alloc-stdlib",
338 "brotli-decompressor",
339]
340
341[[package]]
342name = "brotli-decompressor"
343version = "5.0.0"
344source = "registry+https://github.com/rust-lang/crates.io-index"
345checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
346dependencies = [
347 "alloc-no-stdlib",
348 "alloc-stdlib",
349]
350
351[[package]]
352name = "bumpalo"
353version = "3.20.2"
354source = "registry+https://github.com/rust-lang/crates.io-index"
355checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
356
357[[package]]
358name = "byteorder"
359version = "1.5.0"
360source = "registry+https://github.com/rust-lang/crates.io-index"
361checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
362
363[[package]]
364name = "byteorder-lite"
365version = "0.1.0"
366source = "registry+https://github.com/rust-lang/crates.io-index"
367checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
368
369[[package]]
370name = "bytes"
371version = "1.11.1"
372source = "registry+https://github.com/rust-lang/crates.io-index"
373checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
374
375[[package]]
376name = "byteview"
377version = "0.10.1"
378source = "registry+https://github.com/rust-lang/crates.io-index"
379checksum = "1c53ba0f290bfc610084c05582d9c5d421662128fc69f4bf236707af6fd321b9"
380
381[[package]]
382name = "cast"
383version = "0.3.0"
384source = "registry+https://github.com/rust-lang/crates.io-index"
385checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
386
387[[package]]
388name = "cbor4ii"
389version = "0.2.14"
390source = "registry+https://github.com/rust-lang/crates.io-index"
391checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4"
392dependencies = [
393 "serde",
394]
395
396[[package]]
397name = "cc"
398version = "1.2.56"
399source = "registry+https://github.com/rust-lang/crates.io-index"
400checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2"
401dependencies = [
402 "find-msvc-tools",
403 "jobserver",
404 "libc",
405 "shlex",
406]
407
408[[package]]
409name = "cfg-if"
410version = "1.0.4"
411source = "registry+https://github.com/rust-lang/crates.io-index"
412checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
413
414[[package]]
415name = "cfg_aliases"
416version = "0.2.1"
417source = "registry+https://github.com/rust-lang/crates.io-index"
418checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
419
420[[package]]
421name = "chrono"
422version = "0.4.43"
423source = "registry+https://github.com/rust-lang/crates.io-index"
424checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118"
425dependencies = [
426 "iana-time-zone",
427 "js-sys",
428 "num-traits",
429 "serde",
430 "wasm-bindgen",
431 "windows-link",
432]
433
434[[package]]
435name = "ciborium"
436version = "0.2.2"
437source = "registry+https://github.com/rust-lang/crates.io-index"
438checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
439dependencies = [
440 "ciborium-io",
441 "ciborium-ll",
442 "serde",
443]
444
445[[package]]
446name = "ciborium-io"
447version = "0.2.2"
448source = "registry+https://github.com/rust-lang/crates.io-index"
449checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
450
451[[package]]
452name = "ciborium-ll"
453version = "0.2.2"
454source = "registry+https://github.com/rust-lang/crates.io-index"
455checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
456dependencies = [
457 "ciborium-io",
458 "half",
459]
460
461[[package]]
462name = "cid"
463version = "0.11.1"
464source = "registry+https://github.com/rust-lang/crates.io-index"
465checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a"
466dependencies = [
467 "core2",
468 "multibase",
469 "multihash",
470 "serde",
471 "serde_bytes",
472 "unsigned-varint",
473]
474
475[[package]]
476name = "clap"
477version = "4.5.60"
478source = "registry+https://github.com/rust-lang/crates.io-index"
479checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a"
480dependencies = [
481 "clap_builder",
482 "clap_derive",
483]
484
485[[package]]
486name = "clap_builder"
487version = "4.5.60"
488source = "registry+https://github.com/rust-lang/crates.io-index"
489checksum = "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876"
490dependencies = [
491 "anstream",
492 "anstyle",
493 "clap_lex",
494 "strsim",
495]
496
497[[package]]
498name = "clap_derive"
499version = "4.5.55"
500source = "registry+https://github.com/rust-lang/crates.io-index"
501checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5"
502dependencies = [
503 "heck",
504 "proc-macro2",
505 "quote",
506 "syn",
507]
508
509[[package]]
510name = "clap_lex"
511version = "1.0.0"
512source = "registry+https://github.com/rust-lang/crates.io-index"
513checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831"
514
515[[package]]
516name = "cmake"
517version = "0.1.57"
518source = "registry+https://github.com/rust-lang/crates.io-index"
519checksum = "75443c44cd6b379beb8c5b45d85d0773baf31cce901fe7bb252f4eff3008ef7d"
520dependencies = [
521 "cc",
522]
523
524[[package]]
525name = "colorchoice"
526version = "1.0.4"
527source = "registry+https://github.com/rust-lang/crates.io-index"
528checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
529
530[[package]]
531name = "compare"
532version = "0.0.6"
533source = "registry+https://github.com/rust-lang/crates.io-index"
534checksum = "ea0095f6103c2a8b44acd6fd15960c801dafebf02e21940360833e0673f48ba7"
535
536[[package]]
537name = "compression-codecs"
538version = "0.4.37"
539source = "registry+https://github.com/rust-lang/crates.io-index"
540checksum = "eb7b51a7d9c967fc26773061ba86150f19c50c0d65c887cb1fbe295fd16619b7"
541dependencies = [
542 "brotli",
543 "compression-core",
544 "flate2",
545 "memchr",
546 "zstd",
547 "zstd-safe",
548]
549
550[[package]]
551name = "compression-core"
552version = "0.4.31"
553source = "registry+https://github.com/rust-lang/crates.io-index"
554checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d"
555
556[[package]]
557name = "const-oid"
558version = "0.9.6"
559source = "registry+https://github.com/rust-lang/crates.io-index"
560checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
561
562[[package]]
563name = "const-str"
564version = "0.4.3"
565source = "registry+https://github.com/rust-lang/crates.io-index"
566checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3"
567
568[[package]]
569name = "core-foundation"
570version = "0.9.4"
571source = "registry+https://github.com/rust-lang/crates.io-index"
572checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
573dependencies = [
574 "core-foundation-sys",
575 "libc",
576]
577
578[[package]]
579name = "core-foundation"
580version = "0.10.1"
581source = "registry+https://github.com/rust-lang/crates.io-index"
582checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
583dependencies = [
584 "core-foundation-sys",
585 "libc",
586]
587
588[[package]]
589name = "core-foundation-sys"
590version = "0.8.7"
591source = "registry+https://github.com/rust-lang/crates.io-index"
592checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
593
594[[package]]
595name = "core2"
596version = "0.4.0"
597source = "registry+https://github.com/rust-lang/crates.io-index"
598checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
599dependencies = [
600 "memchr",
601]
602
603[[package]]
604name = "cpufeatures"
605version = "0.2.17"
606source = "registry+https://github.com/rust-lang/crates.io-index"
607checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
608dependencies = [
609 "libc",
610]
611
612[[package]]
613name = "crc32fast"
614version = "1.5.0"
615source = "registry+https://github.com/rust-lang/crates.io-index"
616checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
617dependencies = [
618 "cfg-if",
619]
620
621[[package]]
622name = "criterion"
623version = "0.8.2"
624source = "registry+https://github.com/rust-lang/crates.io-index"
625checksum = "950046b2aa2492f9a536f5f4f9a3de7b9e2476e575e05bd6c333371add4d98f3"
626dependencies = [
627 "alloca",
628 "anes",
629 "cast",
630 "ciborium",
631 "clap",
632 "criterion-plot",
633 "itertools 0.13.0",
634 "num-traits",
635 "oorandom",
636 "page_size",
637 "plotters",
638 "rayon",
639 "regex",
640 "serde",
641 "serde_json",
642 "tinytemplate",
643 "walkdir",
644]
645
646[[package]]
647name = "criterion-plot"
648version = "0.8.2"
649source = "registry+https://github.com/rust-lang/crates.io-index"
650checksum = "d8d80a2f4f5b554395e47b5d8305bc3d27813bacb73493eb1001e8f76dae29ea"
651dependencies = [
652 "cast",
653 "itertools 0.13.0",
654]
655
656[[package]]
657name = "crossbeam-deque"
658version = "0.8.6"
659source = "registry+https://github.com/rust-lang/crates.io-index"
660checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
661dependencies = [
662 "crossbeam-epoch",
663 "crossbeam-utils",
664]
665
666[[package]]
667name = "crossbeam-epoch"
668version = "0.9.18"
669source = "registry+https://github.com/rust-lang/crates.io-index"
670checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
671dependencies = [
672 "crossbeam-utils",
673]
674
675[[package]]
676name = "crossbeam-skiplist"
677version = "0.1.3"
678source = "registry+https://github.com/rust-lang/crates.io-index"
679checksum = "df29de440c58ca2cc6e587ec3d22347551a32435fbde9d2bff64e78a9ffa151b"
680dependencies = [
681 "crossbeam-epoch",
682 "crossbeam-utils",
683]
684
685[[package]]
686name = "crossbeam-utils"
687version = "0.8.21"
688source = "registry+https://github.com/rust-lang/crates.io-index"
689checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
690
691[[package]]
692name = "crunchy"
693version = "0.2.4"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
696
697[[package]]
698name = "crypto-bigint"
699version = "0.5.5"
700source = "registry+https://github.com/rust-lang/crates.io-index"
701checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
702dependencies = [
703 "generic-array",
704 "rand_core 0.6.4",
705 "subtle",
706 "zeroize",
707]
708
709[[package]]
710name = "crypto-common"
711version = "0.1.7"
712source = "registry+https://github.com/rust-lang/crates.io-index"
713checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
714dependencies = [
715 "generic-array",
716 "typenum",
717]
718
719[[package]]
720name = "dashmap"
721version = "6.1.0"
722source = "registry+https://github.com/rust-lang/crates.io-index"
723checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
724dependencies = [
725 "cfg-if",
726 "crossbeam-utils",
727 "hashbrown 0.14.5",
728 "lock_api",
729 "once_cell",
730 "parking_lot_core 0.9.12",
731]
732
733[[package]]
734name = "data-encoding"
735version = "2.10.0"
736source = "registry+https://github.com/rust-lang/crates.io-index"
737checksum = "d7a1e2f27636f116493b8b860f5546edb47c8d8f8ea73e1d2a20be88e28d1fea"
738
739[[package]]
740name = "data-encoding-macro"
741version = "0.1.19"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "8142a83c17aa9461d637e649271eae18bf2edd00e91f2e105df36c3c16355bdb"
744dependencies = [
745 "data-encoding",
746 "data-encoding-macro-internal",
747]
748
749[[package]]
750name = "data-encoding-macro-internal"
751version = "0.1.17"
752source = "registry+https://github.com/rust-lang/crates.io-index"
753checksum = "7ab67060fc6b8ef687992d439ca0fa36e7ed17e9a0b16b25b601e8757df720de"
754dependencies = [
755 "data-encoding",
756 "syn",
757]
758
759[[package]]
760name = "der"
761version = "0.7.10"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
764dependencies = [
765 "const-oid",
766 "pem-rfc7468",
767 "zeroize",
768]
769
770[[package]]
771name = "der-parser"
772version = "10.0.0"
773source = "registry+https://github.com/rust-lang/crates.io-index"
774checksum = "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6"
775dependencies = [
776 "asn1-rs",
777 "displaydoc",
778 "nom",
779 "num-bigint",
780 "num-traits",
781 "rusticata-macros",
782]
783
784[[package]]
785name = "deranged"
786version = "0.5.6"
787source = "registry+https://github.com/rust-lang/crates.io-index"
788checksum = "cc3dc5ad92c2e2d1c193bbbbdf2ea477cb81331de4f3103f267ca18368b988c4"
789dependencies = [
790 "powerfmt",
791]
792
793[[package]]
794name = "digest"
795version = "0.10.7"
796source = "registry+https://github.com/rust-lang/crates.io-index"
797checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
798dependencies = [
799 "block-buffer",
800 "const-oid",
801 "crypto-common",
802 "subtle",
803]
804
805[[package]]
806name = "displaydoc"
807version = "0.2.5"
808source = "registry+https://github.com/rust-lang/crates.io-index"
809checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
810dependencies = [
811 "proc-macro2",
812 "quote",
813 "syn",
814]
815
816[[package]]
817name = "dunce"
818version = "1.0.5"
819source = "registry+https://github.com/rust-lang/crates.io-index"
820checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
821
822[[package]]
823name = "ecdsa"
824version = "0.16.9"
825source = "registry+https://github.com/rust-lang/crates.io-index"
826checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
827dependencies = [
828 "der",
829 "digest",
830 "elliptic-curve",
831 "rfc6979",
832 "signature",
833 "spki",
834]
835
836[[package]]
837name = "either"
838version = "1.15.0"
839source = "registry+https://github.com/rust-lang/crates.io-index"
840checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
841
842[[package]]
843name = "elliptic-curve"
844version = "0.13.8"
845source = "registry+https://github.com/rust-lang/crates.io-index"
846checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
847dependencies = [
848 "base16ct",
849 "crypto-bigint",
850 "digest",
851 "ff",
852 "generic-array",
853 "group",
854 "pem-rfc7468",
855 "pkcs8",
856 "rand_core 0.6.4",
857 "sec1",
858 "subtle",
859 "zeroize",
860]
861
862[[package]]
863name = "encoding_rs"
864version = "0.8.35"
865source = "registry+https://github.com/rust-lang/crates.io-index"
866checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
867dependencies = [
868 "cfg-if",
869]
870
871[[package]]
872name = "enum_dispatch"
873version = "0.3.13"
874source = "registry+https://github.com/rust-lang/crates.io-index"
875checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd"
876dependencies = [
877 "once_cell",
878 "proc-macro2",
879 "quote",
880 "syn",
881]
882
883[[package]]
884name = "equivalent"
885version = "1.0.2"
886source = "registry+https://github.com/rust-lang/crates.io-index"
887checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
888
889[[package]]
890name = "errno"
891version = "0.3.14"
892source = "registry+https://github.com/rust-lang/crates.io-index"
893checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
894dependencies = [
895 "libc",
896 "windows-sys 0.61.2",
897]
898
899[[package]]
900name = "fallible-iterator"
901version = "0.2.0"
902source = "registry+https://github.com/rust-lang/crates.io-index"
903checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
904
905[[package]]
906name = "fastrand"
907version = "2.3.0"
908source = "registry+https://github.com/rust-lang/crates.io-index"
909checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
910
911[[package]]
912name = "ff"
913version = "0.13.1"
914source = "registry+https://github.com/rust-lang/crates.io-index"
915checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
916dependencies = [
917 "rand_core 0.6.4",
918 "subtle",
919]
920
921[[package]]
922name = "find-msvc-tools"
923version = "0.1.9"
924source = "registry+https://github.com/rust-lang/crates.io-index"
925checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
926
927[[package]]
928name = "fjall"
929version = "3.0.2"
930source = "registry+https://github.com/rust-lang/crates.io-index"
931checksum = "5a2799b4198427a08c774838e44d0b77f677208f19a1927671cd2cd36bb30d69"
932dependencies = [
933 "byteorder-lite",
934 "byteview",
935 "dashmap",
936 "flume",
937 "log",
938 "lsm-tree",
939 "lz4_flex",
940 "tempfile",
941 "xxhash-rust",
942]
943
944[[package]]
945name = "flate2"
946version = "1.1.9"
947source = "registry+https://github.com/rust-lang/crates.io-index"
948checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
949dependencies = [
950 "crc32fast",
951 "miniz_oxide",
952]
953
954[[package]]
955name = "flume"
956version = "0.12.0"
957source = "registry+https://github.com/rust-lang/crates.io-index"
958checksum = "5e139bc46ca777eb5efaf62df0ab8cc5fd400866427e56c68b22e414e53bd3be"
959dependencies = [
960 "spin",
961]
962
963[[package]]
964name = "fnv"
965version = "1.0.7"
966source = "registry+https://github.com/rust-lang/crates.io-index"
967checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
968
969[[package]]
970name = "foldhash"
971version = "0.1.5"
972source = "registry+https://github.com/rust-lang/crates.io-index"
973checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
974
975[[package]]
976name = "foldhash"
977version = "0.2.0"
978source = "registry+https://github.com/rust-lang/crates.io-index"
979checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
980
981[[package]]
982name = "foreign-types"
983version = "0.3.2"
984source = "registry+https://github.com/rust-lang/crates.io-index"
985checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
986dependencies = [
987 "foreign-types-shared",
988]
989
990[[package]]
991name = "foreign-types-shared"
992version = "0.1.1"
993source = "registry+https://github.com/rust-lang/crates.io-index"
994checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
995
996[[package]]
997name = "form_urlencoded"
998version = "1.2.2"
999source = "registry+https://github.com/rust-lang/crates.io-index"
1000checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
1001dependencies = [
1002 "percent-encoding",
1003]
1004
1005[[package]]
1006name = "fs_extra"
1007version = "1.3.0"
1008source = "registry+https://github.com/rust-lang/crates.io-index"
1009checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
1010
1011[[package]]
1012name = "futures"
1013version = "0.3.32"
1014source = "registry+https://github.com/rust-lang/crates.io-index"
1015checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
1016dependencies = [
1017 "futures-channel",
1018 "futures-core",
1019 "futures-executor",
1020 "futures-io",
1021 "futures-sink",
1022 "futures-task",
1023 "futures-util",
1024]
1025
1026[[package]]
1027name = "futures-channel"
1028version = "0.3.32"
1029source = "registry+https://github.com/rust-lang/crates.io-index"
1030checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
1031dependencies = [
1032 "futures-core",
1033 "futures-sink",
1034]
1035
1036[[package]]
1037name = "futures-core"
1038version = "0.3.32"
1039source = "registry+https://github.com/rust-lang/crates.io-index"
1040checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
1041
1042[[package]]
1043name = "futures-executor"
1044version = "0.3.32"
1045source = "registry+https://github.com/rust-lang/crates.io-index"
1046checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
1047dependencies = [
1048 "futures-core",
1049 "futures-task",
1050 "futures-util",
1051]
1052
1053[[package]]
1054name = "futures-io"
1055version = "0.3.32"
1056source = "registry+https://github.com/rust-lang/crates.io-index"
1057checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
1058
1059[[package]]
1060name = "futures-macro"
1061version = "0.3.32"
1062source = "registry+https://github.com/rust-lang/crates.io-index"
1063checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
1064dependencies = [
1065 "proc-macro2",
1066 "quote",
1067 "syn",
1068]
1069
1070[[package]]
1071name = "futures-sink"
1072version = "0.3.32"
1073source = "registry+https://github.com/rust-lang/crates.io-index"
1074checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
1075
1076[[package]]
1077name = "futures-task"
1078version = "0.3.32"
1079source = "registry+https://github.com/rust-lang/crates.io-index"
1080checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
1081
1082[[package]]
1083name = "futures-timer"
1084version = "3.0.3"
1085source = "registry+https://github.com/rust-lang/crates.io-index"
1086checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
1087
1088[[package]]
1089name = "futures-util"
1090version = "0.3.32"
1091source = "registry+https://github.com/rust-lang/crates.io-index"
1092checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
1093dependencies = [
1094 "futures-channel",
1095 "futures-core",
1096 "futures-io",
1097 "futures-macro",
1098 "futures-sink",
1099 "futures-task",
1100 "memchr",
1101 "pin-project-lite",
1102 "slab",
1103]
1104
1105[[package]]
1106name = "generic-array"
1107version = "0.14.7"
1108source = "registry+https://github.com/rust-lang/crates.io-index"
1109checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1110dependencies = [
1111 "typenum",
1112 "version_check",
1113 "zeroize",
1114]
1115
1116[[package]]
1117name = "getrandom"
1118version = "0.2.17"
1119source = "registry+https://github.com/rust-lang/crates.io-index"
1120checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
1121dependencies = [
1122 "cfg-if",
1123 "js-sys",
1124 "libc",
1125 "wasi 0.11.1+wasi-snapshot-preview1",
1126 "wasm-bindgen",
1127]
1128
1129[[package]]
1130name = "getrandom"
1131version = "0.3.4"
1132source = "registry+https://github.com/rust-lang/crates.io-index"
1133checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
1134dependencies = [
1135 "cfg-if",
1136 "js-sys",
1137 "libc",
1138 "r-efi",
1139 "wasip2",
1140 "wasm-bindgen",
1141]
1142
1143[[package]]
1144name = "getrandom"
1145version = "0.4.1"
1146source = "registry+https://github.com/rust-lang/crates.io-index"
1147checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
1148dependencies = [
1149 "cfg-if",
1150 "libc",
1151 "r-efi",
1152 "wasip2",
1153 "wasip3",
1154]
1155
1156[[package]]
1157name = "governor"
1158version = "0.10.4"
1159source = "registry+https://github.com/rust-lang/crates.io-index"
1160checksum = "9efcab3c1958580ff1f25a2a41be1668f7603d849bb63af523b208a3cc1223b8"
1161dependencies = [
1162 "cfg-if",
1163 "dashmap",
1164 "futures-sink",
1165 "futures-timer",
1166 "futures-util",
1167 "getrandom 0.3.4",
1168 "hashbrown 0.16.1",
1169 "nonzero_ext",
1170 "parking_lot 0.12.5",
1171 "portable-atomic",
1172 "quanta",
1173 "rand 0.9.2",
1174 "smallvec",
1175 "spinning_top",
1176 "web-time",
1177]
1178
1179[[package]]
1180name = "group"
1181version = "0.13.0"
1182source = "registry+https://github.com/rust-lang/crates.io-index"
1183checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
1184dependencies = [
1185 "ff",
1186 "rand_core 0.6.4",
1187 "subtle",
1188]
1189
1190[[package]]
1191name = "h2"
1192version = "0.4.13"
1193source = "registry+https://github.com/rust-lang/crates.io-index"
1194checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
1195dependencies = [
1196 "atomic-waker",
1197 "bytes",
1198 "fnv",
1199 "futures-core",
1200 "futures-sink",
1201 "http",
1202 "indexmap",
1203 "slab",
1204 "tokio",
1205 "tokio-util",
1206 "tracing",
1207]
1208
1209[[package]]
1210name = "half"
1211version = "2.7.1"
1212source = "registry+https://github.com/rust-lang/crates.io-index"
1213checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
1214dependencies = [
1215 "cfg-if",
1216 "crunchy",
1217 "zerocopy",
1218]
1219
1220[[package]]
1221name = "hashbrown"
1222version = "0.14.5"
1223source = "registry+https://github.com/rust-lang/crates.io-index"
1224checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1225
1226[[package]]
1227name = "hashbrown"
1228version = "0.15.5"
1229source = "registry+https://github.com/rust-lang/crates.io-index"
1230checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1231dependencies = [
1232 "foldhash 0.1.5",
1233]
1234
1235[[package]]
1236name = "hashbrown"
1237version = "0.16.1"
1238source = "registry+https://github.com/rust-lang/crates.io-index"
1239checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
1240dependencies = [
1241 "allocator-api2",
1242 "equivalent",
1243 "foldhash 0.2.0",
1244]
1245
1246[[package]]
1247name = "headers"
1248version = "0.4.1"
1249source = "registry+https://github.com/rust-lang/crates.io-index"
1250checksum = "b3314d5adb5d94bcdf56771f2e50dbbc80bb4bdf88967526706205ac9eff24eb"
1251dependencies = [
1252 "base64",
1253 "bytes",
1254 "headers-core",
1255 "http",
1256 "httpdate",
1257 "mime",
1258 "sha1",
1259]
1260
1261[[package]]
1262name = "headers-core"
1263version = "0.3.0"
1264source = "registry+https://github.com/rust-lang/crates.io-index"
1265checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4"
1266dependencies = [
1267 "http",
1268]
1269
1270[[package]]
1271name = "heck"
1272version = "0.5.0"
1273source = "registry+https://github.com/rust-lang/crates.io-index"
1274checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1275
1276[[package]]
1277name = "hmac"
1278version = "0.12.1"
1279source = "registry+https://github.com/rust-lang/crates.io-index"
1280checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1281dependencies = [
1282 "digest",
1283]
1284
1285[[package]]
1286name = "http"
1287version = "1.4.0"
1288source = "registry+https://github.com/rust-lang/crates.io-index"
1289checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
1290dependencies = [
1291 "bytes",
1292 "itoa",
1293]
1294
1295[[package]]
1296name = "http-body"
1297version = "1.0.1"
1298source = "registry+https://github.com/rust-lang/crates.io-index"
1299checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1300dependencies = [
1301 "bytes",
1302 "http",
1303]
1304
1305[[package]]
1306name = "http-body-util"
1307version = "0.1.3"
1308source = "registry+https://github.com/rust-lang/crates.io-index"
1309checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1310dependencies = [
1311 "bytes",
1312 "futures-core",
1313 "http",
1314 "http-body",
1315 "pin-project-lite",
1316]
1317
1318[[package]]
1319name = "httparse"
1320version = "1.10.1"
1321source = "registry+https://github.com/rust-lang/crates.io-index"
1322checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1323
1324[[package]]
1325name = "httpdate"
1326version = "1.0.3"
1327source = "registry+https://github.com/rust-lang/crates.io-index"
1328checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1329
1330[[package]]
1331name = "hyper"
1332version = "1.8.1"
1333source = "registry+https://github.com/rust-lang/crates.io-index"
1334checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
1335dependencies = [
1336 "atomic-waker",
1337 "bytes",
1338 "futures-channel",
1339 "futures-core",
1340 "h2",
1341 "http",
1342 "http-body",
1343 "httparse",
1344 "httpdate",
1345 "itoa",
1346 "pin-project-lite",
1347 "pin-utils",
1348 "smallvec",
1349 "tokio",
1350 "want",
1351]
1352
1353[[package]]
1354name = "hyper-rustls"
1355version = "0.27.7"
1356source = "registry+https://github.com/rust-lang/crates.io-index"
1357checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
1358dependencies = [
1359 "http",
1360 "hyper",
1361 "hyper-util",
1362 "rustls",
1363 "rustls-native-certs",
1364 "rustls-pki-types",
1365 "tokio",
1366 "tokio-rustls",
1367 "tower-service",
1368]
1369
1370[[package]]
1371name = "hyper-tls"
1372version = "0.6.0"
1373source = "registry+https://github.com/rust-lang/crates.io-index"
1374checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
1375dependencies = [
1376 "bytes",
1377 "http-body-util",
1378 "hyper",
1379 "hyper-util",
1380 "native-tls",
1381 "tokio",
1382 "tokio-native-tls",
1383 "tower-service",
1384]
1385
1386[[package]]
1387name = "hyper-util"
1388version = "0.1.20"
1389source = "registry+https://github.com/rust-lang/crates.io-index"
1390checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
1391dependencies = [
1392 "base64",
1393 "bytes",
1394 "futures-channel",
1395 "futures-util",
1396 "http",
1397 "http-body",
1398 "hyper",
1399 "ipnet",
1400 "libc",
1401 "percent-encoding",
1402 "pin-project-lite",
1403 "socket2",
1404 "system-configuration",
1405 "tokio",
1406 "tower-service",
1407 "tracing",
1408 "windows-registry",
1409]
1410
1411[[package]]
1412name = "iana-time-zone"
1413version = "0.1.65"
1414source = "registry+https://github.com/rust-lang/crates.io-index"
1415checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
1416dependencies = [
1417 "android_system_properties",
1418 "core-foundation-sys",
1419 "iana-time-zone-haiku",
1420 "js-sys",
1421 "log",
1422 "wasm-bindgen",
1423 "windows-core",
1424]
1425
1426[[package]]
1427name = "iana-time-zone-haiku"
1428version = "0.1.2"
1429source = "registry+https://github.com/rust-lang/crates.io-index"
1430checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1431dependencies = [
1432 "cc",
1433]
1434
1435[[package]]
1436name = "icu_collections"
1437version = "2.1.1"
1438source = "registry+https://github.com/rust-lang/crates.io-index"
1439checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
1440dependencies = [
1441 "displaydoc",
1442 "potential_utf",
1443 "yoke",
1444 "zerofrom",
1445 "zerovec",
1446]
1447
1448[[package]]
1449name = "icu_locale_core"
1450version = "2.1.1"
1451source = "registry+https://github.com/rust-lang/crates.io-index"
1452checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
1453dependencies = [
1454 "displaydoc",
1455 "litemap",
1456 "tinystr",
1457 "writeable",
1458 "zerovec",
1459]
1460
1461[[package]]
1462name = "icu_normalizer"
1463version = "2.1.1"
1464source = "registry+https://github.com/rust-lang/crates.io-index"
1465checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
1466dependencies = [
1467 "icu_collections",
1468 "icu_normalizer_data",
1469 "icu_properties",
1470 "icu_provider",
1471 "smallvec",
1472 "zerovec",
1473]
1474
1475[[package]]
1476name = "icu_normalizer_data"
1477version = "2.1.1"
1478source = "registry+https://github.com/rust-lang/crates.io-index"
1479checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
1480
1481[[package]]
1482name = "icu_properties"
1483version = "2.1.2"
1484source = "registry+https://github.com/rust-lang/crates.io-index"
1485checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
1486dependencies = [
1487 "icu_collections",
1488 "icu_locale_core",
1489 "icu_properties_data",
1490 "icu_provider",
1491 "zerotrie",
1492 "zerovec",
1493]
1494
1495[[package]]
1496name = "icu_properties_data"
1497version = "2.1.2"
1498source = "registry+https://github.com/rust-lang/crates.io-index"
1499checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
1500
1501[[package]]
1502name = "icu_provider"
1503version = "2.1.1"
1504source = "registry+https://github.com/rust-lang/crates.io-index"
1505checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
1506dependencies = [
1507 "displaydoc",
1508 "icu_locale_core",
1509 "writeable",
1510 "yoke",
1511 "zerofrom",
1512 "zerotrie",
1513 "zerovec",
1514]
1515
1516[[package]]
1517name = "id-arena"
1518version = "2.3.0"
1519source = "registry+https://github.com/rust-lang/crates.io-index"
1520checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
1521
1522[[package]]
1523name = "idna"
1524version = "1.1.0"
1525source = "registry+https://github.com/rust-lang/crates.io-index"
1526checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1527dependencies = [
1528 "idna_adapter",
1529 "smallvec",
1530 "utf8_iter",
1531]
1532
1533[[package]]
1534name = "idna_adapter"
1535version = "1.2.1"
1536source = "registry+https://github.com/rust-lang/crates.io-index"
1537checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1538dependencies = [
1539 "icu_normalizer",
1540 "icu_properties",
1541]
1542
1543[[package]]
1544name = "indexmap"
1545version = "2.13.0"
1546source = "registry+https://github.com/rust-lang/crates.io-index"
1547checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
1548dependencies = [
1549 "equivalent",
1550 "hashbrown 0.16.1",
1551 "serde",
1552 "serde_core",
1553]
1554
1555[[package]]
1556name = "instant"
1557version = "0.1.13"
1558source = "registry+https://github.com/rust-lang/crates.io-index"
1559checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
1560dependencies = [
1561 "cfg-if",
1562 "js-sys",
1563 "wasm-bindgen",
1564 "web-sys",
1565]
1566
1567[[package]]
1568name = "interval-heap"
1569version = "0.0.5"
1570source = "registry+https://github.com/rust-lang/crates.io-index"
1571checksum = "11274e5e8e89b8607cfedc2910b6626e998779b48a019151c7604d0adcb86ac6"
1572dependencies = [
1573 "compare",
1574]
1575
1576[[package]]
1577name = "ipld-core"
1578version = "0.4.3"
1579source = "registry+https://github.com/rust-lang/crates.io-index"
1580checksum = "090f624976d72f0b0bb71b86d58dc16c15e069193067cb3a3a09d655246cbbda"
1581dependencies = [
1582 "cid",
1583 "serde",
1584 "serde_bytes",
1585]
1586
1587[[package]]
1588name = "ipnet"
1589version = "2.11.0"
1590source = "registry+https://github.com/rust-lang/crates.io-index"
1591checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
1592
1593[[package]]
1594name = "iri-string"
1595version = "0.7.10"
1596source = "registry+https://github.com/rust-lang/crates.io-index"
1597checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a"
1598dependencies = [
1599 "memchr",
1600 "serde",
1601]
1602
1603[[package]]
1604name = "is_terminal_polyfill"
1605version = "1.70.2"
1606source = "registry+https://github.com/rust-lang/crates.io-index"
1607checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
1608
1609[[package]]
1610name = "itertools"
1611version = "0.13.0"
1612source = "registry+https://github.com/rust-lang/crates.io-index"
1613checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
1614dependencies = [
1615 "either",
1616]
1617
1618[[package]]
1619name = "itertools"
1620version = "0.14.0"
1621source = "registry+https://github.com/rust-lang/crates.io-index"
1622checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
1623dependencies = [
1624 "either",
1625]
1626
1627[[package]]
1628name = "itoa"
1629version = "1.0.17"
1630source = "registry+https://github.com/rust-lang/crates.io-index"
1631checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
1632
1633[[package]]
1634name = "jobserver"
1635version = "0.1.34"
1636source = "registry+https://github.com/rust-lang/crates.io-index"
1637checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
1638dependencies = [
1639 "getrandom 0.3.4",
1640 "libc",
1641]
1642
1643[[package]]
1644name = "js-sys"
1645version = "0.3.86"
1646source = "registry+https://github.com/rust-lang/crates.io-index"
1647checksum = "d36139f1c97c42c0c86a411910b04e48d4939a0376e6e0f989420cbdee0120e5"
1648dependencies = [
1649 "once_cell",
1650 "wasm-bindgen",
1651]
1652
1653[[package]]
1654name = "k256"
1655version = "0.13.4"
1656source = "registry+https://github.com/rust-lang/crates.io-index"
1657checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
1658dependencies = [
1659 "cfg-if",
1660 "ecdsa",
1661 "elliptic-curve",
1662 "once_cell",
1663 "sha2",
1664 "signature",
1665]
1666
1667[[package]]
1668name = "lazy_static"
1669version = "1.5.0"
1670source = "registry+https://github.com/rust-lang/crates.io-index"
1671checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1672
1673[[package]]
1674name = "leb128fmt"
1675version = "0.1.0"
1676source = "registry+https://github.com/rust-lang/crates.io-index"
1677checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
1678
1679[[package]]
1680name = "libc"
1681version = "0.2.182"
1682source = "registry+https://github.com/rust-lang/crates.io-index"
1683checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
1684
1685[[package]]
1686name = "libredox"
1687version = "0.1.12"
1688source = "registry+https://github.com/rust-lang/crates.io-index"
1689checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616"
1690dependencies = [
1691 "bitflags 2.11.0",
1692 "libc",
1693]
1694
1695[[package]]
1696name = "linux-raw-sys"
1697version = "0.11.0"
1698source = "registry+https://github.com/rust-lang/crates.io-index"
1699checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
1700
1701[[package]]
1702name = "litemap"
1703version = "0.8.1"
1704source = "registry+https://github.com/rust-lang/crates.io-index"
1705checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
1706
1707[[package]]
1708name = "lock_api"
1709version = "0.4.14"
1710source = "registry+https://github.com/rust-lang/crates.io-index"
1711checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1712dependencies = [
1713 "scopeguard",
1714]
1715
1716[[package]]
1717name = "log"
1718version = "0.4.29"
1719source = "registry+https://github.com/rust-lang/crates.io-index"
1720checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
1721
1722[[package]]
1723name = "lru-slab"
1724version = "0.1.2"
1725source = "registry+https://github.com/rust-lang/crates.io-index"
1726checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1727
1728[[package]]
1729name = "lsm-tree"
1730version = "3.0.2"
1731source = "registry+https://github.com/rust-lang/crates.io-index"
1732checksum = "86e8d0b8e0cf2531a437788ce94d95570dbaabfe9888db20022c2d5ccec9b221"
1733dependencies = [
1734 "byteorder-lite",
1735 "byteview",
1736 "crossbeam-skiplist",
1737 "enum_dispatch",
1738 "interval-heap",
1739 "log",
1740 "lz4_flex",
1741 "quick_cache",
1742 "rustc-hash",
1743 "self_cell",
1744 "sfa",
1745 "tempfile",
1746 "varint-rs",
1747 "xxhash-rust",
1748]
1749
1750[[package]]
1751name = "lz4_flex"
1752version = "0.11.5"
1753source = "registry+https://github.com/rust-lang/crates.io-index"
1754checksum = "08ab2867e3eeeca90e844d1940eab391c9dc5228783db2ed999acbc0a9ed375a"
1755dependencies = [
1756 "twox-hash",
1757]
1758
1759[[package]]
1760name = "match-lookup"
1761version = "0.1.2"
1762source = "registry+https://github.com/rust-lang/crates.io-index"
1763checksum = "757aee279b8bdbb9f9e676796fd459e4207a1f986e87886700abf589f5abf771"
1764dependencies = [
1765 "proc-macro2",
1766 "quote",
1767 "syn",
1768]
1769
1770[[package]]
1771name = "matchers"
1772version = "0.2.0"
1773source = "registry+https://github.com/rust-lang/crates.io-index"
1774checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
1775dependencies = [
1776 "regex-automata",
1777]
1778
1779[[package]]
1780name = "md-5"
1781version = "0.10.6"
1782source = "registry+https://github.com/rust-lang/crates.io-index"
1783checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
1784dependencies = [
1785 "cfg-if",
1786 "digest",
1787]
1788
1789[[package]]
1790name = "memchr"
1791version = "2.8.0"
1792source = "registry+https://github.com/rust-lang/crates.io-index"
1793checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
1794
1795[[package]]
1796name = "mime"
1797version = "0.3.17"
1798source = "registry+https://github.com/rust-lang/crates.io-index"
1799checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1800
1801[[package]]
1802name = "minimal-lexical"
1803version = "0.2.1"
1804source = "registry+https://github.com/rust-lang/crates.io-index"
1805checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1806
1807[[package]]
1808name = "miniz_oxide"
1809version = "0.8.9"
1810source = "registry+https://github.com/rust-lang/crates.io-index"
1811checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1812dependencies = [
1813 "adler2",
1814 "simd-adler32",
1815]
1816
1817[[package]]
1818name = "mio"
1819version = "1.1.1"
1820source = "registry+https://github.com/rust-lang/crates.io-index"
1821checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
1822dependencies = [
1823 "libc",
1824 "wasi 0.11.1+wasi-snapshot-preview1",
1825 "windows-sys 0.61.2",
1826]
1827
1828[[package]]
1829name = "multibase"
1830version = "0.9.2"
1831source = "registry+https://github.com/rust-lang/crates.io-index"
1832checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77"
1833dependencies = [
1834 "base-x",
1835 "base256emoji",
1836 "data-encoding",
1837 "data-encoding-macro",
1838]
1839
1840[[package]]
1841name = "multihash"
1842version = "0.19.3"
1843source = "registry+https://github.com/rust-lang/crates.io-index"
1844checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d"
1845dependencies = [
1846 "core2",
1847 "serde",
1848 "unsigned-varint",
1849]
1850
1851[[package]]
1852name = "native-tls"
1853version = "0.2.18"
1854source = "registry+https://github.com/rust-lang/crates.io-index"
1855checksum = "465500e14ea162429d264d44189adc38b199b62b1c21eea9f69e4b73cb03bbf2"
1856dependencies = [
1857 "libc",
1858 "log",
1859 "openssl",
1860 "openssl-probe",
1861 "openssl-sys",
1862 "schannel",
1863 "security-framework",
1864 "security-framework-sys",
1865 "tempfile",
1866]
1867
1868[[package]]
1869name = "nix"
1870version = "0.30.1"
1871source = "registry+https://github.com/rust-lang/crates.io-index"
1872checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
1873dependencies = [
1874 "bitflags 2.11.0",
1875 "cfg-if",
1876 "cfg_aliases",
1877 "libc",
1878]
1879
1880[[package]]
1881name = "nom"
1882version = "7.1.3"
1883source = "registry+https://github.com/rust-lang/crates.io-index"
1884checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1885dependencies = [
1886 "memchr",
1887 "minimal-lexical",
1888]
1889
1890[[package]]
1891name = "nonzero_ext"
1892version = "0.3.0"
1893source = "registry+https://github.com/rust-lang/crates.io-index"
1894checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21"
1895
1896[[package]]
1897name = "nu-ansi-term"
1898version = "0.50.3"
1899source = "registry+https://github.com/rust-lang/crates.io-index"
1900checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
1901dependencies = [
1902 "windows-sys 0.61.2",
1903]
1904
1905[[package]]
1906name = "num-bigint"
1907version = "0.4.6"
1908source = "registry+https://github.com/rust-lang/crates.io-index"
1909checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
1910dependencies = [
1911 "num-integer",
1912 "num-traits",
1913]
1914
1915[[package]]
1916name = "num-conv"
1917version = "0.2.0"
1918source = "registry+https://github.com/rust-lang/crates.io-index"
1919checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
1920
1921[[package]]
1922name = "num-integer"
1923version = "0.1.46"
1924source = "registry+https://github.com/rust-lang/crates.io-index"
1925checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1926dependencies = [
1927 "num-traits",
1928]
1929
1930[[package]]
1931name = "num-traits"
1932version = "0.2.19"
1933source = "registry+https://github.com/rust-lang/crates.io-index"
1934checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1935dependencies = [
1936 "autocfg",
1937]
1938
1939[[package]]
1940name = "objc2-core-foundation"
1941version = "0.3.2"
1942source = "registry+https://github.com/rust-lang/crates.io-index"
1943checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
1944dependencies = [
1945 "bitflags 2.11.0",
1946]
1947
1948[[package]]
1949name = "objc2-system-configuration"
1950version = "0.3.2"
1951source = "registry+https://github.com/rust-lang/crates.io-index"
1952checksum = "7216bd11cbda54ccabcab84d523dc93b858ec75ecfb3a7d89513fa22464da396"
1953dependencies = [
1954 "objc2-core-foundation",
1955]
1956
1957[[package]]
1958name = "oid-registry"
1959version = "0.8.1"
1960source = "registry+https://github.com/rust-lang/crates.io-index"
1961checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7"
1962dependencies = [
1963 "asn1-rs",
1964]
1965
1966[[package]]
1967name = "once_cell"
1968version = "1.21.3"
1969source = "registry+https://github.com/rust-lang/crates.io-index"
1970checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1971
1972[[package]]
1973name = "once_cell_polyfill"
1974version = "1.70.2"
1975source = "registry+https://github.com/rust-lang/crates.io-index"
1976checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
1977
1978[[package]]
1979name = "oorandom"
1980version = "11.1.5"
1981source = "registry+https://github.com/rust-lang/crates.io-index"
1982checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
1983
1984[[package]]
1985name = "openssl"
1986version = "0.10.75"
1987source = "registry+https://github.com/rust-lang/crates.io-index"
1988checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328"
1989dependencies = [
1990 "bitflags 2.11.0",
1991 "cfg-if",
1992 "foreign-types",
1993 "libc",
1994 "once_cell",
1995 "openssl-macros",
1996 "openssl-sys",
1997]
1998
1999[[package]]
2000name = "openssl-macros"
2001version = "0.1.1"
2002source = "registry+https://github.com/rust-lang/crates.io-index"
2003checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
2004dependencies = [
2005 "proc-macro2",
2006 "quote",
2007 "syn",
2008]
2009
2010[[package]]
2011name = "openssl-probe"
2012version = "0.2.1"
2013source = "registry+https://github.com/rust-lang/crates.io-index"
2014checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
2015
2016[[package]]
2017name = "openssl-sys"
2018version = "0.9.111"
2019source = "registry+https://github.com/rust-lang/crates.io-index"
2020checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321"
2021dependencies = [
2022 "cc",
2023 "libc",
2024 "pkg-config",
2025 "vcpkg",
2026]
2027
2028[[package]]
2029name = "opentelemetry"
2030version = "0.30.0"
2031source = "registry+https://github.com/rust-lang/crates.io-index"
2032checksum = "aaf416e4cb72756655126f7dd7bb0af49c674f4c1b9903e80c009e0c37e552e6"
2033dependencies = [
2034 "futures-core",
2035 "futures-sink",
2036 "js-sys",
2037 "pin-project-lite",
2038 "thiserror 2.0.18",
2039 "tracing",
2040]
2041
2042[[package]]
2043name = "opentelemetry-http"
2044version = "0.30.0"
2045source = "registry+https://github.com/rust-lang/crates.io-index"
2046checksum = "50f6639e842a97dbea8886e3439710ae463120091e2e064518ba8e716e6ac36d"
2047dependencies = [
2048 "async-trait",
2049 "bytes",
2050 "http",
2051 "opentelemetry",
2052 "reqwest",
2053]
2054
2055[[package]]
2056name = "opentelemetry-otlp"
2057version = "0.30.0"
2058source = "registry+https://github.com/rust-lang/crates.io-index"
2059checksum = "dbee664a43e07615731afc539ca60c6d9f1a9425e25ca09c57bc36c87c55852b"
2060dependencies = [
2061 "http",
2062 "opentelemetry",
2063 "opentelemetry-http",
2064 "opentelemetry-proto",
2065 "opentelemetry_sdk",
2066 "prost",
2067 "reqwest",
2068 "thiserror 2.0.18",
2069 "tracing",
2070]
2071
2072[[package]]
2073name = "opentelemetry-proto"
2074version = "0.30.0"
2075source = "registry+https://github.com/rust-lang/crates.io-index"
2076checksum = "2e046fd7660710fe5a05e8748e70d9058dc15c94ba914e7c4faa7c728f0e8ddc"
2077dependencies = [
2078 "opentelemetry",
2079 "opentelemetry_sdk",
2080 "prost",
2081 "tonic",
2082]
2083
2084[[package]]
2085name = "opentelemetry_sdk"
2086version = "0.30.0"
2087source = "registry+https://github.com/rust-lang/crates.io-index"
2088checksum = "11f644aa9e5e31d11896e024305d7e3c98a88884d9f8919dbf37a9991bc47a4b"
2089dependencies = [
2090 "futures-channel",
2091 "futures-executor",
2092 "futures-util",
2093 "opentelemetry",
2094 "percent-encoding",
2095 "rand 0.9.2",
2096 "serde_json",
2097 "thiserror 2.0.18",
2098 "tokio",
2099 "tokio-stream",
2100]
2101
2102[[package]]
2103name = "p256"
2104version = "0.13.2"
2105source = "registry+https://github.com/rust-lang/crates.io-index"
2106checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
2107dependencies = [
2108 "ecdsa",
2109 "elliptic-curve",
2110 "primeorder",
2111 "sha2",
2112]
2113
2114[[package]]
2115name = "page_size"
2116version = "0.6.0"
2117source = "registry+https://github.com/rust-lang/crates.io-index"
2118checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
2119dependencies = [
2120 "libc",
2121 "winapi",
2122]
2123
2124[[package]]
2125name = "parking_lot"
2126version = "0.11.2"
2127source = "registry+https://github.com/rust-lang/crates.io-index"
2128checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2129dependencies = [
2130 "instant",
2131 "lock_api",
2132 "parking_lot_core 0.8.6",
2133]
2134
2135[[package]]
2136name = "parking_lot"
2137version = "0.12.5"
2138source = "registry+https://github.com/rust-lang/crates.io-index"
2139checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
2140dependencies = [
2141 "lock_api",
2142 "parking_lot_core 0.9.12",
2143]
2144
2145[[package]]
2146name = "parking_lot_core"
2147version = "0.8.6"
2148source = "registry+https://github.com/rust-lang/crates.io-index"
2149checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
2150dependencies = [
2151 "cfg-if",
2152 "instant",
2153 "libc",
2154 "redox_syscall 0.2.16",
2155 "smallvec",
2156 "winapi",
2157]
2158
2159[[package]]
2160name = "parking_lot_core"
2161version = "0.9.12"
2162source = "registry+https://github.com/rust-lang/crates.io-index"
2163checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
2164dependencies = [
2165 "cfg-if",
2166 "libc",
2167 "redox_syscall 0.5.18",
2168 "smallvec",
2169 "windows-link",
2170]
2171
2172[[package]]
2173name = "pem"
2174version = "3.0.6"
2175source = "registry+https://github.com/rust-lang/crates.io-index"
2176checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
2177dependencies = [
2178 "base64",
2179 "serde_core",
2180]
2181
2182[[package]]
2183name = "pem-rfc7468"
2184version = "0.7.0"
2185source = "registry+https://github.com/rust-lang/crates.io-index"
2186checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
2187dependencies = [
2188 "base64ct",
2189]
2190
2191[[package]]
2192name = "percent-encoding"
2193version = "2.3.2"
2194source = "registry+https://github.com/rust-lang/crates.io-index"
2195checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
2196
2197[[package]]
2198name = "phf"
2199version = "0.13.1"
2200source = "registry+https://github.com/rust-lang/crates.io-index"
2201checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf"
2202dependencies = [
2203 "phf_shared",
2204 "serde",
2205]
2206
2207[[package]]
2208name = "phf_shared"
2209version = "0.13.1"
2210source = "registry+https://github.com/rust-lang/crates.io-index"
2211checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266"
2212dependencies = [
2213 "siphasher",
2214]
2215
2216[[package]]
2217name = "pin-project"
2218version = "1.1.10"
2219source = "registry+https://github.com/rust-lang/crates.io-index"
2220checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
2221dependencies = [
2222 "pin-project-internal",
2223]
2224
2225[[package]]
2226name = "pin-project-internal"
2227version = "1.1.10"
2228source = "registry+https://github.com/rust-lang/crates.io-index"
2229checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
2230dependencies = [
2231 "proc-macro2",
2232 "quote",
2233 "syn",
2234]
2235
2236[[package]]
2237name = "pin-project-lite"
2238version = "0.2.16"
2239source = "registry+https://github.com/rust-lang/crates.io-index"
2240checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2241
2242[[package]]
2243name = "pin-utils"
2244version = "0.1.0"
2245source = "registry+https://github.com/rust-lang/crates.io-index"
2246checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2247
2248[[package]]
2249name = "pkcs8"
2250version = "0.10.2"
2251source = "registry+https://github.com/rust-lang/crates.io-index"
2252checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
2253dependencies = [
2254 "der",
2255 "spki",
2256]
2257
2258[[package]]
2259name = "pkg-config"
2260version = "0.3.32"
2261source = "registry+https://github.com/rust-lang/crates.io-index"
2262checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
2263
2264[[package]]
2265name = "plotters"
2266version = "0.3.7"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
2269dependencies = [
2270 "num-traits",
2271 "plotters-backend",
2272 "plotters-svg",
2273 "wasm-bindgen",
2274 "web-sys",
2275]
2276
2277[[package]]
2278name = "plotters-backend"
2279version = "0.3.7"
2280source = "registry+https://github.com/rust-lang/crates.io-index"
2281checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
2282
2283[[package]]
2284name = "plotters-svg"
2285version = "0.3.7"
2286source = "registry+https://github.com/rust-lang/crates.io-index"
2287checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
2288dependencies = [
2289 "plotters-backend",
2290]
2291
2292[[package]]
2293name = "poem"
2294version = "3.1.12"
2295source = "registry+https://github.com/rust-lang/crates.io-index"
2296checksum = "9f977080932c87287147dca052951c3e2696f8759863f6b4e4c0c9ffe7a4cc8b"
2297dependencies = [
2298 "async-compression",
2299 "base64",
2300 "bytes",
2301 "chrono",
2302 "futures-util",
2303 "headers",
2304 "http",
2305 "http-body-util",
2306 "hyper",
2307 "hyper-util",
2308 "mime",
2309 "nix",
2310 "parking_lot 0.12.5",
2311 "percent-encoding",
2312 "pin-project-lite",
2313 "poem-derive",
2314 "rcgen",
2315 "regex",
2316 "reqwest",
2317 "rfc7239",
2318 "ring",
2319 "rustls-pemfile",
2320 "serde",
2321 "serde_json",
2322 "serde_urlencoded",
2323 "smallvec",
2324 "sync_wrapper",
2325 "thiserror 2.0.18",
2326 "tokio",
2327 "tokio-rustls",
2328 "tokio-util",
2329 "tracing",
2330 "wildmatch",
2331 "x509-parser",
2332]
2333
2334[[package]]
2335name = "poem-derive"
2336version = "3.1.12"
2337source = "registry+https://github.com/rust-lang/crates.io-index"
2338checksum = "056e2fea6de1cb240ffe23cfc4fc370b629f8be83b5f27e16b7acd5231a72de4"
2339dependencies = [
2340 "proc-macro-crate",
2341 "proc-macro2",
2342 "quote",
2343 "syn",
2344]
2345
2346[[package]]
2347name = "portable-atomic"
2348version = "1.13.1"
2349source = "registry+https://github.com/rust-lang/crates.io-index"
2350checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
2351
2352[[package]]
2353name = "postgres-native-tls"
2354version = "0.5.2"
2355source = "registry+https://github.com/rust-lang/crates.io-index"
2356checksum = "ac73153d92e4bde922bd6f1dfba7f1ab8132266c031153b55e20a1521cd36d49"
2357dependencies = [
2358 "native-tls",
2359 "tokio",
2360 "tokio-native-tls",
2361 "tokio-postgres",
2362]
2363
2364[[package]]
2365name = "postgres-protocol"
2366version = "0.6.10"
2367source = "registry+https://github.com/rust-lang/crates.io-index"
2368checksum = "3ee9dd5fe15055d2b6806f4736aa0c9637217074e224bbec46d4041b91bb9491"
2369dependencies = [
2370 "base64",
2371 "byteorder",
2372 "bytes",
2373 "fallible-iterator",
2374 "hmac",
2375 "md-5",
2376 "memchr",
2377 "rand 0.9.2",
2378 "sha2",
2379 "stringprep",
2380]
2381
2382[[package]]
2383name = "postgres-types"
2384version = "0.2.12"
2385source = "registry+https://github.com/rust-lang/crates.io-index"
2386checksum = "54b858f82211e84682fecd373f68e1ceae642d8d751a1ebd13f33de6257b3e20"
2387dependencies = [
2388 "bytes",
2389 "chrono",
2390 "fallible-iterator",
2391 "postgres-protocol",
2392 "serde_core",
2393 "serde_json",
2394]
2395
2396[[package]]
2397name = "potential_utf"
2398version = "0.1.4"
2399source = "registry+https://github.com/rust-lang/crates.io-index"
2400checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
2401dependencies = [
2402 "zerovec",
2403]
2404
2405[[package]]
2406name = "powerfmt"
2407version = "0.2.0"
2408source = "registry+https://github.com/rust-lang/crates.io-index"
2409checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2410
2411[[package]]
2412name = "ppv-lite86"
2413version = "0.2.21"
2414source = "registry+https://github.com/rust-lang/crates.io-index"
2415checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2416dependencies = [
2417 "zerocopy",
2418]
2419
2420[[package]]
2421name = "prettyplease"
2422version = "0.2.37"
2423source = "registry+https://github.com/rust-lang/crates.io-index"
2424checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
2425dependencies = [
2426 "proc-macro2",
2427 "syn",
2428]
2429
2430[[package]]
2431name = "primeorder"
2432version = "0.13.6"
2433source = "registry+https://github.com/rust-lang/crates.io-index"
2434checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
2435dependencies = [
2436 "elliptic-curve",
2437]
2438
2439[[package]]
2440name = "proc-macro-crate"
2441version = "3.4.0"
2442source = "registry+https://github.com/rust-lang/crates.io-index"
2443checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
2444dependencies = [
2445 "toml_edit",
2446]
2447
2448[[package]]
2449name = "proc-macro2"
2450version = "1.0.106"
2451source = "registry+https://github.com/rust-lang/crates.io-index"
2452checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
2453dependencies = [
2454 "unicode-ident",
2455]
2456
2457[[package]]
2458name = "prost"
2459version = "0.13.5"
2460source = "registry+https://github.com/rust-lang/crates.io-index"
2461checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
2462dependencies = [
2463 "bytes",
2464 "prost-derive",
2465]
2466
2467[[package]]
2468name = "prost-derive"
2469version = "0.13.5"
2470source = "registry+https://github.com/rust-lang/crates.io-index"
2471checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
2472dependencies = [
2473 "anyhow",
2474 "itertools 0.14.0",
2475 "proc-macro2",
2476 "quote",
2477 "syn",
2478]
2479
2480[[package]]
2481name = "quanta"
2482version = "0.12.6"
2483source = "registry+https://github.com/rust-lang/crates.io-index"
2484checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7"
2485dependencies = [
2486 "crossbeam-utils",
2487 "libc",
2488 "once_cell",
2489 "raw-cpuid",
2490 "wasi 0.11.1+wasi-snapshot-preview1",
2491 "web-sys",
2492 "winapi",
2493]
2494
2495[[package]]
2496name = "quick_cache"
2497version = "0.6.18"
2498source = "registry+https://github.com/rust-lang/crates.io-index"
2499checksum = "7ada44a88ef953a3294f6eb55d2007ba44646015e18613d2f213016379203ef3"
2500dependencies = [
2501 "equivalent",
2502 "hashbrown 0.16.1",
2503]
2504
2505[[package]]
2506name = "quinn"
2507version = "0.11.9"
2508source = "registry+https://github.com/rust-lang/crates.io-index"
2509checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
2510dependencies = [
2511 "bytes",
2512 "cfg_aliases",
2513 "pin-project-lite",
2514 "quinn-proto",
2515 "quinn-udp",
2516 "rustc-hash",
2517 "rustls",
2518 "socket2",
2519 "thiserror 2.0.18",
2520 "tokio",
2521 "tracing",
2522 "web-time",
2523]
2524
2525[[package]]
2526name = "quinn-proto"
2527version = "0.11.13"
2528source = "registry+https://github.com/rust-lang/crates.io-index"
2529checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
2530dependencies = [
2531 "bytes",
2532 "getrandom 0.3.4",
2533 "lru-slab",
2534 "rand 0.9.2",
2535 "ring",
2536 "rustc-hash",
2537 "rustls",
2538 "rustls-pki-types",
2539 "slab",
2540 "thiserror 2.0.18",
2541 "tinyvec",
2542 "tracing",
2543 "web-time",
2544]
2545
2546[[package]]
2547name = "quinn-udp"
2548version = "0.5.14"
2549source = "registry+https://github.com/rust-lang/crates.io-index"
2550checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
2551dependencies = [
2552 "cfg_aliases",
2553 "libc",
2554 "once_cell",
2555 "socket2",
2556 "tracing",
2557 "windows-sys 0.60.2",
2558]
2559
2560[[package]]
2561name = "quote"
2562version = "1.0.44"
2563source = "registry+https://github.com/rust-lang/crates.io-index"
2564checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
2565dependencies = [
2566 "proc-macro2",
2567]
2568
2569[[package]]
2570name = "r-efi"
2571version = "5.3.0"
2572source = "registry+https://github.com/rust-lang/crates.io-index"
2573checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2574
2575[[package]]
2576name = "rand"
2577version = "0.8.5"
2578source = "registry+https://github.com/rust-lang/crates.io-index"
2579checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2580dependencies = [
2581 "libc",
2582 "rand_chacha 0.3.1",
2583 "rand_core 0.6.4",
2584]
2585
2586[[package]]
2587name = "rand"
2588version = "0.9.2"
2589source = "registry+https://github.com/rust-lang/crates.io-index"
2590checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
2591dependencies = [
2592 "rand_chacha 0.9.0",
2593 "rand_core 0.9.5",
2594]
2595
2596[[package]]
2597name = "rand_chacha"
2598version = "0.3.1"
2599source = "registry+https://github.com/rust-lang/crates.io-index"
2600checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2601dependencies = [
2602 "ppv-lite86",
2603 "rand_core 0.6.4",
2604]
2605
2606[[package]]
2607name = "rand_chacha"
2608version = "0.9.0"
2609source = "registry+https://github.com/rust-lang/crates.io-index"
2610checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2611dependencies = [
2612 "ppv-lite86",
2613 "rand_core 0.9.5",
2614]
2615
2616[[package]]
2617name = "rand_core"
2618version = "0.6.4"
2619source = "registry+https://github.com/rust-lang/crates.io-index"
2620checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2621dependencies = [
2622 "getrandom 0.2.17",
2623]
2624
2625[[package]]
2626name = "rand_core"
2627version = "0.9.5"
2628source = "registry+https://github.com/rust-lang/crates.io-index"
2629checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
2630dependencies = [
2631 "getrandom 0.3.4",
2632]
2633
2634[[package]]
2635name = "raw-cpuid"
2636version = "11.6.0"
2637source = "registry+https://github.com/rust-lang/crates.io-index"
2638checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
2639dependencies = [
2640 "bitflags 2.11.0",
2641]
2642
2643[[package]]
2644name = "rayon"
2645version = "1.11.0"
2646source = "registry+https://github.com/rust-lang/crates.io-index"
2647checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
2648dependencies = [
2649 "either",
2650 "rayon-core",
2651]
2652
2653[[package]]
2654name = "rayon-core"
2655version = "1.13.0"
2656source = "registry+https://github.com/rust-lang/crates.io-index"
2657checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
2658dependencies = [
2659 "crossbeam-deque",
2660 "crossbeam-utils",
2661]
2662
2663[[package]]
2664name = "rcgen"
2665version = "0.12.1"
2666source = "registry+https://github.com/rust-lang/crates.io-index"
2667checksum = "48406db8ac1f3cbc7dcdb56ec355343817958a356ff430259bb07baf7607e1e1"
2668dependencies = [
2669 "pem",
2670 "ring",
2671 "time",
2672 "yasna",
2673]
2674
2675[[package]]
2676name = "redox_syscall"
2677version = "0.2.16"
2678source = "registry+https://github.com/rust-lang/crates.io-index"
2679checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2680dependencies = [
2681 "bitflags 1.3.2",
2682]
2683
2684[[package]]
2685name = "redox_syscall"
2686version = "0.5.18"
2687source = "registry+https://github.com/rust-lang/crates.io-index"
2688checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
2689dependencies = [
2690 "bitflags 2.11.0",
2691]
2692
2693[[package]]
2694name = "regex"
2695version = "1.12.3"
2696source = "registry+https://github.com/rust-lang/crates.io-index"
2697checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
2698dependencies = [
2699 "aho-corasick",
2700 "memchr",
2701 "regex-automata",
2702 "regex-syntax",
2703]
2704
2705[[package]]
2706name = "regex-automata"
2707version = "0.4.14"
2708source = "registry+https://github.com/rust-lang/crates.io-index"
2709checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
2710dependencies = [
2711 "aho-corasick",
2712 "memchr",
2713 "regex-syntax",
2714]
2715
2716[[package]]
2717name = "regex-syntax"
2718version = "0.8.9"
2719source = "registry+https://github.com/rust-lang/crates.io-index"
2720checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c"
2721
2722[[package]]
2723name = "reqwest"
2724version = "0.12.28"
2725source = "registry+https://github.com/rust-lang/crates.io-index"
2726checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
2727dependencies = [
2728 "base64",
2729 "bytes",
2730 "encoding_rs",
2731 "futures-channel",
2732 "futures-core",
2733 "futures-util",
2734 "h2",
2735 "http",
2736 "http-body",
2737 "http-body-util",
2738 "hyper",
2739 "hyper-rustls",
2740 "hyper-tls",
2741 "hyper-util",
2742 "js-sys",
2743 "log",
2744 "mime",
2745 "native-tls",
2746 "percent-encoding",
2747 "pin-project-lite",
2748 "quinn",
2749 "rustls",
2750 "rustls-native-certs",
2751 "rustls-pki-types",
2752 "serde",
2753 "serde_json",
2754 "serde_urlencoded",
2755 "sync_wrapper",
2756 "tokio",
2757 "tokio-native-tls",
2758 "tokio-rustls",
2759 "tokio-util",
2760 "tower",
2761 "tower-http",
2762 "tower-service",
2763 "url",
2764 "wasm-bindgen",
2765 "wasm-bindgen-futures",
2766 "wasm-streams",
2767 "web-sys",
2768]
2769
2770[[package]]
2771name = "reqwest-middleware"
2772version = "0.4.2"
2773source = "registry+https://github.com/rust-lang/crates.io-index"
2774checksum = "57f17d28a6e6acfe1733fe24bcd30774d13bffa4b8a22535b4c8c98423088d4e"
2775dependencies = [
2776 "anyhow",
2777 "async-trait",
2778 "http",
2779 "reqwest",
2780 "serde",
2781 "thiserror 1.0.69",
2782 "tower-service",
2783]
2784
2785[[package]]
2786name = "reqwest-retry"
2787version = "0.7.0"
2788source = "registry+https://github.com/rust-lang/crates.io-index"
2789checksum = "29c73e4195a6bfbcb174b790d9b3407ab90646976c55de58a6515da25d851178"
2790dependencies = [
2791 "anyhow",
2792 "async-trait",
2793 "futures",
2794 "getrandom 0.2.17",
2795 "http",
2796 "hyper",
2797 "parking_lot 0.11.2",
2798 "reqwest",
2799 "reqwest-middleware",
2800 "retry-policies",
2801 "thiserror 1.0.69",
2802 "tokio",
2803 "tracing",
2804 "wasm-timer",
2805]
2806
2807[[package]]
2808name = "retry-policies"
2809version = "0.4.0"
2810source = "registry+https://github.com/rust-lang/crates.io-index"
2811checksum = "5875471e6cab2871bc150ecb8c727db5113c9338cc3354dc5ee3425b6aa40a1c"
2812dependencies = [
2813 "rand 0.8.5",
2814]
2815
2816[[package]]
2817name = "rfc6979"
2818version = "0.4.0"
2819source = "registry+https://github.com/rust-lang/crates.io-index"
2820checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
2821dependencies = [
2822 "hmac",
2823 "subtle",
2824]
2825
2826[[package]]
2827name = "rfc7239"
2828version = "0.1.3"
2829source = "registry+https://github.com/rust-lang/crates.io-index"
2830checksum = "4a82f1d1e38e9a85bb58ffcfadf22ed6f2c94e8cd8581ec2b0f80a2a6858350f"
2831dependencies = [
2832 "uncased",
2833]
2834
2835[[package]]
2836name = "ring"
2837version = "0.17.14"
2838source = "registry+https://github.com/rust-lang/crates.io-index"
2839checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
2840dependencies = [
2841 "cc",
2842 "cfg-if",
2843 "getrandom 0.2.17",
2844 "libc",
2845 "untrusted",
2846 "windows-sys 0.52.0",
2847]
2848
2849[[package]]
2850name = "rmp"
2851version = "0.8.15"
2852source = "registry+https://github.com/rust-lang/crates.io-index"
2853checksum = "4ba8be72d372b2c9b35542551678538b562e7cf86c3315773cae48dfbfe7790c"
2854dependencies = [
2855 "num-traits",
2856]
2857
2858[[package]]
2859name = "rmp-serde"
2860version = "1.3.1"
2861source = "registry+https://github.com/rust-lang/crates.io-index"
2862checksum = "72f81bee8c8ef9b577d1681a70ebbc962c232461e397b22c208c43c04b67a155"
2863dependencies = [
2864 "rmp",
2865 "serde",
2866]
2867
2868[[package]]
2869name = "rustc-hash"
2870version = "2.1.1"
2871source = "registry+https://github.com/rust-lang/crates.io-index"
2872checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
2873
2874[[package]]
2875name = "rusticata-macros"
2876version = "4.1.0"
2877source = "registry+https://github.com/rust-lang/crates.io-index"
2878checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
2879dependencies = [
2880 "nom",
2881]
2882
2883[[package]]
2884name = "rustix"
2885version = "1.1.3"
2886source = "registry+https://github.com/rust-lang/crates.io-index"
2887checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
2888dependencies = [
2889 "bitflags 2.11.0",
2890 "errno",
2891 "libc",
2892 "linux-raw-sys",
2893 "windows-sys 0.61.2",
2894]
2895
2896[[package]]
2897name = "rustls"
2898version = "0.23.36"
2899source = "registry+https://github.com/rust-lang/crates.io-index"
2900checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b"
2901dependencies = [
2902 "aws-lc-rs",
2903 "log",
2904 "once_cell",
2905 "ring",
2906 "rustls-pki-types",
2907 "rustls-webpki",
2908 "subtle",
2909 "zeroize",
2910]
2911
2912[[package]]
2913name = "rustls-native-certs"
2914version = "0.8.3"
2915source = "registry+https://github.com/rust-lang/crates.io-index"
2916checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
2917dependencies = [
2918 "openssl-probe",
2919 "rustls-pki-types",
2920 "schannel",
2921 "security-framework",
2922]
2923
2924[[package]]
2925name = "rustls-pemfile"
2926version = "2.2.0"
2927source = "registry+https://github.com/rust-lang/crates.io-index"
2928checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
2929dependencies = [
2930 "rustls-pki-types",
2931]
2932
2933[[package]]
2934name = "rustls-pki-types"
2935version = "1.14.0"
2936source = "registry+https://github.com/rust-lang/crates.io-index"
2937checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
2938dependencies = [
2939 "web-time",
2940 "zeroize",
2941]
2942
2943[[package]]
2944name = "rustls-webpki"
2945version = "0.103.9"
2946source = "registry+https://github.com/rust-lang/crates.io-index"
2947checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53"
2948dependencies = [
2949 "aws-lc-rs",
2950 "ring",
2951 "rustls-pki-types",
2952 "untrusted",
2953]
2954
2955[[package]]
2956name = "rustversion"
2957version = "1.0.22"
2958source = "registry+https://github.com/rust-lang/crates.io-index"
2959checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2960
2961[[package]]
2962name = "ryu"
2963version = "1.0.23"
2964source = "registry+https://github.com/rust-lang/crates.io-index"
2965checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
2966
2967[[package]]
2968name = "same-file"
2969version = "1.0.6"
2970source = "registry+https://github.com/rust-lang/crates.io-index"
2971checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2972dependencies = [
2973 "winapi-util",
2974]
2975
2976[[package]]
2977name = "schannel"
2978version = "0.1.28"
2979source = "registry+https://github.com/rust-lang/crates.io-index"
2980checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
2981dependencies = [
2982 "windows-sys 0.61.2",
2983]
2984
2985[[package]]
2986name = "scopeguard"
2987version = "1.2.0"
2988source = "registry+https://github.com/rust-lang/crates.io-index"
2989checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2990
2991[[package]]
2992name = "sec1"
2993version = "0.7.3"
2994source = "registry+https://github.com/rust-lang/crates.io-index"
2995checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
2996dependencies = [
2997 "base16ct",
2998 "der",
2999 "generic-array",
3000 "pkcs8",
3001 "subtle",
3002 "zeroize",
3003]
3004
3005[[package]]
3006name = "security-framework"
3007version = "3.7.0"
3008source = "registry+https://github.com/rust-lang/crates.io-index"
3009checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
3010dependencies = [
3011 "bitflags 2.11.0",
3012 "core-foundation 0.10.1",
3013 "core-foundation-sys",
3014 "libc",
3015 "security-framework-sys",
3016]
3017
3018[[package]]
3019name = "security-framework-sys"
3020version = "2.17.0"
3021source = "registry+https://github.com/rust-lang/crates.io-index"
3022checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
3023dependencies = [
3024 "core-foundation-sys",
3025 "libc",
3026]
3027
3028[[package]]
3029name = "self_cell"
3030version = "1.2.2"
3031source = "registry+https://github.com/rust-lang/crates.io-index"
3032checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
3033
3034[[package]]
3035name = "semver"
3036version = "1.0.27"
3037source = "registry+https://github.com/rust-lang/crates.io-index"
3038checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
3039
3040[[package]]
3041name = "serde"
3042version = "1.0.228"
3043source = "registry+https://github.com/rust-lang/crates.io-index"
3044checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
3045dependencies = [
3046 "serde_core",
3047 "serde_derive",
3048]
3049
3050[[package]]
3051name = "serde_bytes"
3052version = "0.11.19"
3053source = "registry+https://github.com/rust-lang/crates.io-index"
3054checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
3055dependencies = [
3056 "serde",
3057 "serde_core",
3058]
3059
3060[[package]]
3061name = "serde_core"
3062version = "1.0.228"
3063source = "registry+https://github.com/rust-lang/crates.io-index"
3064checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
3065dependencies = [
3066 "serde_derive",
3067]
3068
3069[[package]]
3070name = "serde_derive"
3071version = "1.0.228"
3072source = "registry+https://github.com/rust-lang/crates.io-index"
3073checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
3074dependencies = [
3075 "proc-macro2",
3076 "quote",
3077 "syn",
3078]
3079
3080[[package]]
3081name = "serde_ipld_dagcbor"
3082version = "0.6.4"
3083source = "registry+https://github.com/rust-lang/crates.io-index"
3084checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778"
3085dependencies = [
3086 "cbor4ii",
3087 "ipld-core",
3088 "scopeguard",
3089 "serde",
3090]
3091
3092[[package]]
3093name = "serde_json"
3094version = "1.0.149"
3095source = "registry+https://github.com/rust-lang/crates.io-index"
3096checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
3097dependencies = [
3098 "itoa",
3099 "memchr",
3100 "serde",
3101 "serde_core",
3102 "zmij",
3103]
3104
3105[[package]]
3106name = "serde_urlencoded"
3107version = "0.7.1"
3108source = "registry+https://github.com/rust-lang/crates.io-index"
3109checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
3110dependencies = [
3111 "form_urlencoded",
3112 "itoa",
3113 "ryu",
3114 "serde",
3115]
3116
3117[[package]]
3118name = "sfa"
3119version = "1.0.0"
3120source = "registry+https://github.com/rust-lang/crates.io-index"
3121checksum = "a1296838937cab56cd6c4eeeb8718ec777383700c33f060e2869867bd01d1175"
3122dependencies = [
3123 "byteorder-lite",
3124 "log",
3125 "xxhash-rust",
3126]
3127
3128[[package]]
3129name = "sha1"
3130version = "0.10.6"
3131source = "registry+https://github.com/rust-lang/crates.io-index"
3132checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
3133dependencies = [
3134 "cfg-if",
3135 "cpufeatures",
3136 "digest",
3137]
3138
3139[[package]]
3140name = "sha2"
3141version = "0.10.9"
3142source = "registry+https://github.com/rust-lang/crates.io-index"
3143checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
3144dependencies = [
3145 "cfg-if",
3146 "cpufeatures",
3147 "digest",
3148]
3149
3150[[package]]
3151name = "sharded-slab"
3152version = "0.1.7"
3153source = "registry+https://github.com/rust-lang/crates.io-index"
3154checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
3155dependencies = [
3156 "lazy_static",
3157]
3158
3159[[package]]
3160name = "shlex"
3161version = "1.3.0"
3162source = "registry+https://github.com/rust-lang/crates.io-index"
3163checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
3164
3165[[package]]
3166name = "signal-hook-registry"
3167version = "1.4.8"
3168source = "registry+https://github.com/rust-lang/crates.io-index"
3169checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
3170dependencies = [
3171 "errno",
3172 "libc",
3173]
3174
3175[[package]]
3176name = "signature"
3177version = "2.2.0"
3178source = "registry+https://github.com/rust-lang/crates.io-index"
3179checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
3180dependencies = [
3181 "digest",
3182 "rand_core 0.6.4",
3183]
3184
3185[[package]]
3186name = "simd-adler32"
3187version = "0.3.8"
3188source = "registry+https://github.com/rust-lang/crates.io-index"
3189checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
3190
3191[[package]]
3192name = "siphasher"
3193version = "1.0.2"
3194source = "registry+https://github.com/rust-lang/crates.io-index"
3195checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e"
3196
3197[[package]]
3198name = "slab"
3199version = "0.4.12"
3200source = "registry+https://github.com/rust-lang/crates.io-index"
3201checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
3202
3203[[package]]
3204name = "smallvec"
3205version = "1.15.1"
3206source = "registry+https://github.com/rust-lang/crates.io-index"
3207checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
3208
3209[[package]]
3210name = "socket2"
3211version = "0.6.2"
3212source = "registry+https://github.com/rust-lang/crates.io-index"
3213checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0"
3214dependencies = [
3215 "libc",
3216 "windows-sys 0.60.2",
3217]
3218
3219[[package]]
3220name = "spin"
3221version = "0.9.8"
3222source = "registry+https://github.com/rust-lang/crates.io-index"
3223checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
3224dependencies = [
3225 "lock_api",
3226]
3227
3228[[package]]
3229name = "spinning_top"
3230version = "0.3.0"
3231source = "registry+https://github.com/rust-lang/crates.io-index"
3232checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300"
3233dependencies = [
3234 "lock_api",
3235]
3236
3237[[package]]
3238name = "spki"
3239version = "0.7.3"
3240source = "registry+https://github.com/rust-lang/crates.io-index"
3241checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
3242dependencies = [
3243 "base64ct",
3244 "der",
3245]
3246
3247[[package]]
3248name = "stable_deref_trait"
3249version = "1.2.1"
3250source = "registry+https://github.com/rust-lang/crates.io-index"
3251checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
3252
3253[[package]]
3254name = "stringprep"
3255version = "0.1.5"
3256source = "registry+https://github.com/rust-lang/crates.io-index"
3257checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
3258dependencies = [
3259 "unicode-bidi",
3260 "unicode-normalization",
3261 "unicode-properties",
3262]
3263
3264[[package]]
3265name = "strsim"
3266version = "0.11.1"
3267source = "registry+https://github.com/rust-lang/crates.io-index"
3268checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
3269
3270[[package]]
3271name = "subtle"
3272version = "2.6.1"
3273source = "registry+https://github.com/rust-lang/crates.io-index"
3274checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
3275
3276[[package]]
3277name = "syn"
3278version = "2.0.117"
3279source = "registry+https://github.com/rust-lang/crates.io-index"
3280checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
3281dependencies = [
3282 "proc-macro2",
3283 "quote",
3284 "unicode-ident",
3285]
3286
3287[[package]]
3288name = "sync_wrapper"
3289version = "1.0.2"
3290source = "registry+https://github.com/rust-lang/crates.io-index"
3291checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
3292dependencies = [
3293 "futures-core",
3294]
3295
3296[[package]]
3297name = "synstructure"
3298version = "0.13.2"
3299source = "registry+https://github.com/rust-lang/crates.io-index"
3300checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
3301dependencies = [
3302 "proc-macro2",
3303 "quote",
3304 "syn",
3305]
3306
3307[[package]]
3308name = "system-configuration"
3309version = "0.7.0"
3310source = "registry+https://github.com/rust-lang/crates.io-index"
3311checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
3312dependencies = [
3313 "bitflags 2.11.0",
3314 "core-foundation 0.9.4",
3315 "system-configuration-sys",
3316]
3317
3318[[package]]
3319name = "system-configuration-sys"
3320version = "0.6.0"
3321source = "registry+https://github.com/rust-lang/crates.io-index"
3322checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
3323dependencies = [
3324 "core-foundation-sys",
3325 "libc",
3326]
3327
3328[[package]]
3329name = "tempfile"
3330version = "3.25.0"
3331source = "registry+https://github.com/rust-lang/crates.io-index"
3332checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1"
3333dependencies = [
3334 "fastrand",
3335 "getrandom 0.4.1",
3336 "once_cell",
3337 "rustix",
3338 "windows-sys 0.61.2",
3339]
3340
3341[[package]]
3342name = "thiserror"
3343version = "1.0.69"
3344source = "registry+https://github.com/rust-lang/crates.io-index"
3345checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
3346dependencies = [
3347 "thiserror-impl 1.0.69",
3348]
3349
3350[[package]]
3351name = "thiserror"
3352version = "2.0.18"
3353source = "registry+https://github.com/rust-lang/crates.io-index"
3354checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
3355dependencies = [
3356 "thiserror-impl 2.0.18",
3357]
3358
3359[[package]]
3360name = "thiserror-impl"
3361version = "1.0.69"
3362source = "registry+https://github.com/rust-lang/crates.io-index"
3363checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
3364dependencies = [
3365 "proc-macro2",
3366 "quote",
3367 "syn",
3368]
3369
3370[[package]]
3371name = "thiserror-impl"
3372version = "2.0.18"
3373source = "registry+https://github.com/rust-lang/crates.io-index"
3374checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
3375dependencies = [
3376 "proc-macro2",
3377 "quote",
3378 "syn",
3379]
3380
3381[[package]]
3382name = "thread_local"
3383version = "1.1.9"
3384source = "registry+https://github.com/rust-lang/crates.io-index"
3385checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
3386dependencies = [
3387 "cfg-if",
3388]
3389
3390[[package]]
3391name = "time"
3392version = "0.3.47"
3393source = "registry+https://github.com/rust-lang/crates.io-index"
3394checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
3395dependencies = [
3396 "deranged",
3397 "itoa",
3398 "num-conv",
3399 "powerfmt",
3400 "serde_core",
3401 "time-core",
3402 "time-macros",
3403]
3404
3405[[package]]
3406name = "time-core"
3407version = "0.1.8"
3408source = "registry+https://github.com/rust-lang/crates.io-index"
3409checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
3410
3411[[package]]
3412name = "time-macros"
3413version = "0.2.27"
3414source = "registry+https://github.com/rust-lang/crates.io-index"
3415checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
3416dependencies = [
3417 "num-conv",
3418 "time-core",
3419]
3420
3421[[package]]
3422name = "tinystr"
3423version = "0.8.2"
3424source = "registry+https://github.com/rust-lang/crates.io-index"
3425checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
3426dependencies = [
3427 "displaydoc",
3428 "zerovec",
3429]
3430
3431[[package]]
3432name = "tinytemplate"
3433version = "1.2.1"
3434source = "registry+https://github.com/rust-lang/crates.io-index"
3435checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
3436dependencies = [
3437 "serde",
3438 "serde_json",
3439]
3440
3441[[package]]
3442name = "tinyvec"
3443version = "1.10.0"
3444source = "registry+https://github.com/rust-lang/crates.io-index"
3445checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
3446dependencies = [
3447 "tinyvec_macros",
3448]
3449
3450[[package]]
3451name = "tinyvec_macros"
3452version = "0.1.1"
3453source = "registry+https://github.com/rust-lang/crates.io-index"
3454checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3455
3456[[package]]
3457name = "tokio"
3458version = "1.49.0"
3459source = "registry+https://github.com/rust-lang/crates.io-index"
3460checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
3461dependencies = [
3462 "bytes",
3463 "libc",
3464 "mio",
3465 "parking_lot 0.12.5",
3466 "pin-project-lite",
3467 "signal-hook-registry",
3468 "socket2",
3469 "tokio-macros",
3470 "windows-sys 0.61.2",
3471]
3472
3473[[package]]
3474name = "tokio-macros"
3475version = "2.6.0"
3476source = "registry+https://github.com/rust-lang/crates.io-index"
3477checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
3478dependencies = [
3479 "proc-macro2",
3480 "quote",
3481 "syn",
3482]
3483
3484[[package]]
3485name = "tokio-native-tls"
3486version = "0.3.1"
3487source = "registry+https://github.com/rust-lang/crates.io-index"
3488checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
3489dependencies = [
3490 "native-tls",
3491 "tokio",
3492]
3493
3494[[package]]
3495name = "tokio-postgres"
3496version = "0.7.16"
3497source = "registry+https://github.com/rust-lang/crates.io-index"
3498checksum = "dcea47c8f71744367793f16c2db1f11cb859d28f436bdb4ca9193eb1f787ee42"
3499dependencies = [
3500 "async-trait",
3501 "byteorder",
3502 "bytes",
3503 "fallible-iterator",
3504 "futures-channel",
3505 "futures-util",
3506 "log",
3507 "parking_lot 0.12.5",
3508 "percent-encoding",
3509 "phf",
3510 "pin-project-lite",
3511 "postgres-protocol",
3512 "postgres-types",
3513 "rand 0.9.2",
3514 "socket2",
3515 "tokio",
3516 "tokio-util",
3517 "whoami",
3518]
3519
3520[[package]]
3521name = "tokio-rustls"
3522version = "0.26.4"
3523source = "registry+https://github.com/rust-lang/crates.io-index"
3524checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
3525dependencies = [
3526 "rustls",
3527 "tokio",
3528]
3529
3530[[package]]
3531name = "tokio-stream"
3532version = "0.1.18"
3533source = "registry+https://github.com/rust-lang/crates.io-index"
3534checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
3535dependencies = [
3536 "futures-core",
3537 "pin-project-lite",
3538 "tokio",
3539]
3540
3541[[package]]
3542name = "tokio-util"
3543version = "0.7.18"
3544source = "registry+https://github.com/rust-lang/crates.io-index"
3545checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
3546dependencies = [
3547 "bytes",
3548 "futures-core",
3549 "futures-io",
3550 "futures-sink",
3551 "pin-project-lite",
3552 "tokio",
3553]
3554
3555[[package]]
3556name = "toml_datetime"
3557version = "0.7.5+spec-1.1.0"
3558source = "registry+https://github.com/rust-lang/crates.io-index"
3559checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
3560dependencies = [
3561 "serde_core",
3562]
3563
3564[[package]]
3565name = "toml_edit"
3566version = "0.23.10+spec-1.0.0"
3567source = "registry+https://github.com/rust-lang/crates.io-index"
3568checksum = "84c8b9f757e028cee9fa244aea147aab2a9ec09d5325a9b01e0a49730c2b5269"
3569dependencies = [
3570 "indexmap",
3571 "toml_datetime",
3572 "toml_parser",
3573 "winnow",
3574]
3575
3576[[package]]
3577name = "toml_parser"
3578version = "1.0.9+spec-1.1.0"
3579source = "registry+https://github.com/rust-lang/crates.io-index"
3580checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4"
3581dependencies = [
3582 "winnow",
3583]
3584
3585[[package]]
3586name = "tonic"
3587version = "0.13.1"
3588source = "registry+https://github.com/rust-lang/crates.io-index"
3589checksum = "7e581ba15a835f4d9ea06c55ab1bd4dce26fc53752c69a04aac00703bfb49ba9"
3590dependencies = [
3591 "async-trait",
3592 "base64",
3593 "bytes",
3594 "http",
3595 "http-body",
3596 "http-body-util",
3597 "percent-encoding",
3598 "pin-project",
3599 "prost",
3600 "tokio-stream",
3601 "tower-layer",
3602 "tower-service",
3603 "tracing",
3604]
3605
3606[[package]]
3607name = "tower"
3608version = "0.5.3"
3609source = "registry+https://github.com/rust-lang/crates.io-index"
3610checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
3611dependencies = [
3612 "futures-core",
3613 "futures-util",
3614 "pin-project-lite",
3615 "sync_wrapper",
3616 "tokio",
3617 "tower-layer",
3618 "tower-service",
3619]
3620
3621[[package]]
3622name = "tower-http"
3623version = "0.6.8"
3624source = "registry+https://github.com/rust-lang/crates.io-index"
3625checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
3626dependencies = [
3627 "async-compression",
3628 "bitflags 2.11.0",
3629 "bytes",
3630 "futures-core",
3631 "futures-util",
3632 "http",
3633 "http-body",
3634 "http-body-util",
3635 "iri-string",
3636 "pin-project-lite",
3637 "tokio",
3638 "tokio-util",
3639 "tower",
3640 "tower-layer",
3641 "tower-service",
3642]
3643
3644[[package]]
3645name = "tower-layer"
3646version = "0.3.3"
3647source = "registry+https://github.com/rust-lang/crates.io-index"
3648checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
3649
3650[[package]]
3651name = "tower-service"
3652version = "0.3.3"
3653source = "registry+https://github.com/rust-lang/crates.io-index"
3654checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
3655
3656[[package]]
3657name = "tracing"
3658version = "0.1.44"
3659source = "registry+https://github.com/rust-lang/crates.io-index"
3660checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
3661dependencies = [
3662 "pin-project-lite",
3663 "tracing-attributes",
3664 "tracing-core",
3665]
3666
3667[[package]]
3668name = "tracing-attributes"
3669version = "0.1.31"
3670source = "registry+https://github.com/rust-lang/crates.io-index"
3671checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
3672dependencies = [
3673 "proc-macro2",
3674 "quote",
3675 "syn",
3676]
3677
3678[[package]]
3679name = "tracing-core"
3680version = "0.1.36"
3681source = "registry+https://github.com/rust-lang/crates.io-index"
3682checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
3683dependencies = [
3684 "once_cell",
3685 "valuable",
3686]
3687
3688[[package]]
3689name = "tracing-log"
3690version = "0.2.0"
3691source = "registry+https://github.com/rust-lang/crates.io-index"
3692checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
3693dependencies = [
3694 "log",
3695 "once_cell",
3696 "tracing-core",
3697]
3698
3699[[package]]
3700name = "tracing-opentelemetry"
3701version = "0.31.0"
3702source = "registry+https://github.com/rust-lang/crates.io-index"
3703checksum = "ddcf5959f39507d0d04d6413119c04f33b623f4f951ebcbdddddfad2d0623a9c"
3704dependencies = [
3705 "js-sys",
3706 "once_cell",
3707 "opentelemetry",
3708 "opentelemetry_sdk",
3709 "smallvec",
3710 "tracing",
3711 "tracing-core",
3712 "tracing-log",
3713 "tracing-subscriber",
3714 "web-time",
3715]
3716
3717[[package]]
3718name = "tracing-subscriber"
3719version = "0.3.22"
3720source = "registry+https://github.com/rust-lang/crates.io-index"
3721checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
3722dependencies = [
3723 "matchers",
3724 "nu-ansi-term",
3725 "once_cell",
3726 "regex-automata",
3727 "sharded-slab",
3728 "smallvec",
3729 "thread_local",
3730 "tracing",
3731 "tracing-core",
3732 "tracing-log",
3733]
3734
3735[[package]]
3736name = "try-lock"
3737version = "0.2.5"
3738source = "registry+https://github.com/rust-lang/crates.io-index"
3739checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
3740
3741[[package]]
3742name = "twox-hash"
3743version = "2.1.2"
3744source = "registry+https://github.com/rust-lang/crates.io-index"
3745checksum = "9ea3136b675547379c4bd395ca6b938e5ad3c3d20fad76e7fe85f9e0d011419c"
3746
3747[[package]]
3748name = "typenum"
3749version = "1.19.0"
3750source = "registry+https://github.com/rust-lang/crates.io-index"
3751checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
3752
3753[[package]]
3754name = "uncased"
3755version = "0.9.10"
3756source = "registry+https://github.com/rust-lang/crates.io-index"
3757checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697"
3758dependencies = [
3759 "version_check",
3760]
3761
3762[[package]]
3763name = "unicode-bidi"
3764version = "0.3.18"
3765source = "registry+https://github.com/rust-lang/crates.io-index"
3766checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
3767
3768[[package]]
3769name = "unicode-ident"
3770version = "1.0.24"
3771source = "registry+https://github.com/rust-lang/crates.io-index"
3772checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
3773
3774[[package]]
3775name = "unicode-normalization"
3776version = "0.1.25"
3777source = "registry+https://github.com/rust-lang/crates.io-index"
3778checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
3779dependencies = [
3780 "tinyvec",
3781]
3782
3783[[package]]
3784name = "unicode-properties"
3785version = "0.1.4"
3786source = "registry+https://github.com/rust-lang/crates.io-index"
3787checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
3788
3789[[package]]
3790name = "unicode-xid"
3791version = "0.2.6"
3792source = "registry+https://github.com/rust-lang/crates.io-index"
3793checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
3794
3795[[package]]
3796name = "unsigned-varint"
3797version = "0.8.0"
3798source = "registry+https://github.com/rust-lang/crates.io-index"
3799checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
3800
3801[[package]]
3802name = "untrusted"
3803version = "0.9.0"
3804source = "registry+https://github.com/rust-lang/crates.io-index"
3805checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
3806
3807[[package]]
3808name = "url"
3809version = "2.5.8"
3810source = "registry+https://github.com/rust-lang/crates.io-index"
3811checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
3812dependencies = [
3813 "form_urlencoded",
3814 "idna",
3815 "percent-encoding",
3816 "serde",
3817]
3818
3819[[package]]
3820name = "utf8_iter"
3821version = "1.0.4"
3822source = "registry+https://github.com/rust-lang/crates.io-index"
3823checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3824
3825[[package]]
3826name = "utf8parse"
3827version = "0.2.2"
3828source = "registry+https://github.com/rust-lang/crates.io-index"
3829checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
3830
3831[[package]]
3832name = "valuable"
3833version = "0.1.1"
3834source = "registry+https://github.com/rust-lang/crates.io-index"
3835checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
3836
3837[[package]]
3838name = "varint-rs"
3839version = "2.2.0"
3840source = "registry+https://github.com/rust-lang/crates.io-index"
3841checksum = "8f54a172d0620933a27a4360d3db3e2ae0dd6cceae9730751a036bbf182c4b23"
3842
3843[[package]]
3844name = "vcpkg"
3845version = "0.2.15"
3846source = "registry+https://github.com/rust-lang/crates.io-index"
3847checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
3848
3849[[package]]
3850name = "version_check"
3851version = "0.9.5"
3852source = "registry+https://github.com/rust-lang/crates.io-index"
3853checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3854
3855[[package]]
3856name = "walkdir"
3857version = "2.5.0"
3858source = "registry+https://github.com/rust-lang/crates.io-index"
3859checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
3860dependencies = [
3861 "same-file",
3862 "winapi-util",
3863]
3864
3865[[package]]
3866name = "want"
3867version = "0.3.1"
3868source = "registry+https://github.com/rust-lang/crates.io-index"
3869checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3870dependencies = [
3871 "try-lock",
3872]
3873
3874[[package]]
3875name = "wasi"
3876version = "0.11.1+wasi-snapshot-preview1"
3877source = "registry+https://github.com/rust-lang/crates.io-index"
3878checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
3879
3880[[package]]
3881name = "wasi"
3882version = "0.14.7+wasi-0.2.4"
3883source = "registry+https://github.com/rust-lang/crates.io-index"
3884checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c"
3885dependencies = [
3886 "wasip2",
3887]
3888
3889[[package]]
3890name = "wasip2"
3891version = "1.0.2+wasi-0.2.9"
3892source = "registry+https://github.com/rust-lang/crates.io-index"
3893checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
3894dependencies = [
3895 "wit-bindgen",
3896]
3897
3898[[package]]
3899name = "wasip3"
3900version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
3901source = "registry+https://github.com/rust-lang/crates.io-index"
3902checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
3903dependencies = [
3904 "wit-bindgen",
3905]
3906
3907[[package]]
3908name = "wasite"
3909version = "1.0.2"
3910source = "registry+https://github.com/rust-lang/crates.io-index"
3911checksum = "66fe902b4a6b8028a753d5424909b764ccf79b7a209eac9bf97e59cda9f71a42"
3912dependencies = [
3913 "wasi 0.14.7+wasi-0.2.4",
3914]
3915
3916[[package]]
3917name = "wasm-bindgen"
3918version = "0.2.109"
3919source = "registry+https://github.com/rust-lang/crates.io-index"
3920checksum = "9ff9c7baef35ac3c0e17d8bfc9ad75eb62f85a2f02bccc906699dadb0aa9c622"
3921dependencies = [
3922 "cfg-if",
3923 "once_cell",
3924 "rustversion",
3925 "wasm-bindgen-macro",
3926 "wasm-bindgen-shared",
3927]
3928
3929[[package]]
3930name = "wasm-bindgen-futures"
3931version = "0.4.59"
3932source = "registry+https://github.com/rust-lang/crates.io-index"
3933checksum = "d24699cd39db9966cf6e2ef10d2f72779c961ad905911f395ea201c3ec9f545d"
3934dependencies = [
3935 "cfg-if",
3936 "futures-util",
3937 "js-sys",
3938 "once_cell",
3939 "wasm-bindgen",
3940 "web-sys",
3941]
3942
3943[[package]]
3944name = "wasm-bindgen-macro"
3945version = "0.2.109"
3946source = "registry+https://github.com/rust-lang/crates.io-index"
3947checksum = "39455e84ad887a0bbc93c116d72403f1bb0a39e37dd6f235a43e2128a0c7f1fd"
3948dependencies = [
3949 "quote",
3950 "wasm-bindgen-macro-support",
3951]
3952
3953[[package]]
3954name = "wasm-bindgen-macro-support"
3955version = "0.2.109"
3956source = "registry+https://github.com/rust-lang/crates.io-index"
3957checksum = "dff4761f60b0b51fd13fec8764167b7bbcc34498ce3e52805fe1db6f2d56b6d6"
3958dependencies = [
3959 "bumpalo",
3960 "proc-macro2",
3961 "quote",
3962 "syn",
3963 "wasm-bindgen-shared",
3964]
3965
3966[[package]]
3967name = "wasm-bindgen-shared"
3968version = "0.2.109"
3969source = "registry+https://github.com/rust-lang/crates.io-index"
3970checksum = "bc6a171c53d98021a93a474c4a4579d76ba97f9517d871bc12e27640f218b6dd"
3971dependencies = [
3972 "unicode-ident",
3973]
3974
3975[[package]]
3976name = "wasm-encoder"
3977version = "0.244.0"
3978source = "registry+https://github.com/rust-lang/crates.io-index"
3979checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
3980dependencies = [
3981 "leb128fmt",
3982 "wasmparser",
3983]
3984
3985[[package]]
3986name = "wasm-metadata"
3987version = "0.244.0"
3988source = "registry+https://github.com/rust-lang/crates.io-index"
3989checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
3990dependencies = [
3991 "anyhow",
3992 "indexmap",
3993 "wasm-encoder",
3994 "wasmparser",
3995]
3996
3997[[package]]
3998name = "wasm-streams"
3999version = "0.4.2"
4000source = "registry+https://github.com/rust-lang/crates.io-index"
4001checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
4002dependencies = [
4003 "futures-util",
4004 "js-sys",
4005 "wasm-bindgen",
4006 "wasm-bindgen-futures",
4007 "web-sys",
4008]
4009
4010[[package]]
4011name = "wasm-timer"
4012version = "0.2.5"
4013source = "registry+https://github.com/rust-lang/crates.io-index"
4014checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"
4015dependencies = [
4016 "futures",
4017 "js-sys",
4018 "parking_lot 0.11.2",
4019 "pin-utils",
4020 "wasm-bindgen",
4021 "wasm-bindgen-futures",
4022 "web-sys",
4023]
4024
4025[[package]]
4026name = "wasmparser"
4027version = "0.244.0"
4028source = "registry+https://github.com/rust-lang/crates.io-index"
4029checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
4030dependencies = [
4031 "bitflags 2.11.0",
4032 "hashbrown 0.15.5",
4033 "indexmap",
4034 "semver",
4035]
4036
4037[[package]]
4038name = "web-sys"
4039version = "0.3.86"
4040source = "registry+https://github.com/rust-lang/crates.io-index"
4041checksum = "668fa5d00434e890a452ab060d24e3904d1be93f7bb01b70e5603baa2b8ab23b"
4042dependencies = [
4043 "js-sys",
4044 "wasm-bindgen",
4045]
4046
4047[[package]]
4048name = "web-time"
4049version = "1.1.0"
4050source = "registry+https://github.com/rust-lang/crates.io-index"
4051checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
4052dependencies = [
4053 "js-sys",
4054 "wasm-bindgen",
4055]
4056
4057[[package]]
4058name = "whoami"
4059version = "2.1.1"
4060source = "registry+https://github.com/rust-lang/crates.io-index"
4061checksum = "d6a5b12f9df4f978d2cfdb1bd3bac52433f44393342d7ee9c25f5a1c14c0f45d"
4062dependencies = [
4063 "libc",
4064 "libredox",
4065 "objc2-system-configuration",
4066 "wasite",
4067 "web-sys",
4068]
4069
4070[[package]]
4071name = "wildmatch"
4072version = "2.6.1"
4073source = "registry+https://github.com/rust-lang/crates.io-index"
4074checksum = "29333c3ea1ba8b17211763463ff24ee84e41c78224c16b001cd907e663a38c68"
4075
4076[[package]]
4077name = "winapi"
4078version = "0.3.9"
4079source = "registry+https://github.com/rust-lang/crates.io-index"
4080checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
4081dependencies = [
4082 "winapi-i686-pc-windows-gnu",
4083 "winapi-x86_64-pc-windows-gnu",
4084]
4085
4086[[package]]
4087name = "winapi-i686-pc-windows-gnu"
4088version = "0.4.0"
4089source = "registry+https://github.com/rust-lang/crates.io-index"
4090checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
4091
4092[[package]]
4093name = "winapi-util"
4094version = "0.1.11"
4095source = "registry+https://github.com/rust-lang/crates.io-index"
4096checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
4097dependencies = [
4098 "windows-sys 0.61.2",
4099]
4100
4101[[package]]
4102name = "winapi-x86_64-pc-windows-gnu"
4103version = "0.4.0"
4104source = "registry+https://github.com/rust-lang/crates.io-index"
4105checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
4106
4107[[package]]
4108name = "windows-core"
4109version = "0.62.2"
4110source = "registry+https://github.com/rust-lang/crates.io-index"
4111checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
4112dependencies = [
4113 "windows-implement",
4114 "windows-interface",
4115 "windows-link",
4116 "windows-result",
4117 "windows-strings",
4118]
4119
4120[[package]]
4121name = "windows-implement"
4122version = "0.60.2"
4123source = "registry+https://github.com/rust-lang/crates.io-index"
4124checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
4125dependencies = [
4126 "proc-macro2",
4127 "quote",
4128 "syn",
4129]
4130
4131[[package]]
4132name = "windows-interface"
4133version = "0.59.3"
4134source = "registry+https://github.com/rust-lang/crates.io-index"
4135checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
4136dependencies = [
4137 "proc-macro2",
4138 "quote",
4139 "syn",
4140]
4141
4142[[package]]
4143name = "windows-link"
4144version = "0.2.1"
4145source = "registry+https://github.com/rust-lang/crates.io-index"
4146checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
4147
4148[[package]]
4149name = "windows-registry"
4150version = "0.6.1"
4151source = "registry+https://github.com/rust-lang/crates.io-index"
4152checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
4153dependencies = [
4154 "windows-link",
4155 "windows-result",
4156 "windows-strings",
4157]
4158
4159[[package]]
4160name = "windows-result"
4161version = "0.4.1"
4162source = "registry+https://github.com/rust-lang/crates.io-index"
4163checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
4164dependencies = [
4165 "windows-link",
4166]
4167
4168[[package]]
4169name = "windows-strings"
4170version = "0.5.1"
4171source = "registry+https://github.com/rust-lang/crates.io-index"
4172checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
4173dependencies = [
4174 "windows-link",
4175]
4176
4177[[package]]
4178name = "windows-sys"
4179version = "0.52.0"
4180source = "registry+https://github.com/rust-lang/crates.io-index"
4181checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
4182dependencies = [
4183 "windows-targets 0.52.6",
4184]
4185
4186[[package]]
4187name = "windows-sys"
4188version = "0.60.2"
4189source = "registry+https://github.com/rust-lang/crates.io-index"
4190checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
4191dependencies = [
4192 "windows-targets 0.53.5",
4193]
4194
4195[[package]]
4196name = "windows-sys"
4197version = "0.61.2"
4198source = "registry+https://github.com/rust-lang/crates.io-index"
4199checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
4200dependencies = [
4201 "windows-link",
4202]
4203
4204[[package]]
4205name = "windows-targets"
4206version = "0.52.6"
4207source = "registry+https://github.com/rust-lang/crates.io-index"
4208checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
4209dependencies = [
4210 "windows_aarch64_gnullvm 0.52.6",
4211 "windows_aarch64_msvc 0.52.6",
4212 "windows_i686_gnu 0.52.6",
4213 "windows_i686_gnullvm 0.52.6",
4214 "windows_i686_msvc 0.52.6",
4215 "windows_x86_64_gnu 0.52.6",
4216 "windows_x86_64_gnullvm 0.52.6",
4217 "windows_x86_64_msvc 0.52.6",
4218]
4219
4220[[package]]
4221name = "windows-targets"
4222version = "0.53.5"
4223source = "registry+https://github.com/rust-lang/crates.io-index"
4224checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
4225dependencies = [
4226 "windows-link",
4227 "windows_aarch64_gnullvm 0.53.1",
4228 "windows_aarch64_msvc 0.53.1",
4229 "windows_i686_gnu 0.53.1",
4230 "windows_i686_gnullvm 0.53.1",
4231 "windows_i686_msvc 0.53.1",
4232 "windows_x86_64_gnu 0.53.1",
4233 "windows_x86_64_gnullvm 0.53.1",
4234 "windows_x86_64_msvc 0.53.1",
4235]
4236
4237[[package]]
4238name = "windows_aarch64_gnullvm"
4239version = "0.52.6"
4240source = "registry+https://github.com/rust-lang/crates.io-index"
4241checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
4242
4243[[package]]
4244name = "windows_aarch64_gnullvm"
4245version = "0.53.1"
4246source = "registry+https://github.com/rust-lang/crates.io-index"
4247checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
4248
4249[[package]]
4250name = "windows_aarch64_msvc"
4251version = "0.52.6"
4252source = "registry+https://github.com/rust-lang/crates.io-index"
4253checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
4254
4255[[package]]
4256name = "windows_aarch64_msvc"
4257version = "0.53.1"
4258source = "registry+https://github.com/rust-lang/crates.io-index"
4259checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
4260
4261[[package]]
4262name = "windows_i686_gnu"
4263version = "0.52.6"
4264source = "registry+https://github.com/rust-lang/crates.io-index"
4265checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
4266
4267[[package]]
4268name = "windows_i686_gnu"
4269version = "0.53.1"
4270source = "registry+https://github.com/rust-lang/crates.io-index"
4271checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
4272
4273[[package]]
4274name = "windows_i686_gnullvm"
4275version = "0.52.6"
4276source = "registry+https://github.com/rust-lang/crates.io-index"
4277checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
4278
4279[[package]]
4280name = "windows_i686_gnullvm"
4281version = "0.53.1"
4282source = "registry+https://github.com/rust-lang/crates.io-index"
4283checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
4284
4285[[package]]
4286name = "windows_i686_msvc"
4287version = "0.52.6"
4288source = "registry+https://github.com/rust-lang/crates.io-index"
4289checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
4290
4291[[package]]
4292name = "windows_i686_msvc"
4293version = "0.53.1"
4294source = "registry+https://github.com/rust-lang/crates.io-index"
4295checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
4296
4297[[package]]
4298name = "windows_x86_64_gnu"
4299version = "0.52.6"
4300source = "registry+https://github.com/rust-lang/crates.io-index"
4301checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
4302
4303[[package]]
4304name = "windows_x86_64_gnu"
4305version = "0.53.1"
4306source = "registry+https://github.com/rust-lang/crates.io-index"
4307checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
4308
4309[[package]]
4310name = "windows_x86_64_gnullvm"
4311version = "0.52.6"
4312source = "registry+https://github.com/rust-lang/crates.io-index"
4313checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
4314
4315[[package]]
4316name = "windows_x86_64_gnullvm"
4317version = "0.53.1"
4318source = "registry+https://github.com/rust-lang/crates.io-index"
4319checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
4320
4321[[package]]
4322name = "windows_x86_64_msvc"
4323version = "0.52.6"
4324source = "registry+https://github.com/rust-lang/crates.io-index"
4325checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
4326
4327[[package]]
4328name = "windows_x86_64_msvc"
4329version = "0.53.1"
4330source = "registry+https://github.com/rust-lang/crates.io-index"
4331checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
4332
4333[[package]]
4334name = "winnow"
4335version = "0.7.14"
4336source = "registry+https://github.com/rust-lang/crates.io-index"
4337checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
4338dependencies = [
4339 "memchr",
4340]
4341
4342[[package]]
4343name = "wit-bindgen"
4344version = "0.51.0"
4345source = "registry+https://github.com/rust-lang/crates.io-index"
4346checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
4347dependencies = [
4348 "wit-bindgen-rust-macro",
4349]
4350
4351[[package]]
4352name = "wit-bindgen-core"
4353version = "0.51.0"
4354source = "registry+https://github.com/rust-lang/crates.io-index"
4355checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
4356dependencies = [
4357 "anyhow",
4358 "heck",
4359 "wit-parser",
4360]
4361
4362[[package]]
4363name = "wit-bindgen-rust"
4364version = "0.51.0"
4365source = "registry+https://github.com/rust-lang/crates.io-index"
4366checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
4367dependencies = [
4368 "anyhow",
4369 "heck",
4370 "indexmap",
4371 "prettyplease",
4372 "syn",
4373 "wasm-metadata",
4374 "wit-bindgen-core",
4375 "wit-component",
4376]
4377
4378[[package]]
4379name = "wit-bindgen-rust-macro"
4380version = "0.51.0"
4381source = "registry+https://github.com/rust-lang/crates.io-index"
4382checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
4383dependencies = [
4384 "anyhow",
4385 "prettyplease",
4386 "proc-macro2",
4387 "quote",
4388 "syn",
4389 "wit-bindgen-core",
4390 "wit-bindgen-rust",
4391]
4392
4393[[package]]
4394name = "wit-component"
4395version = "0.244.0"
4396source = "registry+https://github.com/rust-lang/crates.io-index"
4397checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
4398dependencies = [
4399 "anyhow",
4400 "bitflags 2.11.0",
4401 "indexmap",
4402 "log",
4403 "serde",
4404 "serde_derive",
4405 "serde_json",
4406 "wasm-encoder",
4407 "wasm-metadata",
4408 "wasmparser",
4409 "wit-parser",
4410]
4411
4412[[package]]
4413name = "wit-parser"
4414version = "0.244.0"
4415source = "registry+https://github.com/rust-lang/crates.io-index"
4416checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
4417dependencies = [
4418 "anyhow",
4419 "id-arena",
4420 "indexmap",
4421 "log",
4422 "semver",
4423 "serde",
4424 "serde_derive",
4425 "serde_json",
4426 "unicode-xid",
4427 "wasmparser",
4428]
4429
4430[[package]]
4431name = "writeable"
4432version = "0.6.2"
4433source = "registry+https://github.com/rust-lang/crates.io-index"
4434checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
4435
4436[[package]]
4437name = "x509-parser"
4438version = "0.17.0"
4439source = "registry+https://github.com/rust-lang/crates.io-index"
4440checksum = "4569f339c0c402346d4a75a9e39cf8dad310e287eef1ff56d4c68e5067f53460"
4441dependencies = [
4442 "asn1-rs",
4443 "data-encoding",
4444 "der-parser",
4445 "lazy_static",
4446 "nom",
4447 "oid-registry",
4448 "rusticata-macros",
4449 "thiserror 2.0.18",
4450 "time",
4451]
4452
4453[[package]]
4454name = "xxhash-rust"
4455version = "0.8.15"
4456source = "registry+https://github.com/rust-lang/crates.io-index"
4457checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"
4458
4459[[package]]
4460name = "yasna"
4461version = "0.5.2"
4462source = "registry+https://github.com/rust-lang/crates.io-index"
4463checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
4464dependencies = [
4465 "time",
4466]
4467
4468[[package]]
4469name = "yoke"
4470version = "0.8.1"
4471source = "registry+https://github.com/rust-lang/crates.io-index"
4472checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
4473dependencies = [
4474 "stable_deref_trait",
4475 "yoke-derive",
4476 "zerofrom",
4477]
4478
4479[[package]]
4480name = "yoke-derive"
4481version = "0.8.1"
4482source = "registry+https://github.com/rust-lang/crates.io-index"
4483checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
4484dependencies = [
4485 "proc-macro2",
4486 "quote",
4487 "syn",
4488 "synstructure",
4489]
4490
4491[[package]]
4492name = "zerocopy"
4493version = "0.8.39"
4494source = "registry+https://github.com/rust-lang/crates.io-index"
4495checksum = "db6d35d663eadb6c932438e763b262fe1a70987f9ae936e60158176d710cae4a"
4496dependencies = [
4497 "zerocopy-derive",
4498]
4499
4500[[package]]
4501name = "zerocopy-derive"
4502version = "0.8.39"
4503source = "registry+https://github.com/rust-lang/crates.io-index"
4504checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517"
4505dependencies = [
4506 "proc-macro2",
4507 "quote",
4508 "syn",
4509]
4510
4511[[package]]
4512name = "zerofrom"
4513version = "0.1.6"
4514source = "registry+https://github.com/rust-lang/crates.io-index"
4515checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
4516dependencies = [
4517 "zerofrom-derive",
4518]
4519
4520[[package]]
4521name = "zerofrom-derive"
4522version = "0.1.6"
4523source = "registry+https://github.com/rust-lang/crates.io-index"
4524checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
4525dependencies = [
4526 "proc-macro2",
4527 "quote",
4528 "syn",
4529 "synstructure",
4530]
4531
4532[[package]]
4533name = "zeroize"
4534version = "1.8.2"
4535source = "registry+https://github.com/rust-lang/crates.io-index"
4536checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
4537
4538[[package]]
4539name = "zerotrie"
4540version = "0.2.3"
4541source = "registry+https://github.com/rust-lang/crates.io-index"
4542checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
4543dependencies = [
4544 "displaydoc",
4545 "yoke",
4546 "zerofrom",
4547]
4548
4549[[package]]
4550name = "zerovec"
4551version = "0.11.5"
4552source = "registry+https://github.com/rust-lang/crates.io-index"
4553checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
4554dependencies = [
4555 "yoke",
4556 "zerofrom",
4557 "zerovec-derive",
4558]
4559
4560[[package]]
4561name = "zerovec-derive"
4562version = "0.11.2"
4563source = "registry+https://github.com/rust-lang/crates.io-index"
4564checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
4565dependencies = [
4566 "proc-macro2",
4567 "quote",
4568 "syn",
4569]
4570
4571[[package]]
4572name = "zmij"
4573version = "1.0.21"
4574source = "registry+https://github.com/rust-lang/crates.io-index"
4575checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
4576
4577[[package]]
4578name = "zstd"
4579version = "0.13.3"
4580source = "registry+https://github.com/rust-lang/crates.io-index"
4581checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
4582dependencies = [
4583 "zstd-safe",
4584]
4585
4586[[package]]
4587name = "zstd-safe"
4588version = "7.2.4"
4589source = "registry+https://github.com/rust-lang/crates.io-index"
4590checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
4591dependencies = [
4592 "zstd-sys",
4593]
4594
4595[[package]]
4596name = "zstd-sys"
4597version = "2.0.16+zstd.1.5.7"
4598source = "registry+https://github.com/rust-lang/crates.io-index"
4599checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
4600dependencies = [
4601 "cc",
4602 "pkg-config",
4603]