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