A pit full of rusty nails
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.25.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
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 = "aho-corasick"
22version = "1.1.4"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
25dependencies = [
26 "memchr",
27]
28
29[[package]]
30name = "allocator-api2"
31version = "0.2.21"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
34
35[[package]]
36name = "anyhow"
37version = "1.0.102"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
40
41[[package]]
42name = "async-trait"
43version = "0.1.89"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
46dependencies = [
47 "proc-macro2",
48 "quote",
49 "syn",
50]
51
52[[package]]
53name = "atomic-waker"
54version = "1.1.2"
55source = "registry+https://github.com/rust-lang/crates.io-index"
56checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
57
58[[package]]
59name = "autocfg"
60version = "1.5.0"
61source = "registry+https://github.com/rust-lang/crates.io-index"
62checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
63
64[[package]]
65name = "axum"
66version = "0.8.8"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8"
69dependencies = [
70 "axum-core",
71 "axum-macros",
72 "bytes",
73 "futures-util",
74 "http",
75 "http-body",
76 "http-body-util",
77 "hyper",
78 "hyper-util",
79 "itoa",
80 "matchit",
81 "memchr",
82 "mime",
83 "percent-encoding",
84 "pin-project-lite",
85 "serde_core",
86 "sync_wrapper",
87 "tower",
88 "tower-layer",
89 "tower-service",
90 "tracing",
91]
92
93[[package]]
94name = "axum-core"
95version = "0.5.6"
96source = "registry+https://github.com/rust-lang/crates.io-index"
97checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
98dependencies = [
99 "bytes",
100 "futures-core",
101 "http",
102 "http-body",
103 "http-body-util",
104 "mime",
105 "pin-project-lite",
106 "sync_wrapper",
107 "tower-layer",
108 "tower-service",
109 "tracing",
110]
111
112[[package]]
113name = "axum-extra"
114version = "0.12.5"
115source = "registry+https://github.com/rust-lang/crates.io-index"
116checksum = "fef252edff26ddba56bbcdf2ee3307b8129acb86f5749b68990c168a6fcc9c76"
117dependencies = [
118 "axum",
119 "axum-core",
120 "bytes",
121 "futures-core",
122 "futures-util",
123 "http",
124 "http-body",
125 "http-body-util",
126 "mime",
127 "pin-project-lite",
128 "tower-layer",
129 "tower-service",
130 "tracing",
131]
132
133[[package]]
134name = "axum-macros"
135version = "0.5.0"
136source = "registry+https://github.com/rust-lang/crates.io-index"
137checksum = "604fde5e028fea851ce1d8570bbdc034bec850d157f7569d10f347d06808c05c"
138dependencies = [
139 "proc-macro2",
140 "quote",
141 "syn",
142]
143
144[[package]]
145name = "backtrace"
146version = "0.3.76"
147source = "registry+https://github.com/rust-lang/crates.io-index"
148checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
149dependencies = [
150 "addr2line",
151 "cfg-if",
152 "libc",
153 "miniz_oxide",
154 "object",
155 "rustc-demangle",
156 "windows-link",
157]
158
159[[package]]
160name = "base64"
161version = "0.22.1"
162source = "registry+https://github.com/rust-lang/crates.io-index"
163checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
164
165[[package]]
166name = "bitflags"
167version = "2.11.0"
168source = "registry+https://github.com/rust-lang/crates.io-index"
169checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
170
171[[package]]
172name = "bumpalo"
173version = "3.20.2"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
176
177[[package]]
178name = "byteorder"
179version = "1.5.0"
180source = "registry+https://github.com/rust-lang/crates.io-index"
181checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
182
183[[package]]
184name = "bytes"
185version = "1.11.1"
186source = "registry+https://github.com/rust-lang/crates.io-index"
187checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
188
189[[package]]
190name = "cc"
191version = "1.2.56"
192source = "registry+https://github.com/rust-lang/crates.io-index"
193checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2"
194dependencies = [
195 "find-msvc-tools",
196 "jobserver",
197 "libc",
198 "shlex",
199]
200
201[[package]]
202name = "cfg-if"
203version = "1.0.4"
204source = "registry+https://github.com/rust-lang/crates.io-index"
205checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
206
207[[package]]
208name = "color-eyre"
209version = "0.6.5"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "e5920befb47832a6d61ee3a3a846565cfa39b331331e68a3b1d1116630f2f26d"
212dependencies = [
213 "backtrace",
214 "eyre",
215 "indenter",
216 "once_cell",
217 "owo-colors",
218]
219
220[[package]]
221name = "config"
222version = "0.15.19"
223source = "registry+https://github.com/rust-lang/crates.io-index"
224checksum = "b30fa8254caad766fc03cb0ccae691e14bf3bd72bfff27f72802ce729551b3d6"
225dependencies = [
226 "pathdiff",
227 "serde_core",
228 "toml",
229 "winnow",
230]
231
232[[package]]
233name = "core_affinity"
234version = "0.8.3"
235source = "registry+https://github.com/rust-lang/crates.io-index"
236checksum = "a034b3a7b624016c6e13f5df875747cc25f884156aad2abd12b6c46797971342"
237dependencies = [
238 "libc",
239 "num_cpus",
240 "winapi",
241]
242
243[[package]]
244name = "crossbeam-utils"
245version = "0.8.21"
246source = "registry+https://github.com/rust-lang/crates.io-index"
247checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
248
249[[package]]
250name = "crossfig"
251version = "0.1.3"
252source = "registry+https://github.com/rust-lang/crates.io-index"
253checksum = "40a998414a3656e7a11ca59d55598ce7df58daafd742e783844e80bbd8d500dd"
254
255[[package]]
256name = "either"
257version = "1.15.0"
258source = "registry+https://github.com/rust-lang/crates.io-index"
259checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
260
261[[package]]
262name = "equivalent"
263version = "1.0.2"
264source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
266
267[[package]]
268name = "errno"
269version = "0.3.14"
270source = "registry+https://github.com/rust-lang/crates.io-index"
271checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
272dependencies = [
273 "libc",
274 "windows-sys 0.61.2",
275]
276
277[[package]]
278name = "estr"
279version = "1.2.0"
280source = "registry+https://github.com/rust-lang/crates.io-index"
281checksum = "e2e77c7dfb1a984132a140c98a805b5f12f8e8707420dda9a6ad698bc50fc041"
282dependencies = [
283 "byteorder",
284 "crossfig",
285 "hashbrown 0.16.1",
286 "libabort",
287 "lock_api",
288 "rapidhash",
289 "spin",
290]
291
292[[package]]
293name = "eyre"
294version = "0.6.12"
295source = "registry+https://github.com/rust-lang/crates.io-index"
296checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
297dependencies = [
298 "indenter",
299 "once_cell",
300]
301
302[[package]]
303name = "fastrand"
304version = "2.3.0"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
307
308[[package]]
309name = "find-msvc-tools"
310version = "0.1.9"
311source = "registry+https://github.com/rust-lang/crates.io-index"
312checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
313
314[[package]]
315name = "fixedbitset"
316version = "0.5.7"
317source = "registry+https://github.com/rust-lang/crates.io-index"
318checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
319
320[[package]]
321name = "fnv"
322version = "1.0.7"
323source = "registry+https://github.com/rust-lang/crates.io-index"
324checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
325
326[[package]]
327name = "foldhash"
328version = "0.1.5"
329source = "registry+https://github.com/rust-lang/crates.io-index"
330checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
331
332[[package]]
333name = "foldhash"
334version = "0.2.0"
335source = "registry+https://github.com/rust-lang/crates.io-index"
336checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
337
338[[package]]
339name = "futures"
340version = "0.3.32"
341source = "registry+https://github.com/rust-lang/crates.io-index"
342checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
343dependencies = [
344 "futures-channel",
345 "futures-core",
346 "futures-executor",
347 "futures-io",
348 "futures-sink",
349 "futures-task",
350 "futures-util",
351]
352
353[[package]]
354name = "futures-channel"
355version = "0.3.32"
356source = "registry+https://github.com/rust-lang/crates.io-index"
357checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
358dependencies = [
359 "futures-core",
360 "futures-sink",
361]
362
363[[package]]
364name = "futures-concurrency"
365version = "7.7.1"
366source = "registry+https://github.com/rust-lang/crates.io-index"
367checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
368dependencies = [
369 "fixedbitset",
370 "futures-core",
371 "futures-lite",
372 "pin-project",
373 "smallvec",
374]
375
376[[package]]
377name = "futures-core"
378version = "0.3.32"
379source = "registry+https://github.com/rust-lang/crates.io-index"
380checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
381
382[[package]]
383name = "futures-executor"
384version = "0.3.32"
385source = "registry+https://github.com/rust-lang/crates.io-index"
386checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
387dependencies = [
388 "futures-core",
389 "futures-task",
390 "futures-util",
391]
392
393[[package]]
394name = "futures-io"
395version = "0.3.32"
396source = "registry+https://github.com/rust-lang/crates.io-index"
397checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
398
399[[package]]
400name = "futures-lite"
401version = "2.6.1"
402source = "registry+https://github.com/rust-lang/crates.io-index"
403checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
404dependencies = [
405 "fastrand",
406 "futures-core",
407 "futures-io",
408 "parking",
409 "pin-project-lite",
410]
411
412[[package]]
413name = "futures-macro"
414version = "0.3.32"
415source = "registry+https://github.com/rust-lang/crates.io-index"
416checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
417dependencies = [
418 "proc-macro2",
419 "quote",
420 "syn",
421]
422
423[[package]]
424name = "futures-sink"
425version = "0.3.32"
426source = "registry+https://github.com/rust-lang/crates.io-index"
427checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
428
429[[package]]
430name = "futures-task"
431version = "0.3.32"
432source = "registry+https://github.com/rust-lang/crates.io-index"
433checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
434
435[[package]]
436name = "futures-util"
437version = "0.3.32"
438source = "registry+https://github.com/rust-lang/crates.io-index"
439checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
440dependencies = [
441 "futures-channel",
442 "futures-core",
443 "futures-io",
444 "futures-macro",
445 "futures-sink",
446 "futures-task",
447 "memchr",
448 "pin-project-lite",
449 "slab",
450]
451
452[[package]]
453name = "getrandom"
454version = "0.3.4"
455source = "registry+https://github.com/rust-lang/crates.io-index"
456checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
457dependencies = [
458 "cfg-if",
459 "libc",
460 "r-efi",
461 "wasip2",
462]
463
464[[package]]
465name = "getrandom"
466version = "0.4.1"
467source = "registry+https://github.com/rust-lang/crates.io-index"
468checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
469dependencies = [
470 "cfg-if",
471 "libc",
472 "r-efi",
473 "wasip2",
474 "wasip3",
475]
476
477[[package]]
478name = "gimli"
479version = "0.32.3"
480source = "registry+https://github.com/rust-lang/crates.io-index"
481checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
482
483[[package]]
484name = "glob"
485version = "0.3.3"
486source = "registry+https://github.com/rust-lang/crates.io-index"
487checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
488
489[[package]]
490name = "h2"
491version = "0.4.13"
492source = "registry+https://github.com/rust-lang/crates.io-index"
493checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54"
494dependencies = [
495 "atomic-waker",
496 "bytes",
497 "fnv",
498 "futures-core",
499 "futures-sink",
500 "http",
501 "indexmap",
502 "slab",
503 "tokio",
504 "tokio-util",
505 "tracing",
506]
507
508[[package]]
509name = "hashbrown"
510version = "0.15.5"
511source = "registry+https://github.com/rust-lang/crates.io-index"
512checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
513dependencies = [
514 "equivalent",
515 "foldhash 0.1.5",
516]
517
518[[package]]
519name = "hashbrown"
520version = "0.16.1"
521source = "registry+https://github.com/rust-lang/crates.io-index"
522checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
523dependencies = [
524 "allocator-api2",
525 "equivalent",
526 "foldhash 0.2.0",
527]
528
529[[package]]
530name = "heck"
531version = "0.5.0"
532source = "registry+https://github.com/rust-lang/crates.io-index"
533checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
534
535[[package]]
536name = "hermit-abi"
537version = "0.5.2"
538source = "registry+https://github.com/rust-lang/crates.io-index"
539checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
540
541[[package]]
542name = "http"
543version = "1.4.0"
544source = "registry+https://github.com/rust-lang/crates.io-index"
545checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
546dependencies = [
547 "bytes",
548 "itoa",
549]
550
551[[package]]
552name = "http-body"
553version = "1.0.1"
554source = "registry+https://github.com/rust-lang/crates.io-index"
555checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
556dependencies = [
557 "bytes",
558 "http",
559]
560
561[[package]]
562name = "http-body-util"
563version = "0.1.3"
564source = "registry+https://github.com/rust-lang/crates.io-index"
565checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
566dependencies = [
567 "bytes",
568 "futures-core",
569 "http",
570 "http-body",
571 "pin-project-lite",
572]
573
574[[package]]
575name = "httparse"
576version = "1.10.1"
577source = "registry+https://github.com/rust-lang/crates.io-index"
578checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
579
580[[package]]
581name = "httpdate"
582version = "1.0.3"
583source = "registry+https://github.com/rust-lang/crates.io-index"
584checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
585
586[[package]]
587name = "hyper"
588version = "1.8.1"
589source = "registry+https://github.com/rust-lang/crates.io-index"
590checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
591dependencies = [
592 "atomic-waker",
593 "bytes",
594 "futures-channel",
595 "futures-core",
596 "h2",
597 "http",
598 "http-body",
599 "httparse",
600 "httpdate",
601 "itoa",
602 "pin-project-lite",
603 "pin-utils",
604 "smallvec",
605 "tokio",
606 "want",
607]
608
609[[package]]
610name = "hyper-timeout"
611version = "0.5.2"
612source = "registry+https://github.com/rust-lang/crates.io-index"
613checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
614dependencies = [
615 "hyper",
616 "hyper-util",
617 "pin-project-lite",
618 "tokio",
619 "tower-service",
620]
621
622[[package]]
623name = "hyper-util"
624version = "0.1.20"
625source = "registry+https://github.com/rust-lang/crates.io-index"
626checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
627dependencies = [
628 "bytes",
629 "futures-channel",
630 "futures-util",
631 "http",
632 "http-body",
633 "hyper",
634 "libc",
635 "pin-project-lite",
636 "socket2",
637 "tokio",
638 "tower-service",
639 "tracing",
640]
641
642[[package]]
643name = "id-arena"
644version = "2.3.0"
645source = "registry+https://github.com/rust-lang/crates.io-index"
646checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
647
648[[package]]
649name = "indenter"
650version = "0.3.4"
651source = "registry+https://github.com/rust-lang/crates.io-index"
652checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
653
654[[package]]
655name = "indexmap"
656version = "2.13.0"
657source = "registry+https://github.com/rust-lang/crates.io-index"
658checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
659dependencies = [
660 "equivalent",
661 "hashbrown 0.16.1",
662 "serde",
663 "serde_core",
664]
665
666[[package]]
667name = "itertools"
668version = "0.14.0"
669source = "registry+https://github.com/rust-lang/crates.io-index"
670checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
671dependencies = [
672 "either",
673]
674
675[[package]]
676name = "itoa"
677version = "1.0.17"
678source = "registry+https://github.com/rust-lang/crates.io-index"
679checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
680
681[[package]]
682name = "jobserver"
683version = "0.1.34"
684source = "registry+https://github.com/rust-lang/crates.io-index"
685checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
686dependencies = [
687 "getrandom 0.3.4",
688 "libc",
689]
690
691[[package]]
692name = "js-sys"
693version = "0.3.91"
694source = "registry+https://github.com/rust-lang/crates.io-index"
695checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c"
696dependencies = [
697 "once_cell",
698 "wasm-bindgen",
699]
700
701[[package]]
702name = "lazy_static"
703version = "1.5.0"
704source = "registry+https://github.com/rust-lang/crates.io-index"
705checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
706
707[[package]]
708name = "leb128fmt"
709version = "0.1.0"
710source = "registry+https://github.com/rust-lang/crates.io-index"
711checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
712
713[[package]]
714name = "libabort"
715version = "0.1.9"
716source = "registry+https://github.com/rust-lang/crates.io-index"
717checksum = "cec5d1db7977801dd3e593f88a15906cac3c4eb7a69e38b6cc162cb020b22d7d"
718dependencies = [
719 "rustversion-detect",
720]
721
722[[package]]
723name = "libc"
724version = "0.2.182"
725source = "registry+https://github.com/rust-lang/crates.io-index"
726checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
727
728[[package]]
729name = "libm"
730version = "0.2.16"
731source = "registry+https://github.com/rust-lang/crates.io-index"
732checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
733
734[[package]]
735name = "libmimalloc-sys"
736version = "0.1.44"
737source = "registry+https://github.com/rust-lang/crates.io-index"
738checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
739dependencies = [
740 "cc",
741 "libc",
742]
743
744[[package]]
745name = "lock_api"
746version = "0.4.14"
747source = "registry+https://github.com/rust-lang/crates.io-index"
748checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
749dependencies = [
750 "scopeguard",
751]
752
753[[package]]
754name = "log"
755version = "0.4.29"
756source = "registry+https://github.com/rust-lang/crates.io-index"
757checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
758
759[[package]]
760name = "matchers"
761version = "0.2.0"
762source = "registry+https://github.com/rust-lang/crates.io-index"
763checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
764dependencies = [
765 "regex-automata",
766]
767
768[[package]]
769name = "matchit"
770version = "0.8.4"
771source = "registry+https://github.com/rust-lang/crates.io-index"
772checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
773
774[[package]]
775name = "memchr"
776version = "2.8.0"
777source = "registry+https://github.com/rust-lang/crates.io-index"
778checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
779
780[[package]]
781name = "mimalloc"
782version = "0.1.48"
783source = "registry+https://github.com/rust-lang/crates.io-index"
784checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
785dependencies = [
786 "libmimalloc-sys",
787]
788
789[[package]]
790name = "mime"
791version = "0.3.17"
792source = "registry+https://github.com/rust-lang/crates.io-index"
793checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
794
795[[package]]
796name = "miniz_oxide"
797version = "0.8.9"
798source = "registry+https://github.com/rust-lang/crates.io-index"
799checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
800dependencies = [
801 "adler2",
802]
803
804[[package]]
805name = "mio"
806version = "1.1.1"
807source = "registry+https://github.com/rust-lang/crates.io-index"
808checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
809dependencies = [
810 "libc",
811 "wasi",
812 "windows-sys 0.61.2",
813]
814
815[[package]]
816name = "nailbox"
817version = "0.1.0"
818
819[[package]]
820name = "nailconfig"
821version = "0.1.0"
822dependencies = [
823 "color-eyre",
824 "config",
825 "nailbox",
826 "serde",
827]
828
829[[package]]
830name = "nailfv"
831version = "0.1.0"
832dependencies = [
833 "color-eyre",
834 "winnow",
835]
836
837[[package]]
838name = "nailgen"
839version = "0.1.0"
840dependencies = [
841 "axum",
842 "bytes",
843 "color-eyre",
844 "futures-lite",
845 "nailbox",
846 "nailconfig",
847 "nailkov",
848 "nailrng",
849 "pin-project-lite",
850 "rand 0.10.0",
851 "tokio",
852 "tracing",
853 "winnow",
854]
855
856[[package]]
857name = "nailip"
858version = "0.1.0"
859dependencies = [
860 "axum",
861 "futures-lite",
862 "hyper",
863 "nailconfig",
864 "nailfv",
865 "nailnet",
866 "pin-project-lite",
867 "scc",
868 "tokio",
869 "tower",
870 "tracing",
871 "wyrand",
872]
873
874[[package]]
875name = "nailkov"
876version = "0.1.0"
877dependencies = [
878 "crossbeam-utils",
879 "estr",
880 "hashbrown 0.15.5",
881 "indexmap",
882 "itertools",
883 "nailrng",
884 "parking_lot",
885 "rand 0.10.0",
886 "rand_distr",
887 "rapidhash",
888 "tracing",
889 "unicode-segmentation",
890]
891
892[[package]]
893name = "nailnet"
894version = "0.1.0"
895dependencies = [
896 "color-eyre",
897 "socket2",
898 "tokio",
899]
900
901[[package]]
902name = "nailotel"
903version = "0.1.0"
904dependencies = [
905 "color-eyre",
906 "nailconfig",
907 "opentelemetry",
908 "opentelemetry-appender-tracing",
909 "opentelemetry-otlp",
910 "opentelemetry-semantic-conventions",
911 "opentelemetry_sdk",
912 "tracing",
913 "tracing-opentelemetry",
914 "tracing-subscriber",
915]
916
917[[package]]
918name = "nailpit"
919version = "0.1.0"
920dependencies = [
921 "axum",
922 "color-eyre",
923 "glob",
924 "mimalloc",
925 "nailbox",
926 "nailconfig",
927 "nailgen",
928 "nailip",
929 "nailkov",
930 "nailnet",
931 "nailotel",
932 "nailrater",
933 "nailrng",
934 "nailroutes",
935 "nailrt",
936 "nailserve",
937 "nailspicy",
938 "nailstate",
939 "nailstream",
940 "nailtrace",
941 "tokio",
942 "tokio-util",
943 "tracing",
944]
945
946[[package]]
947name = "nailrater"
948version = "0.1.0"
949dependencies = [
950 "axum",
951 "futures-lite",
952 "hyper",
953 "nailbox",
954 "nailconfig",
955 "nailfv",
956 "nailip",
957 "nailspicy",
958 "parking_lot",
959 "pin-project-lite",
960 "rapidhash",
961 "scc",
962 "tokio",
963 "tower",
964 "tracing",
965 "tracing-futures",
966]
967
968[[package]]
969name = "nailrng"
970version = "0.1.0"
971dependencies = [
972 "getrandom 0.4.1",
973 "rand_core 0.10.0",
974 "wyrand",
975]
976
977[[package]]
978name = "nailroutes"
979version = "0.1.0"
980dependencies = [
981 "axum",
982 "axum-extra",
983 "hyper",
984 "nailgen",
985 "nailip",
986 "nailrater",
987 "nailrng",
988 "nailspicy",
989 "nailstate",
990 "nailstream",
991 "nailtrace",
992 "tower",
993 "tower-http",
994 "tracing",
995 "tracing-futures",
996]
997
998[[package]]
999name = "nailrt"
1000version = "0.1.0"
1001dependencies = [
1002 "color-eyre",
1003 "core_affinity",
1004 "futures-concurrency",
1005 "nailconfig",
1006 "nailgen",
1007 "nailkov",
1008 "nailotel",
1009 "nailspicy",
1010 "nailstate",
1011 "tokio",
1012 "tokio-util",
1013 "tracing",
1014]
1015
1016[[package]]
1017name = "nailserve"
1018version = "0.1.0"
1019dependencies = [
1020 "axum",
1021 "color-eyre",
1022 "futures-concurrency",
1023 "hyper",
1024 "hyper-util",
1025 "nailip",
1026 "tokio",
1027 "tokio-util",
1028 "tower",
1029 "tracing",
1030]
1031
1032[[package]]
1033name = "nailspicy"
1034version = "0.1.0"
1035dependencies = [
1036 "hashbrown 0.15.5",
1037 "hyper",
1038 "nailbox",
1039 "nailconfig",
1040 "rapidhash",
1041 "tracing",
1042]
1043
1044[[package]]
1045name = "nailstate"
1046version = "0.1.0"
1047dependencies = [
1048 "axum",
1049 "nailconfig",
1050 "nailgen",
1051 "nailkov",
1052 "nailrng",
1053 "nailspicy",
1054 "rand 0.10.0",
1055]
1056
1057[[package]]
1058name = "nailstream"
1059version = "0.1.0"
1060dependencies = [
1061 "axum",
1062 "futures-lite",
1063 "hyper",
1064 "tracing",
1065]
1066
1067[[package]]
1068name = "nailtrace"
1069version = "0.1.0"
1070dependencies = [
1071 "axum",
1072 "hyper",
1073 "nailip",
1074 "nailstate",
1075 "opentelemetry",
1076 "opentelemetry-http",
1077 "opentelemetry-semantic-conventions",
1078 "pin-project-lite",
1079 "tower-http",
1080 "tracing",
1081 "tracing-futures",
1082 "tracing-opentelemetry",
1083 "uuid",
1084]
1085
1086[[package]]
1087name = "nu-ansi-term"
1088version = "0.50.3"
1089source = "registry+https://github.com/rust-lang/crates.io-index"
1090checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
1091dependencies = [
1092 "windows-sys 0.61.2",
1093]
1094
1095[[package]]
1096name = "num-traits"
1097version = "0.2.19"
1098source = "registry+https://github.com/rust-lang/crates.io-index"
1099checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1100dependencies = [
1101 "autocfg",
1102 "libm",
1103]
1104
1105[[package]]
1106name = "num_cpus"
1107version = "1.17.0"
1108source = "registry+https://github.com/rust-lang/crates.io-index"
1109checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
1110dependencies = [
1111 "hermit-abi",
1112 "libc",
1113]
1114
1115[[package]]
1116name = "object"
1117version = "0.37.3"
1118source = "registry+https://github.com/rust-lang/crates.io-index"
1119checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
1120dependencies = [
1121 "memchr",
1122]
1123
1124[[package]]
1125name = "once_cell"
1126version = "1.21.3"
1127source = "registry+https://github.com/rust-lang/crates.io-index"
1128checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1129
1130[[package]]
1131name = "opentelemetry"
1132version = "0.31.0"
1133source = "registry+https://github.com/rust-lang/crates.io-index"
1134checksum = "b84bcd6ae87133e903af7ef497404dda70c60d0ea14895fc8a5e6722754fc2a0"
1135dependencies = [
1136 "futures-core",
1137 "futures-sink",
1138 "js-sys",
1139 "pin-project-lite",
1140 "thiserror",
1141 "tracing",
1142]
1143
1144[[package]]
1145name = "opentelemetry-appender-tracing"
1146version = "0.31.1"
1147source = "registry+https://github.com/rust-lang/crates.io-index"
1148checksum = "ef6a1ac5ca3accf562b8c306fa8483c85f4390f768185ab775f242f7fe8fdcc2"
1149dependencies = [
1150 "opentelemetry",
1151 "tracing",
1152 "tracing-core",
1153 "tracing-log",
1154 "tracing-opentelemetry",
1155 "tracing-subscriber",
1156]
1157
1158[[package]]
1159name = "opentelemetry-http"
1160version = "0.31.0"
1161source = "registry+https://github.com/rust-lang/crates.io-index"
1162checksum = "d7a6d09a73194e6b66df7c8f1b680f156d916a1a942abf2de06823dd02b7855d"
1163dependencies = [
1164 "async-trait",
1165 "bytes",
1166 "http",
1167 "opentelemetry",
1168]
1169
1170[[package]]
1171name = "opentelemetry-otlp"
1172version = "0.31.0"
1173source = "registry+https://github.com/rust-lang/crates.io-index"
1174checksum = "7a2366db2dca4d2ad033cad11e6ee42844fd727007af5ad04a1730f4cb8163bf"
1175dependencies = [
1176 "http",
1177 "opentelemetry",
1178 "opentelemetry-proto",
1179 "opentelemetry_sdk",
1180 "prost",
1181 "thiserror",
1182 "tokio",
1183 "tonic",
1184]
1185
1186[[package]]
1187name = "opentelemetry-proto"
1188version = "0.31.0"
1189source = "registry+https://github.com/rust-lang/crates.io-index"
1190checksum = "a7175df06de5eaee9909d4805a3d07e28bb752c34cab57fa9cff549da596b30f"
1191dependencies = [
1192 "opentelemetry",
1193 "opentelemetry_sdk",
1194 "prost",
1195 "tonic",
1196 "tonic-prost",
1197]
1198
1199[[package]]
1200name = "opentelemetry-semantic-conventions"
1201version = "0.31.0"
1202source = "registry+https://github.com/rust-lang/crates.io-index"
1203checksum = "e62e29dfe041afb8ed2a6c9737ab57db4907285d999ef8ad3a59092a36bdc846"
1204
1205[[package]]
1206name = "opentelemetry_sdk"
1207version = "0.31.0"
1208source = "registry+https://github.com/rust-lang/crates.io-index"
1209checksum = "e14ae4f5991976fd48df6d843de219ca6d31b01daaab2dad5af2badeded372bd"
1210dependencies = [
1211 "futures-channel",
1212 "futures-executor",
1213 "futures-util",
1214 "opentelemetry",
1215 "percent-encoding",
1216 "rand 0.9.2",
1217 "thiserror",
1218 "tokio",
1219 "tokio-stream",
1220]
1221
1222[[package]]
1223name = "owo-colors"
1224version = "4.3.0"
1225source = "registry+https://github.com/rust-lang/crates.io-index"
1226checksum = "d211803b9b6b570f68772237e415a029d5a50c65d382910b879fb19d3271f94d"
1227
1228[[package]]
1229name = "parking"
1230version = "2.2.1"
1231source = "registry+https://github.com/rust-lang/crates.io-index"
1232checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
1233
1234[[package]]
1235name = "parking_lot"
1236version = "0.12.5"
1237source = "registry+https://github.com/rust-lang/crates.io-index"
1238checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1239dependencies = [
1240 "lock_api",
1241 "parking_lot_core",
1242]
1243
1244[[package]]
1245name = "parking_lot_core"
1246version = "0.9.12"
1247source = "registry+https://github.com/rust-lang/crates.io-index"
1248checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1249dependencies = [
1250 "cfg-if",
1251 "libc",
1252 "redox_syscall",
1253 "smallvec",
1254 "windows-link",
1255]
1256
1257[[package]]
1258name = "pathdiff"
1259version = "0.2.3"
1260source = "registry+https://github.com/rust-lang/crates.io-index"
1261checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
1262
1263[[package]]
1264name = "percent-encoding"
1265version = "2.3.2"
1266source = "registry+https://github.com/rust-lang/crates.io-index"
1267checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1268
1269[[package]]
1270name = "pin-project"
1271version = "1.1.11"
1272source = "registry+https://github.com/rust-lang/crates.io-index"
1273checksum = "f1749c7ed4bcaf4c3d0a3efc28538844fb29bcdd7d2b67b2be7e20ba861ff517"
1274dependencies = [
1275 "pin-project-internal",
1276]
1277
1278[[package]]
1279name = "pin-project-internal"
1280version = "1.1.11"
1281source = "registry+https://github.com/rust-lang/crates.io-index"
1282checksum = "d9b20ed30f105399776b9c883e68e536ef602a16ae6f596d2c473591d6ad64c6"
1283dependencies = [
1284 "proc-macro2",
1285 "quote",
1286 "syn",
1287]
1288
1289[[package]]
1290name = "pin-project-lite"
1291version = "0.2.17"
1292source = "registry+https://github.com/rust-lang/crates.io-index"
1293checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1294
1295[[package]]
1296name = "pin-utils"
1297version = "0.1.0"
1298source = "registry+https://github.com/rust-lang/crates.io-index"
1299checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1300
1301[[package]]
1302name = "pkg-config"
1303version = "0.3.32"
1304source = "registry+https://github.com/rust-lang/crates.io-index"
1305checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1306
1307[[package]]
1308name = "ppv-lite86"
1309version = "0.2.21"
1310source = "registry+https://github.com/rust-lang/crates.io-index"
1311checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1312dependencies = [
1313 "zerocopy",
1314]
1315
1316[[package]]
1317name = "prettyplease"
1318version = "0.2.37"
1319source = "registry+https://github.com/rust-lang/crates.io-index"
1320checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
1321dependencies = [
1322 "proc-macro2",
1323 "syn",
1324]
1325
1326[[package]]
1327name = "proc-macro2"
1328version = "1.0.106"
1329source = "registry+https://github.com/rust-lang/crates.io-index"
1330checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1331dependencies = [
1332 "unicode-ident",
1333]
1334
1335[[package]]
1336name = "prost"
1337version = "0.14.3"
1338source = "registry+https://github.com/rust-lang/crates.io-index"
1339checksum = "d2ea70524a2f82d518bce41317d0fae74151505651af45faf1ffbd6fd33f0568"
1340dependencies = [
1341 "bytes",
1342 "prost-derive",
1343]
1344
1345[[package]]
1346name = "prost-derive"
1347version = "0.14.3"
1348source = "registry+https://github.com/rust-lang/crates.io-index"
1349checksum = "27c6023962132f4b30eb4c172c91ce92d933da334c59c23cddee82358ddafb0b"
1350dependencies = [
1351 "anyhow",
1352 "itertools",
1353 "proc-macro2",
1354 "quote",
1355 "syn",
1356]
1357
1358[[package]]
1359name = "quote"
1360version = "1.0.44"
1361source = "registry+https://github.com/rust-lang/crates.io-index"
1362checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
1363dependencies = [
1364 "proc-macro2",
1365]
1366
1367[[package]]
1368name = "r-efi"
1369version = "5.3.0"
1370source = "registry+https://github.com/rust-lang/crates.io-index"
1371checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1372
1373[[package]]
1374name = "rand"
1375version = "0.9.2"
1376source = "registry+https://github.com/rust-lang/crates.io-index"
1377checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
1378dependencies = [
1379 "rand_chacha",
1380 "rand_core 0.9.5",
1381]
1382
1383[[package]]
1384name = "rand"
1385version = "0.10.0"
1386source = "registry+https://github.com/rust-lang/crates.io-index"
1387checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8"
1388dependencies = [
1389 "getrandom 0.4.1",
1390 "rand_core 0.10.0",
1391]
1392
1393[[package]]
1394name = "rand_chacha"
1395version = "0.9.0"
1396source = "registry+https://github.com/rust-lang/crates.io-index"
1397checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1398dependencies = [
1399 "ppv-lite86",
1400 "rand_core 0.9.5",
1401]
1402
1403[[package]]
1404name = "rand_core"
1405version = "0.9.5"
1406source = "registry+https://github.com/rust-lang/crates.io-index"
1407checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1408dependencies = [
1409 "getrandom 0.3.4",
1410]
1411
1412[[package]]
1413name = "rand_core"
1414version = "0.10.0"
1415source = "registry+https://github.com/rust-lang/crates.io-index"
1416checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba"
1417
1418[[package]]
1419name = "rand_distr"
1420version = "0.6.0"
1421source = "registry+https://github.com/rust-lang/crates.io-index"
1422checksum = "4d431c2703ccf129de4d45253c03f49ebb22b97d6ad79ee3ecfc7e3f4862c1d8"
1423dependencies = [
1424 "num-traits",
1425 "rand 0.10.0",
1426]
1427
1428[[package]]
1429name = "rapidhash"
1430version = "4.4.1"
1431source = "registry+https://github.com/rust-lang/crates.io-index"
1432checksum = "b5e48930979c155e2f33aa36ab3119b5ee81332beb6482199a8ecd6029b80b59"
1433dependencies = [
1434 "rand 0.9.2",
1435 "rustversion",
1436]
1437
1438[[package]]
1439name = "redox_syscall"
1440version = "0.5.18"
1441source = "registry+https://github.com/rust-lang/crates.io-index"
1442checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
1443dependencies = [
1444 "bitflags",
1445]
1446
1447[[package]]
1448name = "regex-automata"
1449version = "0.4.14"
1450source = "registry+https://github.com/rust-lang/crates.io-index"
1451checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1452dependencies = [
1453 "aho-corasick",
1454 "memchr",
1455 "regex-syntax",
1456]
1457
1458[[package]]
1459name = "regex-syntax"
1460version = "0.8.10"
1461source = "registry+https://github.com/rust-lang/crates.io-index"
1462checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
1463
1464[[package]]
1465name = "rustc-demangle"
1466version = "0.1.27"
1467source = "registry+https://github.com/rust-lang/crates.io-index"
1468checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d"
1469
1470[[package]]
1471name = "rustversion"
1472version = "1.0.22"
1473source = "registry+https://github.com/rust-lang/crates.io-index"
1474checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
1475
1476[[package]]
1477name = "rustversion-detect"
1478version = "0.1.3"
1479source = "registry+https://github.com/rust-lang/crates.io-index"
1480checksum = "4cfa9e87e97427c3a1b472eace073b2bc577ad0e1444c128d938b3d5bcdacb17"
1481
1482[[package]]
1483name = "saa"
1484version = "5.5.0"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "16c7f49c9d5caa3bf4b3106900484b447b9253fe99670ceb81cb6cb5027855e1"
1487
1488[[package]]
1489name = "scc"
1490version = "3.6.6"
1491source = "registry+https://github.com/rust-lang/crates.io-index"
1492checksum = "6012e652611b2fdcb557a7b4be8cee00d8be19397c70011906a68aa4dac2fe37"
1493dependencies = [
1494 "saa",
1495 "sdd",
1496]
1497
1498[[package]]
1499name = "scopeguard"
1500version = "1.2.0"
1501source = "registry+https://github.com/rust-lang/crates.io-index"
1502checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1503
1504[[package]]
1505name = "sdd"
1506version = "4.6.5"
1507source = "registry+https://github.com/rust-lang/crates.io-index"
1508checksum = "4becc2f27bd39aafb78a8a1b4e1d6877ed0a6b5bf096722ed538dc028367a9b5"
1509
1510[[package]]
1511name = "semver"
1512version = "1.0.27"
1513source = "registry+https://github.com/rust-lang/crates.io-index"
1514checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
1515
1516[[package]]
1517name = "serde"
1518version = "1.0.228"
1519source = "registry+https://github.com/rust-lang/crates.io-index"
1520checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1521dependencies = [
1522 "serde_core",
1523 "serde_derive",
1524]
1525
1526[[package]]
1527name = "serde_core"
1528version = "1.0.228"
1529source = "registry+https://github.com/rust-lang/crates.io-index"
1530checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1531dependencies = [
1532 "serde_derive",
1533]
1534
1535[[package]]
1536name = "serde_derive"
1537version = "1.0.228"
1538source = "registry+https://github.com/rust-lang/crates.io-index"
1539checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1540dependencies = [
1541 "proc-macro2",
1542 "quote",
1543 "syn",
1544]
1545
1546[[package]]
1547name = "serde_json"
1548version = "1.0.149"
1549source = "registry+https://github.com/rust-lang/crates.io-index"
1550checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
1551dependencies = [
1552 "itoa",
1553 "memchr",
1554 "serde",
1555 "serde_core",
1556 "zmij",
1557]
1558
1559[[package]]
1560name = "serde_spanned"
1561version = "1.0.4"
1562source = "registry+https://github.com/rust-lang/crates.io-index"
1563checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776"
1564dependencies = [
1565 "serde_core",
1566]
1567
1568[[package]]
1569name = "sharded-slab"
1570version = "0.1.7"
1571source = "registry+https://github.com/rust-lang/crates.io-index"
1572checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1573dependencies = [
1574 "lazy_static",
1575]
1576
1577[[package]]
1578name = "shlex"
1579version = "1.3.0"
1580source = "registry+https://github.com/rust-lang/crates.io-index"
1581checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1582
1583[[package]]
1584name = "signal-hook-registry"
1585version = "1.4.8"
1586source = "registry+https://github.com/rust-lang/crates.io-index"
1587checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1588dependencies = [
1589 "errno",
1590 "libc",
1591]
1592
1593[[package]]
1594name = "slab"
1595version = "0.4.12"
1596source = "registry+https://github.com/rust-lang/crates.io-index"
1597checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1598
1599[[package]]
1600name = "smallvec"
1601version = "1.15.1"
1602source = "registry+https://github.com/rust-lang/crates.io-index"
1603checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1604
1605[[package]]
1606name = "socket2"
1607version = "0.6.2"
1608source = "registry+https://github.com/rust-lang/crates.io-index"
1609checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0"
1610dependencies = [
1611 "libc",
1612 "windows-sys 0.60.2",
1613]
1614
1615[[package]]
1616name = "spin"
1617version = "0.10.0"
1618source = "registry+https://github.com/rust-lang/crates.io-index"
1619checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
1620dependencies = [
1621 "lock_api",
1622]
1623
1624[[package]]
1625name = "syn"
1626version = "2.0.117"
1627source = "registry+https://github.com/rust-lang/crates.io-index"
1628checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
1629dependencies = [
1630 "proc-macro2",
1631 "quote",
1632 "unicode-ident",
1633]
1634
1635[[package]]
1636name = "sync_wrapper"
1637version = "1.0.2"
1638source = "registry+https://github.com/rust-lang/crates.io-index"
1639checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1640
1641[[package]]
1642name = "thiserror"
1643version = "2.0.18"
1644source = "registry+https://github.com/rust-lang/crates.io-index"
1645checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1646dependencies = [
1647 "thiserror-impl",
1648]
1649
1650[[package]]
1651name = "thiserror-impl"
1652version = "2.0.18"
1653source = "registry+https://github.com/rust-lang/crates.io-index"
1654checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1655dependencies = [
1656 "proc-macro2",
1657 "quote",
1658 "syn",
1659]
1660
1661[[package]]
1662name = "thread_local"
1663version = "1.1.9"
1664source = "registry+https://github.com/rust-lang/crates.io-index"
1665checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
1666dependencies = [
1667 "cfg-if",
1668]
1669
1670[[package]]
1671name = "tokio"
1672version = "1.49.0"
1673source = "registry+https://github.com/rust-lang/crates.io-index"
1674checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86"
1675dependencies = [
1676 "bytes",
1677 "libc",
1678 "mio",
1679 "parking_lot",
1680 "pin-project-lite",
1681 "signal-hook-registry",
1682 "socket2",
1683 "windows-sys 0.61.2",
1684]
1685
1686[[package]]
1687name = "tokio-stream"
1688version = "0.1.18"
1689source = "registry+https://github.com/rust-lang/crates.io-index"
1690checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
1691dependencies = [
1692 "futures-core",
1693 "pin-project-lite",
1694 "tokio",
1695]
1696
1697[[package]]
1698name = "tokio-util"
1699version = "0.7.18"
1700source = "registry+https://github.com/rust-lang/crates.io-index"
1701checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
1702dependencies = [
1703 "bytes",
1704 "futures-core",
1705 "futures-sink",
1706 "pin-project-lite",
1707 "tokio",
1708]
1709
1710[[package]]
1711name = "toml"
1712version = "0.9.12+spec-1.1.0"
1713source = "registry+https://github.com/rust-lang/crates.io-index"
1714checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863"
1715dependencies = [
1716 "serde_core",
1717 "serde_spanned",
1718 "toml_datetime",
1719 "toml_parser",
1720 "winnow",
1721]
1722
1723[[package]]
1724name = "toml_datetime"
1725version = "0.7.5+spec-1.1.0"
1726source = "registry+https://github.com/rust-lang/crates.io-index"
1727checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
1728dependencies = [
1729 "serde_core",
1730]
1731
1732[[package]]
1733name = "toml_parser"
1734version = "1.0.9+spec-1.1.0"
1735source = "registry+https://github.com/rust-lang/crates.io-index"
1736checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4"
1737dependencies = [
1738 "winnow",
1739]
1740
1741[[package]]
1742name = "tonic"
1743version = "0.14.5"
1744source = "registry+https://github.com/rust-lang/crates.io-index"
1745checksum = "fec7c61a0695dc1887c1b53952990f3ad2e3a31453e1f49f10e75424943a93ec"
1746dependencies = [
1747 "async-trait",
1748 "base64",
1749 "bytes",
1750 "http",
1751 "http-body",
1752 "http-body-util",
1753 "hyper",
1754 "hyper-timeout",
1755 "hyper-util",
1756 "percent-encoding",
1757 "pin-project",
1758 "sync_wrapper",
1759 "tokio",
1760 "tokio-stream",
1761 "tower",
1762 "tower-layer",
1763 "tower-service",
1764 "tracing",
1765 "zstd",
1766]
1767
1768[[package]]
1769name = "tonic-prost"
1770version = "0.14.5"
1771source = "registry+https://github.com/rust-lang/crates.io-index"
1772checksum = "a55376a0bbaa4975a3f10d009ad763d8f4108f067c7c2e74f3001fb49778d309"
1773dependencies = [
1774 "bytes",
1775 "prost",
1776 "tonic",
1777]
1778
1779[[package]]
1780name = "tower"
1781version = "0.5.3"
1782source = "registry+https://github.com/rust-lang/crates.io-index"
1783checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
1784dependencies = [
1785 "futures-core",
1786 "futures-util",
1787 "indexmap",
1788 "pin-project-lite",
1789 "slab",
1790 "sync_wrapper",
1791 "tokio",
1792 "tokio-util",
1793 "tower-layer",
1794 "tower-service",
1795 "tracing",
1796]
1797
1798[[package]]
1799name = "tower-http"
1800version = "0.6.8"
1801source = "registry+https://github.com/rust-lang/crates.io-index"
1802checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
1803dependencies = [
1804 "bitflags",
1805 "bytes",
1806 "http",
1807 "pin-project-lite",
1808 "tower",
1809 "tower-layer",
1810 "tower-service",
1811]
1812
1813[[package]]
1814name = "tower-layer"
1815version = "0.3.3"
1816source = "registry+https://github.com/rust-lang/crates.io-index"
1817checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1818
1819[[package]]
1820name = "tower-service"
1821version = "0.3.3"
1822source = "registry+https://github.com/rust-lang/crates.io-index"
1823checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1824
1825[[package]]
1826name = "tracing"
1827version = "0.1.44"
1828source = "registry+https://github.com/rust-lang/crates.io-index"
1829checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1830dependencies = [
1831 "pin-project-lite",
1832 "tracing-attributes",
1833 "tracing-core",
1834]
1835
1836[[package]]
1837name = "tracing-attributes"
1838version = "0.1.31"
1839source = "registry+https://github.com/rust-lang/crates.io-index"
1840checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
1841dependencies = [
1842 "proc-macro2",
1843 "quote",
1844 "syn",
1845]
1846
1847[[package]]
1848name = "tracing-core"
1849version = "0.1.36"
1850source = "registry+https://github.com/rust-lang/crates.io-index"
1851checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1852dependencies = [
1853 "once_cell",
1854 "valuable",
1855]
1856
1857[[package]]
1858name = "tracing-futures"
1859version = "0.2.5"
1860source = "registry+https://github.com/rust-lang/crates.io-index"
1861checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
1862dependencies = [
1863 "futures",
1864 "futures-task",
1865 "pin-project",
1866 "tracing",
1867]
1868
1869[[package]]
1870name = "tracing-log"
1871version = "0.2.0"
1872source = "registry+https://github.com/rust-lang/crates.io-index"
1873checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
1874dependencies = [
1875 "log",
1876 "once_cell",
1877 "tracing-core",
1878]
1879
1880[[package]]
1881name = "tracing-opentelemetry"
1882version = "0.32.1"
1883source = "registry+https://github.com/rust-lang/crates.io-index"
1884checksum = "1ac28f2d093c6c477eaa76b23525478f38de514fa9aeb1285738d4b97a9552fc"
1885dependencies = [
1886 "js-sys",
1887 "opentelemetry",
1888 "smallvec",
1889 "tracing",
1890 "tracing-core",
1891 "tracing-log",
1892 "tracing-subscriber",
1893 "web-time",
1894]
1895
1896[[package]]
1897name = "tracing-serde"
1898version = "0.2.0"
1899source = "registry+https://github.com/rust-lang/crates.io-index"
1900checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
1901dependencies = [
1902 "serde",
1903 "tracing-core",
1904]
1905
1906[[package]]
1907name = "tracing-subscriber"
1908version = "0.3.22"
1909source = "registry+https://github.com/rust-lang/crates.io-index"
1910checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
1911dependencies = [
1912 "matchers",
1913 "nu-ansi-term",
1914 "once_cell",
1915 "regex-automata",
1916 "serde",
1917 "serde_json",
1918 "sharded-slab",
1919 "smallvec",
1920 "thread_local",
1921 "tracing",
1922 "tracing-core",
1923 "tracing-log",
1924 "tracing-serde",
1925]
1926
1927[[package]]
1928name = "try-lock"
1929version = "0.2.5"
1930source = "registry+https://github.com/rust-lang/crates.io-index"
1931checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1932
1933[[package]]
1934name = "unicode-ident"
1935version = "1.0.24"
1936source = "registry+https://github.com/rust-lang/crates.io-index"
1937checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1938
1939[[package]]
1940name = "unicode-segmentation"
1941version = "1.12.0"
1942source = "registry+https://github.com/rust-lang/crates.io-index"
1943checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
1944
1945[[package]]
1946name = "unicode-xid"
1947version = "0.2.6"
1948source = "registry+https://github.com/rust-lang/crates.io-index"
1949checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
1950
1951[[package]]
1952name = "uuid"
1953version = "1.21.0"
1954source = "registry+https://github.com/rust-lang/crates.io-index"
1955checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb"
1956dependencies = [
1957 "getrandom 0.4.1",
1958 "js-sys",
1959 "rand 0.9.2",
1960 "wasm-bindgen",
1961]
1962
1963[[package]]
1964name = "valuable"
1965version = "0.1.1"
1966source = "registry+https://github.com/rust-lang/crates.io-index"
1967checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
1968
1969[[package]]
1970name = "want"
1971version = "0.3.1"
1972source = "registry+https://github.com/rust-lang/crates.io-index"
1973checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
1974dependencies = [
1975 "try-lock",
1976]
1977
1978[[package]]
1979name = "wasi"
1980version = "0.11.1+wasi-snapshot-preview1"
1981source = "registry+https://github.com/rust-lang/crates.io-index"
1982checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1983
1984[[package]]
1985name = "wasip2"
1986version = "1.0.2+wasi-0.2.9"
1987source = "registry+https://github.com/rust-lang/crates.io-index"
1988checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
1989dependencies = [
1990 "wit-bindgen",
1991]
1992
1993[[package]]
1994name = "wasip3"
1995version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
1996source = "registry+https://github.com/rust-lang/crates.io-index"
1997checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
1998dependencies = [
1999 "wit-bindgen",
2000]
2001
2002[[package]]
2003name = "wasm-bindgen"
2004version = "0.2.114"
2005source = "registry+https://github.com/rust-lang/crates.io-index"
2006checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e"
2007dependencies = [
2008 "cfg-if",
2009 "once_cell",
2010 "rustversion",
2011 "wasm-bindgen-macro",
2012 "wasm-bindgen-shared",
2013]
2014
2015[[package]]
2016name = "wasm-bindgen-macro"
2017version = "0.2.114"
2018source = "registry+https://github.com/rust-lang/crates.io-index"
2019checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6"
2020dependencies = [
2021 "quote",
2022 "wasm-bindgen-macro-support",
2023]
2024
2025[[package]]
2026name = "wasm-bindgen-macro-support"
2027version = "0.2.114"
2028source = "registry+https://github.com/rust-lang/crates.io-index"
2029checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3"
2030dependencies = [
2031 "bumpalo",
2032 "proc-macro2",
2033 "quote",
2034 "syn",
2035 "wasm-bindgen-shared",
2036]
2037
2038[[package]]
2039name = "wasm-bindgen-shared"
2040version = "0.2.114"
2041source = "registry+https://github.com/rust-lang/crates.io-index"
2042checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16"
2043dependencies = [
2044 "unicode-ident",
2045]
2046
2047[[package]]
2048name = "wasm-encoder"
2049version = "0.244.0"
2050source = "registry+https://github.com/rust-lang/crates.io-index"
2051checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
2052dependencies = [
2053 "leb128fmt",
2054 "wasmparser",
2055]
2056
2057[[package]]
2058name = "wasm-metadata"
2059version = "0.244.0"
2060source = "registry+https://github.com/rust-lang/crates.io-index"
2061checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
2062dependencies = [
2063 "anyhow",
2064 "indexmap",
2065 "wasm-encoder",
2066 "wasmparser",
2067]
2068
2069[[package]]
2070name = "wasmparser"
2071version = "0.244.0"
2072source = "registry+https://github.com/rust-lang/crates.io-index"
2073checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
2074dependencies = [
2075 "bitflags",
2076 "hashbrown 0.15.5",
2077 "indexmap",
2078 "semver",
2079]
2080
2081[[package]]
2082name = "web-time"
2083version = "1.1.0"
2084source = "registry+https://github.com/rust-lang/crates.io-index"
2085checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2086dependencies = [
2087 "js-sys",
2088 "wasm-bindgen",
2089]
2090
2091[[package]]
2092name = "winapi"
2093version = "0.3.9"
2094source = "registry+https://github.com/rust-lang/crates.io-index"
2095checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2096dependencies = [
2097 "winapi-i686-pc-windows-gnu",
2098 "winapi-x86_64-pc-windows-gnu",
2099]
2100
2101[[package]]
2102name = "winapi-i686-pc-windows-gnu"
2103version = "0.4.0"
2104source = "registry+https://github.com/rust-lang/crates.io-index"
2105checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2106
2107[[package]]
2108name = "winapi-x86_64-pc-windows-gnu"
2109version = "0.4.0"
2110source = "registry+https://github.com/rust-lang/crates.io-index"
2111checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2112
2113[[package]]
2114name = "windows-link"
2115version = "0.2.1"
2116source = "registry+https://github.com/rust-lang/crates.io-index"
2117checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2118
2119[[package]]
2120name = "windows-sys"
2121version = "0.60.2"
2122source = "registry+https://github.com/rust-lang/crates.io-index"
2123checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
2124dependencies = [
2125 "windows-targets",
2126]
2127
2128[[package]]
2129name = "windows-sys"
2130version = "0.61.2"
2131source = "registry+https://github.com/rust-lang/crates.io-index"
2132checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2133dependencies = [
2134 "windows-link",
2135]
2136
2137[[package]]
2138name = "windows-targets"
2139version = "0.53.5"
2140source = "registry+https://github.com/rust-lang/crates.io-index"
2141checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
2142dependencies = [
2143 "windows-link",
2144 "windows_aarch64_gnullvm",
2145 "windows_aarch64_msvc",
2146 "windows_i686_gnu",
2147 "windows_i686_gnullvm",
2148 "windows_i686_msvc",
2149 "windows_x86_64_gnu",
2150 "windows_x86_64_gnullvm",
2151 "windows_x86_64_msvc",
2152]
2153
2154[[package]]
2155name = "windows_aarch64_gnullvm"
2156version = "0.53.1"
2157source = "registry+https://github.com/rust-lang/crates.io-index"
2158checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
2159
2160[[package]]
2161name = "windows_aarch64_msvc"
2162version = "0.53.1"
2163source = "registry+https://github.com/rust-lang/crates.io-index"
2164checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
2165
2166[[package]]
2167name = "windows_i686_gnu"
2168version = "0.53.1"
2169source = "registry+https://github.com/rust-lang/crates.io-index"
2170checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
2171
2172[[package]]
2173name = "windows_i686_gnullvm"
2174version = "0.53.1"
2175source = "registry+https://github.com/rust-lang/crates.io-index"
2176checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
2177
2178[[package]]
2179name = "windows_i686_msvc"
2180version = "0.53.1"
2181source = "registry+https://github.com/rust-lang/crates.io-index"
2182checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
2183
2184[[package]]
2185name = "windows_x86_64_gnu"
2186version = "0.53.1"
2187source = "registry+https://github.com/rust-lang/crates.io-index"
2188checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
2189
2190[[package]]
2191name = "windows_x86_64_gnullvm"
2192version = "0.53.1"
2193source = "registry+https://github.com/rust-lang/crates.io-index"
2194checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
2195
2196[[package]]
2197name = "windows_x86_64_msvc"
2198version = "0.53.1"
2199source = "registry+https://github.com/rust-lang/crates.io-index"
2200checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
2201
2202[[package]]
2203name = "winnow"
2204version = "0.7.14"
2205source = "registry+https://github.com/rust-lang/crates.io-index"
2206checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
2207dependencies = [
2208 "memchr",
2209]
2210
2211[[package]]
2212name = "wit-bindgen"
2213version = "0.51.0"
2214source = "registry+https://github.com/rust-lang/crates.io-index"
2215checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
2216dependencies = [
2217 "wit-bindgen-rust-macro",
2218]
2219
2220[[package]]
2221name = "wit-bindgen-core"
2222version = "0.51.0"
2223source = "registry+https://github.com/rust-lang/crates.io-index"
2224checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
2225dependencies = [
2226 "anyhow",
2227 "heck",
2228 "wit-parser",
2229]
2230
2231[[package]]
2232name = "wit-bindgen-rust"
2233version = "0.51.0"
2234source = "registry+https://github.com/rust-lang/crates.io-index"
2235checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
2236dependencies = [
2237 "anyhow",
2238 "heck",
2239 "indexmap",
2240 "prettyplease",
2241 "syn",
2242 "wasm-metadata",
2243 "wit-bindgen-core",
2244 "wit-component",
2245]
2246
2247[[package]]
2248name = "wit-bindgen-rust-macro"
2249version = "0.51.0"
2250source = "registry+https://github.com/rust-lang/crates.io-index"
2251checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
2252dependencies = [
2253 "anyhow",
2254 "prettyplease",
2255 "proc-macro2",
2256 "quote",
2257 "syn",
2258 "wit-bindgen-core",
2259 "wit-bindgen-rust",
2260]
2261
2262[[package]]
2263name = "wit-component"
2264version = "0.244.0"
2265source = "registry+https://github.com/rust-lang/crates.io-index"
2266checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
2267dependencies = [
2268 "anyhow",
2269 "bitflags",
2270 "indexmap",
2271 "log",
2272 "serde",
2273 "serde_derive",
2274 "serde_json",
2275 "wasm-encoder",
2276 "wasm-metadata",
2277 "wasmparser",
2278 "wit-parser",
2279]
2280
2281[[package]]
2282name = "wit-parser"
2283version = "0.244.0"
2284source = "registry+https://github.com/rust-lang/crates.io-index"
2285checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
2286dependencies = [
2287 "anyhow",
2288 "id-arena",
2289 "indexmap",
2290 "log",
2291 "semver",
2292 "serde",
2293 "serde_derive",
2294 "serde_json",
2295 "unicode-xid",
2296 "wasmparser",
2297]
2298
2299[[package]]
2300name = "wyrand"
2301version = "0.4.1"
2302source = "registry+https://github.com/rust-lang/crates.io-index"
2303checksum = "b5484c3d24f0e2e117d30bce6f8792e193be33e2b6e0b3f8945ccf265c56c6da"
2304dependencies = [
2305 "rand_core 0.10.0",
2306]
2307
2308[[package]]
2309name = "zerocopy"
2310version = "0.8.40"
2311source = "registry+https://github.com/rust-lang/crates.io-index"
2312checksum = "a789c6e490b576db9f7e6b6d661bcc9799f7c0ac8352f56ea20193b2681532e5"
2313dependencies = [
2314 "zerocopy-derive",
2315]
2316
2317[[package]]
2318name = "zerocopy-derive"
2319version = "0.8.40"
2320source = "registry+https://github.com/rust-lang/crates.io-index"
2321checksum = "f65c489a7071a749c849713807783f70672b28094011623e200cb86dcb835953"
2322dependencies = [
2323 "proc-macro2",
2324 "quote",
2325 "syn",
2326]
2327
2328[[package]]
2329name = "zmij"
2330version = "1.0.21"
2331source = "registry+https://github.com/rust-lang/crates.io-index"
2332checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
2333
2334[[package]]
2335name = "zstd"
2336version = "0.13.3"
2337source = "registry+https://github.com/rust-lang/crates.io-index"
2338checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
2339dependencies = [
2340 "zstd-safe",
2341]
2342
2343[[package]]
2344name = "zstd-safe"
2345version = "7.2.4"
2346source = "registry+https://github.com/rust-lang/crates.io-index"
2347checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
2348dependencies = [
2349 "zstd-sys",
2350]
2351
2352[[package]]
2353name = "zstd-sys"
2354version = "2.0.16+zstd.1.5.7"
2355source = "registry+https://github.com/rust-lang/crates.io-index"
2356checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
2357dependencies = [
2358 "cc",
2359 "pkg-config",
2360]