this repo has no description
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.1"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
19
20[[package]]
21name = "ahash"
22version = "0.8.12"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
25dependencies = [
26 "cfg-if",
27 "getrandom 0.3.3",
28 "once_cell",
29 "version_check",
30 "zerocopy",
31]
32
33[[package]]
34name = "aho-corasick"
35version = "1.1.3"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
38dependencies = [
39 "memchr",
40]
41
42[[package]]
43name = "allocator-api2"
44version = "0.2.21"
45source = "registry+https://github.com/rust-lang/crates.io-index"
46checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
47
48[[package]]
49name = "android-tzdata"
50version = "0.1.1"
51source = "registry+https://github.com/rust-lang/crates.io-index"
52checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
53
54[[package]]
55name = "android_system_properties"
56version = "0.1.5"
57source = "registry+https://github.com/rust-lang/crates.io-index"
58checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
59dependencies = [
60 "libc",
61]
62
63[[package]]
64name = "anes"
65version = "0.1.6"
66source = "registry+https://github.com/rust-lang/crates.io-index"
67checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
68
69[[package]]
70name = "ansi_term"
71version = "0.12.1"
72source = "registry+https://github.com/rust-lang/crates.io-index"
73checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
74dependencies = [
75 "winapi",
76]
77
78[[package]]
79name = "anstyle"
80version = "1.0.11"
81source = "registry+https://github.com/rust-lang/crates.io-index"
82checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd"
83
84[[package]]
85name = "anyhow"
86version = "1.0.98"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
89
90[[package]]
91name = "async-stream"
92version = "0.3.6"
93source = "registry+https://github.com/rust-lang/crates.io-index"
94checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
95dependencies = [
96 "async-stream-impl",
97 "futures-core",
98 "pin-project-lite",
99]
100
101[[package]]
102name = "async-stream-impl"
103version = "0.3.6"
104source = "registry+https://github.com/rust-lang/crates.io-index"
105checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
106dependencies = [
107 "proc-macro2",
108 "quote",
109 "syn",
110]
111
112[[package]]
113name = "async-trait"
114version = "0.1.88"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
117dependencies = [
118 "proc-macro2",
119 "quote",
120 "syn",
121]
122
123[[package]]
124name = "atomic-waker"
125version = "1.1.2"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
128
129[[package]]
130name = "atty"
131version = "0.2.14"
132source = "registry+https://github.com/rust-lang/crates.io-index"
133checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
134dependencies = [
135 "hermit-abi 0.1.19",
136 "libc",
137 "winapi",
138]
139
140[[package]]
141name = "autocfg"
142version = "1.5.0"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
145
146[[package]]
147name = "axum"
148version = "0.7.9"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f"
151dependencies = [
152 "async-trait",
153 "axum-core",
154 "bytes",
155 "futures-util",
156 "http 1.3.1",
157 "http-body 1.0.1",
158 "http-body-util",
159 "hyper 1.6.0",
160 "hyper-util",
161 "itoa",
162 "matchit",
163 "memchr",
164 "mime",
165 "percent-encoding",
166 "pin-project-lite",
167 "rustversion",
168 "serde",
169 "serde_json",
170 "serde_path_to_error",
171 "serde_urlencoded",
172 "sync_wrapper",
173 "tokio",
174 "tower 0.5.2",
175 "tower-layer",
176 "tower-service",
177 "tracing",
178]
179
180[[package]]
181name = "axum-core"
182version = "0.4.5"
183source = "registry+https://github.com/rust-lang/crates.io-index"
184checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199"
185dependencies = [
186 "async-trait",
187 "bytes",
188 "futures-util",
189 "http 1.3.1",
190 "http-body 1.0.1",
191 "http-body-util",
192 "mime",
193 "pin-project-lite",
194 "rustversion",
195 "sync_wrapper",
196 "tower-layer",
197 "tower-service",
198 "tracing",
199]
200
201[[package]]
202name = "backtrace"
203version = "0.3.75"
204source = "registry+https://github.com/rust-lang/crates.io-index"
205checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
206dependencies = [
207 "addr2line",
208 "cfg-if",
209 "libc",
210 "miniz_oxide",
211 "object",
212 "rustc-demangle",
213 "windows-targets 0.52.6",
214]
215
216[[package]]
217name = "base64"
218version = "0.21.7"
219source = "registry+https://github.com/rust-lang/crates.io-index"
220checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
221
222[[package]]
223name = "base64"
224version = "0.22.1"
225source = "registry+https://github.com/rust-lang/crates.io-index"
226checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
227
228[[package]]
229name = "bincode"
230version = "1.3.3"
231source = "registry+https://github.com/rust-lang/crates.io-index"
232checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
233dependencies = [
234 "serde",
235]
236
237[[package]]
238name = "bindgen"
239version = "0.69.5"
240source = "registry+https://github.com/rust-lang/crates.io-index"
241checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
242dependencies = [
243 "bitflags 2.9.1",
244 "cexpr",
245 "clang-sys",
246 "itertools 0.10.5",
247 "lazy_static",
248 "lazycell",
249 "proc-macro2",
250 "quote",
251 "regex",
252 "rustc-hash 1.1.0",
253 "shlex",
254 "syn",
255]
256
257[[package]]
258name = "bindgen"
259version = "0.71.1"
260source = "registry+https://github.com/rust-lang/crates.io-index"
261checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
262dependencies = [
263 "bitflags 2.9.1",
264 "cexpr",
265 "clang-sys",
266 "itertools 0.10.5",
267 "proc-macro2",
268 "quote",
269 "regex",
270 "rustc-hash 2.1.1",
271 "shlex",
272 "syn",
273]
274
275[[package]]
276name = "bit-set"
277version = "0.8.0"
278source = "registry+https://github.com/rust-lang/crates.io-index"
279checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
280dependencies = [
281 "bit-vec",
282]
283
284[[package]]
285name = "bit-vec"
286version = "0.8.0"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
289
290[[package]]
291name = "bitflags"
292version = "1.3.2"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
295
296[[package]]
297name = "bitflags"
298version = "2.9.1"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
301
302[[package]]
303name = "bumpalo"
304version = "3.19.0"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
307
308[[package]]
309name = "bytemuck"
310version = "1.23.1"
311source = "registry+https://github.com/rust-lang/crates.io-index"
312checksum = "5c76a5792e44e4abe34d3abf15636779261d45a7450612059293d1d2cfc63422"
313
314[[package]]
315name = "byteorder"
316version = "1.5.0"
317source = "registry+https://github.com/rust-lang/crates.io-index"
318checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
319
320[[package]]
321name = "bytes"
322version = "1.10.1"
323source = "registry+https://github.com/rust-lang/crates.io-index"
324checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
325
326[[package]]
327name = "bzip2-sys"
328version = "0.1.13+1.0.8"
329source = "registry+https://github.com/rust-lang/crates.io-index"
330checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
331dependencies = [
332 "cc",
333 "pkg-config",
334]
335
336[[package]]
337name = "cast"
338version = "0.3.0"
339source = "registry+https://github.com/rust-lang/crates.io-index"
340checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
341
342[[package]]
343name = "cc"
344version = "1.2.27"
345source = "registry+https://github.com/rust-lang/crates.io-index"
346checksum = "d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc"
347dependencies = [
348 "jobserver",
349 "libc",
350 "shlex",
351]
352
353[[package]]
354name = "cexpr"
355version = "0.6.0"
356source = "registry+https://github.com/rust-lang/crates.io-index"
357checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
358dependencies = [
359 "nom",
360]
361
362[[package]]
363name = "cfg-if"
364version = "1.0.1"
365source = "registry+https://github.com/rust-lang/crates.io-index"
366checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
367
368[[package]]
369name = "chrono"
370version = "0.4.41"
371source = "registry+https://github.com/rust-lang/crates.io-index"
372checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
373dependencies = [
374 "android-tzdata",
375 "iana-time-zone",
376 "js-sys",
377 "num-traits",
378 "serde",
379 "wasm-bindgen",
380 "windows-link",
381]
382
383[[package]]
384name = "ciborium"
385version = "0.2.2"
386source = "registry+https://github.com/rust-lang/crates.io-index"
387checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
388dependencies = [
389 "ciborium-io",
390 "ciborium-ll",
391 "serde",
392]
393
394[[package]]
395name = "ciborium-io"
396version = "0.2.2"
397source = "registry+https://github.com/rust-lang/crates.io-index"
398checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
399
400[[package]]
401name = "ciborium-ll"
402version = "0.2.2"
403source = "registry+https://github.com/rust-lang/crates.io-index"
404checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
405dependencies = [
406 "ciborium-io",
407 "half",
408]
409
410[[package]]
411name = "clang-sys"
412version = "1.8.1"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
415dependencies = [
416 "glob",
417 "libc",
418 "libloading",
419]
420
421[[package]]
422name = "clap"
423version = "2.34.0"
424source = "registry+https://github.com/rust-lang/crates.io-index"
425checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
426dependencies = [
427 "ansi_term",
428 "atty",
429 "bitflags 1.3.2",
430 "strsim",
431 "textwrap",
432 "unicode-width",
433 "vec_map",
434]
435
436[[package]]
437name = "clap"
438version = "4.5.40"
439source = "registry+https://github.com/rust-lang/crates.io-index"
440checksum = "40b6887a1d8685cebccf115538db5c0efe625ccac9696ad45c409d96566e910f"
441dependencies = [
442 "clap_builder",
443]
444
445[[package]]
446name = "clap_builder"
447version = "4.5.40"
448source = "registry+https://github.com/rust-lang/crates.io-index"
449checksum = "e0c66c08ce9f0c698cbce5c0279d0bb6ac936d8674174fe48f736533b964f59e"
450dependencies = [
451 "anstyle",
452 "clap_lex",
453]
454
455[[package]]
456name = "clap_lex"
457version = "0.7.5"
458source = "registry+https://github.com/rust-lang/crates.io-index"
459checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
460
461[[package]]
462name = "core-foundation"
463version = "0.9.4"
464source = "registry+https://github.com/rust-lang/crates.io-index"
465checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
466dependencies = [
467 "core-foundation-sys",
468 "libc",
469]
470
471[[package]]
472name = "core-foundation-sys"
473version = "0.8.7"
474source = "registry+https://github.com/rust-lang/crates.io-index"
475checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
476
477[[package]]
478name = "criterion"
479version = "0.5.1"
480source = "registry+https://github.com/rust-lang/crates.io-index"
481checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
482dependencies = [
483 "anes",
484 "cast",
485 "ciborium",
486 "clap 4.5.40",
487 "criterion-plot",
488 "is-terminal",
489 "itertools 0.10.5",
490 "num-traits",
491 "once_cell",
492 "oorandom",
493 "plotters",
494 "rayon",
495 "regex",
496 "serde",
497 "serde_derive",
498 "serde_json",
499 "tinytemplate",
500 "walkdir",
501]
502
503[[package]]
504name = "criterion-plot"
505version = "0.5.0"
506source = "registry+https://github.com/rust-lang/crates.io-index"
507checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
508dependencies = [
509 "cast",
510 "itertools 0.10.5",
511]
512
513[[package]]
514name = "crossbeam"
515version = "0.8.4"
516source = "registry+https://github.com/rust-lang/crates.io-index"
517checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
518dependencies = [
519 "crossbeam-channel",
520 "crossbeam-deque",
521 "crossbeam-epoch",
522 "crossbeam-queue",
523 "crossbeam-utils",
524]
525
526[[package]]
527name = "crossbeam-channel"
528version = "0.5.15"
529source = "registry+https://github.com/rust-lang/crates.io-index"
530checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
531dependencies = [
532 "crossbeam-utils",
533]
534
535[[package]]
536name = "crossbeam-deque"
537version = "0.8.6"
538source = "registry+https://github.com/rust-lang/crates.io-index"
539checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
540dependencies = [
541 "crossbeam-epoch",
542 "crossbeam-utils",
543]
544
545[[package]]
546name = "crossbeam-epoch"
547version = "0.9.18"
548source = "registry+https://github.com/rust-lang/crates.io-index"
549checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
550dependencies = [
551 "crossbeam-utils",
552]
553
554[[package]]
555name = "crossbeam-queue"
556version = "0.3.12"
557source = "registry+https://github.com/rust-lang/crates.io-index"
558checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
559dependencies = [
560 "crossbeam-utils",
561]
562
563[[package]]
564name = "crossbeam-utils"
565version = "0.8.21"
566source = "registry+https://github.com/rust-lang/crates.io-index"
567checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
568
569[[package]]
570name = "crunchy"
571version = "0.2.4"
572source = "registry+https://github.com/rust-lang/crates.io-index"
573checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
574
575[[package]]
576name = "dashmap"
577version = "6.1.0"
578source = "registry+https://github.com/rust-lang/crates.io-index"
579checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
580dependencies = [
581 "cfg-if",
582 "crossbeam-utils",
583 "hashbrown 0.14.5",
584 "lock_api",
585 "once_cell",
586 "parking_lot_core",
587]
588
589[[package]]
590name = "deranged"
591version = "0.4.0"
592source = "registry+https://github.com/rust-lang/crates.io-index"
593checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
594dependencies = [
595 "powerfmt",
596]
597
598[[package]]
599name = "displaydoc"
600version = "0.2.5"
601source = "registry+https://github.com/rust-lang/crates.io-index"
602checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
603dependencies = [
604 "proc-macro2",
605 "quote",
606 "syn",
607]
608
609[[package]]
610name = "either"
611version = "1.15.0"
612source = "registry+https://github.com/rust-lang/crates.io-index"
613checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
614
615[[package]]
616name = "encoding_rs"
617version = "0.8.35"
618source = "registry+https://github.com/rust-lang/crates.io-index"
619checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
620dependencies = [
621 "cfg-if",
622]
623
624[[package]]
625name = "equivalent"
626version = "1.0.2"
627source = "registry+https://github.com/rust-lang/crates.io-index"
628checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
629
630[[package]]
631name = "errno"
632version = "0.3.13"
633source = "registry+https://github.com/rust-lang/crates.io-index"
634checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
635dependencies = [
636 "libc",
637 "windows-sys 0.60.2",
638]
639
640[[package]]
641name = "fastrand"
642version = "2.3.0"
643source = "registry+https://github.com/rust-lang/crates.io-index"
644checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
645
646[[package]]
647name = "fixedbitset"
648version = "0.4.2"
649source = "registry+https://github.com/rust-lang/crates.io-index"
650checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
651
652[[package]]
653name = "fixedbitset"
654version = "0.5.7"
655source = "registry+https://github.com/rust-lang/crates.io-index"
656checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
657
658[[package]]
659name = "fnv"
660version = "1.0.7"
661source = "registry+https://github.com/rust-lang/crates.io-index"
662checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
663
664[[package]]
665name = "foldhash"
666version = "0.1.5"
667source = "registry+https://github.com/rust-lang/crates.io-index"
668checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
669
670[[package]]
671name = "foreign-types"
672version = "0.3.2"
673source = "registry+https://github.com/rust-lang/crates.io-index"
674checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
675dependencies = [
676 "foreign-types-shared",
677]
678
679[[package]]
680name = "foreign-types-shared"
681version = "0.1.1"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
684
685[[package]]
686name = "form_urlencoded"
687version = "1.2.1"
688source = "registry+https://github.com/rust-lang/crates.io-index"
689checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
690dependencies = [
691 "percent-encoding",
692]
693
694[[package]]
695name = "futures"
696version = "0.3.31"
697source = "registry+https://github.com/rust-lang/crates.io-index"
698checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
699dependencies = [
700 "futures-channel",
701 "futures-core",
702 "futures-executor",
703 "futures-io",
704 "futures-sink",
705 "futures-task",
706 "futures-util",
707]
708
709[[package]]
710name = "futures-channel"
711version = "0.3.31"
712source = "registry+https://github.com/rust-lang/crates.io-index"
713checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
714dependencies = [
715 "futures-core",
716 "futures-sink",
717]
718
719[[package]]
720name = "futures-core"
721version = "0.3.31"
722source = "registry+https://github.com/rust-lang/crates.io-index"
723checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
724
725[[package]]
726name = "futures-executor"
727version = "0.3.31"
728source = "registry+https://github.com/rust-lang/crates.io-index"
729checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
730dependencies = [
731 "futures-core",
732 "futures-task",
733 "futures-util",
734]
735
736[[package]]
737name = "futures-io"
738version = "0.3.31"
739source = "registry+https://github.com/rust-lang/crates.io-index"
740checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
741
742[[package]]
743name = "futures-macro"
744version = "0.3.31"
745source = "registry+https://github.com/rust-lang/crates.io-index"
746checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
747dependencies = [
748 "proc-macro2",
749 "quote",
750 "syn",
751]
752
753[[package]]
754name = "futures-sink"
755version = "0.3.31"
756source = "registry+https://github.com/rust-lang/crates.io-index"
757checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
758
759[[package]]
760name = "futures-task"
761version = "0.3.31"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
764
765[[package]]
766name = "futures-util"
767version = "0.3.31"
768source = "registry+https://github.com/rust-lang/crates.io-index"
769checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
770dependencies = [
771 "futures-channel",
772 "futures-core",
773 "futures-io",
774 "futures-macro",
775 "futures-sink",
776 "futures-task",
777 "memchr",
778 "pin-project-lite",
779 "pin-utils",
780 "slab",
781]
782
783[[package]]
784name = "getrandom"
785version = "0.2.16"
786source = "registry+https://github.com/rust-lang/crates.io-index"
787checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
788dependencies = [
789 "cfg-if",
790 "js-sys",
791 "libc",
792 "wasi 0.11.1+wasi-snapshot-preview1",
793 "wasm-bindgen",
794]
795
796[[package]]
797name = "getrandom"
798version = "0.3.3"
799source = "registry+https://github.com/rust-lang/crates.io-index"
800checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
801dependencies = [
802 "cfg-if",
803 "libc",
804 "r-efi",
805 "wasi 0.14.2+wasi-0.2.4",
806]
807
808[[package]]
809name = "gigabrain"
810version = "0.1.0"
811dependencies = [
812 "ahash",
813 "async-trait",
814 "axum",
815 "bincode",
816 "bytes",
817 "chrono",
818 "clap 2.34.0",
819 "criterion",
820 "crossbeam",
821 "dashmap",
822 "futures",
823 "hyper 1.6.0",
824 "jsonwebtoken",
825 "lru",
826 "memmap2",
827 "metrics",
828 "metrics-exporter-prometheus",
829 "nom",
830 "num_cpus",
831 "opentelemetry 0.21.0",
832 "opentelemetry-prometheus",
833 "opentelemetry_sdk 0.21.2",
834 "parking_lot",
835 "petgraph 0.6.5",
836 "prometheus",
837 "proptest",
838 "prost",
839 "prost-build",
840 "rayon",
841 "reqwest",
842 "roaring",
843 "rocksdb",
844 "serde",
845 "serde_json",
846 "tempfile",
847 "thiserror 1.0.69",
848 "tokio",
849 "tokio-test",
850 "tonic",
851 "tonic-build",
852 "tower 0.5.2",
853 "tower-http 0.5.2",
854 "tracing",
855 "tracing-opentelemetry",
856 "tracing-subscriber",
857 "uuid",
858]
859
860[[package]]
861name = "gimli"
862version = "0.31.1"
863source = "registry+https://github.com/rust-lang/crates.io-index"
864checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
865
866[[package]]
867name = "glob"
868version = "0.3.2"
869source = "registry+https://github.com/rust-lang/crates.io-index"
870checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
871
872[[package]]
873name = "h2"
874version = "0.4.10"
875source = "registry+https://github.com/rust-lang/crates.io-index"
876checksum = "a9421a676d1b147b16b82c9225157dc629087ef8ec4d5e2960f9437a90dac0a5"
877dependencies = [
878 "atomic-waker",
879 "bytes",
880 "fnv",
881 "futures-core",
882 "futures-sink",
883 "http 1.3.1",
884 "indexmap 2.9.0",
885 "slab",
886 "tokio",
887 "tokio-util",
888 "tracing",
889]
890
891[[package]]
892name = "half"
893version = "2.6.0"
894source = "registry+https://github.com/rust-lang/crates.io-index"
895checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
896dependencies = [
897 "cfg-if",
898 "crunchy",
899]
900
901[[package]]
902name = "hashbrown"
903version = "0.12.3"
904source = "registry+https://github.com/rust-lang/crates.io-index"
905checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
906
907[[package]]
908name = "hashbrown"
909version = "0.14.5"
910source = "registry+https://github.com/rust-lang/crates.io-index"
911checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
912dependencies = [
913 "ahash",
914]
915
916[[package]]
917name = "hashbrown"
918version = "0.15.4"
919source = "registry+https://github.com/rust-lang/crates.io-index"
920checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
921dependencies = [
922 "allocator-api2",
923 "equivalent",
924 "foldhash",
925]
926
927[[package]]
928name = "heck"
929version = "0.5.0"
930source = "registry+https://github.com/rust-lang/crates.io-index"
931checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
932
933[[package]]
934name = "hermit-abi"
935version = "0.1.19"
936source = "registry+https://github.com/rust-lang/crates.io-index"
937checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
938dependencies = [
939 "libc",
940]
941
942[[package]]
943name = "hermit-abi"
944version = "0.5.2"
945source = "registry+https://github.com/rust-lang/crates.io-index"
946checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
947
948[[package]]
949name = "http"
950version = "0.2.12"
951source = "registry+https://github.com/rust-lang/crates.io-index"
952checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
953dependencies = [
954 "bytes",
955 "fnv",
956 "itoa",
957]
958
959[[package]]
960name = "http"
961version = "1.3.1"
962source = "registry+https://github.com/rust-lang/crates.io-index"
963checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
964dependencies = [
965 "bytes",
966 "fnv",
967 "itoa",
968]
969
970[[package]]
971name = "http-body"
972version = "0.4.6"
973source = "registry+https://github.com/rust-lang/crates.io-index"
974checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
975dependencies = [
976 "bytes",
977 "http 0.2.12",
978 "pin-project-lite",
979]
980
981[[package]]
982name = "http-body"
983version = "1.0.1"
984source = "registry+https://github.com/rust-lang/crates.io-index"
985checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
986dependencies = [
987 "bytes",
988 "http 1.3.1",
989]
990
991[[package]]
992name = "http-body-util"
993version = "0.1.3"
994source = "registry+https://github.com/rust-lang/crates.io-index"
995checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
996dependencies = [
997 "bytes",
998 "futures-core",
999 "http 1.3.1",
1000 "http-body 1.0.1",
1001 "pin-project-lite",
1002]
1003
1004[[package]]
1005name = "httparse"
1006version = "1.10.1"
1007source = "registry+https://github.com/rust-lang/crates.io-index"
1008checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1009
1010[[package]]
1011name = "httpdate"
1012version = "1.0.3"
1013source = "registry+https://github.com/rust-lang/crates.io-index"
1014checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
1015
1016[[package]]
1017name = "hyper"
1018version = "0.14.32"
1019source = "registry+https://github.com/rust-lang/crates.io-index"
1020checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
1021dependencies = [
1022 "bytes",
1023 "futures-channel",
1024 "futures-core",
1025 "futures-util",
1026 "http 0.2.12",
1027 "http-body 0.4.6",
1028 "httparse",
1029 "httpdate",
1030 "itoa",
1031 "pin-project-lite",
1032 "socket2",
1033 "tokio",
1034 "tower-service",
1035 "tracing",
1036 "want",
1037]
1038
1039[[package]]
1040name = "hyper"
1041version = "1.6.0"
1042source = "registry+https://github.com/rust-lang/crates.io-index"
1043checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
1044dependencies = [
1045 "bytes",
1046 "futures-channel",
1047 "futures-util",
1048 "h2",
1049 "http 1.3.1",
1050 "http-body 1.0.1",
1051 "httparse",
1052 "httpdate",
1053 "itoa",
1054 "pin-project-lite",
1055 "smallvec",
1056 "tokio",
1057 "want",
1058]
1059
1060[[package]]
1061name = "hyper-rustls"
1062version = "0.27.7"
1063source = "registry+https://github.com/rust-lang/crates.io-index"
1064checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
1065dependencies = [
1066 "http 1.3.1",
1067 "hyper 1.6.0",
1068 "hyper-util",
1069 "rustls",
1070 "rustls-pki-types",
1071 "tokio",
1072 "tokio-rustls",
1073 "tower-service",
1074]
1075
1076[[package]]
1077name = "hyper-timeout"
1078version = "0.5.2"
1079source = "registry+https://github.com/rust-lang/crates.io-index"
1080checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
1081dependencies = [
1082 "hyper 1.6.0",
1083 "hyper-util",
1084 "pin-project-lite",
1085 "tokio",
1086 "tower-service",
1087]
1088
1089[[package]]
1090name = "hyper-tls"
1091version = "0.5.0"
1092source = "registry+https://github.com/rust-lang/crates.io-index"
1093checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
1094dependencies = [
1095 "bytes",
1096 "hyper 0.14.32",
1097 "native-tls",
1098 "tokio",
1099 "tokio-native-tls",
1100]
1101
1102[[package]]
1103name = "hyper-tls"
1104version = "0.6.0"
1105source = "registry+https://github.com/rust-lang/crates.io-index"
1106checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
1107dependencies = [
1108 "bytes",
1109 "http-body-util",
1110 "hyper 1.6.0",
1111 "hyper-util",
1112 "native-tls",
1113 "tokio",
1114 "tokio-native-tls",
1115 "tower-service",
1116]
1117
1118[[package]]
1119name = "hyper-util"
1120version = "0.1.14"
1121source = "registry+https://github.com/rust-lang/crates.io-index"
1122checksum = "dc2fdfdbff08affe55bb779f33b053aa1fe5dd5b54c257343c17edfa55711bdb"
1123dependencies = [
1124 "base64 0.22.1",
1125 "bytes",
1126 "futures-channel",
1127 "futures-core",
1128 "futures-util",
1129 "http 1.3.1",
1130 "http-body 1.0.1",
1131 "hyper 1.6.0",
1132 "ipnet",
1133 "libc",
1134 "percent-encoding",
1135 "pin-project-lite",
1136 "socket2",
1137 "system-configuration",
1138 "tokio",
1139 "tower-service",
1140 "tracing",
1141 "windows-registry",
1142]
1143
1144[[package]]
1145name = "iana-time-zone"
1146version = "0.1.63"
1147source = "registry+https://github.com/rust-lang/crates.io-index"
1148checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
1149dependencies = [
1150 "android_system_properties",
1151 "core-foundation-sys",
1152 "iana-time-zone-haiku",
1153 "js-sys",
1154 "log",
1155 "wasm-bindgen",
1156 "windows-core",
1157]
1158
1159[[package]]
1160name = "iana-time-zone-haiku"
1161version = "0.1.2"
1162source = "registry+https://github.com/rust-lang/crates.io-index"
1163checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1164dependencies = [
1165 "cc",
1166]
1167
1168[[package]]
1169name = "icu_collections"
1170version = "2.0.0"
1171source = "registry+https://github.com/rust-lang/crates.io-index"
1172checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
1173dependencies = [
1174 "displaydoc",
1175 "potential_utf",
1176 "yoke",
1177 "zerofrom",
1178 "zerovec",
1179]
1180
1181[[package]]
1182name = "icu_locale_core"
1183version = "2.0.0"
1184source = "registry+https://github.com/rust-lang/crates.io-index"
1185checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
1186dependencies = [
1187 "displaydoc",
1188 "litemap",
1189 "tinystr",
1190 "writeable",
1191 "zerovec",
1192]
1193
1194[[package]]
1195name = "icu_normalizer"
1196version = "2.0.0"
1197source = "registry+https://github.com/rust-lang/crates.io-index"
1198checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
1199dependencies = [
1200 "displaydoc",
1201 "icu_collections",
1202 "icu_normalizer_data",
1203 "icu_properties",
1204 "icu_provider",
1205 "smallvec",
1206 "zerovec",
1207]
1208
1209[[package]]
1210name = "icu_normalizer_data"
1211version = "2.0.0"
1212source = "registry+https://github.com/rust-lang/crates.io-index"
1213checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
1214
1215[[package]]
1216name = "icu_properties"
1217version = "2.0.1"
1218source = "registry+https://github.com/rust-lang/crates.io-index"
1219checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
1220dependencies = [
1221 "displaydoc",
1222 "icu_collections",
1223 "icu_locale_core",
1224 "icu_properties_data",
1225 "icu_provider",
1226 "potential_utf",
1227 "zerotrie",
1228 "zerovec",
1229]
1230
1231[[package]]
1232name = "icu_properties_data"
1233version = "2.0.1"
1234source = "registry+https://github.com/rust-lang/crates.io-index"
1235checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
1236
1237[[package]]
1238name = "icu_provider"
1239version = "2.0.0"
1240source = "registry+https://github.com/rust-lang/crates.io-index"
1241checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
1242dependencies = [
1243 "displaydoc",
1244 "icu_locale_core",
1245 "stable_deref_trait",
1246 "tinystr",
1247 "writeable",
1248 "yoke",
1249 "zerofrom",
1250 "zerotrie",
1251 "zerovec",
1252]
1253
1254[[package]]
1255name = "idna"
1256version = "1.0.3"
1257source = "registry+https://github.com/rust-lang/crates.io-index"
1258checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
1259dependencies = [
1260 "idna_adapter",
1261 "smallvec",
1262 "utf8_iter",
1263]
1264
1265[[package]]
1266name = "idna_adapter"
1267version = "1.2.1"
1268source = "registry+https://github.com/rust-lang/crates.io-index"
1269checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1270dependencies = [
1271 "icu_normalizer",
1272 "icu_properties",
1273]
1274
1275[[package]]
1276name = "indexmap"
1277version = "1.9.3"
1278source = "registry+https://github.com/rust-lang/crates.io-index"
1279checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
1280dependencies = [
1281 "autocfg",
1282 "hashbrown 0.12.3",
1283]
1284
1285[[package]]
1286name = "indexmap"
1287version = "2.9.0"
1288source = "registry+https://github.com/rust-lang/crates.io-index"
1289checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
1290dependencies = [
1291 "equivalent",
1292 "hashbrown 0.15.4",
1293]
1294
1295[[package]]
1296name = "ipnet"
1297version = "2.11.0"
1298source = "registry+https://github.com/rust-lang/crates.io-index"
1299checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
1300
1301[[package]]
1302name = "iri-string"
1303version = "0.7.8"
1304source = "registry+https://github.com/rust-lang/crates.io-index"
1305checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
1306dependencies = [
1307 "memchr",
1308 "serde",
1309]
1310
1311[[package]]
1312name = "is-terminal"
1313version = "0.4.16"
1314source = "registry+https://github.com/rust-lang/crates.io-index"
1315checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
1316dependencies = [
1317 "hermit-abi 0.5.2",
1318 "libc",
1319 "windows-sys 0.59.0",
1320]
1321
1322[[package]]
1323name = "itertools"
1324version = "0.10.5"
1325source = "registry+https://github.com/rust-lang/crates.io-index"
1326checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
1327dependencies = [
1328 "either",
1329]
1330
1331[[package]]
1332name = "itertools"
1333version = "0.14.0"
1334source = "registry+https://github.com/rust-lang/crates.io-index"
1335checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
1336dependencies = [
1337 "either",
1338]
1339
1340[[package]]
1341name = "itoa"
1342version = "1.0.15"
1343source = "registry+https://github.com/rust-lang/crates.io-index"
1344checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
1345
1346[[package]]
1347name = "jobserver"
1348version = "0.1.33"
1349source = "registry+https://github.com/rust-lang/crates.io-index"
1350checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
1351dependencies = [
1352 "getrandom 0.3.3",
1353 "libc",
1354]
1355
1356[[package]]
1357name = "js-sys"
1358version = "0.3.77"
1359source = "registry+https://github.com/rust-lang/crates.io-index"
1360checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
1361dependencies = [
1362 "once_cell",
1363 "wasm-bindgen",
1364]
1365
1366[[package]]
1367name = "jsonwebtoken"
1368version = "9.3.1"
1369source = "registry+https://github.com/rust-lang/crates.io-index"
1370checksum = "5a87cc7a48537badeae96744432de36f4be2b4a34a05a5ef32e9dd8a1c169dde"
1371dependencies = [
1372 "base64 0.22.1",
1373 "js-sys",
1374 "pem",
1375 "ring",
1376 "serde",
1377 "serde_json",
1378 "simple_asn1",
1379]
1380
1381[[package]]
1382name = "lazy_static"
1383version = "1.5.0"
1384source = "registry+https://github.com/rust-lang/crates.io-index"
1385checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1386
1387[[package]]
1388name = "lazycell"
1389version = "1.3.0"
1390source = "registry+https://github.com/rust-lang/crates.io-index"
1391checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
1392
1393[[package]]
1394name = "libc"
1395version = "0.2.174"
1396source = "registry+https://github.com/rust-lang/crates.io-index"
1397checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
1398
1399[[package]]
1400name = "libloading"
1401version = "0.8.8"
1402source = "registry+https://github.com/rust-lang/crates.io-index"
1403checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
1404dependencies = [
1405 "cfg-if",
1406 "windows-targets 0.53.2",
1407]
1408
1409[[package]]
1410name = "librocksdb-sys"
1411version = "0.16.0+8.10.0"
1412source = "registry+https://github.com/rust-lang/crates.io-index"
1413checksum = "ce3d60bc059831dc1c83903fb45c103f75db65c5a7bf22272764d9cc683e348c"
1414dependencies = [
1415 "bindgen 0.69.5",
1416 "bzip2-sys",
1417 "cc",
1418 "glob",
1419 "libc",
1420 "libz-sys",
1421 "lz4-sys",
1422 "zstd-sys",
1423]
1424
1425[[package]]
1426name = "libz-sys"
1427version = "1.1.22"
1428source = "registry+https://github.com/rust-lang/crates.io-index"
1429checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
1430dependencies = [
1431 "cc",
1432 "pkg-config",
1433 "vcpkg",
1434]
1435
1436[[package]]
1437name = "linux-raw-sys"
1438version = "0.9.4"
1439source = "registry+https://github.com/rust-lang/crates.io-index"
1440checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
1441
1442[[package]]
1443name = "litemap"
1444version = "0.8.0"
1445source = "registry+https://github.com/rust-lang/crates.io-index"
1446checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
1447
1448[[package]]
1449name = "lock_api"
1450version = "0.4.13"
1451source = "registry+https://github.com/rust-lang/crates.io-index"
1452checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
1453dependencies = [
1454 "autocfg",
1455 "scopeguard",
1456]
1457
1458[[package]]
1459name = "log"
1460version = "0.4.27"
1461source = "registry+https://github.com/rust-lang/crates.io-index"
1462checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
1463
1464[[package]]
1465name = "lru"
1466version = "0.12.5"
1467source = "registry+https://github.com/rust-lang/crates.io-index"
1468checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
1469dependencies = [
1470 "hashbrown 0.15.4",
1471]
1472
1473[[package]]
1474name = "lz4-sys"
1475version = "1.11.1+lz4-1.10.0"
1476source = "registry+https://github.com/rust-lang/crates.io-index"
1477checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6"
1478dependencies = [
1479 "cc",
1480 "libc",
1481]
1482
1483[[package]]
1484name = "matchers"
1485version = "0.1.0"
1486source = "registry+https://github.com/rust-lang/crates.io-index"
1487checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
1488dependencies = [
1489 "regex-automata 0.1.10",
1490]
1491
1492[[package]]
1493name = "matchit"
1494version = "0.7.3"
1495source = "registry+https://github.com/rust-lang/crates.io-index"
1496checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
1497
1498[[package]]
1499name = "memchr"
1500version = "2.7.5"
1501source = "registry+https://github.com/rust-lang/crates.io-index"
1502checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
1503
1504[[package]]
1505name = "memmap2"
1506version = "0.9.5"
1507source = "registry+https://github.com/rust-lang/crates.io-index"
1508checksum = "fd3f7eed9d3848f8b98834af67102b720745c4ec028fcd0aa0239277e7de374f"
1509dependencies = [
1510 "libc",
1511]
1512
1513[[package]]
1514name = "metrics"
1515version = "0.22.4"
1516source = "registry+https://github.com/rust-lang/crates.io-index"
1517checksum = "56d05972e8cbac2671e85aa9d04d9160d193f8bebd1a5c1a2f4542c62e65d1d0"
1518dependencies = [
1519 "ahash",
1520 "portable-atomic",
1521]
1522
1523[[package]]
1524name = "metrics-exporter-prometheus"
1525version = "0.13.1"
1526source = "registry+https://github.com/rust-lang/crates.io-index"
1527checksum = "9bf4e7146e30ad172c42c39b3246864bd2d3c6396780711a1baf749cfe423e21"
1528dependencies = [
1529 "base64 0.21.7",
1530 "hyper 0.14.32",
1531 "hyper-tls 0.5.0",
1532 "indexmap 2.9.0",
1533 "ipnet",
1534 "metrics",
1535 "metrics-util",
1536 "quanta",
1537 "thiserror 1.0.69",
1538 "tokio",
1539 "tracing",
1540]
1541
1542[[package]]
1543name = "metrics-util"
1544version = "0.16.3"
1545source = "registry+https://github.com/rust-lang/crates.io-index"
1546checksum = "8b07a5eb561b8cbc16be2d216faf7757f9baf3bfb94dbb0fae3df8387a5bb47f"
1547dependencies = [
1548 "crossbeam-epoch",
1549 "crossbeam-utils",
1550 "hashbrown 0.14.5",
1551 "metrics",
1552 "num_cpus",
1553 "quanta",
1554 "sketches-ddsketch",
1555]
1556
1557[[package]]
1558name = "mime"
1559version = "0.3.17"
1560source = "registry+https://github.com/rust-lang/crates.io-index"
1561checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1562
1563[[package]]
1564name = "minimal-lexical"
1565version = "0.2.1"
1566source = "registry+https://github.com/rust-lang/crates.io-index"
1567checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1568
1569[[package]]
1570name = "miniz_oxide"
1571version = "0.8.9"
1572source = "registry+https://github.com/rust-lang/crates.io-index"
1573checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1574dependencies = [
1575 "adler2",
1576]
1577
1578[[package]]
1579name = "mio"
1580version = "1.0.4"
1581source = "registry+https://github.com/rust-lang/crates.io-index"
1582checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
1583dependencies = [
1584 "libc",
1585 "wasi 0.11.1+wasi-snapshot-preview1",
1586 "windows-sys 0.59.0",
1587]
1588
1589[[package]]
1590name = "multimap"
1591version = "0.10.1"
1592source = "registry+https://github.com/rust-lang/crates.io-index"
1593checksum = "1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084"
1594
1595[[package]]
1596name = "native-tls"
1597version = "0.2.14"
1598source = "registry+https://github.com/rust-lang/crates.io-index"
1599checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
1600dependencies = [
1601 "libc",
1602 "log",
1603 "openssl",
1604 "openssl-probe",
1605 "openssl-sys",
1606 "schannel",
1607 "security-framework",
1608 "security-framework-sys",
1609 "tempfile",
1610]
1611
1612[[package]]
1613name = "nom"
1614version = "7.1.3"
1615source = "registry+https://github.com/rust-lang/crates.io-index"
1616checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1617dependencies = [
1618 "memchr",
1619 "minimal-lexical",
1620]
1621
1622[[package]]
1623name = "nu-ansi-term"
1624version = "0.46.0"
1625source = "registry+https://github.com/rust-lang/crates.io-index"
1626checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
1627dependencies = [
1628 "overload",
1629 "winapi",
1630]
1631
1632[[package]]
1633name = "num-bigint"
1634version = "0.4.6"
1635source = "registry+https://github.com/rust-lang/crates.io-index"
1636checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
1637dependencies = [
1638 "num-integer",
1639 "num-traits",
1640]
1641
1642[[package]]
1643name = "num-conv"
1644version = "0.1.0"
1645source = "registry+https://github.com/rust-lang/crates.io-index"
1646checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
1647
1648[[package]]
1649name = "num-integer"
1650version = "0.1.46"
1651source = "registry+https://github.com/rust-lang/crates.io-index"
1652checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1653dependencies = [
1654 "num-traits",
1655]
1656
1657[[package]]
1658name = "num-traits"
1659version = "0.2.19"
1660source = "registry+https://github.com/rust-lang/crates.io-index"
1661checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1662dependencies = [
1663 "autocfg",
1664]
1665
1666[[package]]
1667name = "num_cpus"
1668version = "1.17.0"
1669source = "registry+https://github.com/rust-lang/crates.io-index"
1670checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
1671dependencies = [
1672 "hermit-abi 0.5.2",
1673 "libc",
1674]
1675
1676[[package]]
1677name = "object"
1678version = "0.36.7"
1679source = "registry+https://github.com/rust-lang/crates.io-index"
1680checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
1681dependencies = [
1682 "memchr",
1683]
1684
1685[[package]]
1686name = "once_cell"
1687version = "1.21.3"
1688source = "registry+https://github.com/rust-lang/crates.io-index"
1689checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1690
1691[[package]]
1692name = "oorandom"
1693version = "11.1.5"
1694source = "registry+https://github.com/rust-lang/crates.io-index"
1695checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
1696
1697[[package]]
1698name = "openssl"
1699version = "0.10.73"
1700source = "registry+https://github.com/rust-lang/crates.io-index"
1701checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8"
1702dependencies = [
1703 "bitflags 2.9.1",
1704 "cfg-if",
1705 "foreign-types",
1706 "libc",
1707 "once_cell",
1708 "openssl-macros",
1709 "openssl-sys",
1710]
1711
1712[[package]]
1713name = "openssl-macros"
1714version = "0.1.1"
1715source = "registry+https://github.com/rust-lang/crates.io-index"
1716checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1717dependencies = [
1718 "proc-macro2",
1719 "quote",
1720 "syn",
1721]
1722
1723[[package]]
1724name = "openssl-probe"
1725version = "0.1.6"
1726source = "registry+https://github.com/rust-lang/crates.io-index"
1727checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
1728
1729[[package]]
1730name = "openssl-sys"
1731version = "0.9.109"
1732source = "registry+https://github.com/rust-lang/crates.io-index"
1733checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571"
1734dependencies = [
1735 "cc",
1736 "libc",
1737 "pkg-config",
1738 "vcpkg",
1739]
1740
1741[[package]]
1742name = "opentelemetry"
1743version = "0.20.0"
1744source = "registry+https://github.com/rust-lang/crates.io-index"
1745checksum = "9591d937bc0e6d2feb6f71a559540ab300ea49955229c347a517a28d27784c54"
1746dependencies = [
1747 "opentelemetry_api",
1748 "opentelemetry_sdk 0.20.0",
1749]
1750
1751[[package]]
1752name = "opentelemetry"
1753version = "0.21.0"
1754source = "registry+https://github.com/rust-lang/crates.io-index"
1755checksum = "1e32339a5dc40459130b3bd269e9892439f55b33e772d2a9d402a789baaf4e8a"
1756dependencies = [
1757 "futures-core",
1758 "futures-sink",
1759 "indexmap 2.9.0",
1760 "js-sys",
1761 "once_cell",
1762 "pin-project-lite",
1763 "thiserror 1.0.69",
1764 "urlencoding",
1765]
1766
1767[[package]]
1768name = "opentelemetry-prometheus"
1769version = "0.14.1"
1770source = "registry+https://github.com/rust-lang/crates.io-index"
1771checksum = "6f8f082da115b0dcb250829e3ed0b8792b8f963a1ad42466e48422fbe6a079bd"
1772dependencies = [
1773 "once_cell",
1774 "opentelemetry 0.21.0",
1775 "opentelemetry_sdk 0.21.2",
1776 "prometheus",
1777 "protobuf",
1778]
1779
1780[[package]]
1781name = "opentelemetry_api"
1782version = "0.20.0"
1783source = "registry+https://github.com/rust-lang/crates.io-index"
1784checksum = "8a81f725323db1b1206ca3da8bb19874bbd3f57c3bcd59471bfb04525b265b9b"
1785dependencies = [
1786 "futures-channel",
1787 "futures-util",
1788 "indexmap 1.9.3",
1789 "js-sys",
1790 "once_cell",
1791 "pin-project-lite",
1792 "thiserror 1.0.69",
1793 "urlencoding",
1794]
1795
1796[[package]]
1797name = "opentelemetry_sdk"
1798version = "0.20.0"
1799source = "registry+https://github.com/rust-lang/crates.io-index"
1800checksum = "fa8e705a0612d48139799fcbaba0d4a90f06277153e43dd2bdc16c6f0edd8026"
1801dependencies = [
1802 "async-trait",
1803 "crossbeam-channel",
1804 "futures-channel",
1805 "futures-executor",
1806 "futures-util",
1807 "once_cell",
1808 "opentelemetry_api",
1809 "ordered-float 3.9.2",
1810 "percent-encoding",
1811 "rand 0.8.5",
1812 "regex",
1813 "thiserror 1.0.69",
1814]
1815
1816[[package]]
1817name = "opentelemetry_sdk"
1818version = "0.21.2"
1819source = "registry+https://github.com/rust-lang/crates.io-index"
1820checksum = "2f16aec8a98a457a52664d69e0091bac3a0abd18ead9b641cb00202ba4e0efe4"
1821dependencies = [
1822 "async-trait",
1823 "crossbeam-channel",
1824 "futures-channel",
1825 "futures-executor",
1826 "futures-util",
1827 "glob",
1828 "once_cell",
1829 "opentelemetry 0.21.0",
1830 "ordered-float 4.6.0",
1831 "percent-encoding",
1832 "rand 0.8.5",
1833 "thiserror 1.0.69",
1834 "tokio",
1835 "tokio-stream",
1836]
1837
1838[[package]]
1839name = "ordered-float"
1840version = "3.9.2"
1841source = "registry+https://github.com/rust-lang/crates.io-index"
1842checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
1843dependencies = [
1844 "num-traits",
1845]
1846
1847[[package]]
1848name = "ordered-float"
1849version = "4.6.0"
1850source = "registry+https://github.com/rust-lang/crates.io-index"
1851checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
1852dependencies = [
1853 "num-traits",
1854]
1855
1856[[package]]
1857name = "overload"
1858version = "0.1.1"
1859source = "registry+https://github.com/rust-lang/crates.io-index"
1860checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
1861
1862[[package]]
1863name = "parking_lot"
1864version = "0.12.4"
1865source = "registry+https://github.com/rust-lang/crates.io-index"
1866checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
1867dependencies = [
1868 "lock_api",
1869 "parking_lot_core",
1870]
1871
1872[[package]]
1873name = "parking_lot_core"
1874version = "0.9.11"
1875source = "registry+https://github.com/rust-lang/crates.io-index"
1876checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
1877dependencies = [
1878 "cfg-if",
1879 "libc",
1880 "redox_syscall",
1881 "smallvec",
1882 "windows-targets 0.52.6",
1883]
1884
1885[[package]]
1886name = "pem"
1887version = "3.0.5"
1888source = "registry+https://github.com/rust-lang/crates.io-index"
1889checksum = "38af38e8470ac9dee3ce1bae1af9c1671fffc44ddfd8bd1d0a3445bf349a8ef3"
1890dependencies = [
1891 "base64 0.22.1",
1892 "serde",
1893]
1894
1895[[package]]
1896name = "percent-encoding"
1897version = "2.3.1"
1898source = "registry+https://github.com/rust-lang/crates.io-index"
1899checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
1900
1901[[package]]
1902name = "petgraph"
1903version = "0.6.5"
1904source = "registry+https://github.com/rust-lang/crates.io-index"
1905checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
1906dependencies = [
1907 "fixedbitset 0.4.2",
1908 "indexmap 2.9.0",
1909]
1910
1911[[package]]
1912name = "petgraph"
1913version = "0.7.1"
1914source = "registry+https://github.com/rust-lang/crates.io-index"
1915checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772"
1916dependencies = [
1917 "fixedbitset 0.5.7",
1918 "indexmap 2.9.0",
1919]
1920
1921[[package]]
1922name = "pin-project"
1923version = "1.1.10"
1924source = "registry+https://github.com/rust-lang/crates.io-index"
1925checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
1926dependencies = [
1927 "pin-project-internal",
1928]
1929
1930[[package]]
1931name = "pin-project-internal"
1932version = "1.1.10"
1933source = "registry+https://github.com/rust-lang/crates.io-index"
1934checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
1935dependencies = [
1936 "proc-macro2",
1937 "quote",
1938 "syn",
1939]
1940
1941[[package]]
1942name = "pin-project-lite"
1943version = "0.2.16"
1944source = "registry+https://github.com/rust-lang/crates.io-index"
1945checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1946
1947[[package]]
1948name = "pin-utils"
1949version = "0.1.0"
1950source = "registry+https://github.com/rust-lang/crates.io-index"
1951checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1952
1953[[package]]
1954name = "pkg-config"
1955version = "0.3.32"
1956source = "registry+https://github.com/rust-lang/crates.io-index"
1957checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1958
1959[[package]]
1960name = "plotters"
1961version = "0.3.7"
1962source = "registry+https://github.com/rust-lang/crates.io-index"
1963checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
1964dependencies = [
1965 "num-traits",
1966 "plotters-backend",
1967 "plotters-svg",
1968 "wasm-bindgen",
1969 "web-sys",
1970]
1971
1972[[package]]
1973name = "plotters-backend"
1974version = "0.3.7"
1975source = "registry+https://github.com/rust-lang/crates.io-index"
1976checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
1977
1978[[package]]
1979name = "plotters-svg"
1980version = "0.3.7"
1981source = "registry+https://github.com/rust-lang/crates.io-index"
1982checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
1983dependencies = [
1984 "plotters-backend",
1985]
1986
1987[[package]]
1988name = "portable-atomic"
1989version = "1.11.1"
1990source = "registry+https://github.com/rust-lang/crates.io-index"
1991checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
1992
1993[[package]]
1994name = "potential_utf"
1995version = "0.1.2"
1996source = "registry+https://github.com/rust-lang/crates.io-index"
1997checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
1998dependencies = [
1999 "zerovec",
2000]
2001
2002[[package]]
2003name = "powerfmt"
2004version = "0.2.0"
2005source = "registry+https://github.com/rust-lang/crates.io-index"
2006checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2007
2008[[package]]
2009name = "ppv-lite86"
2010version = "0.2.21"
2011source = "registry+https://github.com/rust-lang/crates.io-index"
2012checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2013dependencies = [
2014 "zerocopy",
2015]
2016
2017[[package]]
2018name = "prettyplease"
2019version = "0.2.35"
2020source = "registry+https://github.com/rust-lang/crates.io-index"
2021checksum = "061c1221631e079b26479d25bbf2275bfe5917ae8419cd7e34f13bfc2aa7539a"
2022dependencies = [
2023 "proc-macro2",
2024 "syn",
2025]
2026
2027[[package]]
2028name = "proc-macro2"
2029version = "1.0.95"
2030source = "registry+https://github.com/rust-lang/crates.io-index"
2031checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
2032dependencies = [
2033 "unicode-ident",
2034]
2035
2036[[package]]
2037name = "prometheus"
2038version = "0.13.4"
2039source = "registry+https://github.com/rust-lang/crates.io-index"
2040checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
2041dependencies = [
2042 "cfg-if",
2043 "fnv",
2044 "lazy_static",
2045 "memchr",
2046 "parking_lot",
2047 "protobuf",
2048 "thiserror 1.0.69",
2049]
2050
2051[[package]]
2052name = "proptest"
2053version = "1.7.0"
2054source = "registry+https://github.com/rust-lang/crates.io-index"
2055checksum = "6fcdab19deb5195a31cf7726a210015ff1496ba1464fd42cb4f537b8b01b471f"
2056dependencies = [
2057 "bit-set",
2058 "bit-vec",
2059 "bitflags 2.9.1",
2060 "lazy_static",
2061 "num-traits",
2062 "rand 0.9.1",
2063 "rand_chacha 0.9.0",
2064 "rand_xorshift",
2065 "regex-syntax 0.8.5",
2066 "rusty-fork",
2067 "tempfile",
2068 "unarray",
2069]
2070
2071[[package]]
2072name = "prost"
2073version = "0.13.5"
2074source = "registry+https://github.com/rust-lang/crates.io-index"
2075checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
2076dependencies = [
2077 "bytes",
2078 "prost-derive",
2079]
2080
2081[[package]]
2082name = "prost-build"
2083version = "0.13.5"
2084source = "registry+https://github.com/rust-lang/crates.io-index"
2085checksum = "be769465445e8c1474e9c5dac2018218498557af32d9ed057325ec9a41ae81bf"
2086dependencies = [
2087 "heck",
2088 "itertools 0.14.0",
2089 "log",
2090 "multimap",
2091 "once_cell",
2092 "petgraph 0.7.1",
2093 "prettyplease",
2094 "prost",
2095 "prost-types",
2096 "regex",
2097 "syn",
2098 "tempfile",
2099]
2100
2101[[package]]
2102name = "prost-derive"
2103version = "0.13.5"
2104source = "registry+https://github.com/rust-lang/crates.io-index"
2105checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
2106dependencies = [
2107 "anyhow",
2108 "itertools 0.14.0",
2109 "proc-macro2",
2110 "quote",
2111 "syn",
2112]
2113
2114[[package]]
2115name = "prost-types"
2116version = "0.13.5"
2117source = "registry+https://github.com/rust-lang/crates.io-index"
2118checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16"
2119dependencies = [
2120 "prost",
2121]
2122
2123[[package]]
2124name = "protobuf"
2125version = "2.28.0"
2126source = "registry+https://github.com/rust-lang/crates.io-index"
2127checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
2128
2129[[package]]
2130name = "quanta"
2131version = "0.12.6"
2132source = "registry+https://github.com/rust-lang/crates.io-index"
2133checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7"
2134dependencies = [
2135 "crossbeam-utils",
2136 "libc",
2137 "once_cell",
2138 "raw-cpuid",
2139 "wasi 0.11.1+wasi-snapshot-preview1",
2140 "web-sys",
2141 "winapi",
2142]
2143
2144[[package]]
2145name = "quick-error"
2146version = "1.2.3"
2147source = "registry+https://github.com/rust-lang/crates.io-index"
2148checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2149
2150[[package]]
2151name = "quote"
2152version = "1.0.40"
2153source = "registry+https://github.com/rust-lang/crates.io-index"
2154checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
2155dependencies = [
2156 "proc-macro2",
2157]
2158
2159[[package]]
2160name = "r-efi"
2161version = "5.3.0"
2162source = "registry+https://github.com/rust-lang/crates.io-index"
2163checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2164
2165[[package]]
2166name = "rand"
2167version = "0.8.5"
2168source = "registry+https://github.com/rust-lang/crates.io-index"
2169checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2170dependencies = [
2171 "libc",
2172 "rand_chacha 0.3.1",
2173 "rand_core 0.6.4",
2174]
2175
2176[[package]]
2177name = "rand"
2178version = "0.9.1"
2179source = "registry+https://github.com/rust-lang/crates.io-index"
2180checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
2181dependencies = [
2182 "rand_chacha 0.9.0",
2183 "rand_core 0.9.3",
2184]
2185
2186[[package]]
2187name = "rand_chacha"
2188version = "0.3.1"
2189source = "registry+https://github.com/rust-lang/crates.io-index"
2190checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2191dependencies = [
2192 "ppv-lite86",
2193 "rand_core 0.6.4",
2194]
2195
2196[[package]]
2197name = "rand_chacha"
2198version = "0.9.0"
2199source = "registry+https://github.com/rust-lang/crates.io-index"
2200checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2201dependencies = [
2202 "ppv-lite86",
2203 "rand_core 0.9.3",
2204]
2205
2206[[package]]
2207name = "rand_core"
2208version = "0.6.4"
2209source = "registry+https://github.com/rust-lang/crates.io-index"
2210checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2211dependencies = [
2212 "getrandom 0.2.16",
2213]
2214
2215[[package]]
2216name = "rand_core"
2217version = "0.9.3"
2218source = "registry+https://github.com/rust-lang/crates.io-index"
2219checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
2220dependencies = [
2221 "getrandom 0.3.3",
2222]
2223
2224[[package]]
2225name = "rand_xorshift"
2226version = "0.4.0"
2227source = "registry+https://github.com/rust-lang/crates.io-index"
2228checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
2229dependencies = [
2230 "rand_core 0.9.3",
2231]
2232
2233[[package]]
2234name = "raw-cpuid"
2235version = "11.5.0"
2236source = "registry+https://github.com/rust-lang/crates.io-index"
2237checksum = "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146"
2238dependencies = [
2239 "bitflags 2.9.1",
2240]
2241
2242[[package]]
2243name = "rayon"
2244version = "1.10.0"
2245source = "registry+https://github.com/rust-lang/crates.io-index"
2246checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
2247dependencies = [
2248 "either",
2249 "rayon-core",
2250]
2251
2252[[package]]
2253name = "rayon-core"
2254version = "1.12.1"
2255source = "registry+https://github.com/rust-lang/crates.io-index"
2256checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
2257dependencies = [
2258 "crossbeam-deque",
2259 "crossbeam-utils",
2260]
2261
2262[[package]]
2263name = "redox_syscall"
2264version = "0.5.13"
2265source = "registry+https://github.com/rust-lang/crates.io-index"
2266checksum = "0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6"
2267dependencies = [
2268 "bitflags 2.9.1",
2269]
2270
2271[[package]]
2272name = "regex"
2273version = "1.11.1"
2274source = "registry+https://github.com/rust-lang/crates.io-index"
2275checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
2276dependencies = [
2277 "aho-corasick",
2278 "memchr",
2279 "regex-automata 0.4.9",
2280 "regex-syntax 0.8.5",
2281]
2282
2283[[package]]
2284name = "regex-automata"
2285version = "0.1.10"
2286source = "registry+https://github.com/rust-lang/crates.io-index"
2287checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2288dependencies = [
2289 "regex-syntax 0.6.29",
2290]
2291
2292[[package]]
2293name = "regex-automata"
2294version = "0.4.9"
2295source = "registry+https://github.com/rust-lang/crates.io-index"
2296checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
2297dependencies = [
2298 "aho-corasick",
2299 "memchr",
2300 "regex-syntax 0.8.5",
2301]
2302
2303[[package]]
2304name = "regex-syntax"
2305version = "0.6.29"
2306source = "registry+https://github.com/rust-lang/crates.io-index"
2307checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2308
2309[[package]]
2310name = "regex-syntax"
2311version = "0.8.5"
2312source = "registry+https://github.com/rust-lang/crates.io-index"
2313checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
2314
2315[[package]]
2316name = "reqwest"
2317version = "0.12.20"
2318source = "registry+https://github.com/rust-lang/crates.io-index"
2319checksum = "eabf4c97d9130e2bf606614eb937e86edac8292eaa6f422f995d7e8de1eb1813"
2320dependencies = [
2321 "base64 0.22.1",
2322 "bytes",
2323 "encoding_rs",
2324 "futures-core",
2325 "h2",
2326 "http 1.3.1",
2327 "http-body 1.0.1",
2328 "http-body-util",
2329 "hyper 1.6.0",
2330 "hyper-rustls",
2331 "hyper-tls 0.6.0",
2332 "hyper-util",
2333 "js-sys",
2334 "log",
2335 "mime",
2336 "native-tls",
2337 "percent-encoding",
2338 "pin-project-lite",
2339 "rustls-pki-types",
2340 "serde",
2341 "serde_json",
2342 "serde_urlencoded",
2343 "sync_wrapper",
2344 "tokio",
2345 "tokio-native-tls",
2346 "tower 0.5.2",
2347 "tower-http 0.6.6",
2348 "tower-service",
2349 "url",
2350 "wasm-bindgen",
2351 "wasm-bindgen-futures",
2352 "web-sys",
2353]
2354
2355[[package]]
2356name = "ring"
2357version = "0.17.14"
2358source = "registry+https://github.com/rust-lang/crates.io-index"
2359checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
2360dependencies = [
2361 "cc",
2362 "cfg-if",
2363 "getrandom 0.2.16",
2364 "libc",
2365 "untrusted",
2366 "windows-sys 0.52.0",
2367]
2368
2369[[package]]
2370name = "roaring"
2371version = "0.10.12"
2372source = "registry+https://github.com/rust-lang/crates.io-index"
2373checksum = "19e8d2cfa184d94d0726d650a9f4a1be7f9b76ac9fdb954219878dc00c1c1e7b"
2374dependencies = [
2375 "bytemuck",
2376 "byteorder",
2377]
2378
2379[[package]]
2380name = "rocksdb"
2381version = "0.22.0"
2382source = "registry+https://github.com/rust-lang/crates.io-index"
2383checksum = "6bd13e55d6d7b8cd0ea569161127567cd587676c99f4472f779a0279aa60a7a7"
2384dependencies = [
2385 "libc",
2386 "librocksdb-sys",
2387]
2388
2389[[package]]
2390name = "rustc-demangle"
2391version = "0.1.25"
2392source = "registry+https://github.com/rust-lang/crates.io-index"
2393checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f"
2394
2395[[package]]
2396name = "rustc-hash"
2397version = "1.1.0"
2398source = "registry+https://github.com/rust-lang/crates.io-index"
2399checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2400
2401[[package]]
2402name = "rustc-hash"
2403version = "2.1.1"
2404source = "registry+https://github.com/rust-lang/crates.io-index"
2405checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
2406
2407[[package]]
2408name = "rustix"
2409version = "1.0.7"
2410source = "registry+https://github.com/rust-lang/crates.io-index"
2411checksum = "c71e83d6afe7ff64890ec6b71d6a69bb8a610ab78ce364b3352876bb4c801266"
2412dependencies = [
2413 "bitflags 2.9.1",
2414 "errno",
2415 "libc",
2416 "linux-raw-sys",
2417 "windows-sys 0.59.0",
2418]
2419
2420[[package]]
2421name = "rustls"
2422version = "0.23.28"
2423source = "registry+https://github.com/rust-lang/crates.io-index"
2424checksum = "7160e3e10bf4535308537f3c4e1641468cd0e485175d6163087c0393c7d46643"
2425dependencies = [
2426 "once_cell",
2427 "rustls-pki-types",
2428 "rustls-webpki",
2429 "subtle",
2430 "zeroize",
2431]
2432
2433[[package]]
2434name = "rustls-pki-types"
2435version = "1.12.0"
2436source = "registry+https://github.com/rust-lang/crates.io-index"
2437checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
2438dependencies = [
2439 "zeroize",
2440]
2441
2442[[package]]
2443name = "rustls-webpki"
2444version = "0.103.3"
2445source = "registry+https://github.com/rust-lang/crates.io-index"
2446checksum = "e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435"
2447dependencies = [
2448 "ring",
2449 "rustls-pki-types",
2450 "untrusted",
2451]
2452
2453[[package]]
2454name = "rustversion"
2455version = "1.0.21"
2456source = "registry+https://github.com/rust-lang/crates.io-index"
2457checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
2458
2459[[package]]
2460name = "rusty-fork"
2461version = "0.3.0"
2462source = "registry+https://github.com/rust-lang/crates.io-index"
2463checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
2464dependencies = [
2465 "fnv",
2466 "quick-error",
2467 "tempfile",
2468 "wait-timeout",
2469]
2470
2471[[package]]
2472name = "ryu"
2473version = "1.0.20"
2474source = "registry+https://github.com/rust-lang/crates.io-index"
2475checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
2476
2477[[package]]
2478name = "same-file"
2479version = "1.0.6"
2480source = "registry+https://github.com/rust-lang/crates.io-index"
2481checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2482dependencies = [
2483 "winapi-util",
2484]
2485
2486[[package]]
2487name = "schannel"
2488version = "0.1.27"
2489source = "registry+https://github.com/rust-lang/crates.io-index"
2490checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
2491dependencies = [
2492 "windows-sys 0.59.0",
2493]
2494
2495[[package]]
2496name = "scopeguard"
2497version = "1.2.0"
2498source = "registry+https://github.com/rust-lang/crates.io-index"
2499checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2500
2501[[package]]
2502name = "security-framework"
2503version = "2.11.1"
2504source = "registry+https://github.com/rust-lang/crates.io-index"
2505checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
2506dependencies = [
2507 "bitflags 2.9.1",
2508 "core-foundation",
2509 "core-foundation-sys",
2510 "libc",
2511 "security-framework-sys",
2512]
2513
2514[[package]]
2515name = "security-framework-sys"
2516version = "2.14.0"
2517source = "registry+https://github.com/rust-lang/crates.io-index"
2518checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
2519dependencies = [
2520 "core-foundation-sys",
2521 "libc",
2522]
2523
2524[[package]]
2525name = "serde"
2526version = "1.0.219"
2527source = "registry+https://github.com/rust-lang/crates.io-index"
2528checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
2529dependencies = [
2530 "serde_derive",
2531]
2532
2533[[package]]
2534name = "serde_derive"
2535version = "1.0.219"
2536source = "registry+https://github.com/rust-lang/crates.io-index"
2537checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
2538dependencies = [
2539 "proc-macro2",
2540 "quote",
2541 "syn",
2542]
2543
2544[[package]]
2545name = "serde_json"
2546version = "1.0.140"
2547source = "registry+https://github.com/rust-lang/crates.io-index"
2548checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
2549dependencies = [
2550 "itoa",
2551 "memchr",
2552 "ryu",
2553 "serde",
2554]
2555
2556[[package]]
2557name = "serde_path_to_error"
2558version = "0.1.17"
2559source = "registry+https://github.com/rust-lang/crates.io-index"
2560checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
2561dependencies = [
2562 "itoa",
2563 "serde",
2564]
2565
2566[[package]]
2567name = "serde_urlencoded"
2568version = "0.7.1"
2569source = "registry+https://github.com/rust-lang/crates.io-index"
2570checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2571dependencies = [
2572 "form_urlencoded",
2573 "itoa",
2574 "ryu",
2575 "serde",
2576]
2577
2578[[package]]
2579name = "sharded-slab"
2580version = "0.1.7"
2581source = "registry+https://github.com/rust-lang/crates.io-index"
2582checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2583dependencies = [
2584 "lazy_static",
2585]
2586
2587[[package]]
2588name = "shlex"
2589version = "1.3.0"
2590source = "registry+https://github.com/rust-lang/crates.io-index"
2591checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2592
2593[[package]]
2594name = "signal-hook-registry"
2595version = "1.4.5"
2596source = "registry+https://github.com/rust-lang/crates.io-index"
2597checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
2598dependencies = [
2599 "libc",
2600]
2601
2602[[package]]
2603name = "simple_asn1"
2604version = "0.6.3"
2605source = "registry+https://github.com/rust-lang/crates.io-index"
2606checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
2607dependencies = [
2608 "num-bigint",
2609 "num-traits",
2610 "thiserror 2.0.12",
2611 "time",
2612]
2613
2614[[package]]
2615name = "sketches-ddsketch"
2616version = "0.2.2"
2617source = "registry+https://github.com/rust-lang/crates.io-index"
2618checksum = "85636c14b73d81f541e525f585c0a2109e6744e1565b5c1668e31c70c10ed65c"
2619
2620[[package]]
2621name = "slab"
2622version = "0.4.10"
2623source = "registry+https://github.com/rust-lang/crates.io-index"
2624checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
2625
2626[[package]]
2627name = "smallvec"
2628version = "1.15.1"
2629source = "registry+https://github.com/rust-lang/crates.io-index"
2630checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2631
2632[[package]]
2633name = "socket2"
2634version = "0.5.10"
2635source = "registry+https://github.com/rust-lang/crates.io-index"
2636checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
2637dependencies = [
2638 "libc",
2639 "windows-sys 0.52.0",
2640]
2641
2642[[package]]
2643name = "stable_deref_trait"
2644version = "1.2.0"
2645source = "registry+https://github.com/rust-lang/crates.io-index"
2646checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2647
2648[[package]]
2649name = "strsim"
2650version = "0.8.0"
2651source = "registry+https://github.com/rust-lang/crates.io-index"
2652checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2653
2654[[package]]
2655name = "subtle"
2656version = "2.6.1"
2657source = "registry+https://github.com/rust-lang/crates.io-index"
2658checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2659
2660[[package]]
2661name = "syn"
2662version = "2.0.104"
2663source = "registry+https://github.com/rust-lang/crates.io-index"
2664checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
2665dependencies = [
2666 "proc-macro2",
2667 "quote",
2668 "unicode-ident",
2669]
2670
2671[[package]]
2672name = "sync_wrapper"
2673version = "1.0.2"
2674source = "registry+https://github.com/rust-lang/crates.io-index"
2675checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2676dependencies = [
2677 "futures-core",
2678]
2679
2680[[package]]
2681name = "synstructure"
2682version = "0.13.2"
2683source = "registry+https://github.com/rust-lang/crates.io-index"
2684checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2685dependencies = [
2686 "proc-macro2",
2687 "quote",
2688 "syn",
2689]
2690
2691[[package]]
2692name = "system-configuration"
2693version = "0.6.1"
2694source = "registry+https://github.com/rust-lang/crates.io-index"
2695checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
2696dependencies = [
2697 "bitflags 2.9.1",
2698 "core-foundation",
2699 "system-configuration-sys",
2700]
2701
2702[[package]]
2703name = "system-configuration-sys"
2704version = "0.6.0"
2705source = "registry+https://github.com/rust-lang/crates.io-index"
2706checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
2707dependencies = [
2708 "core-foundation-sys",
2709 "libc",
2710]
2711
2712[[package]]
2713name = "tempfile"
2714version = "3.20.0"
2715source = "registry+https://github.com/rust-lang/crates.io-index"
2716checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
2717dependencies = [
2718 "fastrand",
2719 "getrandom 0.3.3",
2720 "once_cell",
2721 "rustix",
2722 "windows-sys 0.59.0",
2723]
2724
2725[[package]]
2726name = "textwrap"
2727version = "0.11.0"
2728source = "registry+https://github.com/rust-lang/crates.io-index"
2729checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
2730dependencies = [
2731 "unicode-width",
2732]
2733
2734[[package]]
2735name = "thiserror"
2736version = "1.0.69"
2737source = "registry+https://github.com/rust-lang/crates.io-index"
2738checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2739dependencies = [
2740 "thiserror-impl 1.0.69",
2741]
2742
2743[[package]]
2744name = "thiserror"
2745version = "2.0.12"
2746source = "registry+https://github.com/rust-lang/crates.io-index"
2747checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
2748dependencies = [
2749 "thiserror-impl 2.0.12",
2750]
2751
2752[[package]]
2753name = "thiserror-impl"
2754version = "1.0.69"
2755source = "registry+https://github.com/rust-lang/crates.io-index"
2756checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2757dependencies = [
2758 "proc-macro2",
2759 "quote",
2760 "syn",
2761]
2762
2763[[package]]
2764name = "thiserror-impl"
2765version = "2.0.12"
2766source = "registry+https://github.com/rust-lang/crates.io-index"
2767checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
2768dependencies = [
2769 "proc-macro2",
2770 "quote",
2771 "syn",
2772]
2773
2774[[package]]
2775name = "thread_local"
2776version = "1.1.9"
2777source = "registry+https://github.com/rust-lang/crates.io-index"
2778checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
2779dependencies = [
2780 "cfg-if",
2781]
2782
2783[[package]]
2784name = "time"
2785version = "0.3.41"
2786source = "registry+https://github.com/rust-lang/crates.io-index"
2787checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
2788dependencies = [
2789 "deranged",
2790 "itoa",
2791 "num-conv",
2792 "powerfmt",
2793 "serde",
2794 "time-core",
2795 "time-macros",
2796]
2797
2798[[package]]
2799name = "time-core"
2800version = "0.1.4"
2801source = "registry+https://github.com/rust-lang/crates.io-index"
2802checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
2803
2804[[package]]
2805name = "time-macros"
2806version = "0.2.22"
2807source = "registry+https://github.com/rust-lang/crates.io-index"
2808checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
2809dependencies = [
2810 "num-conv",
2811 "time-core",
2812]
2813
2814[[package]]
2815name = "tinystr"
2816version = "0.8.1"
2817source = "registry+https://github.com/rust-lang/crates.io-index"
2818checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
2819dependencies = [
2820 "displaydoc",
2821 "zerovec",
2822]
2823
2824[[package]]
2825name = "tinytemplate"
2826version = "1.2.1"
2827source = "registry+https://github.com/rust-lang/crates.io-index"
2828checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
2829dependencies = [
2830 "serde",
2831 "serde_json",
2832]
2833
2834[[package]]
2835name = "tokio"
2836version = "1.45.1"
2837source = "registry+https://github.com/rust-lang/crates.io-index"
2838checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779"
2839dependencies = [
2840 "backtrace",
2841 "bytes",
2842 "libc",
2843 "mio",
2844 "parking_lot",
2845 "pin-project-lite",
2846 "signal-hook-registry",
2847 "socket2",
2848 "tokio-macros",
2849 "windows-sys 0.52.0",
2850]
2851
2852[[package]]
2853name = "tokio-macros"
2854version = "2.5.0"
2855source = "registry+https://github.com/rust-lang/crates.io-index"
2856checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
2857dependencies = [
2858 "proc-macro2",
2859 "quote",
2860 "syn",
2861]
2862
2863[[package]]
2864name = "tokio-native-tls"
2865version = "0.3.1"
2866source = "registry+https://github.com/rust-lang/crates.io-index"
2867checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
2868dependencies = [
2869 "native-tls",
2870 "tokio",
2871]
2872
2873[[package]]
2874name = "tokio-rustls"
2875version = "0.26.2"
2876source = "registry+https://github.com/rust-lang/crates.io-index"
2877checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
2878dependencies = [
2879 "rustls",
2880 "tokio",
2881]
2882
2883[[package]]
2884name = "tokio-stream"
2885version = "0.1.17"
2886source = "registry+https://github.com/rust-lang/crates.io-index"
2887checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
2888dependencies = [
2889 "futures-core",
2890 "pin-project-lite",
2891 "tokio",
2892]
2893
2894[[package]]
2895name = "tokio-test"
2896version = "0.4.4"
2897source = "registry+https://github.com/rust-lang/crates.io-index"
2898checksum = "2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7"
2899dependencies = [
2900 "async-stream",
2901 "bytes",
2902 "futures-core",
2903 "tokio",
2904 "tokio-stream",
2905]
2906
2907[[package]]
2908name = "tokio-util"
2909version = "0.7.15"
2910source = "registry+https://github.com/rust-lang/crates.io-index"
2911checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
2912dependencies = [
2913 "bytes",
2914 "futures-core",
2915 "futures-sink",
2916 "pin-project-lite",
2917 "tokio",
2918]
2919
2920[[package]]
2921name = "tonic"
2922version = "0.12.3"
2923source = "registry+https://github.com/rust-lang/crates.io-index"
2924checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52"
2925dependencies = [
2926 "async-stream",
2927 "async-trait",
2928 "axum",
2929 "base64 0.22.1",
2930 "bytes",
2931 "h2",
2932 "http 1.3.1",
2933 "http-body 1.0.1",
2934 "http-body-util",
2935 "hyper 1.6.0",
2936 "hyper-timeout",
2937 "hyper-util",
2938 "percent-encoding",
2939 "pin-project",
2940 "prost",
2941 "socket2",
2942 "tokio",
2943 "tokio-stream",
2944 "tower 0.4.13",
2945 "tower-layer",
2946 "tower-service",
2947 "tracing",
2948]
2949
2950[[package]]
2951name = "tonic-build"
2952version = "0.12.3"
2953source = "registry+https://github.com/rust-lang/crates.io-index"
2954checksum = "9557ce109ea773b399c9b9e5dca39294110b74f1f342cb347a80d1fce8c26a11"
2955dependencies = [
2956 "prettyplease",
2957 "proc-macro2",
2958 "prost-build",
2959 "prost-types",
2960 "quote",
2961 "syn",
2962]
2963
2964[[package]]
2965name = "tower"
2966version = "0.4.13"
2967source = "registry+https://github.com/rust-lang/crates.io-index"
2968checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
2969dependencies = [
2970 "futures-core",
2971 "futures-util",
2972 "indexmap 1.9.3",
2973 "pin-project",
2974 "pin-project-lite",
2975 "rand 0.8.5",
2976 "slab",
2977 "tokio",
2978 "tokio-util",
2979 "tower-layer",
2980 "tower-service",
2981 "tracing",
2982]
2983
2984[[package]]
2985name = "tower"
2986version = "0.5.2"
2987source = "registry+https://github.com/rust-lang/crates.io-index"
2988checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
2989dependencies = [
2990 "futures-core",
2991 "futures-util",
2992 "pin-project-lite",
2993 "sync_wrapper",
2994 "tokio",
2995 "tower-layer",
2996 "tower-service",
2997 "tracing",
2998]
2999
3000[[package]]
3001name = "tower-http"
3002version = "0.5.2"
3003source = "registry+https://github.com/rust-lang/crates.io-index"
3004checksum = "1e9cd434a998747dd2c4276bc96ee2e0c7a2eadf3cae88e52be55a05fa9053f5"
3005dependencies = [
3006 "base64 0.21.7",
3007 "bitflags 2.9.1",
3008 "bytes",
3009 "http 1.3.1",
3010 "http-body 1.0.1",
3011 "http-body-util",
3012 "mime",
3013 "pin-project-lite",
3014 "tower-layer",
3015 "tower-service",
3016 "tracing",
3017]
3018
3019[[package]]
3020name = "tower-http"
3021version = "0.6.6"
3022source = "registry+https://github.com/rust-lang/crates.io-index"
3023checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
3024dependencies = [
3025 "bitflags 2.9.1",
3026 "bytes",
3027 "futures-util",
3028 "http 1.3.1",
3029 "http-body 1.0.1",
3030 "iri-string",
3031 "pin-project-lite",
3032 "tower 0.5.2",
3033 "tower-layer",
3034 "tower-service",
3035]
3036
3037[[package]]
3038name = "tower-layer"
3039version = "0.3.3"
3040source = "registry+https://github.com/rust-lang/crates.io-index"
3041checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
3042
3043[[package]]
3044name = "tower-service"
3045version = "0.3.3"
3046source = "registry+https://github.com/rust-lang/crates.io-index"
3047checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
3048
3049[[package]]
3050name = "tracing"
3051version = "0.1.41"
3052source = "registry+https://github.com/rust-lang/crates.io-index"
3053checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
3054dependencies = [
3055 "log",
3056 "pin-project-lite",
3057 "tracing-attributes",
3058 "tracing-core",
3059]
3060
3061[[package]]
3062name = "tracing-attributes"
3063version = "0.1.30"
3064source = "registry+https://github.com/rust-lang/crates.io-index"
3065checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
3066dependencies = [
3067 "proc-macro2",
3068 "quote",
3069 "syn",
3070]
3071
3072[[package]]
3073name = "tracing-core"
3074version = "0.1.34"
3075source = "registry+https://github.com/rust-lang/crates.io-index"
3076checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
3077dependencies = [
3078 "once_cell",
3079 "valuable",
3080]
3081
3082[[package]]
3083name = "tracing-log"
3084version = "0.1.4"
3085source = "registry+https://github.com/rust-lang/crates.io-index"
3086checksum = "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2"
3087dependencies = [
3088 "log",
3089 "once_cell",
3090 "tracing-core",
3091]
3092
3093[[package]]
3094name = "tracing-log"
3095version = "0.2.0"
3096source = "registry+https://github.com/rust-lang/crates.io-index"
3097checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
3098dependencies = [
3099 "log",
3100 "once_cell",
3101 "tracing-core",
3102]
3103
3104[[package]]
3105name = "tracing-opentelemetry"
3106version = "0.21.0"
3107source = "registry+https://github.com/rust-lang/crates.io-index"
3108checksum = "75327c6b667828ddc28f5e3f169036cb793c3f588d83bf0f262a7f062ffed3c8"
3109dependencies = [
3110 "once_cell",
3111 "opentelemetry 0.20.0",
3112 "opentelemetry_sdk 0.20.0",
3113 "smallvec",
3114 "tracing",
3115 "tracing-core",
3116 "tracing-log 0.1.4",
3117 "tracing-subscriber",
3118]
3119
3120[[package]]
3121name = "tracing-serde"
3122version = "0.2.0"
3123source = "registry+https://github.com/rust-lang/crates.io-index"
3124checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
3125dependencies = [
3126 "serde",
3127 "tracing-core",
3128]
3129
3130[[package]]
3131name = "tracing-subscriber"
3132version = "0.3.19"
3133source = "registry+https://github.com/rust-lang/crates.io-index"
3134checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
3135dependencies = [
3136 "matchers",
3137 "nu-ansi-term",
3138 "once_cell",
3139 "regex",
3140 "serde",
3141 "serde_json",
3142 "sharded-slab",
3143 "smallvec",
3144 "thread_local",
3145 "tracing",
3146 "tracing-core",
3147 "tracing-log 0.2.0",
3148 "tracing-serde",
3149]
3150
3151[[package]]
3152name = "try-lock"
3153version = "0.2.5"
3154source = "registry+https://github.com/rust-lang/crates.io-index"
3155checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
3156
3157[[package]]
3158name = "unarray"
3159version = "0.1.4"
3160source = "registry+https://github.com/rust-lang/crates.io-index"
3161checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
3162
3163[[package]]
3164name = "unicode-ident"
3165version = "1.0.18"
3166source = "registry+https://github.com/rust-lang/crates.io-index"
3167checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
3168
3169[[package]]
3170name = "unicode-width"
3171version = "0.1.14"
3172source = "registry+https://github.com/rust-lang/crates.io-index"
3173checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
3174
3175[[package]]
3176name = "untrusted"
3177version = "0.9.0"
3178source = "registry+https://github.com/rust-lang/crates.io-index"
3179checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
3180
3181[[package]]
3182name = "url"
3183version = "2.5.4"
3184source = "registry+https://github.com/rust-lang/crates.io-index"
3185checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
3186dependencies = [
3187 "form_urlencoded",
3188 "idna",
3189 "percent-encoding",
3190]
3191
3192[[package]]
3193name = "urlencoding"
3194version = "2.1.3"
3195source = "registry+https://github.com/rust-lang/crates.io-index"
3196checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
3197
3198[[package]]
3199name = "utf8_iter"
3200version = "1.0.4"
3201source = "registry+https://github.com/rust-lang/crates.io-index"
3202checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3203
3204[[package]]
3205name = "uuid"
3206version = "1.17.0"
3207source = "registry+https://github.com/rust-lang/crates.io-index"
3208checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
3209dependencies = [
3210 "getrandom 0.3.3",
3211 "js-sys",
3212 "serde",
3213 "wasm-bindgen",
3214]
3215
3216[[package]]
3217name = "valuable"
3218version = "0.1.1"
3219source = "registry+https://github.com/rust-lang/crates.io-index"
3220checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
3221
3222[[package]]
3223name = "vcpkg"
3224version = "0.2.15"
3225source = "registry+https://github.com/rust-lang/crates.io-index"
3226checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
3227
3228[[package]]
3229name = "vec_map"
3230version = "0.8.2"
3231source = "registry+https://github.com/rust-lang/crates.io-index"
3232checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
3233
3234[[package]]
3235name = "version_check"
3236version = "0.9.5"
3237source = "registry+https://github.com/rust-lang/crates.io-index"
3238checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3239
3240[[package]]
3241name = "wait-timeout"
3242version = "0.2.1"
3243source = "registry+https://github.com/rust-lang/crates.io-index"
3244checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
3245dependencies = [
3246 "libc",
3247]
3248
3249[[package]]
3250name = "walkdir"
3251version = "2.5.0"
3252source = "registry+https://github.com/rust-lang/crates.io-index"
3253checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
3254dependencies = [
3255 "same-file",
3256 "winapi-util",
3257]
3258
3259[[package]]
3260name = "want"
3261version = "0.3.1"
3262source = "registry+https://github.com/rust-lang/crates.io-index"
3263checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3264dependencies = [
3265 "try-lock",
3266]
3267
3268[[package]]
3269name = "wasi"
3270version = "0.11.1+wasi-snapshot-preview1"
3271source = "registry+https://github.com/rust-lang/crates.io-index"
3272checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
3273
3274[[package]]
3275name = "wasi"
3276version = "0.14.2+wasi-0.2.4"
3277source = "registry+https://github.com/rust-lang/crates.io-index"
3278checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
3279dependencies = [
3280 "wit-bindgen-rt",
3281]
3282
3283[[package]]
3284name = "wasm-bindgen"
3285version = "0.2.100"
3286source = "registry+https://github.com/rust-lang/crates.io-index"
3287checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
3288dependencies = [
3289 "cfg-if",
3290 "once_cell",
3291 "rustversion",
3292 "wasm-bindgen-macro",
3293]
3294
3295[[package]]
3296name = "wasm-bindgen-backend"
3297version = "0.2.100"
3298source = "registry+https://github.com/rust-lang/crates.io-index"
3299checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
3300dependencies = [
3301 "bumpalo",
3302 "log",
3303 "proc-macro2",
3304 "quote",
3305 "syn",
3306 "wasm-bindgen-shared",
3307]
3308
3309[[package]]
3310name = "wasm-bindgen-futures"
3311version = "0.4.50"
3312source = "registry+https://github.com/rust-lang/crates.io-index"
3313checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
3314dependencies = [
3315 "cfg-if",
3316 "js-sys",
3317 "once_cell",
3318 "wasm-bindgen",
3319 "web-sys",
3320]
3321
3322[[package]]
3323name = "wasm-bindgen-macro"
3324version = "0.2.100"
3325source = "registry+https://github.com/rust-lang/crates.io-index"
3326checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
3327dependencies = [
3328 "quote",
3329 "wasm-bindgen-macro-support",
3330]
3331
3332[[package]]
3333name = "wasm-bindgen-macro-support"
3334version = "0.2.100"
3335source = "registry+https://github.com/rust-lang/crates.io-index"
3336checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
3337dependencies = [
3338 "proc-macro2",
3339 "quote",
3340 "syn",
3341 "wasm-bindgen-backend",
3342 "wasm-bindgen-shared",
3343]
3344
3345[[package]]
3346name = "wasm-bindgen-shared"
3347version = "0.2.100"
3348source = "registry+https://github.com/rust-lang/crates.io-index"
3349checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
3350dependencies = [
3351 "unicode-ident",
3352]
3353
3354[[package]]
3355name = "web-sys"
3356version = "0.3.77"
3357source = "registry+https://github.com/rust-lang/crates.io-index"
3358checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
3359dependencies = [
3360 "js-sys",
3361 "wasm-bindgen",
3362]
3363
3364[[package]]
3365name = "winapi"
3366version = "0.3.9"
3367source = "registry+https://github.com/rust-lang/crates.io-index"
3368checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
3369dependencies = [
3370 "winapi-i686-pc-windows-gnu",
3371 "winapi-x86_64-pc-windows-gnu",
3372]
3373
3374[[package]]
3375name = "winapi-i686-pc-windows-gnu"
3376version = "0.4.0"
3377source = "registry+https://github.com/rust-lang/crates.io-index"
3378checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
3379
3380[[package]]
3381name = "winapi-util"
3382version = "0.1.9"
3383source = "registry+https://github.com/rust-lang/crates.io-index"
3384checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
3385dependencies = [
3386 "windows-sys 0.59.0",
3387]
3388
3389[[package]]
3390name = "winapi-x86_64-pc-windows-gnu"
3391version = "0.4.0"
3392source = "registry+https://github.com/rust-lang/crates.io-index"
3393checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
3394
3395[[package]]
3396name = "windows-core"
3397version = "0.61.2"
3398source = "registry+https://github.com/rust-lang/crates.io-index"
3399checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
3400dependencies = [
3401 "windows-implement",
3402 "windows-interface",
3403 "windows-link",
3404 "windows-result",
3405 "windows-strings",
3406]
3407
3408[[package]]
3409name = "windows-implement"
3410version = "0.60.0"
3411source = "registry+https://github.com/rust-lang/crates.io-index"
3412checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
3413dependencies = [
3414 "proc-macro2",
3415 "quote",
3416 "syn",
3417]
3418
3419[[package]]
3420name = "windows-interface"
3421version = "0.59.1"
3422source = "registry+https://github.com/rust-lang/crates.io-index"
3423checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
3424dependencies = [
3425 "proc-macro2",
3426 "quote",
3427 "syn",
3428]
3429
3430[[package]]
3431name = "windows-link"
3432version = "0.1.3"
3433source = "registry+https://github.com/rust-lang/crates.io-index"
3434checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
3435
3436[[package]]
3437name = "windows-registry"
3438version = "0.5.3"
3439source = "registry+https://github.com/rust-lang/crates.io-index"
3440checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
3441dependencies = [
3442 "windows-link",
3443 "windows-result",
3444 "windows-strings",
3445]
3446
3447[[package]]
3448name = "windows-result"
3449version = "0.3.4"
3450source = "registry+https://github.com/rust-lang/crates.io-index"
3451checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
3452dependencies = [
3453 "windows-link",
3454]
3455
3456[[package]]
3457name = "windows-strings"
3458version = "0.4.2"
3459source = "registry+https://github.com/rust-lang/crates.io-index"
3460checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
3461dependencies = [
3462 "windows-link",
3463]
3464
3465[[package]]
3466name = "windows-sys"
3467version = "0.52.0"
3468source = "registry+https://github.com/rust-lang/crates.io-index"
3469checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3470dependencies = [
3471 "windows-targets 0.52.6",
3472]
3473
3474[[package]]
3475name = "windows-sys"
3476version = "0.59.0"
3477source = "registry+https://github.com/rust-lang/crates.io-index"
3478checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
3479dependencies = [
3480 "windows-targets 0.52.6",
3481]
3482
3483[[package]]
3484name = "windows-sys"
3485version = "0.60.2"
3486source = "registry+https://github.com/rust-lang/crates.io-index"
3487checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
3488dependencies = [
3489 "windows-targets 0.53.2",
3490]
3491
3492[[package]]
3493name = "windows-targets"
3494version = "0.52.6"
3495source = "registry+https://github.com/rust-lang/crates.io-index"
3496checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3497dependencies = [
3498 "windows_aarch64_gnullvm 0.52.6",
3499 "windows_aarch64_msvc 0.52.6",
3500 "windows_i686_gnu 0.52.6",
3501 "windows_i686_gnullvm 0.52.6",
3502 "windows_i686_msvc 0.52.6",
3503 "windows_x86_64_gnu 0.52.6",
3504 "windows_x86_64_gnullvm 0.52.6",
3505 "windows_x86_64_msvc 0.52.6",
3506]
3507
3508[[package]]
3509name = "windows-targets"
3510version = "0.53.2"
3511source = "registry+https://github.com/rust-lang/crates.io-index"
3512checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
3513dependencies = [
3514 "windows_aarch64_gnullvm 0.53.0",
3515 "windows_aarch64_msvc 0.53.0",
3516 "windows_i686_gnu 0.53.0",
3517 "windows_i686_gnullvm 0.53.0",
3518 "windows_i686_msvc 0.53.0",
3519 "windows_x86_64_gnu 0.53.0",
3520 "windows_x86_64_gnullvm 0.53.0",
3521 "windows_x86_64_msvc 0.53.0",
3522]
3523
3524[[package]]
3525name = "windows_aarch64_gnullvm"
3526version = "0.52.6"
3527source = "registry+https://github.com/rust-lang/crates.io-index"
3528checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3529
3530[[package]]
3531name = "windows_aarch64_gnullvm"
3532version = "0.53.0"
3533source = "registry+https://github.com/rust-lang/crates.io-index"
3534checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
3535
3536[[package]]
3537name = "windows_aarch64_msvc"
3538version = "0.52.6"
3539source = "registry+https://github.com/rust-lang/crates.io-index"
3540checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3541
3542[[package]]
3543name = "windows_aarch64_msvc"
3544version = "0.53.0"
3545source = "registry+https://github.com/rust-lang/crates.io-index"
3546checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
3547
3548[[package]]
3549name = "windows_i686_gnu"
3550version = "0.52.6"
3551source = "registry+https://github.com/rust-lang/crates.io-index"
3552checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3553
3554[[package]]
3555name = "windows_i686_gnu"
3556version = "0.53.0"
3557source = "registry+https://github.com/rust-lang/crates.io-index"
3558checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
3559
3560[[package]]
3561name = "windows_i686_gnullvm"
3562version = "0.52.6"
3563source = "registry+https://github.com/rust-lang/crates.io-index"
3564checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3565
3566[[package]]
3567name = "windows_i686_gnullvm"
3568version = "0.53.0"
3569source = "registry+https://github.com/rust-lang/crates.io-index"
3570checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
3571
3572[[package]]
3573name = "windows_i686_msvc"
3574version = "0.52.6"
3575source = "registry+https://github.com/rust-lang/crates.io-index"
3576checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3577
3578[[package]]
3579name = "windows_i686_msvc"
3580version = "0.53.0"
3581source = "registry+https://github.com/rust-lang/crates.io-index"
3582checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
3583
3584[[package]]
3585name = "windows_x86_64_gnu"
3586version = "0.52.6"
3587source = "registry+https://github.com/rust-lang/crates.io-index"
3588checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3589
3590[[package]]
3591name = "windows_x86_64_gnu"
3592version = "0.53.0"
3593source = "registry+https://github.com/rust-lang/crates.io-index"
3594checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
3595
3596[[package]]
3597name = "windows_x86_64_gnullvm"
3598version = "0.52.6"
3599source = "registry+https://github.com/rust-lang/crates.io-index"
3600checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3601
3602[[package]]
3603name = "windows_x86_64_gnullvm"
3604version = "0.53.0"
3605source = "registry+https://github.com/rust-lang/crates.io-index"
3606checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
3607
3608[[package]]
3609name = "windows_x86_64_msvc"
3610version = "0.52.6"
3611source = "registry+https://github.com/rust-lang/crates.io-index"
3612checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3613
3614[[package]]
3615name = "windows_x86_64_msvc"
3616version = "0.53.0"
3617source = "registry+https://github.com/rust-lang/crates.io-index"
3618checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
3619
3620[[package]]
3621name = "wit-bindgen-rt"
3622version = "0.39.0"
3623source = "registry+https://github.com/rust-lang/crates.io-index"
3624checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
3625dependencies = [
3626 "bitflags 2.9.1",
3627]
3628
3629[[package]]
3630name = "writeable"
3631version = "0.6.1"
3632source = "registry+https://github.com/rust-lang/crates.io-index"
3633checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
3634
3635[[package]]
3636name = "yoke"
3637version = "0.8.0"
3638source = "registry+https://github.com/rust-lang/crates.io-index"
3639checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
3640dependencies = [
3641 "serde",
3642 "stable_deref_trait",
3643 "yoke-derive",
3644 "zerofrom",
3645]
3646
3647[[package]]
3648name = "yoke-derive"
3649version = "0.8.0"
3650source = "registry+https://github.com/rust-lang/crates.io-index"
3651checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
3652dependencies = [
3653 "proc-macro2",
3654 "quote",
3655 "syn",
3656 "synstructure",
3657]
3658
3659[[package]]
3660name = "zerocopy"
3661version = "0.8.26"
3662source = "registry+https://github.com/rust-lang/crates.io-index"
3663checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
3664dependencies = [
3665 "zerocopy-derive",
3666]
3667
3668[[package]]
3669name = "zerocopy-derive"
3670version = "0.8.26"
3671source = "registry+https://github.com/rust-lang/crates.io-index"
3672checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
3673dependencies = [
3674 "proc-macro2",
3675 "quote",
3676 "syn",
3677]
3678
3679[[package]]
3680name = "zerofrom"
3681version = "0.1.6"
3682source = "registry+https://github.com/rust-lang/crates.io-index"
3683checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
3684dependencies = [
3685 "zerofrom-derive",
3686]
3687
3688[[package]]
3689name = "zerofrom-derive"
3690version = "0.1.6"
3691source = "registry+https://github.com/rust-lang/crates.io-index"
3692checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
3693dependencies = [
3694 "proc-macro2",
3695 "quote",
3696 "syn",
3697 "synstructure",
3698]
3699
3700[[package]]
3701name = "zeroize"
3702version = "1.8.1"
3703source = "registry+https://github.com/rust-lang/crates.io-index"
3704checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
3705
3706[[package]]
3707name = "zerotrie"
3708version = "0.2.2"
3709source = "registry+https://github.com/rust-lang/crates.io-index"
3710checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
3711dependencies = [
3712 "displaydoc",
3713 "yoke",
3714 "zerofrom",
3715]
3716
3717[[package]]
3718name = "zerovec"
3719version = "0.11.2"
3720source = "registry+https://github.com/rust-lang/crates.io-index"
3721checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428"
3722dependencies = [
3723 "yoke",
3724 "zerofrom",
3725 "zerovec-derive",
3726]
3727
3728[[package]]
3729name = "zerovec-derive"
3730version = "0.11.1"
3731source = "registry+https://github.com/rust-lang/crates.io-index"
3732checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
3733dependencies = [
3734 "proc-macro2",
3735 "quote",
3736 "syn",
3737]
3738
3739[[package]]
3740name = "zstd-sys"
3741version = "2.0.15+zstd.1.5.7"
3742source = "registry+https://github.com/rust-lang/crates.io-index"
3743checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
3744dependencies = [
3745 "bindgen 0.71.1",
3746 "cc",
3747 "pkg-config",
3748]