Constellation, Spacedust, Slingshot, UFOs: atproto crates and services for microcosm
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "addr2line"
7version = "0.24.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler2"
16version = "2.0.0"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
19
20[[package]]
21name = "aho-corasick"
22version = "1.1.3"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
25dependencies = [
26 "memchr",
27]
28
29[[package]]
30name = "allocator-api2"
31version = "0.2.21"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
34
35[[package]]
36name = "android-tzdata"
37version = "0.1.1"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
40
41[[package]]
42name = "android_system_properties"
43version = "0.1.5"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
46dependencies = [
47 "libc",
48]
49
50[[package]]
51name = "anstream"
52version = "0.6.18"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
55dependencies = [
56 "anstyle",
57 "anstyle-parse",
58 "anstyle-query",
59 "anstyle-wincon",
60 "colorchoice",
61 "is_terminal_polyfill",
62 "utf8parse",
63]
64
65[[package]]
66name = "anstyle"
67version = "1.0.10"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
70
71[[package]]
72name = "anstyle-parse"
73version = "0.2.6"
74source = "registry+https://github.com/rust-lang/crates.io-index"
75checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
76dependencies = [
77 "utf8parse",
78]
79
80[[package]]
81name = "anstyle-query"
82version = "1.1.2"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
85dependencies = [
86 "windows-sys 0.59.0",
87]
88
89[[package]]
90name = "anstyle-wincon"
91version = "3.0.7"
92source = "registry+https://github.com/rust-lang/crates.io-index"
93checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
94dependencies = [
95 "anstyle",
96 "once_cell",
97 "windows-sys 0.59.0",
98]
99
100[[package]]
101name = "anyhow"
102version = "1.0.97"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "dcfed56ad506cb2c684a14971b8861fdc3baaaae314b9e5f9bb532cbe3ba7a4f"
105
106[[package]]
107name = "arbitrary"
108version = "1.4.1"
109source = "registry+https://github.com/rust-lang/crates.io-index"
110checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
111
112[[package]]
113name = "arrayvec"
114version = "0.7.6"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
117
118[[package]]
119name = "askama"
120version = "0.12.1"
121source = "registry+https://github.com/rust-lang/crates.io-index"
122checksum = "b79091df18a97caea757e28cd2d5fda49c6cd4bd01ddffd7ff01ace0c0ad2c28"
123dependencies = [
124 "askama_derive",
125 "askama_escape",
126 "humansize",
127 "num-traits",
128 "percent-encoding",
129 "serde",
130 "serde_json",
131]
132
133[[package]]
134name = "askama_derive"
135version = "0.12.5"
136source = "registry+https://github.com/rust-lang/crates.io-index"
137checksum = "19fe8d6cb13c4714962c072ea496f3392015f0989b1a2847bb4b2d9effd71d83"
138dependencies = [
139 "askama_parser",
140 "basic-toml",
141 "mime",
142 "mime_guess",
143 "proc-macro2",
144 "quote",
145 "serde",
146 "syn",
147]
148
149[[package]]
150name = "askama_escape"
151version = "0.10.3"
152source = "registry+https://github.com/rust-lang/crates.io-index"
153checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
154
155[[package]]
156name = "askama_parser"
157version = "0.2.1"
158source = "registry+https://github.com/rust-lang/crates.io-index"
159checksum = "acb1161c6b64d1c3d83108213c2a2533a342ac225aabd0bda218278c2ddb00c0"
160dependencies = [
161 "nom",
162]
163
164[[package]]
165name = "asn1-rs"
166version = "0.7.1"
167source = "registry+https://github.com/rust-lang/crates.io-index"
168checksum = "56624a96882bb8c26d61312ae18cb45868e5a9992ea73c58e45c3101e56a1e60"
169dependencies = [
170 "asn1-rs-derive",
171 "asn1-rs-impl",
172 "displaydoc",
173 "nom",
174 "num-traits",
175 "rusticata-macros",
176 "thiserror 2.0.18",
177 "time",
178]
179
180[[package]]
181name = "asn1-rs-derive"
182version = "0.6.0"
183source = "registry+https://github.com/rust-lang/crates.io-index"
184checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c"
185dependencies = [
186 "proc-macro2",
187 "quote",
188 "syn",
189 "synstructure",
190]
191
192[[package]]
193name = "asn1-rs-impl"
194version = "0.2.0"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7"
197dependencies = [
198 "proc-macro2",
199 "quote",
200 "syn",
201]
202
203[[package]]
204name = "async-compression"
205version = "0.4.25"
206source = "registry+https://github.com/rust-lang/crates.io-index"
207checksum = "40f6024f3f856663b45fd0c9b6f2024034a702f453549449e0d84a305900dad4"
208dependencies = [
209 "flate2",
210 "futures-core",
211 "memchr",
212 "pin-project-lite",
213 "tokio",
214]
215
216[[package]]
217name = "async-lock"
218version = "3.4.0"
219source = "registry+https://github.com/rust-lang/crates.io-index"
220checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
221dependencies = [
222 "event-listener",
223 "event-listener-strategy",
224 "pin-project-lite",
225]
226
227[[package]]
228name = "async-stream"
229version = "0.3.6"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
232dependencies = [
233 "async-stream-impl",
234 "futures-core",
235 "pin-project-lite",
236]
237
238[[package]]
239name = "async-stream-impl"
240version = "0.3.6"
241source = "registry+https://github.com/rust-lang/crates.io-index"
242checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
243dependencies = [
244 "proc-macro2",
245 "quote",
246 "syn",
247]
248
249[[package]]
250name = "async-trait"
251version = "0.1.88"
252source = "registry+https://github.com/rust-lang/crates.io-index"
253checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
254dependencies = [
255 "proc-macro2",
256 "quote",
257 "syn",
258]
259
260[[package]]
261name = "atomic-waker"
262version = "1.1.2"
263source = "registry+https://github.com/rust-lang/crates.io-index"
264checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
265
266[[package]]
267name = "atrium-api"
268version = "0.25.4"
269source = "git+https://github.com/uniphil/atrium.git?branch=fix%2Fresolve-handle-https-accept-whitespace#80a355991ac9b48ba3f559d12aac74f071fc638c"
270dependencies = [
271 "atrium-common",
272 "atrium-xrpc",
273 "chrono",
274 "http",
275 "ipld-core",
276 "langtag",
277 "regex",
278 "serde",
279 "serde_bytes",
280 "serde_json",
281 "thiserror 1.0.69",
282 "tokio",
283 "trait-variant",
284]
285
286[[package]]
287name = "atrium-common"
288version = "0.1.2"
289source = "git+https://github.com/uniphil/atrium.git?branch=fix%2Fresolve-handle-https-accept-whitespace#80a355991ac9b48ba3f559d12aac74f071fc638c"
290dependencies = [
291 "dashmap",
292 "lru",
293 "moka",
294 "thiserror 1.0.69",
295 "tokio",
296 "trait-variant",
297 "web-time",
298]
299
300[[package]]
301name = "atrium-crypto"
302version = "0.1.2"
303source = "registry+https://github.com/rust-lang/crates.io-index"
304checksum = "73a3da430c71dd9006d61072c20771f264e5c498420a49c32305ceab8bd71955"
305dependencies = [
306 "ecdsa",
307 "k256",
308 "multibase",
309 "p256",
310 "thiserror 1.0.69",
311]
312
313[[package]]
314name = "atrium-identity"
315version = "0.1.5"
316source = "git+https://github.com/uniphil/atrium.git?branch=fix%2Fresolve-handle-https-accept-whitespace#80a355991ac9b48ba3f559d12aac74f071fc638c"
317dependencies = [
318 "atrium-api",
319 "atrium-common",
320 "atrium-xrpc",
321 "serde",
322 "serde_html_form",
323 "serde_json",
324 "thiserror 1.0.69",
325 "trait-variant",
326]
327
328[[package]]
329name = "atrium-oauth"
330version = "0.1.3"
331source = "git+https://github.com/uniphil/atrium.git?branch=fix%2Fresolve-handle-https-accept-whitespace#80a355991ac9b48ba3f559d12aac74f071fc638c"
332dependencies = [
333 "atrium-api",
334 "atrium-common",
335 "atrium-identity",
336 "atrium-xrpc",
337 "base64 0.22.1",
338 "chrono",
339 "dashmap",
340 "ecdsa",
341 "elliptic-curve",
342 "jose-jwa",
343 "jose-jwk",
344 "p256",
345 "rand 0.8.5",
346 "reqwest",
347 "serde",
348 "serde_html_form",
349 "serde_json",
350 "sha2",
351 "thiserror 1.0.69",
352 "tokio",
353 "trait-variant",
354]
355
356[[package]]
357name = "atrium-xrpc"
358version = "0.12.3"
359source = "git+https://github.com/uniphil/atrium.git?branch=fix%2Fresolve-handle-https-accept-whitespace#80a355991ac9b48ba3f559d12aac74f071fc638c"
360dependencies = [
361 "http",
362 "serde",
363 "serde_html_form",
364 "serde_json",
365 "thiserror 1.0.69",
366 "trait-variant",
367]
368
369[[package]]
370name = "autocfg"
371version = "1.4.0"
372source = "registry+https://github.com/rust-lang/crates.io-index"
373checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
374
375[[package]]
376name = "aws-lc-rs"
377version = "1.13.1"
378source = "registry+https://github.com/rust-lang/crates.io-index"
379checksum = "93fcc8f365936c834db5514fc45aee5b1202d677e6b40e48468aaaa8183ca8c7"
380dependencies = [
381 "aws-lc-sys",
382 "zeroize",
383]
384
385[[package]]
386name = "aws-lc-sys"
387version = "0.29.0"
388source = "registry+https://github.com/rust-lang/crates.io-index"
389checksum = "61b1d86e7705efe1be1b569bab41d4fa1e14e220b60a160f78de2db687add079"
390dependencies = [
391 "bindgen 0.69.5",
392 "cc",
393 "cmake",
394 "dunce",
395 "fs_extra",
396]
397
398[[package]]
399name = "axum"
400version = "0.8.4"
401source = "registry+https://github.com/rust-lang/crates.io-index"
402checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5"
403dependencies = [
404 "axum-core",
405 "bytes",
406 "form_urlencoded",
407 "futures-util",
408 "http",
409 "http-body",
410 "http-body-util",
411 "hyper",
412 "hyper-util",
413 "itoa",
414 "matchit",
415 "memchr",
416 "mime",
417 "percent-encoding",
418 "pin-project-lite",
419 "rustversion",
420 "serde",
421 "serde_json",
422 "serde_path_to_error",
423 "serde_urlencoded",
424 "sync_wrapper",
425 "tokio",
426 "tower",
427 "tower-layer",
428 "tower-service",
429 "tracing",
430]
431
432[[package]]
433name = "axum-core"
434version = "0.5.2"
435source = "registry+https://github.com/rust-lang/crates.io-index"
436checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6"
437dependencies = [
438 "bytes",
439 "futures-core",
440 "http",
441 "http-body",
442 "http-body-util",
443 "mime",
444 "pin-project-lite",
445 "rustversion",
446 "sync_wrapper",
447 "tower-layer",
448 "tower-service",
449 "tracing",
450]
451
452[[package]]
453name = "axum-extra"
454version = "0.10.1"
455source = "registry+https://github.com/rust-lang/crates.io-index"
456checksum = "45bf463831f5131b7d3c756525b305d40f1185b688565648a92e1392ca35713d"
457dependencies = [
458 "axum",
459 "axum-core",
460 "bytes",
461 "form_urlencoded",
462 "futures-util",
463 "headers",
464 "http",
465 "http-body",
466 "http-body-util",
467 "mime",
468 "pin-project-lite",
469 "rustversion",
470 "serde",
471 "serde_html_form",
472 "serde_path_to_error",
473 "tower",
474 "tower-layer",
475 "tower-service",
476]
477
478[[package]]
479name = "axum-metrics"
480version = "0.2.0"
481source = "registry+https://github.com/rust-lang/crates.io-index"
482checksum = "5534db72cef9897272302f3eb28c43a1a3bbd20fb40b4956da8d32366d7c8c69"
483dependencies = [
484 "axum",
485 "bytes",
486 "http-body",
487 "metrics",
488 "pin-project-lite",
489 "tower-layer",
490 "tower-service",
491]
492
493[[package]]
494name = "backtrace"
495version = "0.3.74"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
498dependencies = [
499 "addr2line",
500 "cfg-if",
501 "libc",
502 "miniz_oxide",
503 "object",
504 "rustc-demangle",
505 "windows-targets 0.52.6",
506]
507
508[[package]]
509name = "base-x"
510version = "0.2.11"
511source = "registry+https://github.com/rust-lang/crates.io-index"
512checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
513
514[[package]]
515name = "base16ct"
516version = "0.2.0"
517source = "registry+https://github.com/rust-lang/crates.io-index"
518checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
519
520[[package]]
521name = "base64"
522version = "0.21.7"
523source = "registry+https://github.com/rust-lang/crates.io-index"
524checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
525
526[[package]]
527name = "base64"
528version = "0.22.1"
529source = "registry+https://github.com/rust-lang/crates.io-index"
530checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
531
532[[package]]
533name = "base64ct"
534version = "1.8.0"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
537
538[[package]]
539name = "basic-toml"
540version = "0.1.10"
541source = "registry+https://github.com/rust-lang/crates.io-index"
542checksum = "ba62675e8242a4c4e806d12f11d136e626e6c8361d6b829310732241652a178a"
543dependencies = [
544 "serde",
545]
546
547[[package]]
548name = "bincode"
549version = "1.3.3"
550source = "registry+https://github.com/rust-lang/crates.io-index"
551checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
552dependencies = [
553 "serde",
554]
555
556[[package]]
557name = "bincode"
558version = "2.0.1"
559source = "registry+https://github.com/rust-lang/crates.io-index"
560checksum = "36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740"
561dependencies = [
562 "bincode_derive",
563 "serde",
564 "unty",
565]
566
567[[package]]
568name = "bincode_derive"
569version = "2.0.1"
570source = "registry+https://github.com/rust-lang/crates.io-index"
571checksum = "bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09"
572dependencies = [
573 "virtue",
574]
575
576[[package]]
577name = "bindgen"
578version = "0.69.5"
579source = "registry+https://github.com/rust-lang/crates.io-index"
580checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
581dependencies = [
582 "bitflags",
583 "cexpr",
584 "clang-sys",
585 "itertools 0.12.1",
586 "lazy_static",
587 "lazycell",
588 "log",
589 "prettyplease",
590 "proc-macro2",
591 "quote",
592 "regex",
593 "rustc-hash 1.1.0",
594 "shlex",
595 "syn",
596 "which",
597]
598
599[[package]]
600name = "bindgen"
601version = "0.70.1"
602source = "registry+https://github.com/rust-lang/crates.io-index"
603checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
604dependencies = [
605 "bitflags",
606 "cexpr",
607 "clang-sys",
608 "itertools 0.12.1",
609 "proc-macro2",
610 "quote",
611 "regex",
612 "rustc-hash 1.1.0",
613 "shlex",
614 "syn",
615]
616
617[[package]]
618name = "bindgen"
619version = "0.71.1"
620source = "registry+https://github.com/rust-lang/crates.io-index"
621checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
622dependencies = [
623 "bitflags",
624 "cexpr",
625 "clang-sys",
626 "itertools 0.12.1",
627 "proc-macro2",
628 "quote",
629 "regex",
630 "rustc-hash 2.1.1",
631 "shlex",
632 "syn",
633]
634
635[[package]]
636name = "bitcoin-io"
637version = "0.1.3"
638source = "registry+https://github.com/rust-lang/crates.io-index"
639checksum = "0b47c4ab7a93edb0c7198c5535ed9b52b63095f4e9b45279c6736cec4b856baf"
640
641[[package]]
642name = "bitcoin_hashes"
643version = "0.14.0"
644source = "registry+https://github.com/rust-lang/crates.io-index"
645checksum = "bb18c03d0db0247e147a21a6faafd5a7eb851c743db062de72018b6b7e8e4d16"
646dependencies = [
647 "bitcoin-io",
648 "hex-conservative",
649]
650
651[[package]]
652name = "bitflags"
653version = "2.9.0"
654source = "registry+https://github.com/rust-lang/crates.io-index"
655checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
656
657[[package]]
658name = "block-buffer"
659version = "0.10.4"
660source = "registry+https://github.com/rust-lang/crates.io-index"
661checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
662dependencies = [
663 "generic-array",
664]
665
666[[package]]
667name = "borrow-or-share"
668version = "0.2.2"
669source = "registry+https://github.com/rust-lang/crates.io-index"
670checksum = "3eeab4423108c5d7c744f4d234de88d18d636100093ae04caf4825134b9c3a32"
671
672[[package]]
673name = "bumpalo"
674version = "3.17.0"
675source = "registry+https://github.com/rust-lang/crates.io-index"
676checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
677
678[[package]]
679name = "byteorder"
680version = "1.5.0"
681source = "registry+https://github.com/rust-lang/crates.io-index"
682checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
683
684[[package]]
685name = "bytes"
686version = "1.11.1"
687source = "registry+https://github.com/rust-lang/crates.io-index"
688checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
689
690[[package]]
691name = "byteview"
692version = "0.6.1"
693source = "registry+https://github.com/rust-lang/crates.io-index"
694checksum = "6236364b88b9b6d0bc181ba374cf1ab55ba3ef97a1cb6f8cddad48a273767fb5"
695
696[[package]]
697name = "bzip2-sys"
698version = "0.1.13+1.0.8"
699source = "registry+https://github.com/rust-lang/crates.io-index"
700checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
701dependencies = [
702 "cc",
703 "pkg-config",
704]
705
706[[package]]
707name = "camino"
708version = "1.2.1"
709source = "registry+https://github.com/rust-lang/crates.io-index"
710checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
711dependencies = [
712 "serde_core",
713]
714
715[[package]]
716name = "cardinality-estimator"
717version = "1.0.2"
718source = "registry+https://github.com/rust-lang/crates.io-index"
719checksum = "6ae5e12c435064f9e8ec53c5a782ca9a362702a4863fe1b6448f524ecede8fe3"
720dependencies = [
721 "enum_dispatch",
722 "serde",
723 "wyhash",
724]
725
726[[package]]
727name = "cardinality-estimator-safe"
728version = "4.0.3"
729source = "registry+https://github.com/rust-lang/crates.io-index"
730checksum = "3879e0b6ebe0bef99874ab3942caee80365d00cf686b93a7cc9c0c9cb3a9f8e7"
731dependencies = [
732 "digest",
733 "enum_dispatch",
734 "serde",
735]
736
737[[package]]
738name = "cc"
739version = "1.2.18"
740source = "registry+https://github.com/rust-lang/crates.io-index"
741checksum = "525046617d8376e3db1deffb079e91cef90a89fc3ca5c185bbf8c9ecdd15cd5c"
742dependencies = [
743 "jobserver",
744 "libc",
745 "shlex",
746]
747
748[[package]]
749name = "cexpr"
750version = "0.6.0"
751source = "registry+https://github.com/rust-lang/crates.io-index"
752checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
753dependencies = [
754 "nom",
755]
756
757[[package]]
758name = "cfg-if"
759version = "1.0.0"
760source = "registry+https://github.com/rust-lang/crates.io-index"
761checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
762
763[[package]]
764name = "cfg_aliases"
765version = "0.2.1"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
768
769[[package]]
770name = "chacha20"
771version = "0.10.0"
772source = "registry+https://github.com/rust-lang/crates.io-index"
773checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601"
774dependencies = [
775 "cfg-if",
776 "cpufeatures 0.3.0",
777 "rand_core 0.10.0",
778]
779
780[[package]]
781name = "chrono"
782version = "0.4.41"
783source = "registry+https://github.com/rust-lang/crates.io-index"
784checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
785dependencies = [
786 "android-tzdata",
787 "iana-time-zone",
788 "js-sys",
789 "num-traits",
790 "serde",
791 "wasm-bindgen",
792 "windows-link",
793]
794
795[[package]]
796name = "ciborium"
797version = "0.2.2"
798source = "registry+https://github.com/rust-lang/crates.io-index"
799checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
800dependencies = [
801 "ciborium-io",
802 "ciborium-ll",
803 "serde",
804]
805
806[[package]]
807name = "ciborium-io"
808version = "0.2.2"
809source = "registry+https://github.com/rust-lang/crates.io-index"
810checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
811
812[[package]]
813name = "ciborium-ll"
814version = "0.2.2"
815source = "registry+https://github.com/rust-lang/crates.io-index"
816checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
817dependencies = [
818 "ciborium-io",
819 "half",
820]
821
822[[package]]
823name = "cid"
824version = "0.11.1"
825source = "registry+https://github.com/rust-lang/crates.io-index"
826checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a"
827dependencies = [
828 "core2",
829 "multibase",
830 "multihash",
831 "serde",
832 "serde_bytes",
833 "unsigned-varint",
834]
835
836[[package]]
837name = "clang-sys"
838version = "1.8.1"
839source = "registry+https://github.com/rust-lang/crates.io-index"
840checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
841dependencies = [
842 "glob",
843 "libc",
844 "libloading",
845]
846
847[[package]]
848name = "clap"
849version = "4.5.56"
850source = "registry+https://github.com/rust-lang/crates.io-index"
851checksum = "a75ca66430e33a14957acc24c5077b503e7d374151b2b4b3a10c83b4ceb4be0e"
852dependencies = [
853 "clap_builder",
854 "clap_derive",
855]
856
857[[package]]
858name = "clap_builder"
859version = "4.5.56"
860source = "registry+https://github.com/rust-lang/crates.io-index"
861checksum = "793207c7fa6300a0608d1080b858e5fdbe713cdc1c8db9fb17777d8a13e63df0"
862dependencies = [
863 "anstream",
864 "anstyle",
865 "clap_lex",
866 "strsim",
867]
868
869[[package]]
870name = "clap_derive"
871version = "4.5.55"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5"
874dependencies = [
875 "heck",
876 "proc-macro2",
877 "quote",
878 "syn",
879]
880
881[[package]]
882name = "clap_lex"
883version = "0.7.4"
884source = "registry+https://github.com/rust-lang/crates.io-index"
885checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
886
887[[package]]
888name = "clocksource"
889version = "0.8.1"
890source = "registry+https://github.com/rust-lang/crates.io-index"
891checksum = "129026dd5a8a9592d96916258f3a5379589e513ea5e86aeb0bd2530286e44e9e"
892dependencies = [
893 "libc",
894 "time",
895 "winapi",
896]
897
898[[package]]
899name = "cmake"
900version = "0.1.54"
901source = "registry+https://github.com/rust-lang/crates.io-index"
902checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
903dependencies = [
904 "cc",
905]
906
907[[package]]
908name = "cmsketch"
909version = "0.2.2"
910source = "registry+https://github.com/rust-lang/crates.io-index"
911checksum = "553c840ee51da812c6cd621f9f7e07dfb00a49f91283a8e6380c78cba4f61aba"
912dependencies = [
913 "paste",
914]
915
916[[package]]
917name = "colorchoice"
918version = "1.0.3"
919source = "registry+https://github.com/rust-lang/crates.io-index"
920checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
921
922[[package]]
923name = "compare"
924version = "0.0.6"
925source = "registry+https://github.com/rust-lang/crates.io-index"
926checksum = "ea0095f6103c2a8b44acd6fd15960c801dafebf02e21940360833e0673f48ba7"
927
928[[package]]
929name = "concurrent-queue"
930version = "2.5.0"
931source = "registry+https://github.com/rust-lang/crates.io-index"
932checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
933dependencies = [
934 "crossbeam-utils",
935]
936
937[[package]]
938name = "const-oid"
939version = "0.9.6"
940source = "registry+https://github.com/rust-lang/crates.io-index"
941checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
942
943[[package]]
944name = "constellation"
945version = "0.1.0"
946dependencies = [
947 "anyhow",
948 "askama",
949 "axum",
950 "axum-extra",
951 "axum-metrics",
952 "bincode 1.3.3",
953 "clap",
954 "ctrlc",
955 "eat-rocks",
956 "flume",
957 "fs4 0.12.0",
958 "headers-accept",
959 "mediatype",
960 "metrics",
961 "metrics-exporter-prometheus 0.18.3",
962 "metrics-process",
963 "metrics-util",
964 "microcosm-links",
965 "num-format",
966 "ratelimit",
967 "rocksdb",
968 "serde",
969 "serde_json",
970 "serde_with",
971 "tempfile",
972 "thiserror 2.0.18",
973 "tinyjson",
974 "tokio",
975 "tokio-util",
976 "tower-http",
977 "tracing",
978 "tracing-subscriber",
979 "tungstenite 0.26.2",
980 "zstd",
981]
982
983[[package]]
984name = "core-foundation"
985version = "0.9.4"
986source = "registry+https://github.com/rust-lang/crates.io-index"
987checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
988dependencies = [
989 "core-foundation-sys",
990 "libc",
991]
992
993[[package]]
994name = "core-foundation"
995version = "0.10.1"
996source = "registry+https://github.com/rust-lang/crates.io-index"
997checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
998dependencies = [
999 "core-foundation-sys",
1000 "libc",
1001]
1002
1003[[package]]
1004name = "core-foundation-sys"
1005version = "0.8.7"
1006source = "registry+https://github.com/rust-lang/crates.io-index"
1007checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
1008
1009[[package]]
1010name = "core2"
1011version = "0.4.0"
1012source = "registry+https://github.com/rust-lang/crates.io-index"
1013checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
1014dependencies = [
1015 "memchr",
1016]
1017
1018[[package]]
1019name = "core_affinity"
1020version = "0.8.3"
1021source = "registry+https://github.com/rust-lang/crates.io-index"
1022checksum = "a034b3a7b624016c6e13f5df875747cc25f884156aad2abd12b6c46797971342"
1023dependencies = [
1024 "libc",
1025 "num_cpus",
1026 "winapi",
1027]
1028
1029[[package]]
1030name = "cpufeatures"
1031version = "0.2.17"
1032source = "registry+https://github.com/rust-lang/crates.io-index"
1033checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
1034dependencies = [
1035 "libc",
1036]
1037
1038[[package]]
1039name = "cpufeatures"
1040version = "0.3.0"
1041source = "registry+https://github.com/rust-lang/crates.io-index"
1042checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
1043dependencies = [
1044 "libc",
1045]
1046
1047[[package]]
1048name = "crc32c"
1049version = "0.6.8"
1050source = "registry+https://github.com/rust-lang/crates.io-index"
1051checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
1052dependencies = [
1053 "rustc_version",
1054]
1055
1056[[package]]
1057name = "crc32fast"
1058version = "1.4.2"
1059source = "registry+https://github.com/rust-lang/crates.io-index"
1060checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
1061dependencies = [
1062 "cfg-if",
1063]
1064
1065[[package]]
1066name = "critical-section"
1067version = "1.2.0"
1068source = "registry+https://github.com/rust-lang/crates.io-index"
1069checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
1070
1071[[package]]
1072name = "crossbeam-channel"
1073version = "0.5.15"
1074source = "registry+https://github.com/rust-lang/crates.io-index"
1075checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
1076dependencies = [
1077 "crossbeam-utils",
1078]
1079
1080[[package]]
1081name = "crossbeam-epoch"
1082version = "0.9.18"
1083source = "registry+https://github.com/rust-lang/crates.io-index"
1084checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
1085dependencies = [
1086 "crossbeam-utils",
1087]
1088
1089[[package]]
1090name = "crossbeam-skiplist"
1091version = "0.1.3"
1092source = "registry+https://github.com/rust-lang/crates.io-index"
1093checksum = "df29de440c58ca2cc6e587ec3d22347551a32435fbde9d2bff64e78a9ffa151b"
1094dependencies = [
1095 "crossbeam-epoch",
1096 "crossbeam-utils",
1097]
1098
1099[[package]]
1100name = "crossbeam-utils"
1101version = "0.8.21"
1102source = "registry+https://github.com/rust-lang/crates.io-index"
1103checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
1104
1105[[package]]
1106name = "crunchy"
1107version = "0.2.4"
1108source = "registry+https://github.com/rust-lang/crates.io-index"
1109checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
1110
1111[[package]]
1112name = "crypto-bigint"
1113version = "0.5.5"
1114source = "registry+https://github.com/rust-lang/crates.io-index"
1115checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
1116dependencies = [
1117 "generic-array",
1118 "rand_core 0.6.4",
1119 "subtle",
1120 "zeroize",
1121]
1122
1123[[package]]
1124name = "crypto-common"
1125version = "0.1.6"
1126source = "registry+https://github.com/rust-lang/crates.io-index"
1127checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
1128dependencies = [
1129 "generic-array",
1130 "typenum",
1131]
1132
1133[[package]]
1134name = "ctrlc"
1135version = "3.4.7"
1136source = "registry+https://github.com/rust-lang/crates.io-index"
1137checksum = "46f93780a459b7d656ef7f071fe699c4d3d2cb201c4b24d085b6ddc505276e73"
1138dependencies = [
1139 "nix",
1140 "windows-sys 0.59.0",
1141]
1142
1143[[package]]
1144name = "darling"
1145version = "0.20.11"
1146source = "registry+https://github.com/rust-lang/crates.io-index"
1147checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
1148dependencies = [
1149 "darling_core",
1150 "darling_macro",
1151]
1152
1153[[package]]
1154name = "darling_core"
1155version = "0.20.11"
1156source = "registry+https://github.com/rust-lang/crates.io-index"
1157checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
1158dependencies = [
1159 "fnv",
1160 "ident_case",
1161 "proc-macro2",
1162 "quote",
1163 "strsim",
1164 "syn",
1165]
1166
1167[[package]]
1168name = "darling_macro"
1169version = "0.20.11"
1170source = "registry+https://github.com/rust-lang/crates.io-index"
1171checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
1172dependencies = [
1173 "darling_core",
1174 "quote",
1175 "syn",
1176]
1177
1178[[package]]
1179name = "dashmap"
1180version = "6.1.0"
1181source = "registry+https://github.com/rust-lang/crates.io-index"
1182checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
1183dependencies = [
1184 "cfg-if",
1185 "crossbeam-utils",
1186 "hashbrown 0.14.5",
1187 "lock_api",
1188 "once_cell",
1189 "parking_lot_core",
1190]
1191
1192[[package]]
1193name = "data-encoding"
1194version = "2.8.0"
1195source = "registry+https://github.com/rust-lang/crates.io-index"
1196checksum = "575f75dfd25738df5b91b8e43e14d44bda14637a58fae779fd2b064f8bf3e010"
1197
1198[[package]]
1199name = "data-encoding-macro"
1200version = "0.1.17"
1201source = "registry+https://github.com/rust-lang/crates.io-index"
1202checksum = "9f9724adfcf41f45bf652b3995837669d73c4d49a1b5ac1ff82905ac7d9b5558"
1203dependencies = [
1204 "data-encoding",
1205 "data-encoding-macro-internal",
1206]
1207
1208[[package]]
1209name = "data-encoding-macro-internal"
1210version = "0.1.15"
1211source = "registry+https://github.com/rust-lang/crates.io-index"
1212checksum = "18e4fdb82bd54a12e42fb58a800dcae6b9e13982238ce2296dc3570b92148e1f"
1213dependencies = [
1214 "data-encoding",
1215 "syn",
1216]
1217
1218[[package]]
1219name = "debug-ignore"
1220version = "1.0.5"
1221source = "registry+https://github.com/rust-lang/crates.io-index"
1222checksum = "ffe7ed1d93f4553003e20b629abe9085e1e81b1429520f897f8f8860bc6dfc21"
1223
1224[[package]]
1225name = "der"
1226version = "0.7.10"
1227source = "registry+https://github.com/rust-lang/crates.io-index"
1228checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
1229dependencies = [
1230 "const-oid",
1231 "zeroize",
1232]
1233
1234[[package]]
1235name = "der-parser"
1236version = "10.0.0"
1237source = "registry+https://github.com/rust-lang/crates.io-index"
1238checksum = "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6"
1239dependencies = [
1240 "asn1-rs",
1241 "displaydoc",
1242 "nom",
1243 "num-bigint",
1244 "num-traits",
1245 "rusticata-macros",
1246]
1247
1248[[package]]
1249name = "deranged"
1250version = "0.5.8"
1251source = "registry+https://github.com/rust-lang/crates.io-index"
1252checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
1253dependencies = [
1254 "powerfmt",
1255 "serde_core",
1256]
1257
1258[[package]]
1259name = "derive_more"
1260version = "2.0.1"
1261source = "registry+https://github.com/rust-lang/crates.io-index"
1262checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678"
1263dependencies = [
1264 "derive_more-impl",
1265]
1266
1267[[package]]
1268name = "derive_more-impl"
1269version = "2.0.1"
1270source = "registry+https://github.com/rust-lang/crates.io-index"
1271checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3"
1272dependencies = [
1273 "proc-macro2",
1274 "quote",
1275 "syn",
1276 "unicode-xid",
1277]
1278
1279[[package]]
1280name = "digest"
1281version = "0.10.7"
1282source = "registry+https://github.com/rust-lang/crates.io-index"
1283checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
1284dependencies = [
1285 "block-buffer",
1286 "const-oid",
1287 "crypto-common",
1288 "subtle",
1289]
1290
1291[[package]]
1292name = "dirs-next"
1293version = "2.0.0"
1294source = "registry+https://github.com/rust-lang/crates.io-index"
1295checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
1296dependencies = [
1297 "cfg-if",
1298 "dirs-sys-next",
1299]
1300
1301[[package]]
1302name = "dirs-sys-next"
1303version = "0.1.2"
1304source = "registry+https://github.com/rust-lang/crates.io-index"
1305checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1306dependencies = [
1307 "libc",
1308 "redox_users",
1309 "winapi",
1310]
1311
1312[[package]]
1313name = "displaydoc"
1314version = "0.2.5"
1315source = "registry+https://github.com/rust-lang/crates.io-index"
1316checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
1317dependencies = [
1318 "proc-macro2",
1319 "quote",
1320 "syn",
1321]
1322
1323[[package]]
1324name = "double-ended-peekable"
1325version = "0.1.0"
1326source = "registry+https://github.com/rust-lang/crates.io-index"
1327checksum = "c0d05e1c0dbad51b52c38bda7adceef61b9efc2baf04acfe8726a8c4630a6f57"
1328
1329[[package]]
1330name = "dropshot"
1331version = "0.16.3"
1332source = "registry+https://github.com/rust-lang/crates.io-index"
1333checksum = "eedf902e40c1024b8ed9ca16378a54e9655cdf0e698245ba82d81a3778dcbc54"
1334dependencies = [
1335 "async-stream",
1336 "async-trait",
1337 "base64 0.22.1",
1338 "bytes",
1339 "camino",
1340 "chrono",
1341 "debug-ignore",
1342 "dropshot_endpoint",
1343 "form_urlencoded",
1344 "futures",
1345 "hostname 0.4.1",
1346 "http",
1347 "http-body-util",
1348 "hyper",
1349 "hyper-util",
1350 "indexmap 2.11.4",
1351 "multer",
1352 "openapiv3",
1353 "paste",
1354 "percent-encoding",
1355 "rustls 0.22.4",
1356 "rustls-pemfile",
1357 "schemars",
1358 "scopeguard",
1359 "semver",
1360 "serde",
1361 "serde_json",
1362 "serde_path_to_error",
1363 "serde_urlencoded",
1364 "sha1",
1365 "slog",
1366 "slog-async",
1367 "slog-bunyan",
1368 "slog-json",
1369 "slog-term",
1370 "thiserror 2.0.18",
1371 "tokio",
1372 "tokio-rustls 0.25.0",
1373 "toml",
1374 "uuid",
1375 "version_check",
1376 "waitgroup",
1377]
1378
1379[[package]]
1380name = "dropshot_endpoint"
1381version = "0.16.4"
1382source = "registry+https://github.com/rust-lang/crates.io-index"
1383checksum = "89d09440e73a9dcf8a0f7fbd6ab889a7751d59f0fe76e5082a0a6d5623ec6da3"
1384dependencies = [
1385 "heck",
1386 "proc-macro2",
1387 "quote",
1388 "semver",
1389 "serde",
1390 "serde_tokenstream",
1391 "syn",
1392]
1393
1394[[package]]
1395name = "dunce"
1396version = "1.0.5"
1397source = "registry+https://github.com/rust-lang/crates.io-index"
1398checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
1399
1400[[package]]
1401name = "dyn-clone"
1402version = "1.0.19"
1403source = "registry+https://github.com/rust-lang/crates.io-index"
1404checksum = "1c7a8fb8a9fbf66c1f703fe16184d10ca0ee9d23be5b4436400408ba54a95005"
1405
1406[[package]]
1407name = "eat-rocks"
1408version = "0.2.0"
1409source = "registry+https://github.com/rust-lang/crates.io-index"
1410checksum = "39085e0daac22aea54faf9c0b92d5a391143cc24f9b2fee8fac4cf2fdc56f7b2"
1411dependencies = [
1412 "crc32c",
1413 "futures",
1414 "object_store",
1415 "thiserror 2.0.18",
1416 "tokio",
1417 "tracing",
1418]
1419
1420[[package]]
1421name = "ecdsa"
1422version = "0.16.9"
1423source = "registry+https://github.com/rust-lang/crates.io-index"
1424checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
1425dependencies = [
1426 "der",
1427 "digest",
1428 "elliptic-curve",
1429 "rfc6979",
1430 "signature",
1431 "spki",
1432]
1433
1434[[package]]
1435name = "either"
1436version = "1.15.0"
1437source = "registry+https://github.com/rust-lang/crates.io-index"
1438checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
1439
1440[[package]]
1441name = "elliptic-curve"
1442version = "0.13.8"
1443source = "registry+https://github.com/rust-lang/crates.io-index"
1444checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
1445dependencies = [
1446 "base16ct",
1447 "crypto-bigint",
1448 "digest",
1449 "ff",
1450 "generic-array",
1451 "group",
1452 "pkcs8",
1453 "rand_core 0.6.4",
1454 "sec1",
1455 "subtle",
1456 "zeroize",
1457]
1458
1459[[package]]
1460name = "encoding_rs"
1461version = "0.8.35"
1462source = "registry+https://github.com/rust-lang/crates.io-index"
1463checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
1464dependencies = [
1465 "cfg-if",
1466]
1467
1468[[package]]
1469name = "endian-type"
1470version = "0.1.2"
1471source = "registry+https://github.com/rust-lang/crates.io-index"
1472checksum = "c34f04666d835ff5d62e058c3995147c06f42fe86ff053337632bca83e42702d"
1473
1474[[package]]
1475name = "enum-as-inner"
1476version = "0.6.1"
1477source = "registry+https://github.com/rust-lang/crates.io-index"
1478checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
1479dependencies = [
1480 "heck",
1481 "proc-macro2",
1482 "quote",
1483 "syn",
1484]
1485
1486[[package]]
1487name = "enum_dispatch"
1488version = "0.3.13"
1489source = "registry+https://github.com/rust-lang/crates.io-index"
1490checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd"
1491dependencies = [
1492 "once_cell",
1493 "proc-macro2",
1494 "quote",
1495 "syn",
1496]
1497
1498[[package]]
1499name = "env_filter"
1500version = "0.1.3"
1501source = "registry+https://github.com/rust-lang/crates.io-index"
1502checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
1503dependencies = [
1504 "log",
1505 "regex",
1506]
1507
1508[[package]]
1509name = "env_logger"
1510version = "0.11.8"
1511source = "registry+https://github.com/rust-lang/crates.io-index"
1512checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
1513dependencies = [
1514 "anstream",
1515 "anstyle",
1516 "env_filter",
1517 "jiff",
1518 "log",
1519]
1520
1521[[package]]
1522name = "equivalent"
1523version = "1.0.2"
1524source = "registry+https://github.com/rust-lang/crates.io-index"
1525checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
1526
1527[[package]]
1528name = "errno"
1529version = "0.3.11"
1530source = "registry+https://github.com/rust-lang/crates.io-index"
1531checksum = "976dd42dc7e85965fe702eb8164f21f450704bdde31faefd6471dba214cb594e"
1532dependencies = [
1533 "libc",
1534 "windows-sys 0.59.0",
1535]
1536
1537[[package]]
1538name = "event-listener"
1539version = "5.4.0"
1540source = "registry+https://github.com/rust-lang/crates.io-index"
1541checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
1542dependencies = [
1543 "concurrent-queue",
1544 "parking",
1545 "pin-project-lite",
1546]
1547
1548[[package]]
1549name = "event-listener-strategy"
1550version = "0.5.4"
1551source = "registry+https://github.com/rust-lang/crates.io-index"
1552checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
1553dependencies = [
1554 "event-listener",
1555 "pin-project-lite",
1556]
1557
1558[[package]]
1559name = "evmap"
1560version = "11.0.0"
1561source = "registry+https://github.com/rust-lang/crates.io-index"
1562checksum = "1b8874945f036109c72242964c1174cf99434e30cfa45bf45fedc983f50046f8"
1563dependencies = [
1564 "hashbag",
1565 "left-right",
1566 "smallvec",
1567]
1568
1569[[package]]
1570name = "fallible-iterator"
1571version = "0.3.0"
1572source = "registry+https://github.com/rust-lang/crates.io-index"
1573checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
1574
1575[[package]]
1576name = "fallible-streaming-iterator"
1577version = "0.1.9"
1578source = "registry+https://github.com/rust-lang/crates.io-index"
1579checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
1580
1581[[package]]
1582name = "fastant"
1583version = "0.1.11"
1584source = "registry+https://github.com/rust-lang/crates.io-index"
1585checksum = "2e825441bfb2d831c47c97d05821552db8832479f44c571b97fededbf0099c07"
1586dependencies = [
1587 "small_ctor",
1588 "web-time",
1589]
1590
1591[[package]]
1592name = "fastrand"
1593version = "2.3.0"
1594source = "registry+https://github.com/rust-lang/crates.io-index"
1595checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
1596
1597[[package]]
1598name = "ff"
1599version = "0.13.1"
1600source = "registry+https://github.com/rust-lang/crates.io-index"
1601checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
1602dependencies = [
1603 "rand_core 0.6.4",
1604 "subtle",
1605]
1606
1607[[package]]
1608name = "fjall"
1609version = "2.11.2"
1610source = "registry+https://github.com/rust-lang/crates.io-index"
1611checksum = "0b25ad44cd4360a0448a9b5a0a6f1c7a621101cca4578706d43c9a821418aebc"
1612dependencies = [
1613 "byteorder",
1614 "byteview",
1615 "dashmap",
1616 "log",
1617 "lsm-tree",
1618 "path-absolutize",
1619 "std-semaphore",
1620 "tempfile",
1621 "xxhash-rust",
1622]
1623
1624[[package]]
1625name = "fjall"
1626version = "2.11.2"
1627source = "git+https://github.com/fjall-rs/fjall.git?rev=fb229572bb7d1d6966a596994dc1708e47ec57d8#fb229572bb7d1d6966a596994dc1708e47ec57d8"
1628dependencies = [
1629 "byteorder",
1630 "byteview",
1631 "dashmap",
1632 "log",
1633 "lsm-tree",
1634 "path-absolutize",
1635 "std-semaphore",
1636 "tempfile",
1637 "xxhash-rust",
1638]
1639
1640[[package]]
1641name = "flate2"
1642version = "1.1.2"
1643source = "registry+https://github.com/rust-lang/crates.io-index"
1644checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
1645dependencies = [
1646 "crc32fast",
1647 "miniz_oxide",
1648]
1649
1650[[package]]
1651name = "fluent-uri"
1652version = "0.3.2"
1653source = "registry+https://github.com/rust-lang/crates.io-index"
1654checksum = "1918b65d96df47d3591bed19c5cca17e3fa5d0707318e4b5ef2eae01764df7e5"
1655dependencies = [
1656 "borrow-or-share",
1657 "ref-cast",
1658]
1659
1660[[package]]
1661name = "flume"
1662version = "0.11.1"
1663source = "registry+https://github.com/rust-lang/crates.io-index"
1664checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
1665dependencies = [
1666 "spin",
1667]
1668
1669[[package]]
1670name = "fnv"
1671version = "1.0.7"
1672source = "registry+https://github.com/rust-lang/crates.io-index"
1673checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
1674
1675[[package]]
1676name = "foldhash"
1677version = "0.1.5"
1678source = "registry+https://github.com/rust-lang/crates.io-index"
1679checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
1680
1681[[package]]
1682name = "foldhash"
1683version = "0.2.0"
1684source = "registry+https://github.com/rust-lang/crates.io-index"
1685checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
1686
1687[[package]]
1688name = "foreign-types"
1689version = "0.3.2"
1690source = "registry+https://github.com/rust-lang/crates.io-index"
1691checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
1692dependencies = [
1693 "foreign-types-shared",
1694]
1695
1696[[package]]
1697name = "foreign-types-shared"
1698version = "0.1.1"
1699source = "registry+https://github.com/rust-lang/crates.io-index"
1700checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
1701
1702[[package]]
1703name = "form_urlencoded"
1704version = "1.2.1"
1705source = "registry+https://github.com/rust-lang/crates.io-index"
1706checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
1707dependencies = [
1708 "percent-encoding",
1709]
1710
1711[[package]]
1712name = "foyer"
1713version = "0.22.3"
1714source = "registry+https://github.com/rust-lang/crates.io-index"
1715checksum = "3b0abc0b87814989efa711f9becd9f26969820e2d3905db27d10969c4bd45890"
1716dependencies = [
1717 "anyhow",
1718 "equivalent",
1719 "foyer-common",
1720 "foyer-memory",
1721 "foyer-storage",
1722 "foyer-tokio",
1723 "futures-util",
1724 "mea",
1725 "mixtrics",
1726 "pin-project",
1727 "serde",
1728 "tracing",
1729]
1730
1731[[package]]
1732name = "foyer-common"
1733version = "0.22.3"
1734source = "registry+https://github.com/rust-lang/crates.io-index"
1735checksum = "a3db80d5dece93adb7ad709c84578794724a9cba342a7e566c3551c7ec626789"
1736dependencies = [
1737 "anyhow",
1738 "bincode 1.3.3",
1739 "bytes",
1740 "cfg-if",
1741 "foyer-tokio",
1742 "mixtrics",
1743 "parking_lot",
1744 "pin-project",
1745 "serde",
1746 "twox-hash",
1747]
1748
1749[[package]]
1750name = "foyer-intrusive-collections"
1751version = "0.10.0-dev"
1752source = "registry+https://github.com/rust-lang/crates.io-index"
1753checksum = "6e4fee46bea69e0596130e3210e65d3424e0ac1e6df3bde6636304bdf1ca4a3b"
1754dependencies = [
1755 "memoffset",
1756]
1757
1758[[package]]
1759name = "foyer-memory"
1760version = "0.22.3"
1761source = "registry+https://github.com/rust-lang/crates.io-index"
1762checksum = "db907f40a527ca2aa2f40a5f68b32ea58aa70f050cd233518e9ffd402cfba6ce"
1763dependencies = [
1764 "anyhow",
1765 "bitflags",
1766 "cmsketch",
1767 "equivalent",
1768 "foyer-common",
1769 "foyer-intrusive-collections",
1770 "foyer-tokio",
1771 "futures-util",
1772 "hashbrown 0.16.1",
1773 "itertools 0.14.0",
1774 "mea",
1775 "mixtrics",
1776 "parking_lot",
1777 "paste",
1778 "pin-project",
1779 "serde",
1780 "tracing",
1781]
1782
1783[[package]]
1784name = "foyer-storage"
1785version = "0.22.3"
1786source = "registry+https://github.com/rust-lang/crates.io-index"
1787checksum = "1983f1db3d0710e9c9d5fc116d9202dccd41a2d1e032572224f1aff5520aa958"
1788dependencies = [
1789 "allocator-api2",
1790 "anyhow",
1791 "bytes",
1792 "core_affinity",
1793 "equivalent",
1794 "fastant",
1795 "foyer-common",
1796 "foyer-memory",
1797 "foyer-tokio",
1798 "fs4 0.13.1",
1799 "futures-core",
1800 "futures-util",
1801 "hashbrown 0.16.1",
1802 "io-uring",
1803 "itertools 0.14.0",
1804 "libc",
1805 "lz4",
1806 "mea",
1807 "parking_lot",
1808 "pin-project",
1809 "rand 0.9.3",
1810 "serde",
1811 "tracing",
1812 "twox-hash",
1813 "zstd",
1814]
1815
1816[[package]]
1817name = "foyer-tokio"
1818version = "0.22.3"
1819source = "registry+https://github.com/rust-lang/crates.io-index"
1820checksum = "f6577b05a7ffad0db555aedf00bfe52af818220fc4c1c3a7a12520896fc38627"
1821dependencies = [
1822 "tokio",
1823]
1824
1825[[package]]
1826name = "fs4"
1827version = "0.12.0"
1828source = "registry+https://github.com/rust-lang/crates.io-index"
1829checksum = "c29c30684418547d476f0b48e84f4821639119c483b1eccd566c8cd0cd05f521"
1830dependencies = [
1831 "rustix 0.38.44",
1832 "windows-sys 0.52.0",
1833]
1834
1835[[package]]
1836name = "fs4"
1837version = "0.13.1"
1838source = "registry+https://github.com/rust-lang/crates.io-index"
1839checksum = "8640e34b88f7652208ce9e88b1a37a2ae95227d84abec377ccd3c5cfeb141ed4"
1840dependencies = [
1841 "rustix 1.0.5",
1842 "windows-sys 0.59.0",
1843]
1844
1845[[package]]
1846name = "fs_extra"
1847version = "1.3.0"
1848source = "registry+https://github.com/rust-lang/crates.io-index"
1849checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
1850
1851[[package]]
1852name = "futures"
1853version = "0.3.31"
1854source = "registry+https://github.com/rust-lang/crates.io-index"
1855checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
1856dependencies = [
1857 "futures-channel",
1858 "futures-core",
1859 "futures-executor",
1860 "futures-io",
1861 "futures-sink",
1862 "futures-task",
1863 "futures-util",
1864]
1865
1866[[package]]
1867name = "futures-channel"
1868version = "0.3.31"
1869source = "registry+https://github.com/rust-lang/crates.io-index"
1870checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
1871dependencies = [
1872 "futures-core",
1873 "futures-sink",
1874]
1875
1876[[package]]
1877name = "futures-core"
1878version = "0.3.31"
1879source = "registry+https://github.com/rust-lang/crates.io-index"
1880checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
1881
1882[[package]]
1883name = "futures-executor"
1884version = "0.3.31"
1885source = "registry+https://github.com/rust-lang/crates.io-index"
1886checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
1887dependencies = [
1888 "futures-core",
1889 "futures-task",
1890 "futures-util",
1891]
1892
1893[[package]]
1894name = "futures-io"
1895version = "0.3.31"
1896source = "registry+https://github.com/rust-lang/crates.io-index"
1897checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
1898
1899[[package]]
1900name = "futures-macro"
1901version = "0.3.31"
1902source = "registry+https://github.com/rust-lang/crates.io-index"
1903checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
1904dependencies = [
1905 "proc-macro2",
1906 "quote",
1907 "syn",
1908]
1909
1910[[package]]
1911name = "futures-sink"
1912version = "0.3.31"
1913source = "registry+https://github.com/rust-lang/crates.io-index"
1914checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
1915
1916[[package]]
1917name = "futures-task"
1918version = "0.3.31"
1919source = "registry+https://github.com/rust-lang/crates.io-index"
1920checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
1921
1922[[package]]
1923name = "futures-util"
1924version = "0.3.31"
1925source = "registry+https://github.com/rust-lang/crates.io-index"
1926checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
1927dependencies = [
1928 "futures-channel",
1929 "futures-core",
1930 "futures-io",
1931 "futures-macro",
1932 "futures-sink",
1933 "futures-task",
1934 "memchr",
1935 "pin-project-lite",
1936 "pin-utils",
1937 "slab",
1938]
1939
1940[[package]]
1941name = "generator"
1942version = "0.8.4"
1943source = "registry+https://github.com/rust-lang/crates.io-index"
1944checksum = "cc6bd114ceda131d3b1d665eba35788690ad37f5916457286b32ab6fd3c438dd"
1945dependencies = [
1946 "cfg-if",
1947 "libc",
1948 "log",
1949 "rustversion",
1950 "windows",
1951]
1952
1953[[package]]
1954name = "generic-array"
1955version = "0.14.7"
1956source = "registry+https://github.com/rust-lang/crates.io-index"
1957checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
1958dependencies = [
1959 "typenum",
1960 "version_check",
1961 "zeroize",
1962]
1963
1964[[package]]
1965name = "getrandom"
1966version = "0.2.15"
1967source = "registry+https://github.com/rust-lang/crates.io-index"
1968checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
1969dependencies = [
1970 "cfg-if",
1971 "js-sys",
1972 "libc",
1973 "wasi 0.11.0+wasi-snapshot-preview1",
1974 "wasm-bindgen",
1975]
1976
1977[[package]]
1978name = "getrandom"
1979version = "0.3.3"
1980source = "registry+https://github.com/rust-lang/crates.io-index"
1981checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
1982dependencies = [
1983 "cfg-if",
1984 "js-sys",
1985 "libc",
1986 "r-efi 5.2.0",
1987 "wasi 0.14.2+wasi-0.2.4",
1988 "wasm-bindgen",
1989]
1990
1991[[package]]
1992name = "getrandom"
1993version = "0.4.2"
1994source = "registry+https://github.com/rust-lang/crates.io-index"
1995checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
1996dependencies = [
1997 "cfg-if",
1998 "libc",
1999 "r-efi 6.0.0",
2000 "rand_core 0.10.0",
2001 "wasip2",
2002 "wasip3",
2003]
2004
2005[[package]]
2006name = "gimli"
2007version = "0.31.1"
2008source = "registry+https://github.com/rust-lang/crates.io-index"
2009checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
2010
2011[[package]]
2012name = "glob"
2013version = "0.3.2"
2014source = "registry+https://github.com/rust-lang/crates.io-index"
2015checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
2016
2017[[package]]
2018name = "group"
2019version = "0.13.0"
2020source = "registry+https://github.com/rust-lang/crates.io-index"
2021checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
2022dependencies = [
2023 "ff",
2024 "rand_core 0.6.4",
2025 "subtle",
2026]
2027
2028[[package]]
2029name = "guardian"
2030version = "1.3.0"
2031source = "registry+https://github.com/rust-lang/crates.io-index"
2032checksum = "17e2ac29387b1aa07a1e448f7bb4f35b500787971e965b02842b900afa5c8f6f"
2033
2034[[package]]
2035name = "h2"
2036version = "0.4.8"
2037source = "registry+https://github.com/rust-lang/crates.io-index"
2038checksum = "5017294ff4bb30944501348f6f8e42e6ad28f42c8bbef7a74029aff064a4e3c2"
2039dependencies = [
2040 "atomic-waker",
2041 "bytes",
2042 "fnv",
2043 "futures-core",
2044 "futures-sink",
2045 "http",
2046 "indexmap 2.11.4",
2047 "slab",
2048 "tokio",
2049 "tokio-util",
2050 "tracing",
2051]
2052
2053[[package]]
2054name = "half"
2055version = "2.6.0"
2056source = "registry+https://github.com/rust-lang/crates.io-index"
2057checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
2058dependencies = [
2059 "cfg-if",
2060 "crunchy",
2061]
2062
2063[[package]]
2064name = "hashbag"
2065version = "0.1.13"
2066source = "registry+https://github.com/rust-lang/crates.io-index"
2067checksum = "7040a10f52cba493ddb09926e15d10a9d8a28043708a405931fe4c6f19fac064"
2068
2069[[package]]
2070name = "hashbrown"
2071version = "0.12.3"
2072source = "registry+https://github.com/rust-lang/crates.io-index"
2073checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2074
2075[[package]]
2076name = "hashbrown"
2077version = "0.14.5"
2078source = "registry+https://github.com/rust-lang/crates.io-index"
2079checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2080
2081[[package]]
2082name = "hashbrown"
2083version = "0.15.2"
2084source = "registry+https://github.com/rust-lang/crates.io-index"
2085checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
2086dependencies = [
2087 "allocator-api2",
2088 "equivalent",
2089 "foldhash 0.1.5",
2090]
2091
2092[[package]]
2093name = "hashbrown"
2094version = "0.16.1"
2095source = "registry+https://github.com/rust-lang/crates.io-index"
2096checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
2097dependencies = [
2098 "allocator-api2",
2099 "equivalent",
2100 "foldhash 0.2.0",
2101]
2102
2103[[package]]
2104name = "hashlink"
2105version = "0.10.0"
2106source = "registry+https://github.com/rust-lang/crates.io-index"
2107checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
2108dependencies = [
2109 "hashbrown 0.15.2",
2110]
2111
2112[[package]]
2113name = "headers"
2114version = "0.4.0"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116checksum = "322106e6bd0cba2d5ead589ddb8150a13d7c4217cf80d7c4f682ca994ccc6aa9"
2117dependencies = [
2118 "base64 0.21.7",
2119 "bytes",
2120 "headers-core",
2121 "http",
2122 "httpdate",
2123 "mime",
2124 "sha1",
2125]
2126
2127[[package]]
2128name = "headers-accept"
2129version = "0.1.4"
2130source = "registry+https://github.com/rust-lang/crates.io-index"
2131checksum = "244c37aaa637e64fb73af1bb2a4f3f6f2b72f1f39f1cd6f4443f0cc21fe80280"
2132dependencies = [
2133 "headers-core",
2134 "http",
2135 "mediatype",
2136]
2137
2138[[package]]
2139name = "headers-core"
2140version = "0.3.0"
2141source = "registry+https://github.com/rust-lang/crates.io-index"
2142checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4"
2143dependencies = [
2144 "http",
2145]
2146
2147[[package]]
2148name = "heck"
2149version = "0.5.0"
2150source = "registry+https://github.com/rust-lang/crates.io-index"
2151checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2152
2153[[package]]
2154name = "hermit-abi"
2155version = "0.5.0"
2156source = "registry+https://github.com/rust-lang/crates.io-index"
2157checksum = "fbd780fe5cc30f81464441920d82ac8740e2e46b29a6fad543ddd075229ce37e"
2158
2159[[package]]
2160name = "hex"
2161version = "0.4.3"
2162source = "registry+https://github.com/rust-lang/crates.io-index"
2163checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2164
2165[[package]]
2166name = "hex-conservative"
2167version = "0.2.1"
2168source = "registry+https://github.com/rust-lang/crates.io-index"
2169checksum = "5313b072ce3c597065a808dbf612c4c8e8590bdbf8b579508bf7a762c5eae6cd"
2170dependencies = [
2171 "arrayvec",
2172]
2173
2174[[package]]
2175name = "hickory-proto"
2176version = "0.25.2"
2177source = "registry+https://github.com/rust-lang/crates.io-index"
2178checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502"
2179dependencies = [
2180 "async-trait",
2181 "cfg-if",
2182 "data-encoding",
2183 "enum-as-inner",
2184 "futures-channel",
2185 "futures-io",
2186 "futures-util",
2187 "idna",
2188 "ipnet",
2189 "once_cell",
2190 "rand 0.9.3",
2191 "ring",
2192 "thiserror 2.0.18",
2193 "tinyvec",
2194 "tokio",
2195 "tracing",
2196 "url",
2197]
2198
2199[[package]]
2200name = "hickory-resolver"
2201version = "0.25.2"
2202source = "registry+https://github.com/rust-lang/crates.io-index"
2203checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a"
2204dependencies = [
2205 "cfg-if",
2206 "futures-util",
2207 "hickory-proto",
2208 "ipconfig",
2209 "moka",
2210 "once_cell",
2211 "parking_lot",
2212 "rand 0.9.3",
2213 "resolv-conf",
2214 "smallvec",
2215 "thiserror 2.0.18",
2216 "tokio",
2217 "tracing",
2218]
2219
2220[[package]]
2221name = "hmac"
2222version = "0.12.1"
2223source = "registry+https://github.com/rust-lang/crates.io-index"
2224checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
2225dependencies = [
2226 "digest",
2227]
2228
2229[[package]]
2230name = "home"
2231version = "0.5.11"
2232source = "registry+https://github.com/rust-lang/crates.io-index"
2233checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
2234dependencies = [
2235 "windows-sys 0.59.0",
2236]
2237
2238[[package]]
2239name = "hostname"
2240version = "0.3.1"
2241source = "registry+https://github.com/rust-lang/crates.io-index"
2242checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
2243dependencies = [
2244 "libc",
2245 "match_cfg",
2246 "winapi",
2247]
2248
2249[[package]]
2250name = "hostname"
2251version = "0.4.1"
2252source = "registry+https://github.com/rust-lang/crates.io-index"
2253checksum = "a56f203cd1c76362b69e3863fd987520ac36cf70a8c92627449b2f64a8cf7d65"
2254dependencies = [
2255 "cfg-if",
2256 "libc",
2257 "windows-link",
2258]
2259
2260[[package]]
2261name = "http"
2262version = "1.3.1"
2263source = "registry+https://github.com/rust-lang/crates.io-index"
2264checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
2265dependencies = [
2266 "bytes",
2267 "fnv",
2268 "itoa",
2269]
2270
2271[[package]]
2272name = "http-body"
2273version = "1.0.1"
2274source = "registry+https://github.com/rust-lang/crates.io-index"
2275checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
2276dependencies = [
2277 "bytes",
2278 "http",
2279]
2280
2281[[package]]
2282name = "http-body-util"
2283version = "0.1.3"
2284source = "registry+https://github.com/rust-lang/crates.io-index"
2285checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
2286dependencies = [
2287 "bytes",
2288 "futures-core",
2289 "http",
2290 "http-body",
2291 "pin-project-lite",
2292]
2293
2294[[package]]
2295name = "httparse"
2296version = "1.10.1"
2297source = "registry+https://github.com/rust-lang/crates.io-index"
2298checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
2299
2300[[package]]
2301name = "httpdate"
2302version = "1.0.3"
2303source = "registry+https://github.com/rust-lang/crates.io-index"
2304checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2305
2306[[package]]
2307name = "humansize"
2308version = "2.1.3"
2309source = "registry+https://github.com/rust-lang/crates.io-index"
2310checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
2311dependencies = [
2312 "libm",
2313]
2314
2315[[package]]
2316name = "humantime"
2317version = "2.3.0"
2318source = "registry+https://github.com/rust-lang/crates.io-index"
2319checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
2320
2321[[package]]
2322name = "hyper"
2323version = "1.9.0"
2324source = "registry+https://github.com/rust-lang/crates.io-index"
2325checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca"
2326dependencies = [
2327 "atomic-waker",
2328 "bytes",
2329 "futures-channel",
2330 "futures-core",
2331 "h2",
2332 "http",
2333 "http-body",
2334 "httparse",
2335 "httpdate",
2336 "itoa",
2337 "pin-project-lite",
2338 "smallvec",
2339 "tokio",
2340 "want",
2341]
2342
2343[[package]]
2344name = "hyper-rustls"
2345version = "0.27.7"
2346source = "registry+https://github.com/rust-lang/crates.io-index"
2347checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
2348dependencies = [
2349 "http",
2350 "hyper",
2351 "hyper-util",
2352 "rustls 0.23.31",
2353 "rustls-native-certs",
2354 "rustls-pki-types",
2355 "tokio",
2356 "tokio-rustls 0.26.2",
2357 "tower-service",
2358]
2359
2360[[package]]
2361name = "hyper-tls"
2362version = "0.6.0"
2363source = "registry+https://github.com/rust-lang/crates.io-index"
2364checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
2365dependencies = [
2366 "bytes",
2367 "http-body-util",
2368 "hyper",
2369 "hyper-util",
2370 "native-tls",
2371 "tokio",
2372 "tokio-native-tls",
2373 "tower-service",
2374]
2375
2376[[package]]
2377name = "hyper-util"
2378version = "0.1.16"
2379source = "registry+https://github.com/rust-lang/crates.io-index"
2380checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e"
2381dependencies = [
2382 "base64 0.22.1",
2383 "bytes",
2384 "futures-channel",
2385 "futures-core",
2386 "futures-util",
2387 "http",
2388 "http-body",
2389 "hyper",
2390 "ipnet",
2391 "libc",
2392 "percent-encoding",
2393 "pin-project-lite",
2394 "socket2 0.6.0",
2395 "system-configuration",
2396 "tokio",
2397 "tower-service",
2398 "tracing",
2399 "windows-registry",
2400]
2401
2402[[package]]
2403name = "iana-time-zone"
2404version = "0.1.63"
2405source = "registry+https://github.com/rust-lang/crates.io-index"
2406checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
2407dependencies = [
2408 "android_system_properties",
2409 "core-foundation-sys",
2410 "iana-time-zone-haiku",
2411 "js-sys",
2412 "log",
2413 "wasm-bindgen",
2414 "windows-core",
2415]
2416
2417[[package]]
2418name = "iana-time-zone-haiku"
2419version = "0.1.2"
2420source = "registry+https://github.com/rust-lang/crates.io-index"
2421checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2422dependencies = [
2423 "cc",
2424]
2425
2426[[package]]
2427name = "icu_collections"
2428version = "1.5.0"
2429source = "registry+https://github.com/rust-lang/crates.io-index"
2430checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
2431dependencies = [
2432 "displaydoc",
2433 "yoke",
2434 "zerofrom",
2435 "zerovec",
2436]
2437
2438[[package]]
2439name = "icu_locid"
2440version = "1.5.0"
2441source = "registry+https://github.com/rust-lang/crates.io-index"
2442checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
2443dependencies = [
2444 "displaydoc",
2445 "litemap",
2446 "tinystr",
2447 "writeable",
2448 "zerovec",
2449]
2450
2451[[package]]
2452name = "icu_locid_transform"
2453version = "1.5.0"
2454source = "registry+https://github.com/rust-lang/crates.io-index"
2455checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
2456dependencies = [
2457 "displaydoc",
2458 "icu_locid",
2459 "icu_locid_transform_data",
2460 "icu_provider",
2461 "tinystr",
2462 "zerovec",
2463]
2464
2465[[package]]
2466name = "icu_locid_transform_data"
2467version = "1.5.1"
2468source = "registry+https://github.com/rust-lang/crates.io-index"
2469checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
2470
2471[[package]]
2472name = "icu_normalizer"
2473version = "1.5.0"
2474source = "registry+https://github.com/rust-lang/crates.io-index"
2475checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
2476dependencies = [
2477 "displaydoc",
2478 "icu_collections",
2479 "icu_normalizer_data",
2480 "icu_properties",
2481 "icu_provider",
2482 "smallvec",
2483 "utf16_iter",
2484 "utf8_iter",
2485 "write16",
2486 "zerovec",
2487]
2488
2489[[package]]
2490name = "icu_normalizer_data"
2491version = "1.5.1"
2492source = "registry+https://github.com/rust-lang/crates.io-index"
2493checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
2494
2495[[package]]
2496name = "icu_properties"
2497version = "1.5.1"
2498source = "registry+https://github.com/rust-lang/crates.io-index"
2499checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
2500dependencies = [
2501 "displaydoc",
2502 "icu_collections",
2503 "icu_locid_transform",
2504 "icu_properties_data",
2505 "icu_provider",
2506 "tinystr",
2507 "zerovec",
2508]
2509
2510[[package]]
2511name = "icu_properties_data"
2512version = "1.5.1"
2513source = "registry+https://github.com/rust-lang/crates.io-index"
2514checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
2515
2516[[package]]
2517name = "icu_provider"
2518version = "1.5.0"
2519source = "registry+https://github.com/rust-lang/crates.io-index"
2520checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
2521dependencies = [
2522 "displaydoc",
2523 "icu_locid",
2524 "icu_provider_macros",
2525 "stable_deref_trait",
2526 "tinystr",
2527 "writeable",
2528 "yoke",
2529 "zerofrom",
2530 "zerovec",
2531]
2532
2533[[package]]
2534name = "icu_provider_macros"
2535version = "1.5.0"
2536source = "registry+https://github.com/rust-lang/crates.io-index"
2537checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
2538dependencies = [
2539 "proc-macro2",
2540 "quote",
2541 "syn",
2542]
2543
2544[[package]]
2545name = "id-arena"
2546version = "2.3.0"
2547source = "registry+https://github.com/rust-lang/crates.io-index"
2548checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
2549
2550[[package]]
2551name = "ident_case"
2552version = "1.0.1"
2553source = "registry+https://github.com/rust-lang/crates.io-index"
2554checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2555
2556[[package]]
2557name = "idna"
2558version = "1.0.3"
2559source = "registry+https://github.com/rust-lang/crates.io-index"
2560checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
2561dependencies = [
2562 "idna_adapter",
2563 "smallvec",
2564 "utf8_iter",
2565]
2566
2567[[package]]
2568name = "idna_adapter"
2569version = "1.2.0"
2570source = "registry+https://github.com/rust-lang/crates.io-index"
2571checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
2572dependencies = [
2573 "icu_normalizer",
2574 "icu_properties",
2575]
2576
2577[[package]]
2578name = "indexmap"
2579version = "1.9.3"
2580source = "registry+https://github.com/rust-lang/crates.io-index"
2581checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2582dependencies = [
2583 "autocfg",
2584 "hashbrown 0.12.3",
2585 "serde",
2586]
2587
2588[[package]]
2589name = "indexmap"
2590version = "2.11.4"
2591source = "registry+https://github.com/rust-lang/crates.io-index"
2592checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
2593dependencies = [
2594 "equivalent",
2595 "hashbrown 0.16.1",
2596 "serde",
2597 "serde_core",
2598]
2599
2600[[package]]
2601name = "interval-heap"
2602version = "0.0.5"
2603source = "registry+https://github.com/rust-lang/crates.io-index"
2604checksum = "11274e5e8e89b8607cfedc2910b6626e998779b48a019151c7604d0adcb86ac6"
2605dependencies = [
2606 "compare",
2607]
2608
2609[[package]]
2610name = "io-uring"
2611version = "0.7.9"
2612source = "registry+https://github.com/rust-lang/crates.io-index"
2613checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4"
2614dependencies = [
2615 "bitflags",
2616 "cfg-if",
2617 "libc",
2618]
2619
2620[[package]]
2621name = "ipconfig"
2622version = "0.3.2"
2623source = "registry+https://github.com/rust-lang/crates.io-index"
2624checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
2625dependencies = [
2626 "socket2 0.5.9",
2627 "widestring",
2628 "windows-sys 0.48.0",
2629 "winreg",
2630]
2631
2632[[package]]
2633name = "ipld-core"
2634version = "0.4.2"
2635source = "registry+https://github.com/rust-lang/crates.io-index"
2636checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db"
2637dependencies = [
2638 "cid",
2639 "serde",
2640 "serde_bytes",
2641]
2642
2643[[package]]
2644name = "ipnet"
2645version = "2.11.0"
2646source = "registry+https://github.com/rust-lang/crates.io-index"
2647checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
2648
2649[[package]]
2650name = "iri-string"
2651version = "0.7.8"
2652source = "registry+https://github.com/rust-lang/crates.io-index"
2653checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
2654dependencies = [
2655 "memchr",
2656 "serde",
2657]
2658
2659[[package]]
2660name = "is-terminal"
2661version = "0.4.16"
2662source = "registry+https://github.com/rust-lang/crates.io-index"
2663checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
2664dependencies = [
2665 "hermit-abi",
2666 "libc",
2667 "windows-sys 0.59.0",
2668]
2669
2670[[package]]
2671name = "is_terminal_polyfill"
2672version = "1.70.1"
2673source = "registry+https://github.com/rust-lang/crates.io-index"
2674checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
2675
2676[[package]]
2677name = "itertools"
2678version = "0.12.1"
2679source = "registry+https://github.com/rust-lang/crates.io-index"
2680checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
2681dependencies = [
2682 "either",
2683]
2684
2685[[package]]
2686name = "itertools"
2687version = "0.14.0"
2688source = "registry+https://github.com/rust-lang/crates.io-index"
2689checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
2690dependencies = [
2691 "either",
2692]
2693
2694[[package]]
2695name = "itoa"
2696version = "1.0.15"
2697source = "registry+https://github.com/rust-lang/crates.io-index"
2698checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
2699
2700[[package]]
2701name = "jetstream"
2702version = "0.1.1"
2703dependencies = [
2704 "anyhow",
2705 "async-trait",
2706 "atrium-api",
2707 "chrono",
2708 "clap",
2709 "futures-util",
2710 "log",
2711 "metrics",
2712 "serde",
2713 "serde_json",
2714 "thiserror 2.0.18",
2715 "tokio",
2716 "tokio-tungstenite 0.26.2",
2717 "url",
2718 "zstd",
2719]
2720
2721[[package]]
2722name = "jiff"
2723version = "0.2.6"
2724source = "registry+https://github.com/rust-lang/crates.io-index"
2725checksum = "1f33145a5cbea837164362c7bd596106eb7c5198f97d1ba6f6ebb3223952e488"
2726dependencies = [
2727 "jiff-static",
2728 "log",
2729 "portable-atomic",
2730 "portable-atomic-util",
2731 "serde",
2732]
2733
2734[[package]]
2735name = "jiff-static"
2736version = "0.2.6"
2737source = "registry+https://github.com/rust-lang/crates.io-index"
2738checksum = "43ce13c40ec6956157a3635d97a1ee2df323b263f09ea14165131289cb0f5c19"
2739dependencies = [
2740 "proc-macro2",
2741 "quote",
2742 "syn",
2743]
2744
2745[[package]]
2746name = "jobserver"
2747version = "0.1.33"
2748source = "registry+https://github.com/rust-lang/crates.io-index"
2749checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
2750dependencies = [
2751 "getrandom 0.3.3",
2752 "libc",
2753]
2754
2755[[package]]
2756name = "jose-b64"
2757version = "0.1.2"
2758source = "registry+https://github.com/rust-lang/crates.io-index"
2759checksum = "bec69375368709666b21c76965ce67549f2d2db7605f1f8707d17c9656801b56"
2760dependencies = [
2761 "base64ct",
2762 "serde",
2763 "subtle",
2764 "zeroize",
2765]
2766
2767[[package]]
2768name = "jose-jwa"
2769version = "0.1.2"
2770source = "registry+https://github.com/rust-lang/crates.io-index"
2771checksum = "9ab78e053fe886a351d67cf0d194c000f9d0dcb92906eb34d853d7e758a4b3a7"
2772dependencies = [
2773 "serde",
2774]
2775
2776[[package]]
2777name = "jose-jwk"
2778version = "0.1.2"
2779source = "registry+https://github.com/rust-lang/crates.io-index"
2780checksum = "280fa263807fe0782ecb6f2baadc28dffc04e00558a58e33bfdb801d11fd58e7"
2781dependencies = [
2782 "jose-b64",
2783 "jose-jwa",
2784 "p256",
2785 "serde",
2786 "zeroize",
2787]
2788
2789[[package]]
2790name = "js-sys"
2791version = "0.3.77"
2792source = "registry+https://github.com/rust-lang/crates.io-index"
2793checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
2794dependencies = [
2795 "once_cell",
2796 "wasm-bindgen",
2797]
2798
2799[[package]]
2800name = "jwt-compact"
2801version = "0.9.0-beta.1"
2802source = "git+https://github.com/fatfingers23/jwt-compact.git#aed088b8ff5ad44ef2785c453f6a4b7916728b1c"
2803dependencies = [
2804 "anyhow",
2805 "base64ct",
2806 "chrono",
2807 "ciborium",
2808 "hmac",
2809 "lazy_static",
2810 "rand_core 0.6.4",
2811 "secp256k1",
2812 "serde",
2813 "serde_json",
2814 "sha2",
2815 "smallvec",
2816 "subtle",
2817 "zeroize",
2818]
2819
2820[[package]]
2821name = "k256"
2822version = "0.13.4"
2823source = "registry+https://github.com/rust-lang/crates.io-index"
2824checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
2825dependencies = [
2826 "cfg-if",
2827 "ecdsa",
2828 "elliptic-curve",
2829 "sha2",
2830]
2831
2832[[package]]
2833name = "langtag"
2834version = "0.3.4"
2835source = "registry+https://github.com/rust-lang/crates.io-index"
2836checksum = "ed60c85f254d6ae8450cec15eedd921efbc4d1bdf6fcf6202b9a58b403f6f805"
2837dependencies = [
2838 "serde",
2839]
2840
2841[[package]]
2842name = "lazy_static"
2843version = "1.5.0"
2844source = "registry+https://github.com/rust-lang/crates.io-index"
2845checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2846
2847[[package]]
2848name = "lazycell"
2849version = "1.3.0"
2850source = "registry+https://github.com/rust-lang/crates.io-index"
2851checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2852
2853[[package]]
2854name = "leb128fmt"
2855version = "0.1.0"
2856source = "registry+https://github.com/rust-lang/crates.io-index"
2857checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
2858
2859[[package]]
2860name = "left-right"
2861version = "0.11.7"
2862source = "registry+https://github.com/rust-lang/crates.io-index"
2863checksum = "0f0c21e4c8ff95f487fb34e6f9182875f42c84cef966d29216bf115d9bba835a"
2864dependencies = [
2865 "crossbeam-utils",
2866 "loom",
2867 "slab",
2868]
2869
2870[[package]]
2871name = "libc"
2872version = "0.2.174"
2873source = "registry+https://github.com/rust-lang/crates.io-index"
2874checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
2875
2876[[package]]
2877name = "libfuzzer-sys"
2878version = "0.4.9"
2879source = "registry+https://github.com/rust-lang/crates.io-index"
2880checksum = "cf78f52d400cf2d84a3a973a78a592b4adc535739e0a5597a0da6f0c357adc75"
2881dependencies = [
2882 "arbitrary",
2883 "cc",
2884]
2885
2886[[package]]
2887name = "libloading"
2888version = "0.8.6"
2889source = "registry+https://github.com/rust-lang/crates.io-index"
2890checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
2891dependencies = [
2892 "cfg-if",
2893 "windows-targets 0.52.6",
2894]
2895
2896[[package]]
2897name = "libm"
2898version = "0.2.11"
2899source = "registry+https://github.com/rust-lang/crates.io-index"
2900checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
2901
2902[[package]]
2903name = "libproc"
2904version = "0.14.10"
2905source = "registry+https://github.com/rust-lang/crates.io-index"
2906checksum = "e78a09b56be5adbcad5aa1197371688dc6bb249a26da3bca2011ee2fb987ebfb"
2907dependencies = [
2908 "bindgen 0.70.1",
2909 "errno",
2910 "libc",
2911]
2912
2913[[package]]
2914name = "libredox"
2915version = "0.1.3"
2916source = "registry+https://github.com/rust-lang/crates.io-index"
2917checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
2918dependencies = [
2919 "bitflags",
2920 "libc",
2921]
2922
2923[[package]]
2924name = "librocksdb-sys"
2925version = "0.17.1+9.9.3"
2926source = "registry+https://github.com/rust-lang/crates.io-index"
2927checksum = "2b7869a512ae9982f4d46ba482c2a304f1efd80c6412a3d4bf57bb79a619679f"
2928dependencies = [
2929 "bindgen 0.69.5",
2930 "bzip2-sys",
2931 "cc",
2932 "libc",
2933 "libz-sys",
2934 "lz4-sys",
2935 "zstd-sys",
2936]
2937
2938[[package]]
2939name = "libsqlite3-sys"
2940version = "0.35.0"
2941source = "registry+https://github.com/rust-lang/crates.io-index"
2942checksum = "133c182a6a2c87864fe97778797e46c7e999672690dc9fa3ee8e241aa4a9c13f"
2943dependencies = [
2944 "pkg-config",
2945 "vcpkg",
2946]
2947
2948[[package]]
2949name = "libz-sys"
2950version = "1.1.22"
2951source = "registry+https://github.com/rust-lang/crates.io-index"
2952checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
2953dependencies = [
2954 "cc",
2955 "pkg-config",
2956 "vcpkg",
2957]
2958
2959[[package]]
2960name = "linux-raw-sys"
2961version = "0.4.15"
2962source = "registry+https://github.com/rust-lang/crates.io-index"
2963checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
2964
2965[[package]]
2966name = "linux-raw-sys"
2967version = "0.9.4"
2968source = "registry+https://github.com/rust-lang/crates.io-index"
2969checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
2970
2971[[package]]
2972name = "litemap"
2973version = "0.7.5"
2974source = "registry+https://github.com/rust-lang/crates.io-index"
2975checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
2976
2977[[package]]
2978name = "lock_api"
2979version = "0.4.12"
2980source = "registry+https://github.com/rust-lang/crates.io-index"
2981checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2982dependencies = [
2983 "autocfg",
2984 "scopeguard",
2985]
2986
2987[[package]]
2988name = "log"
2989version = "0.4.28"
2990source = "registry+https://github.com/rust-lang/crates.io-index"
2991checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
2992
2993[[package]]
2994name = "loom"
2995version = "0.7.2"
2996source = "registry+https://github.com/rust-lang/crates.io-index"
2997checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
2998dependencies = [
2999 "cfg-if",
3000 "generator",
3001 "scoped-tls",
3002 "tracing",
3003 "tracing-subscriber",
3004]
3005
3006[[package]]
3007name = "lru"
3008version = "0.12.5"
3009source = "registry+https://github.com/rust-lang/crates.io-index"
3010checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
3011dependencies = [
3012 "hashbrown 0.15.2",
3013]
3014
3015[[package]]
3016name = "lru-slab"
3017version = "0.1.2"
3018source = "registry+https://github.com/rust-lang/crates.io-index"
3019checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
3020
3021[[package]]
3022name = "lsm-tree"
3023version = "2.10.2"
3024source = "registry+https://github.com/rust-lang/crates.io-index"
3025checksum = "55b6d7475a8dd22e749186968daacf8e2a77932b061b1bd263157987bbfc0c6c"
3026dependencies = [
3027 "byteorder",
3028 "crossbeam-skiplist",
3029 "double-ended-peekable",
3030 "enum_dispatch",
3031 "guardian",
3032 "interval-heap",
3033 "log",
3034 "lz4_flex",
3035 "path-absolutize",
3036 "quick_cache",
3037 "rustc-hash 2.1.1",
3038 "self_cell",
3039 "tempfile",
3040 "value-log",
3041 "varint-rs",
3042 "xxhash-rust",
3043]
3044
3045[[package]]
3046name = "lz4"
3047version = "1.28.1"
3048source = "registry+https://github.com/rust-lang/crates.io-index"
3049checksum = "a20b523e860d03443e98350ceaac5e71c6ba89aea7d960769ec3ce37f4de5af4"
3050dependencies = [
3051 "lz4-sys",
3052]
3053
3054[[package]]
3055name = "lz4-sys"
3056version = "1.11.1+lz4-1.10.0"
3057source = "registry+https://github.com/rust-lang/crates.io-index"
3058checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6"
3059dependencies = [
3060 "cc",
3061 "libc",
3062]
3063
3064[[package]]
3065name = "lz4_flex"
3066version = "0.11.3"
3067source = "registry+https://github.com/rust-lang/crates.io-index"
3068checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5"
3069
3070[[package]]
3071name = "mach2"
3072version = "0.4.2"
3073source = "registry+https://github.com/rust-lang/crates.io-index"
3074checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
3075dependencies = [
3076 "libc",
3077]
3078
3079[[package]]
3080name = "match_cfg"
3081version = "0.1.0"
3082source = "registry+https://github.com/rust-lang/crates.io-index"
3083checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
3084
3085[[package]]
3086name = "matchers"
3087version = "0.2.0"
3088source = "registry+https://github.com/rust-lang/crates.io-index"
3089checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
3090dependencies = [
3091 "regex-automata",
3092]
3093
3094[[package]]
3095name = "matchit"
3096version = "0.8.4"
3097source = "registry+https://github.com/rust-lang/crates.io-index"
3098checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
3099
3100[[package]]
3101name = "md-5"
3102version = "0.10.6"
3103source = "registry+https://github.com/rust-lang/crates.io-index"
3104checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
3105dependencies = [
3106 "cfg-if",
3107 "digest",
3108]
3109
3110[[package]]
3111name = "mea"
3112version = "0.6.3"
3113source = "registry+https://github.com/rust-lang/crates.io-index"
3114checksum = "6747f54621d156e1b47eb6b25f39a941b9fc347f98f67d25d8881ff99e8ed832"
3115dependencies = [
3116 "slab",
3117]
3118
3119[[package]]
3120name = "mediatype"
3121version = "0.19.20"
3122source = "registry+https://github.com/rust-lang/crates.io-index"
3123checksum = "33746aadcb41349ec291e7f2f0a3aa6834d1d7c58066fb4b01f68efc4c4b7631"
3124
3125[[package]]
3126name = "memchr"
3127version = "2.7.4"
3128source = "registry+https://github.com/rust-lang/crates.io-index"
3129checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
3130
3131[[package]]
3132name = "memoffset"
3133version = "0.9.1"
3134source = "registry+https://github.com/rust-lang/crates.io-index"
3135checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
3136dependencies = [
3137 "autocfg",
3138]
3139
3140[[package]]
3141name = "metrics"
3142version = "0.24.5"
3143source = "registry+https://github.com/rust-lang/crates.io-index"
3144checksum = "ff56c2e7dce6bd462e3b8919986a617027481b1dcc703175b58cf9dd98a2f071"
3145dependencies = [
3146 "portable-atomic",
3147 "rapidhash",
3148]
3149
3150[[package]]
3151name = "metrics-exporter-prometheus"
3152version = "0.17.2"
3153source = "registry+https://github.com/rust-lang/crates.io-index"
3154checksum = "2b166dea96003ee2531cf14833efedced545751d800f03535801d833313f8c15"
3155dependencies = [
3156 "base64 0.22.1",
3157 "http-body-util",
3158 "hyper",
3159 "hyper-rustls",
3160 "hyper-util",
3161 "indexmap 2.11.4",
3162 "ipnet",
3163 "metrics",
3164 "metrics-util",
3165 "quanta",
3166 "thiserror 2.0.18",
3167 "tokio",
3168 "tracing",
3169]
3170
3171[[package]]
3172name = "metrics-exporter-prometheus"
3173version = "0.18.3"
3174source = "registry+https://github.com/rust-lang/crates.io-index"
3175checksum = "1db0d8f1fc9e62caebd0319e11eaec5822b0186c171568f0480b46a0137f9108"
3176dependencies = [
3177 "base64 0.22.1",
3178 "evmap",
3179 "http-body-util",
3180 "hyper",
3181 "hyper-util",
3182 "indexmap 2.11.4",
3183 "ipnet",
3184 "metrics",
3185 "metrics-util",
3186 "quanta",
3187 "thiserror 2.0.18",
3188 "tokio",
3189 "tracing",
3190]
3191
3192[[package]]
3193name = "metrics-process"
3194version = "2.4.0"
3195source = "registry+https://github.com/rust-lang/crates.io-index"
3196checksum = "4a82c8add4382f29a122fa64fff1891453ed0f6b2867d971e7d60cb8dfa322ff"
3197dependencies = [
3198 "libc",
3199 "libproc",
3200 "mach2",
3201 "metrics",
3202 "once_cell",
3203 "procfs",
3204 "rlimit",
3205 "windows",
3206]
3207
3208[[package]]
3209name = "metrics-util"
3210version = "0.20.3"
3211source = "registry+https://github.com/rust-lang/crates.io-index"
3212checksum = "9e56997f084e57b045edf17c3ed8ba7f9f779c670df8206dfd1c736f4c02dc4a"
3213dependencies = [
3214 "aho-corasick",
3215 "crossbeam-epoch",
3216 "crossbeam-utils",
3217 "hashbrown 0.16.1",
3218 "indexmap 2.11.4",
3219 "metrics",
3220 "ordered-float",
3221 "quanta",
3222 "radix_trie",
3223 "rand 0.9.3",
3224 "rand_xoshiro",
3225 "rapidhash",
3226 "sketches-ddsketch",
3227]
3228
3229[[package]]
3230name = "microcosm-links"
3231version = "0.1.0"
3232dependencies = [
3233 "fluent-uri",
3234 "thiserror 2.0.18",
3235 "tinyjson",
3236]
3237
3238[[package]]
3239name = "mime"
3240version = "0.3.17"
3241source = "registry+https://github.com/rust-lang/crates.io-index"
3242checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
3243
3244[[package]]
3245name = "mime_guess"
3246version = "2.0.5"
3247source = "registry+https://github.com/rust-lang/crates.io-index"
3248checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
3249dependencies = [
3250 "mime",
3251 "unicase",
3252]
3253
3254[[package]]
3255name = "minimal-lexical"
3256version = "0.2.1"
3257source = "registry+https://github.com/rust-lang/crates.io-index"
3258checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
3259
3260[[package]]
3261name = "miniz_oxide"
3262version = "0.8.8"
3263source = "registry+https://github.com/rust-lang/crates.io-index"
3264checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
3265dependencies = [
3266 "adler2",
3267]
3268
3269[[package]]
3270name = "mio"
3271version = "1.0.3"
3272source = "registry+https://github.com/rust-lang/crates.io-index"
3273checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
3274dependencies = [
3275 "libc",
3276 "wasi 0.11.0+wasi-snapshot-preview1",
3277 "windows-sys 0.52.0",
3278]
3279
3280[[package]]
3281name = "mixtrics"
3282version = "0.2.0"
3283source = "registry+https://github.com/rust-lang/crates.io-index"
3284checksum = "adbcddf5a90b959eea97ae505e0391f5c6dd411fbf546d43b9c59ad1c3bd4391"
3285dependencies = [
3286 "itertools 0.14.0",
3287 "parking_lot",
3288]
3289
3290[[package]]
3291name = "moka"
3292version = "0.12.10"
3293source = "registry+https://github.com/rust-lang/crates.io-index"
3294checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
3295dependencies = [
3296 "async-lock",
3297 "crossbeam-channel",
3298 "crossbeam-epoch",
3299 "crossbeam-utils",
3300 "event-listener",
3301 "futures-util",
3302 "loom",
3303 "parking_lot",
3304 "portable-atomic",
3305 "rustc_version",
3306 "smallvec",
3307 "tagptr",
3308 "thiserror 1.0.69",
3309 "uuid",
3310]
3311
3312[[package]]
3313name = "multer"
3314version = "3.1.0"
3315source = "registry+https://github.com/rust-lang/crates.io-index"
3316checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b"
3317dependencies = [
3318 "bytes",
3319 "encoding_rs",
3320 "futures-util",
3321 "http",
3322 "httparse",
3323 "memchr",
3324 "mime",
3325 "spin",
3326 "tokio",
3327 "version_check",
3328]
3329
3330[[package]]
3331name = "multibase"
3332version = "0.9.1"
3333source = "registry+https://github.com/rust-lang/crates.io-index"
3334checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404"
3335dependencies = [
3336 "base-x",
3337 "data-encoding",
3338 "data-encoding-macro",
3339]
3340
3341[[package]]
3342name = "multihash"
3343version = "0.19.3"
3344source = "registry+https://github.com/rust-lang/crates.io-index"
3345checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d"
3346dependencies = [
3347 "core2",
3348 "serde",
3349 "unsigned-varint",
3350]
3351
3352[[package]]
3353name = "native-tls"
3354version = "0.2.14"
3355source = "registry+https://github.com/rust-lang/crates.io-index"
3356checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
3357dependencies = [
3358 "libc",
3359 "log",
3360 "openssl",
3361 "openssl-probe",
3362 "openssl-sys",
3363 "schannel",
3364 "security-framework 2.11.1",
3365 "security-framework-sys",
3366 "tempfile",
3367]
3368
3369[[package]]
3370name = "nibble_vec"
3371version = "0.1.0"
3372source = "registry+https://github.com/rust-lang/crates.io-index"
3373checksum = "77a5d83df9f36fe23f0c3648c6bbb8b0298bb5f1939c8f2704431371f4b84d43"
3374dependencies = [
3375 "smallvec",
3376]
3377
3378[[package]]
3379name = "nix"
3380version = "0.30.1"
3381source = "registry+https://github.com/rust-lang/crates.io-index"
3382checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
3383dependencies = [
3384 "bitflags",
3385 "cfg-if",
3386 "cfg_aliases",
3387 "libc",
3388]
3389
3390[[package]]
3391name = "nom"
3392version = "7.1.3"
3393source = "registry+https://github.com/rust-lang/crates.io-index"
3394checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
3395dependencies = [
3396 "memchr",
3397 "minimal-lexical",
3398]
3399
3400[[package]]
3401name = "nu-ansi-term"
3402version = "0.50.1"
3403source = "registry+https://github.com/rust-lang/crates.io-index"
3404checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
3405dependencies = [
3406 "windows-sys 0.52.0",
3407]
3408
3409[[package]]
3410name = "num-bigint"
3411version = "0.4.6"
3412source = "registry+https://github.com/rust-lang/crates.io-index"
3413checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
3414dependencies = [
3415 "num-integer",
3416 "num-traits",
3417]
3418
3419[[package]]
3420name = "num-conv"
3421version = "0.2.0"
3422source = "registry+https://github.com/rust-lang/crates.io-index"
3423checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
3424
3425[[package]]
3426name = "num-format"
3427version = "0.4.4"
3428source = "registry+https://github.com/rust-lang/crates.io-index"
3429checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
3430dependencies = [
3431 "arrayvec",
3432 "itoa",
3433]
3434
3435[[package]]
3436name = "num-integer"
3437version = "0.1.46"
3438source = "registry+https://github.com/rust-lang/crates.io-index"
3439checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
3440dependencies = [
3441 "num-traits",
3442]
3443
3444[[package]]
3445name = "num-traits"
3446version = "0.2.19"
3447source = "registry+https://github.com/rust-lang/crates.io-index"
3448checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
3449dependencies = [
3450 "autocfg",
3451]
3452
3453[[package]]
3454name = "num_cpus"
3455version = "1.17.0"
3456source = "registry+https://github.com/rust-lang/crates.io-index"
3457checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
3458dependencies = [
3459 "hermit-abi",
3460 "libc",
3461]
3462
3463[[package]]
3464name = "num_threads"
3465version = "0.1.7"
3466source = "registry+https://github.com/rust-lang/crates.io-index"
3467checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
3468dependencies = [
3469 "libc",
3470]
3471
3472[[package]]
3473name = "object"
3474version = "0.36.7"
3475source = "registry+https://github.com/rust-lang/crates.io-index"
3476checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
3477dependencies = [
3478 "memchr",
3479]
3480
3481[[package]]
3482name = "object_store"
3483version = "0.13.2"
3484source = "registry+https://github.com/rust-lang/crates.io-index"
3485checksum = "622acbc9100d3c10e2ee15804b0caa40e55c933d5aa53814cd520805b7958a49"
3486dependencies = [
3487 "async-trait",
3488 "base64 0.22.1",
3489 "bytes",
3490 "chrono",
3491 "form_urlencoded",
3492 "futures-channel",
3493 "futures-core",
3494 "futures-util",
3495 "http",
3496 "http-body-util",
3497 "humantime",
3498 "hyper",
3499 "itertools 0.14.0",
3500 "md-5",
3501 "parking_lot",
3502 "percent-encoding",
3503 "quick-xml 0.39.2",
3504 "rand 0.10.1",
3505 "reqwest",
3506 "ring",
3507 "serde",
3508 "serde_json",
3509 "serde_urlencoded",
3510 "thiserror 2.0.18",
3511 "tokio",
3512 "tracing",
3513 "url",
3514 "walkdir",
3515 "wasm-bindgen-futures",
3516 "web-time",
3517]
3518
3519[[package]]
3520name = "oid-registry"
3521version = "0.8.1"
3522source = "registry+https://github.com/rust-lang/crates.io-index"
3523checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7"
3524dependencies = [
3525 "asn1-rs",
3526]
3527
3528[[package]]
3529name = "once_cell"
3530version = "1.21.3"
3531source = "registry+https://github.com/rust-lang/crates.io-index"
3532checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
3533dependencies = [
3534 "critical-section",
3535 "portable-atomic",
3536]
3537
3538[[package]]
3539name = "openapiv3"
3540version = "2.2.0"
3541source = "registry+https://github.com/rust-lang/crates.io-index"
3542checksum = "5c8d427828b22ae1fff2833a03d8486c2c881367f1c336349f307f321e7f4d05"
3543dependencies = [
3544 "indexmap 2.11.4",
3545 "serde",
3546 "serde_json",
3547]
3548
3549[[package]]
3550name = "openssl"
3551version = "0.10.79"
3552source = "registry+https://github.com/rust-lang/crates.io-index"
3553checksum = "bf0b434746ee2832f4f0baf10137e1cabb18cbe6912c69e2e33263c45250f542"
3554dependencies = [
3555 "bitflags",
3556 "cfg-if",
3557 "foreign-types",
3558 "libc",
3559 "openssl-macros",
3560 "openssl-sys",
3561]
3562
3563[[package]]
3564name = "openssl-macros"
3565version = "0.1.1"
3566source = "registry+https://github.com/rust-lang/crates.io-index"
3567checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
3568dependencies = [
3569 "proc-macro2",
3570 "quote",
3571 "syn",
3572]
3573
3574[[package]]
3575name = "openssl-probe"
3576version = "0.1.6"
3577source = "registry+https://github.com/rust-lang/crates.io-index"
3578checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
3579
3580[[package]]
3581name = "openssl-src"
3582version = "300.5.0+3.5.0"
3583source = "registry+https://github.com/rust-lang/crates.io-index"
3584checksum = "e8ce546f549326b0e6052b649198487d91320875da901e7bd11a06d1ee3f9c2f"
3585dependencies = [
3586 "cc",
3587]
3588
3589[[package]]
3590name = "openssl-sys"
3591version = "0.9.115"
3592source = "registry+https://github.com/rust-lang/crates.io-index"
3593checksum = "158fe5b292746440aa6e7a7e690e55aeb72d41505e2804c23c6973ad0e9c9781"
3594dependencies = [
3595 "cc",
3596 "libc",
3597 "openssl-src",
3598 "pkg-config",
3599 "vcpkg",
3600]
3601
3602[[package]]
3603name = "ordered-float"
3604version = "5.3.0"
3605source = "registry+https://github.com/rust-lang/crates.io-index"
3606checksum = "b7d950ca161dc355eaf28f82b11345ed76c6e1f6eb1f4f4479e0323b9e2fbd0e"
3607dependencies = [
3608 "num-traits",
3609]
3610
3611[[package]]
3612name = "p256"
3613version = "0.13.2"
3614source = "registry+https://github.com/rust-lang/crates.io-index"
3615checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
3616dependencies = [
3617 "ecdsa",
3618 "elliptic-curve",
3619 "primeorder",
3620 "sha2",
3621]
3622
3623[[package]]
3624name = "parking"
3625version = "2.2.1"
3626source = "registry+https://github.com/rust-lang/crates.io-index"
3627checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
3628
3629[[package]]
3630name = "parking_lot"
3631version = "0.12.3"
3632source = "registry+https://github.com/rust-lang/crates.io-index"
3633checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
3634dependencies = [
3635 "lock_api",
3636 "parking_lot_core",
3637]
3638
3639[[package]]
3640name = "parking_lot_core"
3641version = "0.9.10"
3642source = "registry+https://github.com/rust-lang/crates.io-index"
3643checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
3644dependencies = [
3645 "cfg-if",
3646 "libc",
3647 "redox_syscall",
3648 "smallvec",
3649 "windows-targets 0.52.6",
3650]
3651
3652[[package]]
3653name = "paste"
3654version = "1.0.15"
3655source = "registry+https://github.com/rust-lang/crates.io-index"
3656checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
3657
3658[[package]]
3659name = "path-absolutize"
3660version = "3.1.1"
3661source = "registry+https://github.com/rust-lang/crates.io-index"
3662checksum = "e4af381fe79fa195b4909485d99f73a80792331df0625188e707854f0b3383f5"
3663dependencies = [
3664 "path-dedot",
3665]
3666
3667[[package]]
3668name = "path-dedot"
3669version = "3.1.1"
3670source = "registry+https://github.com/rust-lang/crates.io-index"
3671checksum = "07ba0ad7e047712414213ff67533e6dd477af0a4e1d14fb52343e53d30ea9397"
3672dependencies = [
3673 "once_cell",
3674]
3675
3676[[package]]
3677name = "pem"
3678version = "3.0.5"
3679source = "registry+https://github.com/rust-lang/crates.io-index"
3680checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
3681dependencies = [
3682 "base64 0.22.1",
3683 "serde",
3684]
3685
3686[[package]]
3687name = "percent-encoding"
3688version = "2.3.1"
3689source = "registry+https://github.com/rust-lang/crates.io-index"
3690checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
3691
3692[[package]]
3693name = "pin-project"
3694version = "1.1.10"
3695source = "registry+https://github.com/rust-lang/crates.io-index"
3696checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
3697dependencies = [
3698 "pin-project-internal",
3699]
3700
3701[[package]]
3702name = "pin-project-internal"
3703version = "1.1.10"
3704source = "registry+https://github.com/rust-lang/crates.io-index"
3705checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
3706dependencies = [
3707 "proc-macro2",
3708 "quote",
3709 "syn",
3710]
3711
3712[[package]]
3713name = "pin-project-lite"
3714version = "0.2.16"
3715source = "registry+https://github.com/rust-lang/crates.io-index"
3716checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
3717
3718[[package]]
3719name = "pin-utils"
3720version = "0.1.0"
3721source = "registry+https://github.com/rust-lang/crates.io-index"
3722checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
3723
3724[[package]]
3725name = "pkcs8"
3726version = "0.10.2"
3727source = "registry+https://github.com/rust-lang/crates.io-index"
3728checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
3729dependencies = [
3730 "der",
3731 "spki",
3732]
3733
3734[[package]]
3735name = "pkg-config"
3736version = "0.3.32"
3737source = "registry+https://github.com/rust-lang/crates.io-index"
3738checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
3739
3740[[package]]
3741name = "pocket"
3742version = "0.1.0"
3743dependencies = [
3744 "atrium-crypto",
3745 "clap",
3746 "jwt-compact",
3747 "log",
3748 "poem",
3749 "poem-openapi",
3750 "reqwest",
3751 "rusqlite",
3752 "serde",
3753 "serde_json",
3754 "thiserror 2.0.18",
3755 "tokio",
3756 "tracing-subscriber",
3757]
3758
3759[[package]]
3760name = "poem"
3761version = "3.1.12"
3762source = "registry+https://github.com/rust-lang/crates.io-index"
3763checksum = "9f977080932c87287147dca052951c3e2696f8759863f6b4e4c0c9ffe7a4cc8b"
3764dependencies = [
3765 "base64 0.22.1",
3766 "bytes",
3767 "chrono",
3768 "futures-util",
3769 "headers",
3770 "http",
3771 "http-body-util",
3772 "httpdate",
3773 "hyper",
3774 "hyper-util",
3775 "mime",
3776 "mime_guess",
3777 "multer",
3778 "nix",
3779 "parking_lot",
3780 "percent-encoding",
3781 "pin-project-lite",
3782 "poem-derive",
3783 "quick-xml 0.36.2",
3784 "rcgen",
3785 "regex",
3786 "reqwest",
3787 "rfc7239",
3788 "ring",
3789 "rustls-pemfile",
3790 "serde",
3791 "serde_json",
3792 "serde_urlencoded",
3793 "serde_yaml",
3794 "smallvec",
3795 "sync_wrapper",
3796 "tempfile",
3797 "thiserror 2.0.18",
3798 "tokio",
3799 "tokio-rustls 0.26.2",
3800 "tokio-stream",
3801 "tokio-util",
3802 "tracing",
3803 "wildmatch",
3804 "x509-parser",
3805]
3806
3807[[package]]
3808name = "poem-derive"
3809version = "3.1.12"
3810source = "registry+https://github.com/rust-lang/crates.io-index"
3811checksum = "056e2fea6de1cb240ffe23cfc4fc370b629f8be83b5f27e16b7acd5231a72de4"
3812dependencies = [
3813 "proc-macro-crate",
3814 "proc-macro2",
3815 "quote",
3816 "syn",
3817]
3818
3819[[package]]
3820name = "poem-openapi"
3821version = "5.1.16"
3822source = "registry+https://github.com/rust-lang/crates.io-index"
3823checksum = "1ccbcc395bf4dd03df1da32da351b6b6732e4074ce27ddec315650e52a2be44c"
3824dependencies = [
3825 "base64 0.22.1",
3826 "bytes",
3827 "derive_more",
3828 "futures-util",
3829 "indexmap 2.11.4",
3830 "itertools 0.14.0",
3831 "mime",
3832 "num-traits",
3833 "poem",
3834 "poem-openapi-derive",
3835 "quick-xml 0.36.2",
3836 "regex",
3837 "serde",
3838 "serde_json",
3839 "serde_urlencoded",
3840 "serde_yaml",
3841 "thiserror 2.0.18",
3842 "tokio",
3843]
3844
3845[[package]]
3846name = "poem-openapi-derive"
3847version = "5.1.16"
3848source = "registry+https://github.com/rust-lang/crates.io-index"
3849checksum = "41273b691a3d467a8c44d05506afba9f7b6bd56c9cdf80123de13fe52d7ec587"
3850dependencies = [
3851 "darling",
3852 "http",
3853 "indexmap 2.11.4",
3854 "mime",
3855 "proc-macro-crate",
3856 "proc-macro2",
3857 "quote",
3858 "regex",
3859 "syn",
3860 "thiserror 2.0.18",
3861]
3862
3863[[package]]
3864name = "portable-atomic"
3865version = "1.11.0"
3866source = "registry+https://github.com/rust-lang/crates.io-index"
3867checksum = "350e9b48cbc6b0e028b0473b114454c6316e57336ee184ceab6e53f72c178b3e"
3868
3869[[package]]
3870name = "portable-atomic-util"
3871version = "0.2.4"
3872source = "registry+https://github.com/rust-lang/crates.io-index"
3873checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
3874dependencies = [
3875 "portable-atomic",
3876]
3877
3878[[package]]
3879name = "powerfmt"
3880version = "0.2.0"
3881source = "registry+https://github.com/rust-lang/crates.io-index"
3882checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
3883
3884[[package]]
3885name = "ppv-lite86"
3886version = "0.2.21"
3887source = "registry+https://github.com/rust-lang/crates.io-index"
3888checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
3889dependencies = [
3890 "zerocopy",
3891]
3892
3893[[package]]
3894name = "prettyplease"
3895version = "0.2.34"
3896source = "registry+https://github.com/rust-lang/crates.io-index"
3897checksum = "6837b9e10d61f45f987d50808f83d1ee3d206c66acf650c3e4ae2e1f6ddedf55"
3898dependencies = [
3899 "proc-macro2",
3900 "syn",
3901]
3902
3903[[package]]
3904name = "primeorder"
3905version = "0.13.6"
3906source = "registry+https://github.com/rust-lang/crates.io-index"
3907checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
3908dependencies = [
3909 "elliptic-curve",
3910]
3911
3912[[package]]
3913name = "proc-macro-crate"
3914version = "3.3.0"
3915source = "registry+https://github.com/rust-lang/crates.io-index"
3916checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
3917dependencies = [
3918 "toml_edit",
3919]
3920
3921[[package]]
3922name = "proc-macro2"
3923version = "1.0.94"
3924source = "registry+https://github.com/rust-lang/crates.io-index"
3925checksum = "a31971752e70b8b2686d7e46ec17fb38dad4051d94024c88df49b667caea9c84"
3926dependencies = [
3927 "unicode-ident",
3928]
3929
3930[[package]]
3931name = "procfs"
3932version = "0.17.0"
3933source = "registry+https://github.com/rust-lang/crates.io-index"
3934checksum = "cc5b72d8145275d844d4b5f6d4e1eef00c8cd889edb6035c21675d1bb1f45c9f"
3935dependencies = [
3936 "bitflags",
3937 "hex",
3938 "procfs-core",
3939 "rustix 0.38.44",
3940]
3941
3942[[package]]
3943name = "procfs-core"
3944version = "0.17.0"
3945source = "registry+https://github.com/rust-lang/crates.io-index"
3946checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
3947dependencies = [
3948 "bitflags",
3949 "hex",
3950]
3951
3952[[package]]
3953name = "quanta"
3954version = "0.12.5"
3955source = "registry+https://github.com/rust-lang/crates.io-index"
3956checksum = "3bd1fe6824cea6538803de3ff1bc0cf3949024db3d43c9643024bfb33a807c0e"
3957dependencies = [
3958 "crossbeam-utils",
3959 "libc",
3960 "once_cell",
3961 "raw-cpuid",
3962 "wasi 0.11.0+wasi-snapshot-preview1",
3963 "web-sys",
3964 "winapi",
3965]
3966
3967[[package]]
3968name = "quasar"
3969version = "0.1.0"
3970dependencies = [
3971 "clap",
3972 "fjall 2.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
3973]
3974
3975[[package]]
3976name = "quick-xml"
3977version = "0.36.2"
3978source = "registry+https://github.com/rust-lang/crates.io-index"
3979checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
3980dependencies = [
3981 "memchr",
3982 "serde",
3983]
3984
3985[[package]]
3986name = "quick-xml"
3987version = "0.39.2"
3988source = "registry+https://github.com/rust-lang/crates.io-index"
3989checksum = "958f21e8e7ceb5a1aa7fa87fab28e7c75976e0bfe7e23ff069e0a260f894067d"
3990dependencies = [
3991 "memchr",
3992 "serde",
3993]
3994
3995[[package]]
3996name = "quick_cache"
3997version = "0.6.12"
3998source = "registry+https://github.com/rust-lang/crates.io-index"
3999checksum = "8f8ed0655cbaf18a26966142ad23b95d8ab47221c50c4f73a1db7d0d2d6e3da8"
4000dependencies = [
4001 "equivalent",
4002 "hashbrown 0.15.2",
4003]
4004
4005[[package]]
4006name = "quinn"
4007version = "0.11.8"
4008source = "registry+https://github.com/rust-lang/crates.io-index"
4009checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8"
4010dependencies = [
4011 "bytes",
4012 "cfg_aliases",
4013 "pin-project-lite",
4014 "quinn-proto",
4015 "quinn-udp",
4016 "rustc-hash 2.1.1",
4017 "rustls 0.23.31",
4018 "socket2 0.5.9",
4019 "thiserror 2.0.18",
4020 "tokio",
4021 "tracing",
4022 "web-time",
4023]
4024
4025[[package]]
4026name = "quinn-proto"
4027version = "0.11.14"
4028source = "registry+https://github.com/rust-lang/crates.io-index"
4029checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
4030dependencies = [
4031 "bytes",
4032 "getrandom 0.3.3",
4033 "lru-slab",
4034 "rand 0.9.3",
4035 "ring",
4036 "rustc-hash 2.1.1",
4037 "rustls 0.23.31",
4038 "rustls-pki-types",
4039 "slab",
4040 "thiserror 2.0.18",
4041 "tinyvec",
4042 "tracing",
4043 "web-time",
4044]
4045
4046[[package]]
4047name = "quinn-udp"
4048version = "0.5.13"
4049source = "registry+https://github.com/rust-lang/crates.io-index"
4050checksum = "fcebb1209ee276352ef14ff8732e24cc2b02bbac986cd74a4c81bcb2f9881970"
4051dependencies = [
4052 "cfg_aliases",
4053 "libc",
4054 "once_cell",
4055 "socket2 0.5.9",
4056 "tracing",
4057 "windows-sys 0.59.0",
4058]
4059
4060[[package]]
4061name = "quote"
4062version = "1.0.40"
4063source = "registry+https://github.com/rust-lang/crates.io-index"
4064checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
4065dependencies = [
4066 "proc-macro2",
4067]
4068
4069[[package]]
4070name = "r-efi"
4071version = "5.2.0"
4072source = "registry+https://github.com/rust-lang/crates.io-index"
4073checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
4074
4075[[package]]
4076name = "r-efi"
4077version = "6.0.0"
4078source = "registry+https://github.com/rust-lang/crates.io-index"
4079checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
4080
4081[[package]]
4082name = "radix_trie"
4083version = "0.2.1"
4084source = "registry+https://github.com/rust-lang/crates.io-index"
4085checksum = "c069c179fcdc6a2fe24d8d18305cf085fdbd4f922c041943e203685d6a1c58fd"
4086dependencies = [
4087 "endian-type",
4088 "nibble_vec",
4089]
4090
4091[[package]]
4092name = "rand"
4093version = "0.8.5"
4094source = "registry+https://github.com/rust-lang/crates.io-index"
4095checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
4096dependencies = [
4097 "libc",
4098 "rand_chacha 0.3.1",
4099 "rand_core 0.6.4",
4100]
4101
4102[[package]]
4103name = "rand"
4104version = "0.9.3"
4105source = "registry+https://github.com/rust-lang/crates.io-index"
4106checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166"
4107dependencies = [
4108 "rand_chacha 0.9.0",
4109 "rand_core 0.9.3",
4110]
4111
4112[[package]]
4113name = "rand"
4114version = "0.10.1"
4115source = "registry+https://github.com/rust-lang/crates.io-index"
4116checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207"
4117dependencies = [
4118 "chacha20",
4119 "getrandom 0.4.2",
4120 "rand_core 0.10.0",
4121]
4122
4123[[package]]
4124name = "rand_chacha"
4125version = "0.3.1"
4126source = "registry+https://github.com/rust-lang/crates.io-index"
4127checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
4128dependencies = [
4129 "ppv-lite86",
4130 "rand_core 0.6.4",
4131]
4132
4133[[package]]
4134name = "rand_chacha"
4135version = "0.9.0"
4136source = "registry+https://github.com/rust-lang/crates.io-index"
4137checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
4138dependencies = [
4139 "ppv-lite86",
4140 "rand_core 0.9.3",
4141]
4142
4143[[package]]
4144name = "rand_core"
4145version = "0.6.4"
4146source = "registry+https://github.com/rust-lang/crates.io-index"
4147checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
4148dependencies = [
4149 "getrandom 0.2.15",
4150]
4151
4152[[package]]
4153name = "rand_core"
4154version = "0.9.3"
4155source = "registry+https://github.com/rust-lang/crates.io-index"
4156checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
4157dependencies = [
4158 "getrandom 0.3.3",
4159]
4160
4161[[package]]
4162name = "rand_core"
4163version = "0.10.0"
4164source = "registry+https://github.com/rust-lang/crates.io-index"
4165checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba"
4166
4167[[package]]
4168name = "rand_xoshiro"
4169version = "0.7.0"
4170source = "registry+https://github.com/rust-lang/crates.io-index"
4171checksum = "f703f4665700daf5512dcca5f43afa6af89f09db47fb56be587f80636bda2d41"
4172dependencies = [
4173 "rand_core 0.9.3",
4174]
4175
4176[[package]]
4177name = "rapidhash"
4178version = "4.4.1"
4179source = "registry+https://github.com/rust-lang/crates.io-index"
4180checksum = "b5e48930979c155e2f33aa36ab3119b5ee81332beb6482199a8ecd6029b80b59"
4181dependencies = [
4182 "rustversion",
4183]
4184
4185[[package]]
4186name = "ratelimit"
4187version = "0.10.0"
4188source = "registry+https://github.com/rust-lang/crates.io-index"
4189checksum = "36ea961700fd7260e7fa3701c8287d901b2172c51f9c1421fa0f21d7f7e184b7"
4190dependencies = [
4191 "clocksource",
4192 "parking_lot",
4193 "thiserror 1.0.69",
4194]
4195
4196[[package]]
4197name = "raw-cpuid"
4198version = "11.5.0"
4199source = "registry+https://github.com/rust-lang/crates.io-index"
4200checksum = "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146"
4201dependencies = [
4202 "bitflags",
4203]
4204
4205[[package]]
4206name = "rcgen"
4207version = "0.12.1"
4208source = "registry+https://github.com/rust-lang/crates.io-index"
4209checksum = "48406db8ac1f3cbc7dcdb56ec355343817958a356ff430259bb07baf7607e1e1"
4210dependencies = [
4211 "pem",
4212 "ring",
4213 "time",
4214 "yasna",
4215]
4216
4217[[package]]
4218name = "redox_syscall"
4219version = "0.5.11"
4220source = "registry+https://github.com/rust-lang/crates.io-index"
4221checksum = "d2f103c6d277498fbceb16e84d317e2a400f160f46904d5f5410848c829511a3"
4222dependencies = [
4223 "bitflags",
4224]
4225
4226[[package]]
4227name = "redox_users"
4228version = "0.4.6"
4229source = "registry+https://github.com/rust-lang/crates.io-index"
4230checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
4231dependencies = [
4232 "getrandom 0.2.15",
4233 "libredox",
4234 "thiserror 1.0.69",
4235]
4236
4237[[package]]
4238name = "ref-cast"
4239version = "1.0.24"
4240source = "registry+https://github.com/rust-lang/crates.io-index"
4241checksum = "4a0ae411dbe946a674d89546582cea4ba2bb8defac896622d6496f14c23ba5cf"
4242dependencies = [
4243 "ref-cast-impl",
4244]
4245
4246[[package]]
4247name = "ref-cast-impl"
4248version = "1.0.24"
4249source = "registry+https://github.com/rust-lang/crates.io-index"
4250checksum = "1165225c21bff1f3bbce98f5a1f889949bc902d3575308cc7b0de30b4f6d27c7"
4251dependencies = [
4252 "proc-macro2",
4253 "quote",
4254 "syn",
4255]
4256
4257[[package]]
4258name = "regex"
4259version = "1.11.1"
4260source = "registry+https://github.com/rust-lang/crates.io-index"
4261checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
4262dependencies = [
4263 "aho-corasick",
4264 "memchr",
4265 "regex-automata",
4266 "regex-syntax",
4267]
4268
4269[[package]]
4270name = "regex-automata"
4271version = "0.4.9"
4272source = "registry+https://github.com/rust-lang/crates.io-index"
4273checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
4274dependencies = [
4275 "aho-corasick",
4276 "memchr",
4277 "regex-syntax",
4278]
4279
4280[[package]]
4281name = "regex-syntax"
4282version = "0.8.5"
4283source = "registry+https://github.com/rust-lang/crates.io-index"
4284checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
4285
4286[[package]]
4287name = "reqwest"
4288version = "0.12.23"
4289source = "registry+https://github.com/rust-lang/crates.io-index"
4290checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb"
4291dependencies = [
4292 "async-compression",
4293 "base64 0.22.1",
4294 "bytes",
4295 "encoding_rs",
4296 "futures-core",
4297 "futures-util",
4298 "h2",
4299 "http",
4300 "http-body",
4301 "http-body-util",
4302 "hyper",
4303 "hyper-rustls",
4304 "hyper-tls",
4305 "hyper-util",
4306 "js-sys",
4307 "log",
4308 "mime",
4309 "native-tls",
4310 "percent-encoding",
4311 "pin-project-lite",
4312 "quinn",
4313 "rustls 0.23.31",
4314 "rustls-native-certs",
4315 "rustls-pki-types",
4316 "serde",
4317 "serde_json",
4318 "serde_urlencoded",
4319 "sync_wrapper",
4320 "tokio",
4321 "tokio-native-tls",
4322 "tokio-rustls 0.26.2",
4323 "tokio-util",
4324 "tower",
4325 "tower-http",
4326 "tower-service",
4327 "url",
4328 "wasm-bindgen",
4329 "wasm-bindgen-futures",
4330 "wasm-streams",
4331 "web-sys",
4332]
4333
4334[[package]]
4335name = "resolv-conf"
4336version = "0.7.4"
4337source = "registry+https://github.com/rust-lang/crates.io-index"
4338checksum = "95325155c684b1c89f7765e30bc1c42e4a6da51ca513615660cb8a62ef9a88e3"
4339
4340[[package]]
4341name = "rfc6979"
4342version = "0.4.0"
4343source = "registry+https://github.com/rust-lang/crates.io-index"
4344checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
4345dependencies = [
4346 "hmac",
4347 "subtle",
4348]
4349
4350[[package]]
4351name = "rfc7239"
4352version = "0.1.3"
4353source = "registry+https://github.com/rust-lang/crates.io-index"
4354checksum = "4a82f1d1e38e9a85bb58ffcfadf22ed6f2c94e8cd8581ec2b0f80a2a6858350f"
4355dependencies = [
4356 "uncased",
4357]
4358
4359[[package]]
4360name = "ring"
4361version = "0.17.14"
4362source = "registry+https://github.com/rust-lang/crates.io-index"
4363checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
4364dependencies = [
4365 "cc",
4366 "cfg-if",
4367 "getrandom 0.2.15",
4368 "libc",
4369 "untrusted",
4370 "windows-sys 0.52.0",
4371]
4372
4373[[package]]
4374name = "rlimit"
4375version = "0.10.2"
4376source = "registry+https://github.com/rust-lang/crates.io-index"
4377checksum = "7043b63bd0cd1aaa628e476b80e6d4023a3b50eb32789f2728908107bd0c793a"
4378dependencies = [
4379 "libc",
4380]
4381
4382[[package]]
4383name = "rocksdb"
4384version = "0.23.0"
4385source = "registry+https://github.com/rust-lang/crates.io-index"
4386checksum = "26ec73b20525cb235bad420f911473b69f9fe27cc856c5461bccd7e4af037f43"
4387dependencies = [
4388 "libc",
4389 "librocksdb-sys",
4390]
4391
4392[[package]]
4393name = "rusqlite"
4394version = "0.37.0"
4395source = "registry+https://github.com/rust-lang/crates.io-index"
4396checksum = "165ca6e57b20e1351573e3729b958bc62f0e48025386970b6e4d29e7a7e71f3f"
4397dependencies = [
4398 "bitflags",
4399 "fallible-iterator",
4400 "fallible-streaming-iterator",
4401 "hashlink",
4402 "libsqlite3-sys",
4403 "smallvec",
4404]
4405
4406[[package]]
4407name = "rustc-demangle"
4408version = "0.1.24"
4409source = "registry+https://github.com/rust-lang/crates.io-index"
4410checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
4411
4412[[package]]
4413name = "rustc-hash"
4414version = "1.1.0"
4415source = "registry+https://github.com/rust-lang/crates.io-index"
4416checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
4417
4418[[package]]
4419name = "rustc-hash"
4420version = "2.1.1"
4421source = "registry+https://github.com/rust-lang/crates.io-index"
4422checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
4423
4424[[package]]
4425name = "rustc_version"
4426version = "0.4.1"
4427source = "registry+https://github.com/rust-lang/crates.io-index"
4428checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
4429dependencies = [
4430 "semver",
4431]
4432
4433[[package]]
4434name = "rusticata-macros"
4435version = "4.1.0"
4436source = "registry+https://github.com/rust-lang/crates.io-index"
4437checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
4438dependencies = [
4439 "nom",
4440]
4441
4442[[package]]
4443name = "rustix"
4444version = "0.38.44"
4445source = "registry+https://github.com/rust-lang/crates.io-index"
4446checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
4447dependencies = [
4448 "bitflags",
4449 "errno",
4450 "libc",
4451 "linux-raw-sys 0.4.15",
4452 "windows-sys 0.59.0",
4453]
4454
4455[[package]]
4456name = "rustix"
4457version = "1.0.5"
4458source = "registry+https://github.com/rust-lang/crates.io-index"
4459checksum = "d97817398dd4bb2e6da002002db259209759911da105da92bec29ccb12cf58bf"
4460dependencies = [
4461 "bitflags",
4462 "errno",
4463 "libc",
4464 "linux-raw-sys 0.9.4",
4465 "windows-sys 0.59.0",
4466]
4467
4468[[package]]
4469name = "rustls"
4470version = "0.22.4"
4471source = "registry+https://github.com/rust-lang/crates.io-index"
4472checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
4473dependencies = [
4474 "log",
4475 "ring",
4476 "rustls-pki-types",
4477 "rustls-webpki 0.102.8",
4478 "subtle",
4479 "zeroize",
4480]
4481
4482[[package]]
4483name = "rustls"
4484version = "0.23.31"
4485source = "registry+https://github.com/rust-lang/crates.io-index"
4486checksum = "c0ebcbd2f03de0fc1122ad9bb24b127a5a6cd51d72604a3f3c50ac459762b6cc"
4487dependencies = [
4488 "aws-lc-rs",
4489 "log",
4490 "once_cell",
4491 "ring",
4492 "rustls-pki-types",
4493 "rustls-webpki 0.103.4",
4494 "subtle",
4495 "zeroize",
4496]
4497
4498[[package]]
4499name = "rustls-native-certs"
4500version = "0.8.1"
4501source = "registry+https://github.com/rust-lang/crates.io-index"
4502checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
4503dependencies = [
4504 "openssl-probe",
4505 "rustls-pki-types",
4506 "schannel",
4507 "security-framework 3.2.0",
4508]
4509
4510[[package]]
4511name = "rustls-pemfile"
4512version = "2.2.0"
4513source = "registry+https://github.com/rust-lang/crates.io-index"
4514checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
4515dependencies = [
4516 "rustls-pki-types",
4517]
4518
4519[[package]]
4520name = "rustls-pki-types"
4521version = "1.12.0"
4522source = "registry+https://github.com/rust-lang/crates.io-index"
4523checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
4524dependencies = [
4525 "web-time",
4526 "zeroize",
4527]
4528
4529[[package]]
4530name = "rustls-webpki"
4531version = "0.102.8"
4532source = "registry+https://github.com/rust-lang/crates.io-index"
4533checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
4534dependencies = [
4535 "ring",
4536 "rustls-pki-types",
4537 "untrusted",
4538]
4539
4540[[package]]
4541name = "rustls-webpki"
4542version = "0.103.4"
4543source = "registry+https://github.com/rust-lang/crates.io-index"
4544checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc"
4545dependencies = [
4546 "aws-lc-rs",
4547 "ring",
4548 "rustls-pki-types",
4549 "untrusted",
4550]
4551
4552[[package]]
4553name = "rustversion"
4554version = "1.0.20"
4555source = "registry+https://github.com/rust-lang/crates.io-index"
4556checksum = "eded382c5f5f786b989652c49544c4877d9f015cc22e145a5ea8ea66c2921cd2"
4557
4558[[package]]
4559name = "ryu"
4560version = "1.0.20"
4561source = "registry+https://github.com/rust-lang/crates.io-index"
4562checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
4563
4564[[package]]
4565name = "same-file"
4566version = "1.0.6"
4567source = "registry+https://github.com/rust-lang/crates.io-index"
4568checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
4569dependencies = [
4570 "winapi-util",
4571]
4572
4573[[package]]
4574name = "schannel"
4575version = "0.1.27"
4576source = "registry+https://github.com/rust-lang/crates.io-index"
4577checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
4578dependencies = [
4579 "windows-sys 0.59.0",
4580]
4581
4582[[package]]
4583name = "schemars"
4584version = "0.8.22"
4585source = "registry+https://github.com/rust-lang/crates.io-index"
4586checksum = "3fbf2ae1b8bc8e02df939598064d22402220cd5bbcca1c76f7d6a310974d5615"
4587dependencies = [
4588 "chrono",
4589 "dyn-clone",
4590 "schemars_derive",
4591 "serde",
4592 "serde_json",
4593 "uuid",
4594]
4595
4596[[package]]
4597name = "schemars_derive"
4598version = "0.8.22"
4599source = "registry+https://github.com/rust-lang/crates.io-index"
4600checksum = "32e265784ad618884abaea0600a9adf15393368d840e0222d101a072f3f7534d"
4601dependencies = [
4602 "proc-macro2",
4603 "quote",
4604 "serde_derive_internals",
4605 "syn",
4606]
4607
4608[[package]]
4609name = "scoped-tls"
4610version = "1.0.1"
4611source = "registry+https://github.com/rust-lang/crates.io-index"
4612checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
4613
4614[[package]]
4615name = "scopeguard"
4616version = "1.2.0"
4617source = "registry+https://github.com/rust-lang/crates.io-index"
4618checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
4619
4620[[package]]
4621name = "sec1"
4622version = "0.7.3"
4623source = "registry+https://github.com/rust-lang/crates.io-index"
4624checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
4625dependencies = [
4626 "base16ct",
4627 "der",
4628 "generic-array",
4629 "pkcs8",
4630 "subtle",
4631 "zeroize",
4632]
4633
4634[[package]]
4635name = "secp256k1"
4636version = "0.30.0"
4637source = "registry+https://github.com/rust-lang/crates.io-index"
4638checksum = "b50c5943d326858130af85e049f2661ba3c78b26589b8ab98e65e80ae44a1252"
4639dependencies = [
4640 "bitcoin_hashes",
4641 "rand 0.8.5",
4642 "secp256k1-sys",
4643]
4644
4645[[package]]
4646name = "secp256k1-sys"
4647version = "0.10.1"
4648source = "registry+https://github.com/rust-lang/crates.io-index"
4649checksum = "d4387882333d3aa8cb20530a17c69a3752e97837832f34f6dccc760e715001d9"
4650dependencies = [
4651 "cc",
4652]
4653
4654[[package]]
4655name = "security-framework"
4656version = "2.11.1"
4657source = "registry+https://github.com/rust-lang/crates.io-index"
4658checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
4659dependencies = [
4660 "bitflags",
4661 "core-foundation 0.9.4",
4662 "core-foundation-sys",
4663 "libc",
4664 "security-framework-sys",
4665]
4666
4667[[package]]
4668name = "security-framework"
4669version = "3.2.0"
4670source = "registry+https://github.com/rust-lang/crates.io-index"
4671checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
4672dependencies = [
4673 "bitflags",
4674 "core-foundation 0.10.1",
4675 "core-foundation-sys",
4676 "libc",
4677 "security-framework-sys",
4678]
4679
4680[[package]]
4681name = "security-framework-sys"
4682version = "2.14.0"
4683source = "registry+https://github.com/rust-lang/crates.io-index"
4684checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
4685dependencies = [
4686 "core-foundation-sys",
4687 "libc",
4688]
4689
4690[[package]]
4691name = "self_cell"
4692version = "1.1.0"
4693source = "registry+https://github.com/rust-lang/crates.io-index"
4694checksum = "c2fdfc24bc566f839a2da4c4295b82db7d25a24253867d5c64355abb5799bdbe"
4695
4696[[package]]
4697name = "semver"
4698version = "1.0.26"
4699source = "registry+https://github.com/rust-lang/crates.io-index"
4700checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
4701
4702[[package]]
4703name = "serde"
4704version = "1.0.228"
4705source = "registry+https://github.com/rust-lang/crates.io-index"
4706checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
4707dependencies = [
4708 "serde_core",
4709 "serde_derive",
4710]
4711
4712[[package]]
4713name = "serde_bytes"
4714version = "0.11.17"
4715source = "registry+https://github.com/rust-lang/crates.io-index"
4716checksum = "8437fd221bde2d4ca316d61b90e337e9e702b3820b87d63caa9ba6c02bd06d96"
4717dependencies = [
4718 "serde",
4719]
4720
4721[[package]]
4722name = "serde_core"
4723version = "1.0.228"
4724source = "registry+https://github.com/rust-lang/crates.io-index"
4725checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
4726dependencies = [
4727 "serde_derive",
4728]
4729
4730[[package]]
4731name = "serde_derive"
4732version = "1.0.228"
4733source = "registry+https://github.com/rust-lang/crates.io-index"
4734checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
4735dependencies = [
4736 "proc-macro2",
4737 "quote",
4738 "syn",
4739]
4740
4741[[package]]
4742name = "serde_derive_internals"
4743version = "0.29.1"
4744source = "registry+https://github.com/rust-lang/crates.io-index"
4745checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
4746dependencies = [
4747 "proc-macro2",
4748 "quote",
4749 "syn",
4750]
4751
4752[[package]]
4753name = "serde_html_form"
4754version = "0.2.7"
4755source = "registry+https://github.com/rust-lang/crates.io-index"
4756checksum = "9d2de91cf02bbc07cde38891769ccd5d4f073d22a40683aa4bc7a95781aaa2c4"
4757dependencies = [
4758 "form_urlencoded",
4759 "indexmap 2.11.4",
4760 "itoa",
4761 "ryu",
4762 "serde",
4763]
4764
4765[[package]]
4766name = "serde_json"
4767version = "1.0.145"
4768source = "registry+https://github.com/rust-lang/crates.io-index"
4769checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
4770dependencies = [
4771 "itoa",
4772 "memchr",
4773 "ryu",
4774 "serde",
4775 "serde_core",
4776]
4777
4778[[package]]
4779name = "serde_path_to_error"
4780version = "0.1.17"
4781source = "registry+https://github.com/rust-lang/crates.io-index"
4782checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
4783dependencies = [
4784 "itoa",
4785 "serde",
4786]
4787
4788[[package]]
4789name = "serde_qs"
4790version = "1.0.0-rc.3"
4791source = "registry+https://github.com/rust-lang/crates.io-index"
4792checksum = "4cb0b9062a400c31442e67d1f2b1e7746bebd691110ebee1b7d0c7293b04fab1"
4793dependencies = [
4794 "itoa",
4795 "percent-encoding",
4796 "ryu",
4797 "serde",
4798 "thiserror 2.0.18",
4799]
4800
4801[[package]]
4802name = "serde_spanned"
4803version = "1.0.2"
4804source = "registry+https://github.com/rust-lang/crates.io-index"
4805checksum = "5417783452c2be558477e104686f7de5dae53dba813c28435e0e70f82d9b04ee"
4806dependencies = [
4807 "serde_core",
4808]
4809
4810[[package]]
4811name = "serde_tokenstream"
4812version = "0.2.2"
4813source = "registry+https://github.com/rust-lang/crates.io-index"
4814checksum = "64060d864397305347a78851c51588fd283767e7e7589829e8121d65512340f1"
4815dependencies = [
4816 "proc-macro2",
4817 "quote",
4818 "serde",
4819 "syn",
4820]
4821
4822[[package]]
4823name = "serde_urlencoded"
4824version = "0.7.1"
4825source = "registry+https://github.com/rust-lang/crates.io-index"
4826checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
4827dependencies = [
4828 "form_urlencoded",
4829 "itoa",
4830 "ryu",
4831 "serde",
4832]
4833
4834[[package]]
4835name = "serde_with"
4836version = "3.12.0"
4837source = "registry+https://github.com/rust-lang/crates.io-index"
4838checksum = "d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa"
4839dependencies = [
4840 "base64 0.22.1",
4841 "chrono",
4842 "hex",
4843 "indexmap 1.9.3",
4844 "indexmap 2.11.4",
4845 "serde",
4846 "serde_derive",
4847 "serde_json",
4848 "serde_with_macros",
4849 "time",
4850]
4851
4852[[package]]
4853name = "serde_with_macros"
4854version = "3.12.0"
4855source = "registry+https://github.com/rust-lang/crates.io-index"
4856checksum = "8d00caa5193a3c8362ac2b73be6b9e768aa5a4b2f721d8f4b339600c3cb51f8e"
4857dependencies = [
4858 "darling",
4859 "proc-macro2",
4860 "quote",
4861 "syn",
4862]
4863
4864[[package]]
4865name = "serde_yaml"
4866version = "0.9.34+deprecated"
4867source = "registry+https://github.com/rust-lang/crates.io-index"
4868checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
4869dependencies = [
4870 "indexmap 2.11.4",
4871 "itoa",
4872 "ryu",
4873 "serde",
4874 "unsafe-libyaml",
4875]
4876
4877[[package]]
4878name = "sha1"
4879version = "0.10.6"
4880source = "registry+https://github.com/rust-lang/crates.io-index"
4881checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
4882dependencies = [
4883 "cfg-if",
4884 "cpufeatures 0.2.17",
4885 "digest",
4886]
4887
4888[[package]]
4889name = "sha2"
4890version = "0.10.9"
4891source = "registry+https://github.com/rust-lang/crates.io-index"
4892checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
4893dependencies = [
4894 "cfg-if",
4895 "cpufeatures 0.2.17",
4896 "digest",
4897]
4898
4899[[package]]
4900name = "sharded-slab"
4901version = "0.1.7"
4902source = "registry+https://github.com/rust-lang/crates.io-index"
4903checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
4904dependencies = [
4905 "lazy_static",
4906]
4907
4908[[package]]
4909name = "shlex"
4910version = "1.3.0"
4911source = "registry+https://github.com/rust-lang/crates.io-index"
4912checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
4913
4914[[package]]
4915name = "signal-hook-registry"
4916version = "1.4.2"
4917source = "registry+https://github.com/rust-lang/crates.io-index"
4918checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
4919dependencies = [
4920 "libc",
4921]
4922
4923[[package]]
4924name = "signature"
4925version = "2.2.0"
4926source = "registry+https://github.com/rust-lang/crates.io-index"
4927checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
4928dependencies = [
4929 "digest",
4930 "rand_core 0.6.4",
4931]
4932
4933[[package]]
4934name = "sketches-ddsketch"
4935version = "0.3.0"
4936source = "registry+https://github.com/rust-lang/crates.io-index"
4937checksum = "c1e9a774a6c28142ac54bb25d25562e6bcf957493a184f15ad4eebccb23e410a"
4938
4939[[package]]
4940name = "slab"
4941version = "0.4.12"
4942source = "registry+https://github.com/rust-lang/crates.io-index"
4943checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
4944
4945[[package]]
4946name = "slingshot"
4947version = "0.1.0"
4948dependencies = [
4949 "atrium-api",
4950 "atrium-common",
4951 "atrium-identity",
4952 "atrium-oauth",
4953 "clap",
4954 "ctrlc",
4955 "foyer",
4956 "hickory-resolver",
4957 "jetstream",
4958 "log",
4959 "metrics",
4960 "metrics-exporter-prometheus 0.17.2",
4961 "microcosm-links",
4962 "poem",
4963 "poem-openapi",
4964 "reqwest",
4965 "rustls 0.23.31",
4966 "serde",
4967 "serde_json",
4968 "thiserror 2.0.18",
4969 "time",
4970 "tokio",
4971 "tokio-util",
4972 "tracing-subscriber",
4973 "url",
4974]
4975
4976[[package]]
4977name = "slog"
4978version = "2.7.0"
4979source = "registry+https://github.com/rust-lang/crates.io-index"
4980checksum = "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06"
4981
4982[[package]]
4983name = "slog-async"
4984version = "2.8.0"
4985source = "registry+https://github.com/rust-lang/crates.io-index"
4986checksum = "72c8038f898a2c79507940990f05386455b3a317d8f18d4caea7cbc3d5096b84"
4987dependencies = [
4988 "crossbeam-channel",
4989 "slog",
4990 "take_mut",
4991 "thread_local",
4992]
4993
4994[[package]]
4995name = "slog-bunyan"
4996version = "2.5.0"
4997source = "registry+https://github.com/rust-lang/crates.io-index"
4998checksum = "dcaaf6e68789d3f0411f1e72bc443214ef252a1038b6e344836e50442541f190"
4999dependencies = [
5000 "hostname 0.3.1",
5001 "slog",
5002 "slog-json",
5003 "time",
5004]
5005
5006[[package]]
5007name = "slog-json"
5008version = "2.6.1"
5009source = "registry+https://github.com/rust-lang/crates.io-index"
5010checksum = "3e1e53f61af1e3c8b852eef0a9dee29008f55d6dd63794f3f12cef786cf0f219"
5011dependencies = [
5012 "serde",
5013 "serde_json",
5014 "slog",
5015 "time",
5016]
5017
5018[[package]]
5019name = "slog-term"
5020version = "2.9.1"
5021source = "registry+https://github.com/rust-lang/crates.io-index"
5022checksum = "b6e022d0b998abfe5c3782c1f03551a596269450ccd677ea51c56f8b214610e8"
5023dependencies = [
5024 "is-terminal",
5025 "slog",
5026 "term",
5027 "thread_local",
5028 "time",
5029]
5030
5031[[package]]
5032name = "small_ctor"
5033version = "0.1.2"
5034source = "registry+https://github.com/rust-lang/crates.io-index"
5035checksum = "88414a5ca1f85d82cc34471e975f0f74f6aa54c40f062efa42c0080e7f763f81"
5036
5037[[package]]
5038name = "smallvec"
5039version = "1.15.0"
5040source = "registry+https://github.com/rust-lang/crates.io-index"
5041checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
5042
5043[[package]]
5044name = "socket2"
5045version = "0.5.9"
5046source = "registry+https://github.com/rust-lang/crates.io-index"
5047checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
5048dependencies = [
5049 "libc",
5050 "windows-sys 0.52.0",
5051]
5052
5053[[package]]
5054name = "socket2"
5055version = "0.6.0"
5056source = "registry+https://github.com/rust-lang/crates.io-index"
5057checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
5058dependencies = [
5059 "libc",
5060 "windows-sys 0.59.0",
5061]
5062
5063[[package]]
5064name = "spacedust"
5065version = "0.1.0"
5066dependencies = [
5067 "async-trait",
5068 "clap",
5069 "ctrlc",
5070 "dropshot",
5071 "env_logger",
5072 "futures",
5073 "http",
5074 "jetstream",
5075 "log",
5076 "metrics",
5077 "metrics-exporter-prometheus 0.17.2",
5078 "microcosm-links",
5079 "rand 0.9.3",
5080 "schemars",
5081 "semver",
5082 "serde",
5083 "serde_json",
5084 "serde_qs",
5085 "thiserror 2.0.18",
5086 "tinyjson",
5087 "tokio",
5088 "tokio-tungstenite 0.27.0",
5089 "tokio-util",
5090]
5091
5092[[package]]
5093name = "spin"
5094version = "0.9.8"
5095source = "registry+https://github.com/rust-lang/crates.io-index"
5096checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
5097dependencies = [
5098 "lock_api",
5099]
5100
5101[[package]]
5102name = "spki"
5103version = "0.7.3"
5104source = "registry+https://github.com/rust-lang/crates.io-index"
5105checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
5106dependencies = [
5107 "base64ct",
5108 "der",
5109]
5110
5111[[package]]
5112name = "stable_deref_trait"
5113version = "1.2.0"
5114source = "registry+https://github.com/rust-lang/crates.io-index"
5115checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
5116
5117[[package]]
5118name = "std-semaphore"
5119version = "0.1.0"
5120source = "registry+https://github.com/rust-lang/crates.io-index"
5121checksum = "33ae9eec00137a8eed469fb4148acd9fc6ac8c3f9b110f52cd34698c8b5bfa0e"
5122
5123[[package]]
5124name = "strsim"
5125version = "0.11.1"
5126source = "registry+https://github.com/rust-lang/crates.io-index"
5127checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
5128
5129[[package]]
5130name = "subtle"
5131version = "2.6.1"
5132source = "registry+https://github.com/rust-lang/crates.io-index"
5133checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
5134
5135[[package]]
5136name = "syn"
5137version = "2.0.106"
5138source = "registry+https://github.com/rust-lang/crates.io-index"
5139checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
5140dependencies = [
5141 "proc-macro2",
5142 "quote",
5143 "unicode-ident",
5144]
5145
5146[[package]]
5147name = "sync_wrapper"
5148version = "1.0.2"
5149source = "registry+https://github.com/rust-lang/crates.io-index"
5150checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
5151dependencies = [
5152 "futures-core",
5153]
5154
5155[[package]]
5156name = "synstructure"
5157version = "0.13.1"
5158source = "registry+https://github.com/rust-lang/crates.io-index"
5159checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
5160dependencies = [
5161 "proc-macro2",
5162 "quote",
5163 "syn",
5164]
5165
5166[[package]]
5167name = "system-configuration"
5168version = "0.6.1"
5169source = "registry+https://github.com/rust-lang/crates.io-index"
5170checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
5171dependencies = [
5172 "bitflags",
5173 "core-foundation 0.9.4",
5174 "system-configuration-sys",
5175]
5176
5177[[package]]
5178name = "system-configuration-sys"
5179version = "0.6.0"
5180source = "registry+https://github.com/rust-lang/crates.io-index"
5181checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
5182dependencies = [
5183 "core-foundation-sys",
5184 "libc",
5185]
5186
5187[[package]]
5188name = "tagptr"
5189version = "0.2.0"
5190source = "registry+https://github.com/rust-lang/crates.io-index"
5191checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
5192
5193[[package]]
5194name = "take_mut"
5195version = "0.2.2"
5196source = "registry+https://github.com/rust-lang/crates.io-index"
5197checksum = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
5198
5199[[package]]
5200name = "tempfile"
5201version = "3.19.1"
5202source = "registry+https://github.com/rust-lang/crates.io-index"
5203checksum = "7437ac7763b9b123ccf33c338a5cc1bac6f69b45a136c19bdd8a65e3916435bf"
5204dependencies = [
5205 "fastrand",
5206 "getrandom 0.3.3",
5207 "once_cell",
5208 "rustix 1.0.5",
5209 "windows-sys 0.59.0",
5210]
5211
5212[[package]]
5213name = "term"
5214version = "0.7.0"
5215source = "registry+https://github.com/rust-lang/crates.io-index"
5216checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
5217dependencies = [
5218 "dirs-next",
5219 "rustversion",
5220 "winapi",
5221]
5222
5223[[package]]
5224name = "thiserror"
5225version = "1.0.69"
5226source = "registry+https://github.com/rust-lang/crates.io-index"
5227checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
5228dependencies = [
5229 "thiserror-impl 1.0.69",
5230]
5231
5232[[package]]
5233name = "thiserror"
5234version = "2.0.18"
5235source = "registry+https://github.com/rust-lang/crates.io-index"
5236checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
5237dependencies = [
5238 "thiserror-impl 2.0.18",
5239]
5240
5241[[package]]
5242name = "thiserror-impl"
5243version = "1.0.69"
5244source = "registry+https://github.com/rust-lang/crates.io-index"
5245checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
5246dependencies = [
5247 "proc-macro2",
5248 "quote",
5249 "syn",
5250]
5251
5252[[package]]
5253name = "thiserror-impl"
5254version = "2.0.18"
5255source = "registry+https://github.com/rust-lang/crates.io-index"
5256checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
5257dependencies = [
5258 "proc-macro2",
5259 "quote",
5260 "syn",
5261]
5262
5263[[package]]
5264name = "thread_local"
5265version = "1.1.8"
5266source = "registry+https://github.com/rust-lang/crates.io-index"
5267checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
5268dependencies = [
5269 "cfg-if",
5270 "once_cell",
5271]
5272
5273[[package]]
5274name = "tikv-jemalloc-sys"
5275version = "0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7"
5276source = "registry+https://github.com/rust-lang/crates.io-index"
5277checksum = "cd3c60906412afa9c2b5b5a48ca6a5abe5736aec9eb48ad05037a677e52e4e2d"
5278dependencies = [
5279 "cc",
5280 "libc",
5281]
5282
5283[[package]]
5284name = "tikv-jemallocator"
5285version = "0.6.0"
5286source = "registry+https://github.com/rust-lang/crates.io-index"
5287checksum = "4cec5ff18518d81584f477e9bfdf957f5bb0979b0bac3af4ca30b5b3ae2d2865"
5288dependencies = [
5289 "libc",
5290 "tikv-jemalloc-sys",
5291]
5292
5293[[package]]
5294name = "time"
5295version = "0.3.47"
5296source = "registry+https://github.com/rust-lang/crates.io-index"
5297checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
5298dependencies = [
5299 "deranged",
5300 "itoa",
5301 "libc",
5302 "num-conv",
5303 "num_threads",
5304 "powerfmt",
5305 "serde_core",
5306 "time-core",
5307 "time-macros",
5308]
5309
5310[[package]]
5311name = "time-core"
5312version = "0.1.8"
5313source = "registry+https://github.com/rust-lang/crates.io-index"
5314checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
5315
5316[[package]]
5317name = "time-macros"
5318version = "0.2.27"
5319source = "registry+https://github.com/rust-lang/crates.io-index"
5320checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
5321dependencies = [
5322 "num-conv",
5323 "time-core",
5324]
5325
5326[[package]]
5327name = "tinyjson"
5328version = "2.5.1"
5329source = "registry+https://github.com/rust-lang/crates.io-index"
5330checksum = "9ab95735ea2c8fd51154d01e39cf13912a78071c2d89abc49a7ef102a7dd725a"
5331
5332[[package]]
5333name = "tinystr"
5334version = "0.7.6"
5335source = "registry+https://github.com/rust-lang/crates.io-index"
5336checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
5337dependencies = [
5338 "displaydoc",
5339 "zerovec",
5340]
5341
5342[[package]]
5343name = "tinyvec"
5344version = "1.9.0"
5345source = "registry+https://github.com/rust-lang/crates.io-index"
5346checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
5347dependencies = [
5348 "tinyvec_macros",
5349]
5350
5351[[package]]
5352name = "tinyvec_macros"
5353version = "0.1.1"
5354source = "registry+https://github.com/rust-lang/crates.io-index"
5355checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
5356
5357[[package]]
5358name = "tokio"
5359version = "1.47.1"
5360source = "registry+https://github.com/rust-lang/crates.io-index"
5361checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
5362dependencies = [
5363 "backtrace",
5364 "bytes",
5365 "io-uring",
5366 "libc",
5367 "mio",
5368 "parking_lot",
5369 "pin-project-lite",
5370 "signal-hook-registry",
5371 "slab",
5372 "socket2 0.6.0",
5373 "tokio-macros",
5374 "windows-sys 0.59.0",
5375]
5376
5377[[package]]
5378name = "tokio-macros"
5379version = "2.5.0"
5380source = "registry+https://github.com/rust-lang/crates.io-index"
5381checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
5382dependencies = [
5383 "proc-macro2",
5384 "quote",
5385 "syn",
5386]
5387
5388[[package]]
5389name = "tokio-native-tls"
5390version = "0.3.1"
5391source = "registry+https://github.com/rust-lang/crates.io-index"
5392checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
5393dependencies = [
5394 "native-tls",
5395 "tokio",
5396]
5397
5398[[package]]
5399name = "tokio-rustls"
5400version = "0.25.0"
5401source = "registry+https://github.com/rust-lang/crates.io-index"
5402checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
5403dependencies = [
5404 "rustls 0.22.4",
5405 "rustls-pki-types",
5406 "tokio",
5407]
5408
5409[[package]]
5410name = "tokio-rustls"
5411version = "0.26.2"
5412source = "registry+https://github.com/rust-lang/crates.io-index"
5413checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
5414dependencies = [
5415 "rustls 0.23.31",
5416 "tokio",
5417]
5418
5419[[package]]
5420name = "tokio-stream"
5421version = "0.1.17"
5422source = "registry+https://github.com/rust-lang/crates.io-index"
5423checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
5424dependencies = [
5425 "futures-core",
5426 "pin-project-lite",
5427 "tokio",
5428]
5429
5430[[package]]
5431name = "tokio-tungstenite"
5432version = "0.26.2"
5433source = "registry+https://github.com/rust-lang/crates.io-index"
5434checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
5435dependencies = [
5436 "futures-util",
5437 "log",
5438 "native-tls",
5439 "tokio",
5440 "tokio-native-tls",
5441 "tungstenite 0.26.2",
5442]
5443
5444[[package]]
5445name = "tokio-tungstenite"
5446version = "0.27.0"
5447source = "registry+https://github.com/rust-lang/crates.io-index"
5448checksum = "489a59b6730eda1b0171fcfda8b121f4bee2b35cba8645ca35c5f7ba3eb736c1"
5449dependencies = [
5450 "futures-util",
5451 "log",
5452 "tokio",
5453 "tungstenite 0.27.0",
5454]
5455
5456[[package]]
5457name = "tokio-util"
5458version = "0.7.15"
5459source = "registry+https://github.com/rust-lang/crates.io-index"
5460checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
5461dependencies = [
5462 "bytes",
5463 "futures-core",
5464 "futures-sink",
5465 "pin-project-lite",
5466 "tokio",
5467]
5468
5469[[package]]
5470name = "toml"
5471version = "0.9.7"
5472source = "registry+https://github.com/rust-lang/crates.io-index"
5473checksum = "00e5e5d9bf2475ac9d4f0d9edab68cc573dc2fd644b0dba36b0c30a92dd9eaa0"
5474dependencies = [
5475 "indexmap 2.11.4",
5476 "serde_core",
5477 "serde_spanned",
5478 "toml_datetime 0.7.2",
5479 "toml_parser",
5480 "toml_writer",
5481 "winnow",
5482]
5483
5484[[package]]
5485name = "toml_datetime"
5486version = "0.6.11"
5487source = "registry+https://github.com/rust-lang/crates.io-index"
5488checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
5489
5490[[package]]
5491name = "toml_datetime"
5492version = "0.7.2"
5493source = "registry+https://github.com/rust-lang/crates.io-index"
5494checksum = "32f1085dec27c2b6632b04c80b3bb1b4300d6495d1e129693bdda7d91e72eec1"
5495dependencies = [
5496 "serde_core",
5497]
5498
5499[[package]]
5500name = "toml_edit"
5501version = "0.22.27"
5502source = "registry+https://github.com/rust-lang/crates.io-index"
5503checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
5504dependencies = [
5505 "indexmap 2.11.4",
5506 "toml_datetime 0.6.11",
5507 "winnow",
5508]
5509
5510[[package]]
5511name = "toml_parser"
5512version = "1.0.3"
5513source = "registry+https://github.com/rust-lang/crates.io-index"
5514checksum = "4cf893c33be71572e0e9aa6dd15e6677937abd686b066eac3f8cd3531688a627"
5515dependencies = [
5516 "winnow",
5517]
5518
5519[[package]]
5520name = "toml_writer"
5521version = "1.0.3"
5522source = "registry+https://github.com/rust-lang/crates.io-index"
5523checksum = "d163a63c116ce562a22cda521fcc4d79152e7aba014456fb5eb442f6d6a10109"
5524
5525[[package]]
5526name = "tower"
5527version = "0.5.2"
5528source = "registry+https://github.com/rust-lang/crates.io-index"
5529checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
5530dependencies = [
5531 "futures-core",
5532 "futures-util",
5533 "pin-project-lite",
5534 "sync_wrapper",
5535 "tokio",
5536 "tower-layer",
5537 "tower-service",
5538 "tracing",
5539]
5540
5541[[package]]
5542name = "tower-http"
5543version = "0.6.6"
5544source = "registry+https://github.com/rust-lang/crates.io-index"
5545checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
5546dependencies = [
5547 "bitflags",
5548 "bytes",
5549 "futures-util",
5550 "http",
5551 "http-body",
5552 "iri-string",
5553 "pin-project-lite",
5554 "tower",
5555 "tower-layer",
5556 "tower-service",
5557]
5558
5559[[package]]
5560name = "tower-layer"
5561version = "0.3.3"
5562source = "registry+https://github.com/rust-lang/crates.io-index"
5563checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
5564
5565[[package]]
5566name = "tower-service"
5567version = "0.3.3"
5568source = "registry+https://github.com/rust-lang/crates.io-index"
5569checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
5570
5571[[package]]
5572name = "tracing"
5573version = "0.1.44"
5574source = "registry+https://github.com/rust-lang/crates.io-index"
5575checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
5576dependencies = [
5577 "log",
5578 "pin-project-lite",
5579 "tracing-attributes",
5580 "tracing-core",
5581]
5582
5583[[package]]
5584name = "tracing-attributes"
5585version = "0.1.31"
5586source = "registry+https://github.com/rust-lang/crates.io-index"
5587checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
5588dependencies = [
5589 "proc-macro2",
5590 "quote",
5591 "syn",
5592]
5593
5594[[package]]
5595name = "tracing-core"
5596version = "0.1.36"
5597source = "registry+https://github.com/rust-lang/crates.io-index"
5598checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
5599dependencies = [
5600 "once_cell",
5601 "valuable",
5602]
5603
5604[[package]]
5605name = "tracing-log"
5606version = "0.2.0"
5607source = "registry+https://github.com/rust-lang/crates.io-index"
5608checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
5609dependencies = [
5610 "log",
5611 "once_cell",
5612 "tracing-core",
5613]
5614
5615[[package]]
5616name = "tracing-subscriber"
5617version = "0.3.23"
5618source = "registry+https://github.com/rust-lang/crates.io-index"
5619checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
5620dependencies = [
5621 "matchers",
5622 "nu-ansi-term",
5623 "once_cell",
5624 "regex-automata",
5625 "sharded-slab",
5626 "smallvec",
5627 "thread_local",
5628 "tracing",
5629 "tracing-core",
5630 "tracing-log",
5631]
5632
5633[[package]]
5634name = "trait-variant"
5635version = "0.1.2"
5636source = "registry+https://github.com/rust-lang/crates.io-index"
5637checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
5638dependencies = [
5639 "proc-macro2",
5640 "quote",
5641 "syn",
5642]
5643
5644[[package]]
5645name = "try-lock"
5646version = "0.2.5"
5647source = "registry+https://github.com/rust-lang/crates.io-index"
5648checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
5649
5650[[package]]
5651name = "tungstenite"
5652version = "0.26.2"
5653source = "registry+https://github.com/rust-lang/crates.io-index"
5654checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
5655dependencies = [
5656 "bytes",
5657 "data-encoding",
5658 "http",
5659 "httparse",
5660 "log",
5661 "native-tls",
5662 "rand 0.9.3",
5663 "sha1",
5664 "thiserror 2.0.18",
5665 "url",
5666 "utf-8",
5667]
5668
5669[[package]]
5670name = "tungstenite"
5671version = "0.27.0"
5672source = "registry+https://github.com/rust-lang/crates.io-index"
5673checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
5674dependencies = [
5675 "bytes",
5676 "data-encoding",
5677 "http",
5678 "httparse",
5679 "log",
5680 "rand 0.9.3",
5681 "sha1",
5682 "thiserror 2.0.18",
5683 "utf-8",
5684]
5685
5686[[package]]
5687name = "twox-hash"
5688version = "2.1.1"
5689source = "registry+https://github.com/rust-lang/crates.io-index"
5690checksum = "8b907da542cbced5261bd3256de1b3a1bf340a3d37f93425a07362a1d687de56"
5691dependencies = [
5692 "rand 0.9.3",
5693]
5694
5695[[package]]
5696name = "typenum"
5697version = "1.18.0"
5698source = "registry+https://github.com/rust-lang/crates.io-index"
5699checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
5700
5701[[package]]
5702name = "ufos"
5703version = "0.1.0"
5704dependencies = [
5705 "anyhow",
5706 "async-trait",
5707 "base64 0.22.1",
5708 "bincode 2.0.1",
5709 "cardinality-estimator-safe",
5710 "chrono",
5711 "clap",
5712 "dropshot",
5713 "env_logger",
5714 "fjall 2.11.2 (git+https://github.com/fjall-rs/fjall.git?rev=fb229572bb7d1d6966a596994dc1708e47ec57d8)",
5715 "getrandom 0.3.3",
5716 "http",
5717 "jetstream",
5718 "log",
5719 "lsm-tree",
5720 "metrics",
5721 "metrics-exporter-prometheus 0.17.2",
5722 "schemars",
5723 "semver",
5724 "serde",
5725 "serde_json",
5726 "serde_qs",
5727 "sha2",
5728 "tempfile",
5729 "thiserror 2.0.18",
5730 "tikv-jemallocator",
5731 "tokio",
5732 "tokio-util",
5733]
5734
5735[[package]]
5736name = "ufos-fuzz"
5737version = "0.0.0"
5738dependencies = [
5739 "bincode 2.0.1",
5740 "cardinality-estimator",
5741 "jetstream",
5742 "libfuzzer-sys",
5743 "tikv-jemallocator",
5744 "ufos",
5745]
5746
5747[[package]]
5748name = "uncased"
5749version = "0.9.10"
5750source = "registry+https://github.com/rust-lang/crates.io-index"
5751checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697"
5752dependencies = [
5753 "version_check",
5754]
5755
5756[[package]]
5757name = "unicase"
5758version = "2.8.1"
5759source = "registry+https://github.com/rust-lang/crates.io-index"
5760checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
5761
5762[[package]]
5763name = "unicode-ident"
5764version = "1.0.18"
5765source = "registry+https://github.com/rust-lang/crates.io-index"
5766checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
5767
5768[[package]]
5769name = "unicode-xid"
5770version = "0.2.6"
5771source = "registry+https://github.com/rust-lang/crates.io-index"
5772checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
5773
5774[[package]]
5775name = "unsafe-libyaml"
5776version = "0.2.11"
5777source = "registry+https://github.com/rust-lang/crates.io-index"
5778checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
5779
5780[[package]]
5781name = "unsigned-varint"
5782version = "0.8.0"
5783source = "registry+https://github.com/rust-lang/crates.io-index"
5784checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
5785
5786[[package]]
5787name = "untrusted"
5788version = "0.9.0"
5789source = "registry+https://github.com/rust-lang/crates.io-index"
5790checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
5791
5792[[package]]
5793name = "unty"
5794version = "0.0.4"
5795source = "registry+https://github.com/rust-lang/crates.io-index"
5796checksum = "6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae"
5797
5798[[package]]
5799name = "url"
5800version = "2.5.4"
5801source = "registry+https://github.com/rust-lang/crates.io-index"
5802checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
5803dependencies = [
5804 "form_urlencoded",
5805 "idna",
5806 "percent-encoding",
5807]
5808
5809[[package]]
5810name = "utf-8"
5811version = "0.7.6"
5812source = "registry+https://github.com/rust-lang/crates.io-index"
5813checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
5814
5815[[package]]
5816name = "utf16_iter"
5817version = "1.0.5"
5818source = "registry+https://github.com/rust-lang/crates.io-index"
5819checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
5820
5821[[package]]
5822name = "utf8_iter"
5823version = "1.0.4"
5824source = "registry+https://github.com/rust-lang/crates.io-index"
5825checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
5826
5827[[package]]
5828name = "utf8parse"
5829version = "0.2.2"
5830source = "registry+https://github.com/rust-lang/crates.io-index"
5831checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
5832
5833[[package]]
5834name = "uuid"
5835version = "1.18.1"
5836source = "registry+https://github.com/rust-lang/crates.io-index"
5837checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
5838dependencies = [
5839 "getrandom 0.3.3",
5840 "js-sys",
5841 "serde",
5842 "wasm-bindgen",
5843]
5844
5845[[package]]
5846name = "valuable"
5847version = "0.1.1"
5848source = "registry+https://github.com/rust-lang/crates.io-index"
5849checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
5850
5851[[package]]
5852name = "value-log"
5853version = "1.9.0"
5854source = "registry+https://github.com/rust-lang/crates.io-index"
5855checksum = "62fc7c4ce161f049607ecea654dca3f2d727da5371ae85e2e4f14ce2b98ed67c"
5856dependencies = [
5857 "byteorder",
5858 "byteview",
5859 "interval-heap",
5860 "log",
5861 "path-absolutize",
5862 "rustc-hash 2.1.1",
5863 "tempfile",
5864 "varint-rs",
5865 "xxhash-rust",
5866]
5867
5868[[package]]
5869name = "varint-rs"
5870version = "2.2.0"
5871source = "registry+https://github.com/rust-lang/crates.io-index"
5872checksum = "8f54a172d0620933a27a4360d3db3e2ae0dd6cceae9730751a036bbf182c4b23"
5873
5874[[package]]
5875name = "vcpkg"
5876version = "0.2.15"
5877source = "registry+https://github.com/rust-lang/crates.io-index"
5878checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
5879
5880[[package]]
5881name = "version_check"
5882version = "0.9.5"
5883source = "registry+https://github.com/rust-lang/crates.io-index"
5884checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
5885
5886[[package]]
5887name = "virtue"
5888version = "0.0.18"
5889source = "registry+https://github.com/rust-lang/crates.io-index"
5890checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1"
5891
5892[[package]]
5893name = "waitgroup"
5894version = "0.1.2"
5895source = "registry+https://github.com/rust-lang/crates.io-index"
5896checksum = "d1f50000a783467e6c0200f9d10642f4bc424e39efc1b770203e88b488f79292"
5897dependencies = [
5898 "atomic-waker",
5899]
5900
5901[[package]]
5902name = "walkdir"
5903version = "2.5.0"
5904source = "registry+https://github.com/rust-lang/crates.io-index"
5905checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
5906dependencies = [
5907 "same-file",
5908 "winapi-util",
5909]
5910
5911[[package]]
5912name = "want"
5913version = "0.3.1"
5914source = "registry+https://github.com/rust-lang/crates.io-index"
5915checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
5916dependencies = [
5917 "try-lock",
5918]
5919
5920[[package]]
5921name = "wasi"
5922version = "0.11.0+wasi-snapshot-preview1"
5923source = "registry+https://github.com/rust-lang/crates.io-index"
5924checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
5925
5926[[package]]
5927name = "wasi"
5928version = "0.14.2+wasi-0.2.4"
5929source = "registry+https://github.com/rust-lang/crates.io-index"
5930checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
5931dependencies = [
5932 "wit-bindgen-rt",
5933]
5934
5935[[package]]
5936name = "wasip2"
5937version = "1.0.2+wasi-0.2.9"
5938source = "registry+https://github.com/rust-lang/crates.io-index"
5939checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
5940dependencies = [
5941 "wit-bindgen",
5942]
5943
5944[[package]]
5945name = "wasip3"
5946version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
5947source = "registry+https://github.com/rust-lang/crates.io-index"
5948checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
5949dependencies = [
5950 "wit-bindgen",
5951]
5952
5953[[package]]
5954name = "wasm-bindgen"
5955version = "0.2.100"
5956source = "registry+https://github.com/rust-lang/crates.io-index"
5957checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
5958dependencies = [
5959 "cfg-if",
5960 "once_cell",
5961 "rustversion",
5962 "wasm-bindgen-macro",
5963]
5964
5965[[package]]
5966name = "wasm-bindgen-backend"
5967version = "0.2.100"
5968source = "registry+https://github.com/rust-lang/crates.io-index"
5969checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
5970dependencies = [
5971 "bumpalo",
5972 "log",
5973 "proc-macro2",
5974 "quote",
5975 "syn",
5976 "wasm-bindgen-shared",
5977]
5978
5979[[package]]
5980name = "wasm-bindgen-futures"
5981version = "0.4.50"
5982source = "registry+https://github.com/rust-lang/crates.io-index"
5983checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
5984dependencies = [
5985 "cfg-if",
5986 "js-sys",
5987 "once_cell",
5988 "wasm-bindgen",
5989 "web-sys",
5990]
5991
5992[[package]]
5993name = "wasm-bindgen-macro"
5994version = "0.2.100"
5995source = "registry+https://github.com/rust-lang/crates.io-index"
5996checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
5997dependencies = [
5998 "quote",
5999 "wasm-bindgen-macro-support",
6000]
6001
6002[[package]]
6003name = "wasm-bindgen-macro-support"
6004version = "0.2.100"
6005source = "registry+https://github.com/rust-lang/crates.io-index"
6006checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
6007dependencies = [
6008 "proc-macro2",
6009 "quote",
6010 "syn",
6011 "wasm-bindgen-backend",
6012 "wasm-bindgen-shared",
6013]
6014
6015[[package]]
6016name = "wasm-bindgen-shared"
6017version = "0.2.100"
6018source = "registry+https://github.com/rust-lang/crates.io-index"
6019checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
6020dependencies = [
6021 "unicode-ident",
6022]
6023
6024[[package]]
6025name = "wasm-encoder"
6026version = "0.244.0"
6027source = "registry+https://github.com/rust-lang/crates.io-index"
6028checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
6029dependencies = [
6030 "leb128fmt",
6031 "wasmparser",
6032]
6033
6034[[package]]
6035name = "wasm-metadata"
6036version = "0.244.0"
6037source = "registry+https://github.com/rust-lang/crates.io-index"
6038checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
6039dependencies = [
6040 "anyhow",
6041 "indexmap 2.11.4",
6042 "wasm-encoder",
6043 "wasmparser",
6044]
6045
6046[[package]]
6047name = "wasm-streams"
6048version = "0.4.2"
6049source = "registry+https://github.com/rust-lang/crates.io-index"
6050checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
6051dependencies = [
6052 "futures-util",
6053 "js-sys",
6054 "wasm-bindgen",
6055 "wasm-bindgen-futures",
6056 "web-sys",
6057]
6058
6059[[package]]
6060name = "wasmparser"
6061version = "0.244.0"
6062source = "registry+https://github.com/rust-lang/crates.io-index"
6063checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
6064dependencies = [
6065 "bitflags",
6066 "hashbrown 0.15.2",
6067 "indexmap 2.11.4",
6068 "semver",
6069]
6070
6071[[package]]
6072name = "web-sys"
6073version = "0.3.77"
6074source = "registry+https://github.com/rust-lang/crates.io-index"
6075checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
6076dependencies = [
6077 "js-sys",
6078 "wasm-bindgen",
6079]
6080
6081[[package]]
6082name = "web-time"
6083version = "1.1.0"
6084source = "registry+https://github.com/rust-lang/crates.io-index"
6085checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
6086dependencies = [
6087 "js-sys",
6088 "wasm-bindgen",
6089]
6090
6091[[package]]
6092name = "which"
6093version = "4.4.2"
6094source = "registry+https://github.com/rust-lang/crates.io-index"
6095checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
6096dependencies = [
6097 "either",
6098 "home",
6099 "once_cell",
6100 "rustix 0.38.44",
6101]
6102
6103[[package]]
6104name = "widestring"
6105version = "1.2.0"
6106source = "registry+https://github.com/rust-lang/crates.io-index"
6107checksum = "dd7cf3379ca1aac9eea11fba24fd7e315d621f8dfe35c8d7d2be8b793726e07d"
6108
6109[[package]]
6110name = "wildmatch"
6111version = "2.4.0"
6112source = "registry+https://github.com/rust-lang/crates.io-index"
6113checksum = "68ce1ab1f8c62655ebe1350f589c61e505cf94d385bc6a12899442d9081e71fd"
6114
6115[[package]]
6116name = "winapi"
6117version = "0.3.9"
6118source = "registry+https://github.com/rust-lang/crates.io-index"
6119checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
6120dependencies = [
6121 "winapi-i686-pc-windows-gnu",
6122 "winapi-x86_64-pc-windows-gnu",
6123]
6124
6125[[package]]
6126name = "winapi-i686-pc-windows-gnu"
6127version = "0.4.0"
6128source = "registry+https://github.com/rust-lang/crates.io-index"
6129checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
6130
6131[[package]]
6132name = "winapi-util"
6133version = "0.1.11"
6134source = "registry+https://github.com/rust-lang/crates.io-index"
6135checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
6136dependencies = [
6137 "windows-sys 0.59.0",
6138]
6139
6140[[package]]
6141name = "winapi-x86_64-pc-windows-gnu"
6142version = "0.4.0"
6143source = "registry+https://github.com/rust-lang/crates.io-index"
6144checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
6145
6146[[package]]
6147name = "windows"
6148version = "0.58.0"
6149source = "registry+https://github.com/rust-lang/crates.io-index"
6150checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
6151dependencies = [
6152 "windows-core",
6153 "windows-targets 0.52.6",
6154]
6155
6156[[package]]
6157name = "windows-core"
6158version = "0.58.0"
6159source = "registry+https://github.com/rust-lang/crates.io-index"
6160checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
6161dependencies = [
6162 "windows-implement",
6163 "windows-interface",
6164 "windows-result 0.2.0",
6165 "windows-strings 0.1.0",
6166 "windows-targets 0.52.6",
6167]
6168
6169[[package]]
6170name = "windows-implement"
6171version = "0.58.0"
6172source = "registry+https://github.com/rust-lang/crates.io-index"
6173checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
6174dependencies = [
6175 "proc-macro2",
6176 "quote",
6177 "syn",
6178]
6179
6180[[package]]
6181name = "windows-interface"
6182version = "0.58.0"
6183source = "registry+https://github.com/rust-lang/crates.io-index"
6184checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
6185dependencies = [
6186 "proc-macro2",
6187 "quote",
6188 "syn",
6189]
6190
6191[[package]]
6192name = "windows-link"
6193version = "0.1.1"
6194source = "registry+https://github.com/rust-lang/crates.io-index"
6195checksum = "76840935b766e1b0a05c0066835fb9ec80071d4c09a16f6bd5f7e655e3c14c38"
6196
6197[[package]]
6198name = "windows-registry"
6199version = "0.5.2"
6200source = "registry+https://github.com/rust-lang/crates.io-index"
6201checksum = "b3bab093bdd303a1240bb99b8aba8ea8a69ee19d34c9e2ef9594e708a4878820"
6202dependencies = [
6203 "windows-link",
6204 "windows-result 0.3.4",
6205 "windows-strings 0.4.2",
6206]
6207
6208[[package]]
6209name = "windows-result"
6210version = "0.2.0"
6211source = "registry+https://github.com/rust-lang/crates.io-index"
6212checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
6213dependencies = [
6214 "windows-targets 0.52.6",
6215]
6216
6217[[package]]
6218name = "windows-result"
6219version = "0.3.4"
6220source = "registry+https://github.com/rust-lang/crates.io-index"
6221checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
6222dependencies = [
6223 "windows-link",
6224]
6225
6226[[package]]
6227name = "windows-strings"
6228version = "0.1.0"
6229source = "registry+https://github.com/rust-lang/crates.io-index"
6230checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
6231dependencies = [
6232 "windows-result 0.2.0",
6233 "windows-targets 0.52.6",
6234]
6235
6236[[package]]
6237name = "windows-strings"
6238version = "0.4.2"
6239source = "registry+https://github.com/rust-lang/crates.io-index"
6240checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
6241dependencies = [
6242 "windows-link",
6243]
6244
6245[[package]]
6246name = "windows-sys"
6247version = "0.48.0"
6248source = "registry+https://github.com/rust-lang/crates.io-index"
6249checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
6250dependencies = [
6251 "windows-targets 0.48.5",
6252]
6253
6254[[package]]
6255name = "windows-sys"
6256version = "0.52.0"
6257source = "registry+https://github.com/rust-lang/crates.io-index"
6258checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
6259dependencies = [
6260 "windows-targets 0.52.6",
6261]
6262
6263[[package]]
6264name = "windows-sys"
6265version = "0.59.0"
6266source = "registry+https://github.com/rust-lang/crates.io-index"
6267checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
6268dependencies = [
6269 "windows-targets 0.52.6",
6270]
6271
6272[[package]]
6273name = "windows-targets"
6274version = "0.48.5"
6275source = "registry+https://github.com/rust-lang/crates.io-index"
6276checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
6277dependencies = [
6278 "windows_aarch64_gnullvm 0.48.5",
6279 "windows_aarch64_msvc 0.48.5",
6280 "windows_i686_gnu 0.48.5",
6281 "windows_i686_msvc 0.48.5",
6282 "windows_x86_64_gnu 0.48.5",
6283 "windows_x86_64_gnullvm 0.48.5",
6284 "windows_x86_64_msvc 0.48.5",
6285]
6286
6287[[package]]
6288name = "windows-targets"
6289version = "0.52.6"
6290source = "registry+https://github.com/rust-lang/crates.io-index"
6291checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
6292dependencies = [
6293 "windows_aarch64_gnullvm 0.52.6",
6294 "windows_aarch64_msvc 0.52.6",
6295 "windows_i686_gnu 0.52.6",
6296 "windows_i686_gnullvm",
6297 "windows_i686_msvc 0.52.6",
6298 "windows_x86_64_gnu 0.52.6",
6299 "windows_x86_64_gnullvm 0.52.6",
6300 "windows_x86_64_msvc 0.52.6",
6301]
6302
6303[[package]]
6304name = "windows_aarch64_gnullvm"
6305version = "0.48.5"
6306source = "registry+https://github.com/rust-lang/crates.io-index"
6307checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
6308
6309[[package]]
6310name = "windows_aarch64_gnullvm"
6311version = "0.52.6"
6312source = "registry+https://github.com/rust-lang/crates.io-index"
6313checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
6314
6315[[package]]
6316name = "windows_aarch64_msvc"
6317version = "0.48.5"
6318source = "registry+https://github.com/rust-lang/crates.io-index"
6319checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
6320
6321[[package]]
6322name = "windows_aarch64_msvc"
6323version = "0.52.6"
6324source = "registry+https://github.com/rust-lang/crates.io-index"
6325checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
6326
6327[[package]]
6328name = "windows_i686_gnu"
6329version = "0.48.5"
6330source = "registry+https://github.com/rust-lang/crates.io-index"
6331checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
6332
6333[[package]]
6334name = "windows_i686_gnu"
6335version = "0.52.6"
6336source = "registry+https://github.com/rust-lang/crates.io-index"
6337checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
6338
6339[[package]]
6340name = "windows_i686_gnullvm"
6341version = "0.52.6"
6342source = "registry+https://github.com/rust-lang/crates.io-index"
6343checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
6344
6345[[package]]
6346name = "windows_i686_msvc"
6347version = "0.48.5"
6348source = "registry+https://github.com/rust-lang/crates.io-index"
6349checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
6350
6351[[package]]
6352name = "windows_i686_msvc"
6353version = "0.52.6"
6354source = "registry+https://github.com/rust-lang/crates.io-index"
6355checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
6356
6357[[package]]
6358name = "windows_x86_64_gnu"
6359version = "0.48.5"
6360source = "registry+https://github.com/rust-lang/crates.io-index"
6361checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
6362
6363[[package]]
6364name = "windows_x86_64_gnu"
6365version = "0.52.6"
6366source = "registry+https://github.com/rust-lang/crates.io-index"
6367checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
6368
6369[[package]]
6370name = "windows_x86_64_gnullvm"
6371version = "0.48.5"
6372source = "registry+https://github.com/rust-lang/crates.io-index"
6373checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
6374
6375[[package]]
6376name = "windows_x86_64_gnullvm"
6377version = "0.52.6"
6378source = "registry+https://github.com/rust-lang/crates.io-index"
6379checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
6380
6381[[package]]
6382name = "windows_x86_64_msvc"
6383version = "0.48.5"
6384source = "registry+https://github.com/rust-lang/crates.io-index"
6385checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
6386
6387[[package]]
6388name = "windows_x86_64_msvc"
6389version = "0.52.6"
6390source = "registry+https://github.com/rust-lang/crates.io-index"
6391checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
6392
6393[[package]]
6394name = "winnow"
6395version = "0.7.13"
6396source = "registry+https://github.com/rust-lang/crates.io-index"
6397checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
6398dependencies = [
6399 "memchr",
6400]
6401
6402[[package]]
6403name = "winreg"
6404version = "0.50.0"
6405source = "registry+https://github.com/rust-lang/crates.io-index"
6406checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
6407dependencies = [
6408 "cfg-if",
6409 "windows-sys 0.48.0",
6410]
6411
6412[[package]]
6413name = "wit-bindgen"
6414version = "0.51.0"
6415source = "registry+https://github.com/rust-lang/crates.io-index"
6416checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
6417dependencies = [
6418 "wit-bindgen-rust-macro",
6419]
6420
6421[[package]]
6422name = "wit-bindgen-core"
6423version = "0.51.0"
6424source = "registry+https://github.com/rust-lang/crates.io-index"
6425checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
6426dependencies = [
6427 "anyhow",
6428 "heck",
6429 "wit-parser",
6430]
6431
6432[[package]]
6433name = "wit-bindgen-rt"
6434version = "0.39.0"
6435source = "registry+https://github.com/rust-lang/crates.io-index"
6436checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
6437dependencies = [
6438 "bitflags",
6439]
6440
6441[[package]]
6442name = "wit-bindgen-rust"
6443version = "0.51.0"
6444source = "registry+https://github.com/rust-lang/crates.io-index"
6445checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
6446dependencies = [
6447 "anyhow",
6448 "heck",
6449 "indexmap 2.11.4",
6450 "prettyplease",
6451 "syn",
6452 "wasm-metadata",
6453 "wit-bindgen-core",
6454 "wit-component",
6455]
6456
6457[[package]]
6458name = "wit-bindgen-rust-macro"
6459version = "0.51.0"
6460source = "registry+https://github.com/rust-lang/crates.io-index"
6461checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
6462dependencies = [
6463 "anyhow",
6464 "prettyplease",
6465 "proc-macro2",
6466 "quote",
6467 "syn",
6468 "wit-bindgen-core",
6469 "wit-bindgen-rust",
6470]
6471
6472[[package]]
6473name = "wit-component"
6474version = "0.244.0"
6475source = "registry+https://github.com/rust-lang/crates.io-index"
6476checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
6477dependencies = [
6478 "anyhow",
6479 "bitflags",
6480 "indexmap 2.11.4",
6481 "log",
6482 "serde",
6483 "serde_derive",
6484 "serde_json",
6485 "wasm-encoder",
6486 "wasm-metadata",
6487 "wasmparser",
6488 "wit-parser",
6489]
6490
6491[[package]]
6492name = "wit-parser"
6493version = "0.244.0"
6494source = "registry+https://github.com/rust-lang/crates.io-index"
6495checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
6496dependencies = [
6497 "anyhow",
6498 "id-arena",
6499 "indexmap 2.11.4",
6500 "log",
6501 "semver",
6502 "serde",
6503 "serde_derive",
6504 "serde_json",
6505 "unicode-xid",
6506 "wasmparser",
6507]
6508
6509[[package]]
6510name = "write16"
6511version = "1.0.0"
6512source = "registry+https://github.com/rust-lang/crates.io-index"
6513checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
6514
6515[[package]]
6516name = "writeable"
6517version = "0.5.5"
6518source = "registry+https://github.com/rust-lang/crates.io-index"
6519checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
6520
6521[[package]]
6522name = "wyhash"
6523version = "0.5.0"
6524source = "registry+https://github.com/rust-lang/crates.io-index"
6525checksum = "baf6e163c25e3fac820b4b453185ea2dea3b6a3e0a721d4d23d75bd33734c295"
6526dependencies = [
6527 "rand_core 0.6.4",
6528]
6529
6530[[package]]
6531name = "x509-parser"
6532version = "0.17.0"
6533source = "registry+https://github.com/rust-lang/crates.io-index"
6534checksum = "4569f339c0c402346d4a75a9e39cf8dad310e287eef1ff56d4c68e5067f53460"
6535dependencies = [
6536 "asn1-rs",
6537 "data-encoding",
6538 "der-parser",
6539 "lazy_static",
6540 "nom",
6541 "oid-registry",
6542 "rusticata-macros",
6543 "thiserror 2.0.18",
6544 "time",
6545]
6546
6547[[package]]
6548name = "xxhash-rust"
6549version = "0.8.15"
6550source = "registry+https://github.com/rust-lang/crates.io-index"
6551checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"
6552
6553[[package]]
6554name = "yasna"
6555version = "0.5.2"
6556source = "registry+https://github.com/rust-lang/crates.io-index"
6557checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
6558dependencies = [
6559 "time",
6560]
6561
6562[[package]]
6563name = "yoke"
6564version = "0.7.5"
6565source = "registry+https://github.com/rust-lang/crates.io-index"
6566checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
6567dependencies = [
6568 "serde",
6569 "stable_deref_trait",
6570 "yoke-derive",
6571 "zerofrom",
6572]
6573
6574[[package]]
6575name = "yoke-derive"
6576version = "0.7.5"
6577source = "registry+https://github.com/rust-lang/crates.io-index"
6578checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
6579dependencies = [
6580 "proc-macro2",
6581 "quote",
6582 "syn",
6583 "synstructure",
6584]
6585
6586[[package]]
6587name = "zerocopy"
6588version = "0.8.24"
6589source = "registry+https://github.com/rust-lang/crates.io-index"
6590checksum = "2586fea28e186957ef732a5f8b3be2da217d65c5969d4b1e17f973ebbe876879"
6591dependencies = [
6592 "zerocopy-derive",
6593]
6594
6595[[package]]
6596name = "zerocopy-derive"
6597version = "0.8.24"
6598source = "registry+https://github.com/rust-lang/crates.io-index"
6599checksum = "a996a8f63c5c4448cd959ac1bab0aaa3306ccfd060472f85943ee0750f0169be"
6600dependencies = [
6601 "proc-macro2",
6602 "quote",
6603 "syn",
6604]
6605
6606[[package]]
6607name = "zerofrom"
6608version = "0.1.6"
6609source = "registry+https://github.com/rust-lang/crates.io-index"
6610checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
6611dependencies = [
6612 "zerofrom-derive",
6613]
6614
6615[[package]]
6616name = "zerofrom-derive"
6617version = "0.1.6"
6618source = "registry+https://github.com/rust-lang/crates.io-index"
6619checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
6620dependencies = [
6621 "proc-macro2",
6622 "quote",
6623 "syn",
6624 "synstructure",
6625]
6626
6627[[package]]
6628name = "zeroize"
6629version = "1.8.1"
6630source = "registry+https://github.com/rust-lang/crates.io-index"
6631checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
6632dependencies = [
6633 "serde",
6634 "zeroize_derive",
6635]
6636
6637[[package]]
6638name = "zeroize_derive"
6639version = "1.4.2"
6640source = "registry+https://github.com/rust-lang/crates.io-index"
6641checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
6642dependencies = [
6643 "proc-macro2",
6644 "quote",
6645 "syn",
6646]
6647
6648[[package]]
6649name = "zerovec"
6650version = "0.10.4"
6651source = "registry+https://github.com/rust-lang/crates.io-index"
6652checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
6653dependencies = [
6654 "yoke",
6655 "zerofrom",
6656 "zerovec-derive",
6657]
6658
6659[[package]]
6660name = "zerovec-derive"
6661version = "0.10.3"
6662source = "registry+https://github.com/rust-lang/crates.io-index"
6663checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
6664dependencies = [
6665 "proc-macro2",
6666 "quote",
6667 "syn",
6668]
6669
6670[[package]]
6671name = "zstd"
6672version = "0.13.3"
6673source = "registry+https://github.com/rust-lang/crates.io-index"
6674checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
6675dependencies = [
6676 "zstd-safe",
6677]
6678
6679[[package]]
6680name = "zstd-safe"
6681version = "7.2.4"
6682source = "registry+https://github.com/rust-lang/crates.io-index"
6683checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
6684dependencies = [
6685 "zstd-sys",
6686]
6687
6688[[package]]
6689name = "zstd-sys"
6690version = "2.0.15+zstd.1.5.7"
6691source = "registry+https://github.com/rust-lang/crates.io-index"
6692checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
6693dependencies = [
6694 "bindgen 0.71.1",
6695 "cc",
6696 "pkg-config",
6697]