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