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