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