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