This repository has no description
218 kB
9460 lines
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "adler2"
7version = "2.0.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
11[[package]]
12name = "aead"
13version = "0.6.1"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "1973cfbc1a2daf9cf550e74e1f088c28e7f7d8c1e1418fb6c9dc5184b7e84c99"
16dependencies = [
17 "crypto-common 0.2.2",
18 "inout",
19]
20
21[[package]]
22name = "aes"
23version = "0.9.1"
24source = "registry+https://github.com/rust-lang/crates.io-index"
25checksum = "f1fc76eaeac4c9164506c466d4ffdd8ec9d0c5bf57ee97177c4d8eceb3a0e138"
26dependencies = [
27 "cipher",
28 "cpubits",
29 "cpufeatures 0.3.0",
30 "zeroize",
31]
32
33[[package]]
34name = "aes-gcm"
35version = "0.11.0-rc.4"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "da8c919c118108f144adecad74b425b804ad075580d605d9b33c2d6d1c62a2f8"
38dependencies = [
39 "aead",
40 "aes",
41 "cipher",
42 "ctr",
43 "ghash",
44 "subtle",
45 "zeroize",
46]
47
48[[package]]
49name = "ahash"
50version = "0.8.12"
51source = "registry+https://github.com/rust-lang/crates.io-index"
52checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
53dependencies = [
54 "cfg-if",
55 "getrandom 0.3.4",
56 "once_cell",
57 "version_check",
58 "zerocopy",
59]
60
61[[package]]
62name = "aho-corasick"
63version = "1.1.4"
64source = "registry+https://github.com/rust-lang/crates.io-index"
65checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
66dependencies = [
67 "memchr",
68]
69
70[[package]]
71name = "alloc-no-stdlib"
72version = "2.0.4"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
75
76[[package]]
77name = "alloc-stdlib"
78version = "0.2.4"
79source = "registry+https://github.com/rust-lang/crates.io-index"
80checksum = "0e76a019e91224d279006ff972f1e984179a6e9feb050adba6ce8274aef23195"
81dependencies = [
82 "alloc-no-stdlib",
83]
84
85[[package]]
86name = "alloca"
87version = "0.4.0"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "e5a7d05ea6aea7e9e64d25b9156ba2fee3fdd659e34e41063cd2fc7cd020d7f4"
90dependencies = [
91 "cc",
92]
93
94[[package]]
95name = "allocator-api2"
96version = "0.2.21"
97source = "registry+https://github.com/rust-lang/crates.io-index"
98checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
99
100[[package]]
101name = "android_system_properties"
102version = "0.1.5"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
105dependencies = [
106 "libc",
107]
108
109[[package]]
110name = "anes"
111version = "0.1.6"
112source = "registry+https://github.com/rust-lang/crates.io-index"
113checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
114
115[[package]]
116name = "anstream"
117version = "1.0.0"
118source = "registry+https://github.com/rust-lang/crates.io-index"
119checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
120dependencies = [
121 "anstyle",
122 "anstyle-parse",
123 "anstyle-query",
124 "anstyle-wincon",
125 "colorchoice",
126 "is_terminal_polyfill",
127 "utf8parse",
128]
129
130[[package]]
131name = "anstyle"
132version = "1.0.14"
133source = "registry+https://github.com/rust-lang/crates.io-index"
134checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
135
136[[package]]
137name = "anstyle-parse"
138version = "1.0.0"
139source = "registry+https://github.com/rust-lang/crates.io-index"
140checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
141dependencies = [
142 "utf8parse",
143]
144
145[[package]]
146name = "anstyle-query"
147version = "1.1.5"
148source = "registry+https://github.com/rust-lang/crates.io-index"
149checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
150dependencies = [
151 "windows-sys 0.61.2",
152]
153
154[[package]]
155name = "anstyle-wincon"
156version = "3.0.11"
157source = "registry+https://github.com/rust-lang/crates.io-index"
158checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
159dependencies = [
160 "anstyle",
161 "once_cell_polyfill",
162 "windows-sys 0.61.2",
163]
164
165[[package]]
166name = "antlr4rust"
167version = "0.5.2"
168source = "registry+https://github.com/rust-lang/crates.io-index"
169checksum = "093d520274bfff7278d776f7ea12981a0a0a6f96db90964658e0f38fc6e9a6a6"
170dependencies = [
171 "better_any",
172 "bit-set",
173 "byteorder",
174 "lazy_static",
175 "murmur3",
176 "once_cell",
177 "parking_lot",
178 "typed-arena",
179 "uuid",
180]
181
182[[package]]
183name = "anyhow"
184version = "1.0.102"
185source = "registry+https://github.com/rust-lang/crates.io-index"
186checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
187
188[[package]]
189name = "arc-swap"
190version = "1.9.1"
191source = "registry+https://github.com/rust-lang/crates.io-index"
192checksum = "6a3a1fd6f75306b68087b831f025c712524bcb19aad54e557b1129cfa0a2b207"
193dependencies = [
194 "rustversion",
195]
196
197[[package]]
198name = "argon2"
199version = "0.6.0-rc.8"
200source = "registry+https://github.com/rust-lang/crates.io-index"
201checksum = "7af50940b73bf4e16c15c448a2b121c63f2d68e3e54b6a8731673cb4aa0cdff5"
202dependencies = [
203 "base64ct",
204 "blake2",
205 "cpufeatures 0.3.0",
206 "password-hash",
207]
208
209[[package]]
210name = "arrayvec"
211version = "0.7.7"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "f02882884d3e1bc524fb12c79f107f6ad0e1cfd498c536ffb494301740995dfe"
214
215[[package]]
216name = "asn1-rs"
217version = "0.6.2"
218source = "registry+https://github.com/rust-lang/crates.io-index"
219checksum = "5493c3bedbacf7fd7382c6346bbd66687d12bbaad3a89a2d2c303ee6cf20b048"
220dependencies = [
221 "asn1-rs-derive 0.5.1",
222 "asn1-rs-impl",
223 "displaydoc",
224 "nom",
225 "num-traits",
226 "rusticata-macros",
227 "thiserror 1.0.69",
228 "time",
229]
230
231[[package]]
232name = "asn1-rs"
233version = "0.7.2"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "b7f43a50ac4fdca5df8e885c21b835997f0a1cdee65494a6847694a98652d9d8"
236dependencies = [
237 "asn1-rs-derive 0.6.0",
238 "asn1-rs-impl",
239 "displaydoc",
240 "nom",
241 "num-traits",
242 "rusticata-macros",
243 "thiserror 2.0.18",
244 "time",
245]
246
247[[package]]
248name = "asn1-rs-derive"
249version = "0.5.1"
250source = "registry+https://github.com/rust-lang/crates.io-index"
251checksum = "965c2d33e53cb6b267e148a4cb0760bc01f4904c1cd4bb4002a085bb016d1490"
252dependencies = [
253 "proc-macro2",
254 "quote",
255 "syn 2.0.118",
256 "synstructure",
257]
258
259[[package]]
260name = "asn1-rs-derive"
261version = "0.6.0"
262source = "registry+https://github.com/rust-lang/crates.io-index"
263checksum = "3109e49b1e4909e9db6515a30c633684d68cdeaa252f215214cb4fa1a5bfee2c"
264dependencies = [
265 "proc-macro2",
266 "quote",
267 "syn 2.0.118",
268 "synstructure",
269]
270
271[[package]]
272name = "asn1-rs-impl"
273version = "0.2.0"
274source = "registry+https://github.com/rust-lang/crates.io-index"
275checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7"
276dependencies = [
277 "proc-macro2",
278 "quote",
279 "syn 2.0.118",
280]
281
282[[package]]
283name = "assert-json-diff"
284version = "2.0.2"
285source = "registry+https://github.com/rust-lang/crates.io-index"
286checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12"
287dependencies = [
288 "serde",
289 "serde_json",
290]
291
292[[package]]
293name = "async-channel"
294version = "2.5.0"
295source = "registry+https://github.com/rust-lang/crates.io-index"
296checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
297dependencies = [
298 "concurrent-queue",
299 "event-listener-strategy",
300 "futures-core",
301 "pin-project-lite",
302]
303
304[[package]]
305name = "async-compression"
306version = "0.4.42"
307source = "registry+https://github.com/rust-lang/crates.io-index"
308checksum = "e79b3f8a79cccc2898f31920fc69f304859b3bd567490f75ebf51ae1c792a9ac"
309dependencies = [
310 "compression-codecs",
311 "compression-core",
312 "pin-project-lite",
313 "tokio",
314]
315
316[[package]]
317name = "async-http-codec"
318version = "0.8.0"
319source = "registry+https://github.com/rust-lang/crates.io-index"
320checksum = "096146020b08dbc4587685b0730a7ba905625af13c65f8028035cdfd69573c91"
321dependencies = [
322 "anyhow",
323 "futures",
324 "http",
325 "httparse",
326 "log",
327]
328
329[[package]]
330name = "async-io"
331version = "2.6.0"
332source = "registry+https://github.com/rust-lang/crates.io-index"
333checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
334dependencies = [
335 "autocfg",
336 "cfg-if",
337 "concurrent-queue",
338 "futures-io",
339 "futures-lite",
340 "parking",
341 "polling",
342 "rustix",
343 "slab",
344 "windows-sys 0.61.2",
345]
346
347[[package]]
348name = "async-lock"
349version = "3.4.2"
350source = "registry+https://github.com/rust-lang/crates.io-index"
351checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
352dependencies = [
353 "event-listener",
354 "event-listener-strategy",
355 "pin-project-lite",
356]
357
358[[package]]
359name = "async-net"
360version = "2.0.0"
361source = "registry+https://github.com/rust-lang/crates.io-index"
362checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
363dependencies = [
364 "async-io",
365 "blocking",
366 "futures-lite",
367]
368
369[[package]]
370name = "async-task"
371version = "4.7.1"
372source = "registry+https://github.com/rust-lang/crates.io-index"
373checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
374
375[[package]]
376name = "async-trait"
377version = "0.1.89"
378source = "registry+https://github.com/rust-lang/crates.io-index"
379checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
380dependencies = [
381 "proc-macro2",
382 "quote",
383 "syn 2.0.118",
384]
385
386[[package]]
387name = "async-web-client"
388version = "0.6.3"
389source = "registry+https://github.com/rust-lang/crates.io-index"
390checksum = "8caf502b44d6d4be6154ac33af012cbb5fef11e6066edcfb42834217fbaf501b"
391dependencies = [
392 "async-http-codec",
393 "async-net",
394 "futures",
395 "futures-rustls",
396 "http",
397 "lazy_static",
398 "log",
399 "rustls-pki-types",
400 "serde",
401 "thiserror 1.0.69",
402 "webpki-roots 0.26.11",
403]
404
405[[package]]
406name = "atomic-polyfill"
407version = "1.0.3"
408source = "registry+https://github.com/rust-lang/crates.io-index"
409checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4"
410dependencies = [
411 "critical-section",
412]
413
414[[package]]
415name = "atomic-waker"
416version = "1.1.2"
417source = "registry+https://github.com/rust-lang/crates.io-index"
418checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
419
420[[package]]
421name = "autocfg"
422version = "1.5.1"
423source = "registry+https://github.com/rust-lang/crates.io-index"
424checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
425
426[[package]]
427name = "aws-lc-rs"
428version = "1.17.0"
429source = "registry+https://github.com/rust-lang/crates.io-index"
430checksum = "5ec2f1fc3ec205783a5da9a7e6c1509cc69dedf09a1949e412c1e18469326d00"
431dependencies = [
432 "aws-lc-sys",
433 "untrusted 0.7.1",
434 "zeroize",
435]
436
437[[package]]
438name = "aws-lc-sys"
439version = "0.41.0"
440source = "registry+https://github.com/rust-lang/crates.io-index"
441checksum = "1a2f9779ce85b93ab6170dd940ad0169b5766ff848247aff13bb788b832fe3f4"
442dependencies = [
443 "cc",
444 "cmake",
445 "dunce",
446 "fs_extra",
447]
448
449[[package]]
450name = "axum"
451version = "0.8.9"
452source = "registry+https://github.com/rust-lang/crates.io-index"
453checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90"
454dependencies = [
455 "axum-core",
456 "base64",
457 "bytes",
458 "form_urlencoded",
459 "futures-util",
460 "http",
461 "http-body",
462 "http-body-util",
463 "hyper",
464 "hyper-util",
465 "itoa",
466 "matchit",
467 "memchr",
468 "mime",
469 "percent-encoding",
470 "pin-project-lite",
471 "serde_core",
472 "serde_json",
473 "serde_path_to_error",
474 "serde_urlencoded",
475 "sha1 0.10.6",
476 "sync_wrapper",
477 "tokio",
478 "tokio-tungstenite 0.29.0",
479 "tower",
480 "tower-layer",
481 "tower-service",
482 "tracing",
483]
484
485[[package]]
486name = "axum-core"
487version = "0.5.6"
488source = "registry+https://github.com/rust-lang/crates.io-index"
489checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
490dependencies = [
491 "bytes",
492 "futures-core",
493 "http",
494 "http-body",
495 "http-body-util",
496 "mime",
497 "pin-project-lite",
498 "sync_wrapper",
499 "tower-layer",
500 "tower-service",
501 "tracing",
502]
503
504[[package]]
505name = "base-x"
506version = "0.2.11"
507source = "registry+https://github.com/rust-lang/crates.io-index"
508checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
509
510[[package]]
511name = "base16ct"
512version = "0.2.0"
513source = "registry+https://github.com/rust-lang/crates.io-index"
514checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
515
516[[package]]
517name = "base16ct"
518version = "1.0.0"
519source = "registry+https://github.com/rust-lang/crates.io-index"
520checksum = "fd307490d624467aa6f74b0eabb77633d1f758a7b25f12bceb0b22e08d9726f6"
521
522[[package]]
523name = "base256emoji"
524version = "1.0.2"
525source = "registry+https://github.com/rust-lang/crates.io-index"
526checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c"
527dependencies = [
528 "const-str",
529 "match-lookup",
530]
531
532[[package]]
533name = "base32"
534version = "0.5.1"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "022dfe9eb35f19ebbcb51e0b40a5ab759f46ad60cadf7297e0bd085afb50e076"
537
538[[package]]
539name = "base64"
540version = "0.22.1"
541source = "registry+https://github.com/rust-lang/crates.io-index"
542checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
543
544[[package]]
545name = "base64ct"
546version = "1.8.3"
547source = "registry+https://github.com/rust-lang/crates.io-index"
548checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
549
550[[package]]
551name = "bcrypt-pbkdf"
552version = "0.11.0"
553source = "registry+https://github.com/rust-lang/crates.io-index"
554checksum = "144e573728da132683b9488acd528274c790e07fc06ff81ee29f9d8f8b1041e0"
555dependencies = [
556 "blowfish",
557 "pbkdf2",
558 "sha2 0.11.0",
559]
560
561[[package]]
562name = "better_any"
563version = "0.2.1"
564source = "registry+https://github.com/rust-lang/crates.io-index"
565checksum = "4372b9543397a4b86050cc5e7ee36953edf4bac9518e8a774c2da694977fb6e4"
566
567[[package]]
568name = "bit-set"
569version = "0.8.0"
570source = "registry+https://github.com/rust-lang/crates.io-index"
571checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
572dependencies = [
573 "bit-vec 0.8.0",
574]
575
576[[package]]
577name = "bit-vec"
578version = "0.8.0"
579source = "registry+https://github.com/rust-lang/crates.io-index"
580checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
581
582[[package]]
583name = "bit-vec"
584version = "0.9.1"
585source = "registry+https://github.com/rust-lang/crates.io-index"
586checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
587dependencies = [
588 "serde",
589]
590
591[[package]]
592name = "bitflags"
593version = "1.3.2"
594source = "registry+https://github.com/rust-lang/crates.io-index"
595checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
596
597[[package]]
598name = "bitflags"
599version = "2.13.0"
600source = "registry+https://github.com/rust-lang/crates.io-index"
601checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
602
603[[package]]
604name = "bitpacking"
605version = "0.9.3"
606source = "registry+https://github.com/rust-lang/crates.io-index"
607checksum = "96a7139abd3d9cebf8cd6f920a389cf3dc9576172e32f4563f188cae3c3eb019"
608dependencies = [
609 "crunchy",
610]
611
612[[package]]
613name = "blake2"
614version = "0.11.0-rc.6"
615source = "registry+https://github.com/rust-lang/crates.io-index"
616checksum = "061f1a09225e328e1ffbb378d2d49923c0ca5fee19fb5ac1cc9c1e9d52b93690"
617dependencies = [
618 "digest 0.11.3",
619]
620
621[[package]]
622name = "block-buffer"
623version = "0.10.4"
624source = "registry+https://github.com/rust-lang/crates.io-index"
625checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
626dependencies = [
627 "generic-array 0.14.9",
628]
629
630[[package]]
631name = "block-buffer"
632version = "0.12.1"
633source = "registry+https://github.com/rust-lang/crates.io-index"
634checksum = "d2f6c7dbe95a6ed67ad9f18e57daf93a2f034c524b99fd2b76d18fdfeb6660aa"
635dependencies = [
636 "hybrid-array",
637 "zeroize",
638]
639
640[[package]]
641name = "block-padding"
642version = "0.4.2"
643source = "registry+https://github.com/rust-lang/crates.io-index"
644checksum = "710f1dd022ef4e93f8a438b4ba958de7f64308434fa6a87104481645cc30068b"
645dependencies = [
646 "hybrid-array",
647]
648
649[[package]]
650name = "blocking"
651version = "1.6.2"
652source = "registry+https://github.com/rust-lang/crates.io-index"
653checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
654dependencies = [
655 "async-channel",
656 "async-task",
657 "futures-io",
658 "futures-lite",
659 "piper",
660]
661
662[[package]]
663name = "blowfish"
664version = "0.10.0"
665source = "registry+https://github.com/rust-lang/crates.io-index"
666checksum = "62ce3946557b35e71d1bbe07ec385073ce9eda05043f95de134eb578fcf1a298"
667dependencies = [
668 "byteorder",
669 "cipher",
670]
671
672[[package]]
673name = "bobbin"
674version = "0.0.1"
675dependencies = [
676 "anyhow",
677 "axum",
678 "bobbin-edge-index",
679 "bobbin-ingest",
680 "bobbin-knot-ingest",
681 "bobbin-knot-proxy",
682 "bobbin-record-lru",
683 "bobbin-runtime",
684 "bobbin-search",
685 "bobbin-slingshot-client",
686 "bobbin-xrpc",
687 "clap",
688 "confique",
689 "futures",
690 "rustls",
691 "serde",
692 "socket2",
693 "thiserror 2.0.18",
694 "tikv-jemalloc-ctl",
695 "tikv-jemallocator",
696 "tokio",
697 "tokio-util",
698 "toml",
699 "tracing",
700 "tracing-subscriber",
701 "url",
702]
703
704[[package]]
705name = "bobbin-edge-index"
706version = "0.0.1"
707dependencies = [
708 "bobbin-runtime",
709 "bobbin-types",
710 "either",
711 "jacquard-common",
712 "lasso",
713 "scc",
714 "smallvec",
715 "thiserror 2.0.18",
716 "tokio",
717]
718
719[[package]]
720name = "bobbin-ingest"
721version = "0.0.1"
722dependencies = [
723 "bobbin-edge-index",
724 "bobbin-knot-ingest",
725 "bobbin-record-lru",
726 "bobbin-resolver",
727 "bobbin-runtime",
728 "bobbin-slingshot-client",
729 "bobbin-types",
730 "bytes",
731 "chrono",
732 "criterion",
733 "futures",
734 "jacquard-common",
735 "scc",
736 "serde",
737 "serde_json",
738 "thiserror 2.0.18",
739 "tokio",
740 "tokio-stream",
741 "tokio-util",
742 "tracing",
743 "tracing-subscriber",
744 "url",
745 "wiremock",
746]
747
748[[package]]
749name = "bobbin-knot-ingest"
750version = "0.0.1"
751dependencies = [
752 "bobbin-edge-index",
753 "bobbin-knot-proxy",
754 "bobbin-runtime",
755 "bobbin-types",
756 "bytes",
757 "chrono",
758 "futures",
759 "http",
760 "jacquard-common",
761 "reqwest 0.13.1",
762 "serde",
763 "serde_json",
764 "thiserror 2.0.18",
765 "tokio",
766 "tokio-util",
767 "tracing",
768 "url",
769 "wiremock",
770]
771
772[[package]]
773name = "bobbin-knot-proxy"
774version = "0.0.1"
775dependencies = [
776 "bobbin-runtime",
777 "bytes",
778 "futures",
779 "http",
780 "jacquard-common",
781 "reqwest 0.13.1",
782 "scc",
783 "thiserror 2.0.18",
784 "tokio",
785 "url",
786 "wiremock",
787]
788
789[[package]]
790name = "bobbin-record-lru"
791version = "0.0.1"
792dependencies = [
793 "bobbin-types",
794 "bytes",
795 "jacquard-common",
796 "quick_cache",
797 "zstd",
798]
799
800[[package]]
801name = "bobbin-resolver"
802version = "0.0.1"
803dependencies = [
804 "bobbin-runtime",
805 "bobbin-slingshot-client",
806 "bobbin-types",
807 "jacquard-common",
808 "scc",
809 "serde_json",
810 "tokio",
811 "tracing",
812 "url",
813 "wiremock",
814]
815
816[[package]]
817name = "bobbin-runtime"
818version = "0.0.1"
819dependencies = [
820 "ahash",
821 "bytes",
822 "futures",
823 "getrandom 0.4.3",
824 "http",
825 "reqwest 0.13.1",
826 "thiserror 2.0.18",
827 "tokio",
828 "tokio-tungstenite 0.29.0",
829 "url",
830]
831
832[[package]]
833name = "bobbin-search"
834version = "0.0.1"
835dependencies = [
836 "bobbin-runtime",
837 "bobbin-types",
838 "jacquard-common",
839 "tantivy",
840 "thiserror 2.0.18",
841 "tokio",
842 "tracing",
843]
844
845[[package]]
846name = "bobbin-sim"
847version = "0.0.1"
848dependencies = [
849 "bobbin-edge-index",
850 "bobbin-ingest",
851 "bobbin-record-lru",
852 "bobbin-runtime",
853 "bobbin-search",
854 "bobbin-slingshot-client",
855 "bobbin-types",
856 "bytes",
857 "clap",
858 "futures",
859 "http",
860 "jacquard-common",
861 "serde",
862 "serde_json",
863 "thiserror 2.0.18",
864 "tokio",
865 "tokio-util",
866 "tracing",
867 "tracing-subscriber",
868 "url",
869]
870
871[[package]]
872name = "bobbin-slingshot-client"
873version = "0.0.1"
874dependencies = [
875 "bobbin-runtime",
876 "bobbin-types",
877 "bytes",
878 "cid",
879 "futures",
880 "http",
881 "jacquard-common",
882 "reqwest 0.13.1",
883 "serde",
884 "serde_json",
885 "thiserror 2.0.18",
886 "tokio",
887 "url",
888 "wiremock",
889]
890
891[[package]]
892name = "bobbin-types"
893version = "0.0.1"
894dependencies = [
895 "anyhow",
896 "bytes",
897 "chrono",
898 "cid",
899 "jacquard-common",
900 "jacquard-derive",
901 "jacquard-lexicon",
902 "miette",
903 "serde",
904 "serde_json",
905 "thiserror 2.0.18",
906 "walkdir",
907]
908
909[[package]]
910name = "bobbin-xrpc"
911version = "0.0.1"
912dependencies = [
913 "axum",
914 "bobbin-edge-index",
915 "bobbin-knot-proxy",
916 "bobbin-record-lru",
917 "bobbin-resolver",
918 "bobbin-runtime",
919 "bobbin-search",
920 "bobbin-slingshot-client",
921 "bobbin-types",
922 "chrono",
923 "futures",
924 "http",
925 "jacquard-common",
926 "serde",
927 "serde_json",
928 "thiserror 2.0.18",
929 "tokio",
930 "tower",
931 "tower-http 0.7.0",
932 "tracing",
933 "url",
934 "wiremock",
935]
936
937[[package]]
938name = "bon"
939version = "3.9.3"
940source = "registry+https://github.com/rust-lang/crates.io-index"
941checksum = "a602c73c7b0148ec6d12af6fd5cc7a46e2eacc8878271a999abac56eed12f561"
942dependencies = [
943 "bon-macros",
944 "rustversion",
945]
946
947[[package]]
948name = "bon-macros"
949version = "3.9.3"
950source = "registry+https://github.com/rust-lang/crates.io-index"
951checksum = "6dee98b0db6a962de883bf5d20362dee4d7ca0d12fe39a7c6c73c844e1cd7c1f"
952dependencies = [
953 "darling",
954 "ident_case",
955 "prettyplease",
956 "proc-macro2",
957 "quote",
958 "rustversion",
959 "syn 2.0.118",
960]
961
962[[package]]
963name = "borrow-or-share"
964version = "0.2.4"
965source = "registry+https://github.com/rust-lang/crates.io-index"
966checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
967
968[[package]]
969name = "borsh"
970version = "1.7.0"
971source = "registry+https://github.com/rust-lang/crates.io-index"
972checksum = "2f3f6da4992df95bbcd9af42a6c7dcb994498fc9048230405f3b36ff7cd3f145"
973dependencies = [
974 "bytes",
975 "cfg_aliases",
976]
977
978[[package]]
979name = "brotli"
980version = "8.0.4"
981source = "registry+https://github.com/rust-lang/crates.io-index"
982checksum = "5cc91aac060a7a1e25823bdccbfb6af1875b88f17c6daac97894eed8207166b3"
983dependencies = [
984 "alloc-no-stdlib",
985 "alloc-stdlib",
986 "brotli-decompressor",
987]
988
989[[package]]
990name = "brotli-decompressor"
991version = "5.0.3"
992source = "registry+https://github.com/rust-lang/crates.io-index"
993checksum = "3a32acac15fe1967bc3986b2a6347dffc965602354ea6f450ad07e8bfd253583"
994dependencies = [
995 "alloc-no-stdlib",
996 "alloc-stdlib",
997]
998
999[[package]]
1000name = "bs58"
1001version = "0.5.1"
1002source = "registry+https://github.com/rust-lang/crates.io-index"
1003checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
1004dependencies = [
1005 "tinyvec",
1006]
1007
1008[[package]]
1009name = "bstr"
1010version = "1.12.1"
1011source = "registry+https://github.com/rust-lang/crates.io-index"
1012checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
1013dependencies = [
1014 "memchr",
1015 "regex-automata",
1016 "serde",
1017]
1018
1019[[package]]
1020name = "bumpalo"
1021version = "3.20.3"
1022source = "registry+https://github.com/rust-lang/crates.io-index"
1023checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
1024
1025[[package]]
1026name = "byteorder"
1027version = "1.5.0"
1028source = "registry+https://github.com/rust-lang/crates.io-index"
1029checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
1030
1031[[package]]
1032name = "bytes"
1033version = "1.12.0"
1034source = "registry+https://github.com/rust-lang/crates.io-index"
1035checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593"
1036dependencies = [
1037 "serde",
1038]
1039
1040[[package]]
1041name = "bytesize"
1042version = "2.4.0"
1043source = "registry+https://github.com/rust-lang/crates.io-index"
1044checksum = "49e78e506b9d7633710dab98996f22f95f3d0f488e8f1aa162830556ed9fc14d"
1045
1046[[package]]
1047name = "cast"
1048version = "0.3.0"
1049source = "registry+https://github.com/rust-lang/crates.io-index"
1050checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
1051
1052[[package]]
1053name = "cbc"
1054version = "0.2.1"
1055source = "registry+https://github.com/rust-lang/crates.io-index"
1056checksum = "ce2dc9ee5f88d11e0beb842c88b33c8a5cf0d1329c4b19494af42b07dbfe8896"
1057dependencies = [
1058 "cipher",
1059]
1060
1061[[package]]
1062name = "cbor4ii"
1063version = "0.2.14"
1064source = "registry+https://github.com/rust-lang/crates.io-index"
1065checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4"
1066dependencies = [
1067 "serde",
1068]
1069
1070[[package]]
1071name = "cc"
1072version = "1.2.65"
1073source = "registry+https://github.com/rust-lang/crates.io-index"
1074checksum = "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96"
1075dependencies = [
1076 "find-msvc-tools",
1077 "jobserver",
1078 "libc",
1079 "shlex",
1080]
1081
1082[[package]]
1083name = "cel"
1084version = "0.12.0"
1085source = "registry+https://github.com/rust-lang/crates.io-index"
1086checksum = "ca1e5eda1b0f8476181bed1bfc9232a91d62ff0b9f1bc0e48afff3cbcb5b0b5c"
1087dependencies = [
1088 "antlr4rust",
1089 "base64",
1090 "chrono",
1091 "lazy_static",
1092 "nom",
1093 "paste",
1094 "regex",
1095 "serde",
1096 "serde_json",
1097 "thiserror 1.0.69",
1098]
1099
1100[[package]]
1101name = "census"
1102version = "0.4.2"
1103source = "registry+https://github.com/rust-lang/crates.io-index"
1104checksum = "4f4c707c6a209cbe82d10abd08e1ea8995e9ea937d2550646e02798948992be0"
1105
1106[[package]]
1107name = "cesu8"
1108version = "1.1.0"
1109source = "registry+https://github.com/rust-lang/crates.io-index"
1110checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
1111
1112[[package]]
1113name = "cfg-if"
1114version = "1.0.4"
1115source = "registry+https://github.com/rust-lang/crates.io-index"
1116checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
1117
1118[[package]]
1119name = "cfg_aliases"
1120version = "0.2.1"
1121source = "registry+https://github.com/rust-lang/crates.io-index"
1122checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
1123
1124[[package]]
1125name = "chacha20"
1126version = "0.10.0"
1127source = "registry+https://github.com/rust-lang/crates.io-index"
1128checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601"
1129dependencies = [
1130 "cfg-if",
1131 "cipher",
1132 "cpufeatures 0.3.0",
1133 "rand_core 0.10.1",
1134 "zeroize",
1135]
1136
1137[[package]]
1138name = "chrono"
1139version = "0.4.45"
1140source = "registry+https://github.com/rust-lang/crates.io-index"
1141checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
1142dependencies = [
1143 "iana-time-zone",
1144 "js-sys",
1145 "num-traits",
1146 "serde",
1147 "wasm-bindgen",
1148 "windows-link",
1149]
1150
1151[[package]]
1152name = "ciborium"
1153version = "0.2.2"
1154source = "registry+https://github.com/rust-lang/crates.io-index"
1155checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
1156dependencies = [
1157 "ciborium-io",
1158 "ciborium-ll",
1159 "serde",
1160]
1161
1162[[package]]
1163name = "ciborium-io"
1164version = "0.2.2"
1165source = "registry+https://github.com/rust-lang/crates.io-index"
1166checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
1167
1168[[package]]
1169name = "ciborium-ll"
1170version = "0.2.2"
1171source = "registry+https://github.com/rust-lang/crates.io-index"
1172checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
1173dependencies = [
1174 "ciborium-io",
1175 "half",
1176]
1177
1178[[package]]
1179name = "cid"
1180version = "0.11.3"
1181source = "registry+https://github.com/rust-lang/crates.io-index"
1182checksum = "21a304f95f84d169a6f31c4d0a30d784643aaa0bbc9c1e449a2c23e963ec4971"
1183dependencies = [
1184 "multibase",
1185 "multihash",
1186 "serde",
1187 "serde_bytes",
1188 "unsigned-varint",
1189]
1190
1191[[package]]
1192name = "cipher"
1193version = "0.5.2"
1194source = "registry+https://github.com/rust-lang/crates.io-index"
1195checksum = "e8cf2a2c93cd704877c0858356ed03480ff301ee950b43f1cbe4573b088bfa6c"
1196dependencies = [
1197 "block-buffer 0.12.1",
1198 "crypto-common 0.2.2",
1199 "inout",
1200 "zeroize",
1201]
1202
1203[[package]]
1204name = "clap"
1205version = "4.6.1"
1206source = "registry+https://github.com/rust-lang/crates.io-index"
1207checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
1208dependencies = [
1209 "clap_builder",
1210 "clap_derive",
1211]
1212
1213[[package]]
1214name = "clap_builder"
1215version = "4.6.0"
1216source = "registry+https://github.com/rust-lang/crates.io-index"
1217checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
1218dependencies = [
1219 "anstream",
1220 "anstyle",
1221 "clap_lex",
1222 "strsim",
1223 "terminal_size",
1224]
1225
1226[[package]]
1227name = "clap_derive"
1228version = "4.6.1"
1229source = "registry+https://github.com/rust-lang/crates.io-index"
1230checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9"
1231dependencies = [
1232 "heck",
1233 "proc-macro2",
1234 "quote",
1235 "syn 2.0.118",
1236]
1237
1238[[package]]
1239name = "clap_lex"
1240version = "1.1.0"
1241source = "registry+https://github.com/rust-lang/crates.io-index"
1242checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
1243
1244[[package]]
1245name = "clru"
1246version = "0.6.3"
1247source = "registry+https://github.com/rust-lang/crates.io-index"
1248checksum = "197fd99cb113a8d5d9b6376f3aa817f32c1078f2343b714fff7d2ca44fdf67d5"
1249dependencies = [
1250 "hashbrown 0.16.1",
1251]
1252
1253[[package]]
1254name = "cmake"
1255version = "0.1.58"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678"
1258dependencies = [
1259 "cc",
1260]
1261
1262[[package]]
1263name = "cmov"
1264version = "0.5.4"
1265source = "registry+https://github.com/rust-lang/crates.io-index"
1266checksum = "0c9ea0ac24bc397ab3c98583a3c9ba74fa56b09a4449bbe172b9b1ddb016027a"
1267
1268[[package]]
1269name = "cobs"
1270version = "0.3.0"
1271source = "registry+https://github.com/rust-lang/crates.io-index"
1272checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
1273dependencies = [
1274 "thiserror 2.0.18",
1275]
1276
1277[[package]]
1278name = "colorchoice"
1279version = "1.0.5"
1280source = "registry+https://github.com/rust-lang/crates.io-index"
1281checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
1282
1283[[package]]
1284name = "combine"
1285version = "4.6.7"
1286source = "registry+https://github.com/rust-lang/crates.io-index"
1287checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
1288dependencies = [
1289 "bytes",
1290 "memchr",
1291]
1292
1293[[package]]
1294name = "compression-codecs"
1295version = "0.4.38"
1296source = "registry+https://github.com/rust-lang/crates.io-index"
1297checksum = "ce2548391e9c1929c21bf6aa2680af86fe4c1b33e6cea9ac1cfeec0bd11218cf"
1298dependencies = [
1299 "brotli",
1300 "compression-core",
1301 "flate2",
1302 "memchr",
1303 "zstd",
1304 "zstd-safe",
1305]
1306
1307[[package]]
1308name = "compression-core"
1309version = "0.4.32"
1310source = "registry+https://github.com/rust-lang/crates.io-index"
1311checksum = "cc14f565cf027a105f7a44ccf9e5b424348421a1d8952a8fc9d499d313107789"
1312
1313[[package]]
1314name = "concurrent-queue"
1315version = "2.5.0"
1316source = "registry+https://github.com/rust-lang/crates.io-index"
1317checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
1318dependencies = [
1319 "crossbeam-utils",
1320]
1321
1322[[package]]
1323name = "condtype"
1324version = "1.3.0"
1325source = "registry+https://github.com/rust-lang/crates.io-index"
1326checksum = "baf0a07a401f374238ab8e2f11a104d2851bf9ce711ec69804834de8af45c7af"
1327
1328[[package]]
1329name = "confique"
1330version = "0.4.0"
1331source = "registry+https://github.com/rust-lang/crates.io-index"
1332checksum = "06b4f5ec222421e22bb0a8cbaa36b1d2b50fd45cdd30c915ded34108da78b29f"
1333dependencies = [
1334 "confique-macro",
1335 "serde",
1336 "toml",
1337]
1338
1339[[package]]
1340name = "confique-macro"
1341version = "0.0.13"
1342source = "registry+https://github.com/rust-lang/crates.io-index"
1343checksum = "e4d1754680cd218e7bcb4c960cc9bae3444b5197d64563dccccfdf83cab9e1a7"
1344dependencies = [
1345 "heck",
1346 "proc-macro2",
1347 "quote",
1348 "syn 2.0.118",
1349]
1350
1351[[package]]
1352name = "const-oid"
1353version = "0.9.6"
1354source = "registry+https://github.com/rust-lang/crates.io-index"
1355checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
1356
1357[[package]]
1358name = "const-oid"
1359version = "0.10.2"
1360source = "registry+https://github.com/rust-lang/crates.io-index"
1361checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c"
1362
1363[[package]]
1364name = "const-str"
1365version = "0.4.3"
1366source = "registry+https://github.com/rust-lang/crates.io-index"
1367checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3"
1368
1369[[package]]
1370name = "cordyceps"
1371version = "0.3.4"
1372source = "registry+https://github.com/rust-lang/crates.io-index"
1373checksum = "688d7fbb8092b8de775ef2536f36c8c31f2bc4006ece2e8d8ad2d17d00ce0a2a"
1374dependencies = [
1375 "loom",
1376 "tracing",
1377]
1378
1379[[package]]
1380name = "core-foundation"
1381version = "0.9.4"
1382source = "registry+https://github.com/rust-lang/crates.io-index"
1383checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
1384dependencies = [
1385 "core-foundation-sys",
1386 "libc",
1387]
1388
1389[[package]]
1390name = "core-foundation"
1391version = "0.10.1"
1392source = "registry+https://github.com/rust-lang/crates.io-index"
1393checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
1394dependencies = [
1395 "core-foundation-sys",
1396 "libc",
1397]
1398
1399[[package]]
1400name = "core-foundation-sys"
1401version = "0.8.7"
1402source = "registry+https://github.com/rust-lang/crates.io-index"
1403checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
1404
1405[[package]]
1406name = "cpubits"
1407version = "0.1.1"
1408source = "registry+https://github.com/rust-lang/crates.io-index"
1409checksum = "15b85f9c39137c3a891689859392b1bd49812121d0d61c9caf00d46ed5ce06ae"
1410
1411[[package]]
1412name = "cpufeatures"
1413version = "0.2.17"
1414source = "registry+https://github.com/rust-lang/crates.io-index"
1415checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
1416dependencies = [
1417 "libc",
1418]
1419
1420[[package]]
1421name = "cpufeatures"
1422version = "0.3.0"
1423source = "registry+https://github.com/rust-lang/crates.io-index"
1424checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
1425dependencies = [
1426 "libc",
1427]
1428
1429[[package]]
1430name = "crc32fast"
1431version = "1.5.0"
1432source = "registry+https://github.com/rust-lang/crates.io-index"
1433checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
1434dependencies = [
1435 "cfg-if",
1436]
1437
1438[[package]]
1439name = "criterion"
1440version = "0.8.2"
1441source = "registry+https://github.com/rust-lang/crates.io-index"
1442checksum = "950046b2aa2492f9a536f5f4f9a3de7b9e2476e575e05bd6c333371add4d98f3"
1443dependencies = [
1444 "alloca",
1445 "anes",
1446 "cast",
1447 "ciborium",
1448 "clap",
1449 "criterion-plot",
1450 "itertools 0.13.0",
1451 "num-traits",
1452 "oorandom",
1453 "page_size",
1454 "regex",
1455 "serde",
1456 "serde_json",
1457 "tinytemplate",
1458 "walkdir",
1459]
1460
1461[[package]]
1462name = "criterion-plot"
1463version = "0.8.2"
1464source = "registry+https://github.com/rust-lang/crates.io-index"
1465checksum = "d8d80a2f4f5b554395e47b5d8305bc3d27813bacb73493eb1001e8f76dae29ea"
1466dependencies = [
1467 "cast",
1468 "itertools 0.13.0",
1469]
1470
1471[[package]]
1472name = "critical-section"
1473version = "1.2.0"
1474source = "registry+https://github.com/rust-lang/crates.io-index"
1475checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
1476
1477[[package]]
1478name = "crossbeam-channel"
1479version = "0.5.15"
1480source = "registry+https://github.com/rust-lang/crates.io-index"
1481checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
1482dependencies = [
1483 "crossbeam-utils",
1484]
1485
1486[[package]]
1487name = "crossbeam-deque"
1488version = "0.8.7"
1489source = "registry+https://github.com/rust-lang/crates.io-index"
1490checksum = "5181e0de7b61eb03a81e347d6dd8797bae9da5146707b51077e2d71a54ec0ceb"
1491dependencies = [
1492 "crossbeam-epoch",
1493 "crossbeam-utils",
1494]
1495
1496[[package]]
1497name = "crossbeam-epoch"
1498version = "0.9.18"
1499source = "registry+https://github.com/rust-lang/crates.io-index"
1500checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
1501dependencies = [
1502 "crossbeam-utils",
1503]
1504
1505[[package]]
1506name = "crossbeam-utils"
1507version = "0.8.21"
1508source = "registry+https://github.com/rust-lang/crates.io-index"
1509checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
1510
1511[[package]]
1512name = "crunchy"
1513version = "0.2.4"
1514source = "registry+https://github.com/rust-lang/crates.io-index"
1515checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
1516
1517[[package]]
1518name = "crypto-bigint"
1519version = "0.5.5"
1520source = "registry+https://github.com/rust-lang/crates.io-index"
1521checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
1522dependencies = [
1523 "generic-array 0.14.9",
1524 "rand_core 0.6.4",
1525 "subtle",
1526 "zeroize",
1527]
1528
1529[[package]]
1530name = "crypto-bigint"
1531version = "0.7.4"
1532source = "registry+https://github.com/rust-lang/crates.io-index"
1533checksum = "97bb4a855e3b10f84c4e7e895a7de01db7f9a7b7eb7f73ed9773fd52ac686451"
1534dependencies = [
1535 "cpubits",
1536 "ctutils",
1537 "getrandom 0.4.3",
1538 "hybrid-array",
1539 "num-traits",
1540 "rand_core 0.10.1",
1541 "serdect",
1542 "subtle",
1543 "zeroize",
1544]
1545
1546[[package]]
1547name = "crypto-common"
1548version = "0.1.6"
1549source = "registry+https://github.com/rust-lang/crates.io-index"
1550checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
1551dependencies = [
1552 "generic-array 0.14.9",
1553 "typenum",
1554]
1555
1556[[package]]
1557name = "crypto-common"
1558version = "0.2.2"
1559source = "registry+https://github.com/rust-lang/crates.io-index"
1560checksum = "ce6e4c961d6cd6c9a86db418387425e8bdeaf05b3c8bc1411e6dca4c252f1453"
1561dependencies = [
1562 "getrandom 0.4.3",
1563 "hybrid-array",
1564 "rand_core 0.10.1",
1565]
1566
1567[[package]]
1568name = "crypto-primes"
1569version = "0.7.2"
1570source = "registry+https://github.com/rust-lang/crates.io-index"
1571checksum = "3633a51a39c69ebbaa4feaa694bd83d241e4093901c84a0963b19d9bb3f0cf8f"
1572dependencies = [
1573 "crypto-bigint 0.7.4",
1574 "rand_core 0.10.1",
1575]
1576
1577[[package]]
1578name = "ctr"
1579version = "0.10.1"
1580source = "registry+https://github.com/rust-lang/crates.io-index"
1581checksum = "baaca1c4b237092596f64d571e9db6ce4109c4ef9742e27590f1709594461f21"
1582dependencies = [
1583 "cipher",
1584]
1585
1586[[package]]
1587name = "ctutils"
1588version = "0.4.2"
1589source = "registry+https://github.com/rust-lang/crates.io-index"
1590checksum = "7d5515a3834141de9eafb9717ad39eea8247b5674e6066c404e8c4b365d2a29e"
1591dependencies = [
1592 "cmov",
1593 "subtle",
1594]
1595
1596[[package]]
1597name = "curve25519-dalek"
1598version = "5.0.0-rc.0"
1599source = "registry+https://github.com/rust-lang/crates.io-index"
1600checksum = "4f359e08ca85e7bd759e1fd933ff2bccd81864c60a8fba0e259c7f822b0924bf"
1601dependencies = [
1602 "cfg-if",
1603 "cpufeatures 0.3.0",
1604 "curve25519-dalek-derive",
1605 "digest 0.11.3",
1606 "fiat-crypto",
1607 "rustc_version",
1608 "subtle",
1609 "zeroize",
1610]
1611
1612[[package]]
1613name = "curve25519-dalek-derive"
1614version = "0.1.1"
1615source = "registry+https://github.com/rust-lang/crates.io-index"
1616checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
1617dependencies = [
1618 "proc-macro2",
1619 "quote",
1620 "syn 2.0.118",
1621]
1622
1623[[package]]
1624name = "darling"
1625version = "0.23.0"
1626source = "registry+https://github.com/rust-lang/crates.io-index"
1627checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d"
1628dependencies = [
1629 "darling_core",
1630 "darling_macro",
1631]
1632
1633[[package]]
1634name = "darling_core"
1635version = "0.23.0"
1636source = "registry+https://github.com/rust-lang/crates.io-index"
1637checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0"
1638dependencies = [
1639 "ident_case",
1640 "proc-macro2",
1641 "quote",
1642 "strsim",
1643 "syn 2.0.118",
1644]
1645
1646[[package]]
1647name = "darling_macro"
1648version = "0.23.0"
1649source = "registry+https://github.com/rust-lang/crates.io-index"
1650checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
1651dependencies = [
1652 "darling_core",
1653 "quote",
1654 "syn 2.0.118",
1655]
1656
1657[[package]]
1658name = "dashmap"
1659version = "6.2.1"
1660source = "registry+https://github.com/rust-lang/crates.io-index"
1661checksum = "e6361d5c062261c78a176addb82d4c821ae42bed6089de0e12603cd25de2059c"
1662dependencies = [
1663 "cfg-if",
1664 "crossbeam-utils",
1665 "hashbrown 0.14.5",
1666 "lock_api",
1667 "once_cell",
1668 "parking_lot_core",
1669]
1670
1671[[package]]
1672name = "data-encoding"
1673version = "2.11.0"
1674source = "registry+https://github.com/rust-lang/crates.io-index"
1675checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8"
1676
1677[[package]]
1678name = "data-encoding-macro"
1679version = "0.1.20"
1680source = "registry+https://github.com/rust-lang/crates.io-index"
1681checksum = "3259c913752a86488b501ed8680446a5ed2d5aeac6e596cb23ba3800768ea32c"
1682dependencies = [
1683 "data-encoding",
1684 "data-encoding-macro-internal",
1685]
1686
1687[[package]]
1688name = "data-encoding-macro-internal"
1689version = "0.1.18"
1690source = "registry+https://github.com/rust-lang/crates.io-index"
1691checksum = "ccc2776f0c61eca1ca32528f85548abd1a4be8fb53d1b21c013e4f18da1e7090"
1692dependencies = [
1693 "data-encoding",
1694 "syn 2.0.118",
1695]
1696
1697[[package]]
1698name = "datasketches"
1699version = "0.2.0"
1700source = "registry+https://github.com/rust-lang/crates.io-index"
1701checksum = "c286de4e81ea2590afc24d754e0f83810c566f50a1388fa75ebd57928c0d9745"
1702
1703[[package]]
1704name = "deadpool"
1705version = "0.12.3"
1706source = "registry+https://github.com/rust-lang/crates.io-index"
1707checksum = "0be2b1d1d6ec8d846f05e137292d0b89133caf95ef33695424c09568bdd39b1b"
1708dependencies = [
1709 "deadpool-runtime",
1710 "lazy_static",
1711 "num_cpus",
1712 "tokio",
1713]
1714
1715[[package]]
1716name = "deadpool-runtime"
1717version = "0.1.4"
1718source = "registry+https://github.com/rust-lang/crates.io-index"
1719checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b"
1720
1721[[package]]
1722name = "defmt"
1723version = "1.1.0"
1724source = "registry+https://github.com/rust-lang/crates.io-index"
1725checksum = "a6e524506490a1953d237cb87b1cfc1e46f88c18f10a22dfe0f507dc6bfc7f7f"
1726dependencies = [
1727 "bitflags 1.3.2",
1728 "defmt-macros",
1729]
1730
1731[[package]]
1732name = "defmt-macros"
1733version = "1.1.0"
1734source = "registry+https://github.com/rust-lang/crates.io-index"
1735checksum = "f0a27770e9c8f719a79d8b638281f4d828f77d8fd61e0bd94451b9b85e576a0b"
1736dependencies = [
1737 "defmt-parser",
1738 "proc-macro-error2",
1739 "proc-macro2",
1740 "quote",
1741 "syn 2.0.118",
1742]
1743
1744[[package]]
1745name = "defmt-parser"
1746version = "1.0.0"
1747source = "registry+https://github.com/rust-lang/crates.io-index"
1748checksum = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e"
1749dependencies = [
1750 "thiserror 2.0.18",
1751]
1752
1753[[package]]
1754name = "delegate"
1755version = "0.13.5"
1756source = "registry+https://github.com/rust-lang/crates.io-index"
1757checksum = "780eb241654bf097afb00fc5f054a09b687dad862e485fdcf8399bb056565370"
1758dependencies = [
1759 "proc-macro2",
1760 "quote",
1761 "syn 2.0.118",
1762]
1763
1764[[package]]
1765name = "der"
1766version = "0.7.10"
1767source = "registry+https://github.com/rust-lang/crates.io-index"
1768checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
1769dependencies = [
1770 "const-oid 0.9.6",
1771 "pem-rfc7468 0.7.0",
1772 "zeroize",
1773]
1774
1775[[package]]
1776name = "der"
1777version = "0.8.0"
1778source = "registry+https://github.com/rust-lang/crates.io-index"
1779checksum = "71fd89660b2dc699704064e59e9dba0147b903e85319429e131620d022be411b"
1780dependencies = [
1781 "const-oid 0.10.2",
1782 "pem-rfc7468 1.0.0",
1783 "zeroize",
1784]
1785
1786[[package]]
1787name = "der-parser"
1788version = "9.0.0"
1789source = "registry+https://github.com/rust-lang/crates.io-index"
1790checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553"
1791dependencies = [
1792 "asn1-rs 0.6.2",
1793 "displaydoc",
1794 "nom",
1795 "num-bigint",
1796 "num-traits",
1797 "rusticata-macros",
1798]
1799
1800[[package]]
1801name = "der-parser"
1802version = "10.0.0"
1803source = "registry+https://github.com/rust-lang/crates.io-index"
1804checksum = "07da5016415d5a3c4dd39b11ed26f915f52fc4e0dc197d87908bc916e51bc1a6"
1805dependencies = [
1806 "asn1-rs 0.7.2",
1807 "displaydoc",
1808 "nom",
1809 "num-bigint",
1810 "num-traits",
1811 "rusticata-macros",
1812]
1813
1814[[package]]
1815name = "deranged"
1816version = "0.5.8"
1817source = "registry+https://github.com/rust-lang/crates.io-index"
1818checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
1819dependencies = [
1820 "serde_core",
1821]
1822
1823[[package]]
1824name = "derive_more"
1825version = "1.0.0"
1826source = "registry+https://github.com/rust-lang/crates.io-index"
1827checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05"
1828dependencies = [
1829 "derive_more-impl",
1830]
1831
1832[[package]]
1833name = "derive_more-impl"
1834version = "1.0.0"
1835source = "registry+https://github.com/rust-lang/crates.io-index"
1836checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22"
1837dependencies = [
1838 "proc-macro2",
1839 "quote",
1840 "syn 2.0.118",
1841 "unicode-xid",
1842]
1843
1844[[package]]
1845name = "des"
1846version = "0.9.0"
1847source = "registry+https://github.com/rust-lang/crates.io-index"
1848checksum = "916a94e407b54f9034d71dd748234cd1e516ced6284009906ae246f177eafe5a"
1849dependencies = [
1850 "cipher",
1851]
1852
1853[[package]]
1854name = "diatomic-waker"
1855version = "0.2.3"
1856source = "registry+https://github.com/rust-lang/crates.io-index"
1857checksum = "ab03c107fafeb3ee9f5925686dbb7a73bc76e3932abb0d2b365cb64b169cf04c"
1858
1859[[package]]
1860name = "digest"
1861version = "0.10.7"
1862source = "registry+https://github.com/rust-lang/crates.io-index"
1863checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
1864dependencies = [
1865 "block-buffer 0.10.4",
1866 "const-oid 0.9.6",
1867 "crypto-common 0.1.6",
1868 "subtle",
1869]
1870
1871[[package]]
1872name = "digest"
1873version = "0.11.3"
1874source = "registry+https://github.com/rust-lang/crates.io-index"
1875checksum = "f1dd6dbb5841937940781866fa1281a1ff7bd3bf827091440879f9994983d5c2"
1876dependencies = [
1877 "block-buffer 0.12.1",
1878 "const-oid 0.10.2",
1879 "crypto-common 0.2.2",
1880 "ctutils",
1881]
1882
1883[[package]]
1884name = "displaydoc"
1885version = "0.2.6"
1886source = "registry+https://github.com/rust-lang/crates.io-index"
1887checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
1888dependencies = [
1889 "proc-macro2",
1890 "quote",
1891 "syn 2.0.118",
1892]
1893
1894[[package]]
1895name = "divan"
1896version = "0.1.21"
1897source = "registry+https://github.com/rust-lang/crates.io-index"
1898checksum = "a405457ec78b8fe08b0e32b4a3570ab5dff6dd16eb9e76a5ee0a9d9cbd898933"
1899dependencies = [
1900 "cfg-if",
1901 "clap",
1902 "condtype",
1903 "divan-macros",
1904 "libc",
1905 "regex-lite",
1906]
1907
1908[[package]]
1909name = "divan-macros"
1910version = "0.1.21"
1911source = "registry+https://github.com/rust-lang/crates.io-index"
1912checksum = "9556bc800956545d6420a640173e5ba7dfa82f38d3ea5a167eb555bc69ac3323"
1913dependencies = [
1914 "proc-macro2",
1915 "quote",
1916 "syn 2.0.118",
1917]
1918
1919[[package]]
1920name = "downcast-rs"
1921version = "2.0.2"
1922source = "registry+https://github.com/rust-lang/crates.io-index"
1923checksum = "117240f60069e65410b3ae1bb213295bd828f707b5bec6596a1afc8793ce0cbc"
1924
1925[[package]]
1926name = "dunce"
1927version = "1.0.5"
1928source = "registry+https://github.com/rust-lang/crates.io-index"
1929checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
1930
1931[[package]]
1932name = "ecdsa"
1933version = "0.16.9"
1934source = "registry+https://github.com/rust-lang/crates.io-index"
1935checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
1936dependencies = [
1937 "der 0.7.10",
1938 "digest 0.10.7",
1939 "elliptic-curve 0.13.8",
1940 "rfc6979 0.4.0",
1941 "signature 2.2.0",
1942 "spki 0.7.3",
1943]
1944
1945[[package]]
1946name = "ecdsa"
1947version = "0.17.0-rc.18"
1948source = "registry+https://github.com/rust-lang/crates.io-index"
1949checksum = "54fb064faabbee66e1fc8e5c5a9458d4269dc2d8b638fe86a425adb2510d1a96"
1950dependencies = [
1951 "der 0.8.0",
1952 "digest 0.11.3",
1953 "elliptic-curve 0.14.0-rc.33",
1954 "rfc6979 0.5.0",
1955 "signature 3.0.0",
1956 "spki 0.8.0",
1957 "zeroize",
1958]
1959
1960[[package]]
1961name = "ed25519"
1962version = "3.0.0"
1963source = "registry+https://github.com/rust-lang/crates.io-index"
1964checksum = "29fcf32e6c73d1079f83ab4d782de2d81620346a5f38c6237a86a22f8368980a"
1965dependencies = [
1966 "pkcs8 0.11.0",
1967 "signature 3.0.0",
1968]
1969
1970[[package]]
1971name = "ed25519-dalek"
1972version = "3.0.0-rc.0"
1973source = "registry+https://github.com/rust-lang/crates.io-index"
1974checksum = "b011170fe4f04665565b4110afef66774fe9ffff278f3eb5b81cc73d26e27d60"
1975dependencies = [
1976 "curve25519-dalek",
1977 "ed25519",
1978 "rand_core 0.10.1",
1979 "serde",
1980 "sha2 0.11.0",
1981 "signature 3.0.0",
1982 "subtle",
1983 "zeroize",
1984]
1985
1986[[package]]
1987name = "either"
1988version = "1.17.0"
1989source = "registry+https://github.com/rust-lang/crates.io-index"
1990checksum = "9e5e8f6c15a24b9a3ee5efec809ccd006d3b30e8b3bb63c39af737c7f87daa1d"
1991
1992[[package]]
1993name = "elliptic-curve"
1994version = "0.13.8"
1995source = "registry+https://github.com/rust-lang/crates.io-index"
1996checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
1997dependencies = [
1998 "base16ct 0.2.0",
1999 "crypto-bigint 0.5.5",
2000 "digest 0.10.7",
2001 "ff 0.13.1",
2002 "generic-array 0.14.9",
2003 "group 0.13.0",
2004 "pem-rfc7468 0.7.0",
2005 "pkcs8 0.10.2",
2006 "rand_core 0.6.4",
2007 "sec1 0.7.3",
2008 "subtle",
2009 "zeroize",
2010]
2011
2012[[package]]
2013name = "elliptic-curve"
2014version = "0.14.0-rc.33"
2015source = "registry+https://github.com/rust-lang/crates.io-index"
2016checksum = "102d3643d30dd8b559613c5cced68317199597fffb278cdc88daa2ef7fafc935"
2017dependencies = [
2018 "base16ct 1.0.0",
2019 "crypto-bigint 0.7.4",
2020 "crypto-common 0.2.2",
2021 "digest 0.11.3",
2022 "ff 0.14.0",
2023 "group 0.14.0",
2024 "hkdf",
2025 "hybrid-array",
2026 "once_cell",
2027 "pem-rfc7468 1.0.0",
2028 "pkcs8 0.11.0",
2029 "rand_core 0.10.1",
2030 "sec1 0.8.1",
2031 "subtle",
2032 "zeroize",
2033]
2034
2035[[package]]
2036name = "embedded-io"
2037version = "0.4.0"
2038source = "registry+https://github.com/rust-lang/crates.io-index"
2039checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
2040
2041[[package]]
2042name = "embedded-io"
2043version = "0.6.1"
2044source = "registry+https://github.com/rust-lang/crates.io-index"
2045checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
2046
2047[[package]]
2048name = "encoding_rs"
2049version = "0.8.35"
2050source = "registry+https://github.com/rust-lang/crates.io-index"
2051checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
2052dependencies = [
2053 "cfg-if",
2054]
2055
2056[[package]]
2057name = "enum-as-inner"
2058version = "0.6.1"
2059source = "registry+https://github.com/rust-lang/crates.io-index"
2060checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
2061dependencies = [
2062 "heck",
2063 "proc-macro2",
2064 "quote",
2065 "syn 2.0.118",
2066]
2067
2068[[package]]
2069name = "enum_dispatch"
2070version = "0.3.13"
2071source = "registry+https://github.com/rust-lang/crates.io-index"
2072checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd"
2073dependencies = [
2074 "once_cell",
2075 "proc-macro2",
2076 "quote",
2077 "syn 2.0.118",
2078]
2079
2080[[package]]
2081name = "equivalent"
2082version = "1.0.2"
2083source = "registry+https://github.com/rust-lang/crates.io-index"
2084checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
2085
2086[[package]]
2087name = "erased-serde"
2088version = "0.4.10"
2089source = "registry+https://github.com/rust-lang/crates.io-index"
2090checksum = "d2add8a07dd6a8d93ff627029c51de145e12686fbc36ecb298ac22e74cf02dec"
2091dependencies = [
2092 "serde",
2093 "serde_core",
2094 "typeid",
2095]
2096
2097[[package]]
2098name = "errno"
2099version = "0.3.14"
2100source = "registry+https://github.com/rust-lang/crates.io-index"
2101checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
2102dependencies = [
2103 "libc",
2104 "windows-sys 0.61.2",
2105]
2106
2107[[package]]
2108name = "event-listener"
2109version = "5.4.1"
2110source = "registry+https://github.com/rust-lang/crates.io-index"
2111checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
2112dependencies = [
2113 "concurrent-queue",
2114 "parking",
2115 "pin-project-lite",
2116]
2117
2118[[package]]
2119name = "event-listener-strategy"
2120version = "0.5.4"
2121source = "registry+https://github.com/rust-lang/crates.io-index"
2122checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
2123dependencies = [
2124 "event-listener",
2125 "pin-project-lite",
2126]
2127
2128[[package]]
2129name = "fallible-iterator"
2130version = "0.3.0"
2131source = "registry+https://github.com/rust-lang/crates.io-index"
2132checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
2133
2134[[package]]
2135name = "fallible-streaming-iterator"
2136version = "0.1.9"
2137source = "registry+https://github.com/rust-lang/crates.io-index"
2138checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
2139
2140[[package]]
2141name = "fastdivide"
2142version = "0.4.2"
2143source = "registry+https://github.com/rust-lang/crates.io-index"
2144checksum = "9afc2bd4d5a73106dd53d10d73d3401c2f32730ba2c0b93ddb888a8983680471"
2145
2146[[package]]
2147name = "faster-hex"
2148version = "0.10.0"
2149source = "registry+https://github.com/rust-lang/crates.io-index"
2150checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73"
2151dependencies = [
2152 "heapless 0.8.0",
2153 "serde",
2154]
2155
2156[[package]]
2157name = "fastrand"
2158version = "2.4.1"
2159source = "registry+https://github.com/rust-lang/crates.io-index"
2160checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
2161
2162[[package]]
2163name = "ff"
2164version = "0.13.1"
2165source = "registry+https://github.com/rust-lang/crates.io-index"
2166checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
2167dependencies = [
2168 "rand_core 0.6.4",
2169 "subtle",
2170]
2171
2172[[package]]
2173name = "ff"
2174version = "0.14.0"
2175source = "registry+https://github.com/rust-lang/crates.io-index"
2176checksum = "a1f686ab92a9fb0eaf188f6c6c87b89490baa6fdb0db4544ba4dc47f7942489f"
2177dependencies = [
2178 "rand_core 0.10.1",
2179 "subtle",
2180]
2181
2182[[package]]
2183name = "fiat-crypto"
2184version = "0.3.0"
2185source = "registry+https://github.com/rust-lang/crates.io-index"
2186checksum = "64cd1e32ddd350061ae6edb1b082d7c54915b5c672c389143b9a63403a109f24"
2187
2188[[package]]
2189name = "filetime"
2190version = "0.2.29"
2191source = "registry+https://github.com/rust-lang/crates.io-index"
2192checksum = "5c287a33c7f0a620c38e641e7f60827713987b3c0f26e8ddc9462cc69cf75759"
2193dependencies = [
2194 "cfg-if",
2195 "libc",
2196]
2197
2198[[package]]
2199name = "find-msvc-tools"
2200version = "0.1.9"
2201source = "registry+https://github.com/rust-lang/crates.io-index"
2202checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
2203
2204[[package]]
2205name = "fixedbitset"
2206version = "0.5.7"
2207source = "registry+https://github.com/rust-lang/crates.io-index"
2208checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
2209
2210[[package]]
2211name = "flate2"
2212version = "1.1.9"
2213source = "registry+https://github.com/rust-lang/crates.io-index"
2214checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
2215dependencies = [
2216 "crc32fast",
2217 "miniz_oxide",
2218 "zlib-rs",
2219]
2220
2221[[package]]
2222name = "fluent-uri"
2223version = "0.4.1"
2224source = "registry+https://github.com/rust-lang/crates.io-index"
2225checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
2226dependencies = [
2227 "borrow-or-share",
2228 "ref-cast",
2229 "serde",
2230]
2231
2232[[package]]
2233name = "fnv"
2234version = "1.0.7"
2235source = "registry+https://github.com/rust-lang/crates.io-index"
2236checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2237
2238[[package]]
2239name = "foldhash"
2240version = "0.1.5"
2241source = "registry+https://github.com/rust-lang/crates.io-index"
2242checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
2243
2244[[package]]
2245name = "foldhash"
2246version = "0.2.0"
2247source = "registry+https://github.com/rust-lang/crates.io-index"
2248checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
2249
2250[[package]]
2251name = "form_urlencoded"
2252version = "1.2.2"
2253source = "registry+https://github.com/rust-lang/crates.io-index"
2254checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
2255dependencies = [
2256 "percent-encoding",
2257]
2258
2259[[package]]
2260name = "forwarded-header-value"
2261version = "0.1.1"
2262source = "registry+https://github.com/rust-lang/crates.io-index"
2263checksum = "8835f84f38484cc86f110a805655697908257fb9a7af005234060891557198e9"
2264dependencies = [
2265 "nonempty 0.7.0",
2266 "thiserror 1.0.69",
2267]
2268
2269[[package]]
2270name = "fs4"
2271version = "0.13.1"
2272source = "registry+https://github.com/rust-lang/crates.io-index"
2273checksum = "8640e34b88f7652208ce9e88b1a37a2ae95227d84abec377ccd3c5cfeb141ed4"
2274dependencies = [
2275 "rustix",
2276 "windows-sys 0.59.0",
2277]
2278
2279[[package]]
2280name = "fs_extra"
2281version = "1.3.0"
2282source = "registry+https://github.com/rust-lang/crates.io-index"
2283checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
2284
2285[[package]]
2286name = "futures"
2287version = "0.3.32"
2288source = "registry+https://github.com/rust-lang/crates.io-index"
2289checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
2290dependencies = [
2291 "futures-channel",
2292 "futures-core",
2293 "futures-executor",
2294 "futures-io",
2295 "futures-sink",
2296 "futures-task",
2297 "futures-util",
2298]
2299
2300[[package]]
2301name = "futures-buffered"
2302version = "0.2.13"
2303source = "registry+https://github.com/rust-lang/crates.io-index"
2304checksum = "4421cb78ee172b6b06080093479d3c50f058e7c81b7d577bbb8d118d551d4cd5"
2305dependencies = [
2306 "cordyceps",
2307 "diatomic-waker",
2308 "futures-core",
2309 "pin-project-lite",
2310 "spin 0.10.0",
2311]
2312
2313[[package]]
2314name = "futures-channel"
2315version = "0.3.32"
2316source = "registry+https://github.com/rust-lang/crates.io-index"
2317checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
2318dependencies = [
2319 "futures-core",
2320 "futures-sink",
2321]
2322
2323[[package]]
2324name = "futures-core"
2325version = "0.3.32"
2326source = "registry+https://github.com/rust-lang/crates.io-index"
2327checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
2328
2329[[package]]
2330name = "futures-executor"
2331version = "0.3.32"
2332source = "registry+https://github.com/rust-lang/crates.io-index"
2333checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
2334dependencies = [
2335 "futures-core",
2336 "futures-task",
2337 "futures-util",
2338]
2339
2340[[package]]
2341name = "futures-io"
2342version = "0.3.32"
2343source = "registry+https://github.com/rust-lang/crates.io-index"
2344checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
2345
2346[[package]]
2347name = "futures-lite"
2348version = "2.6.1"
2349source = "registry+https://github.com/rust-lang/crates.io-index"
2350checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
2351dependencies = [
2352 "fastrand",
2353 "futures-core",
2354 "futures-io",
2355 "parking",
2356 "pin-project-lite",
2357]
2358
2359[[package]]
2360name = "futures-macro"
2361version = "0.3.32"
2362source = "registry+https://github.com/rust-lang/crates.io-index"
2363checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
2364dependencies = [
2365 "proc-macro2",
2366 "quote",
2367 "syn 2.0.118",
2368]
2369
2370[[package]]
2371name = "futures-rustls"
2372version = "0.26.0"
2373source = "registry+https://github.com/rust-lang/crates.io-index"
2374checksum = "a8f2f12607f92c69b12ed746fabf9ca4f5c482cba46679c1a75b874ed7c26adb"
2375dependencies = [
2376 "futures-io",
2377 "rustls",
2378 "rustls-pki-types",
2379]
2380
2381[[package]]
2382name = "futures-sink"
2383version = "0.3.32"
2384source = "registry+https://github.com/rust-lang/crates.io-index"
2385checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
2386
2387[[package]]
2388name = "futures-task"
2389version = "0.3.32"
2390source = "registry+https://github.com/rust-lang/crates.io-index"
2391checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
2392
2393[[package]]
2394name = "futures-timer"
2395version = "3.0.4"
2396source = "registry+https://github.com/rust-lang/crates.io-index"
2397checksum = "af43fadb8a98512d547e37b4e92e0ced13e205c061b87b4623eff01d918d6968"
2398
2399[[package]]
2400name = "futures-util"
2401version = "0.3.32"
2402source = "registry+https://github.com/rust-lang/crates.io-index"
2403checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
2404dependencies = [
2405 "futures-channel",
2406 "futures-core",
2407 "futures-io",
2408 "futures-macro",
2409 "futures-sink",
2410 "futures-task",
2411 "memchr",
2412 "pin-project-lite",
2413 "slab",
2414]
2415
2416[[package]]
2417name = "generator"
2418version = "0.8.9"
2419source = "registry+https://github.com/rust-lang/crates.io-index"
2420checksum = "b3b854b0e584ead1a33f18b2fcad7cf7be18b3875c78816b753639aa501513ae"
2421dependencies = [
2422 "cc",
2423 "cfg-if",
2424 "libc",
2425 "log",
2426 "rustversion",
2427 "windows-link",
2428 "windows-result",
2429]
2430
2431[[package]]
2432name = "generic-array"
2433version = "0.14.9"
2434source = "registry+https://github.com/rust-lang/crates.io-index"
2435checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
2436dependencies = [
2437 "typenum",
2438 "version_check",
2439 "zeroize",
2440]
2441
2442[[package]]
2443name = "generic-array"
2444version = "1.4.3"
2445source = "registry+https://github.com/rust-lang/crates.io-index"
2446checksum = "c2e55f16dcf0e9c00efbe2e655ffe45fc98e7066b52bc92f8a79e64060a79351"
2447dependencies = [
2448 "generic-array 0.14.9",
2449 "rustversion",
2450 "typenum",
2451]
2452
2453[[package]]
2454name = "gengo-language"
2455version = "0.14.3"
2456source = "registry+https://github.com/rust-lang/crates.io-index"
2457checksum = "b9f4ac35e0d9289625d1266dd236eca53fa8cb0450dea944fe3a99a85d664c82"
2458dependencies = [
2459 "glob",
2460 "indexmap",
2461 "proc-macro2",
2462 "quote",
2463 "regex",
2464 "serde",
2465 "serde_yaml",
2466]
2467
2468[[package]]
2469name = "getrandom"
2470version = "0.2.17"
2471source = "registry+https://github.com/rust-lang/crates.io-index"
2472checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
2473dependencies = [
2474 "cfg-if",
2475 "js-sys",
2476 "libc",
2477 "wasi",
2478 "wasm-bindgen",
2479]
2480
2481[[package]]
2482name = "getrandom"
2483version = "0.3.4"
2484source = "registry+https://github.com/rust-lang/crates.io-index"
2485checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
2486dependencies = [
2487 "cfg-if",
2488 "js-sys",
2489 "libc",
2490 "r-efi 5.3.0",
2491 "wasip2",
2492 "wasm-bindgen",
2493]
2494
2495[[package]]
2496name = "getrandom"
2497version = "0.4.3"
2498source = "registry+https://github.com/rust-lang/crates.io-index"
2499checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
2500dependencies = [
2501 "cfg-if",
2502 "js-sys",
2503 "libc",
2504 "r-efi 6.0.0",
2505 "rand_core 0.10.1",
2506 "wasm-bindgen",
2507]
2508
2509[[package]]
2510name = "ghash"
2511version = "0.6.0"
2512source = "registry+https://github.com/rust-lang/crates.io-index"
2513checksum = "2eecf2d5dc9b66b732b97707a0210906b1d30523eb773193ab777c0c84b3e8d5"
2514dependencies = [
2515 "polyval",
2516]
2517
2518[[package]]
2519name = "gix"
2520version = "0.84.0"
2521source = "registry+https://github.com/rust-lang/crates.io-index"
2522checksum = "ae54ae0ebd1a5a3c3f8d95dd3b5ca6e63f4fed9bfd585e13801a97d7bde8f9ce"
2523dependencies = [
2524 "gix-actor",
2525 "gix-archive",
2526 "gix-attributes",
2527 "gix-blame",
2528 "gix-command",
2529 "gix-commitgraph",
2530 "gix-config",
2531 "gix-credentials",
2532 "gix-date",
2533 "gix-diff",
2534 "gix-dir",
2535 "gix-discover",
2536 "gix-error",
2537 "gix-features",
2538 "gix-filter",
2539 "gix-fs",
2540 "gix-glob",
2541 "gix-hash",
2542 "gix-hashtable",
2543 "gix-ignore",
2544 "gix-index",
2545 "gix-lock",
2546 "gix-mailmap",
2547 "gix-negotiate",
2548 "gix-object",
2549 "gix-odb",
2550 "gix-pack",
2551 "gix-path",
2552 "gix-pathspec",
2553 "gix-prompt",
2554 "gix-protocol",
2555 "gix-ref",
2556 "gix-refspec",
2557 "gix-revision",
2558 "gix-revwalk",
2559 "gix-sec",
2560 "gix-shallow",
2561 "gix-status",
2562 "gix-submodule",
2563 "gix-tempfile",
2564 "gix-trace",
2565 "gix-traverse",
2566 "gix-url",
2567 "gix-utils",
2568 "gix-validate",
2569 "gix-worktree",
2570 "gix-worktree-state",
2571 "gix-worktree-stream",
2572 "nonempty 0.12.0",
2573 "parking_lot",
2574 "regex",
2575 "signal-hook",
2576 "smallvec",
2577 "thiserror 2.0.18",
2578]
2579
2580[[package]]
2581name = "gix-actor"
2582version = "0.41.1"
2583source = "registry+https://github.com/rust-lang/crates.io-index"
2584checksum = "8bc998b8f746dda8565450d08a63b792ced9165d8c27a1ed3f02799ec6a7820f"
2585dependencies = [
2586 "bstr",
2587 "gix-date",
2588 "gix-error",
2589]
2590
2591[[package]]
2592name = "gix-archive"
2593version = "0.33.0"
2594source = "registry+https://github.com/rust-lang/crates.io-index"
2595checksum = "16909cacc78936ab96f6c3be08379d0a2e88bfa3a7527972d2ed75c7517ef31e"
2596dependencies = [
2597 "bstr",
2598 "flate2",
2599 "gix-date",
2600 "gix-error",
2601 "gix-object",
2602 "gix-path",
2603 "gix-worktree-stream",
2604 "rawzip",
2605 "tar",
2606]
2607
2608[[package]]
2609name = "gix-attributes"
2610version = "0.33.1"
2611source = "registry+https://github.com/rust-lang/crates.io-index"
2612checksum = "8d43f12e246d3bf7ec624c8fc15ac4a4b62b7c4c6f586cb82be6c90bf84c9d02"
2613dependencies = [
2614 "bstr",
2615 "gix-glob",
2616 "gix-path",
2617 "gix-quote",
2618 "gix-trace",
2619 "kstring",
2620 "smallvec",
2621 "thiserror 2.0.18",
2622 "unicode-bom",
2623]
2624
2625[[package]]
2626name = "gix-bitmap"
2627version = "0.3.2"
2628source = "registry+https://github.com/rust-lang/crates.io-index"
2629checksum = "52ebef0c26ad305747649e727bbcd56a7b7910754eb7cea88f6dff6f93c51283"
2630dependencies = [
2631 "gix-error",
2632]
2633
2634[[package]]
2635name = "gix-blame"
2636version = "0.14.0"
2637source = "registry+https://github.com/rust-lang/crates.io-index"
2638checksum = "4d39a0c14af94c2edaa5eefe06d5ef2cdea55316ae9a9321314288e3f55fa4c0"
2639dependencies = [
2640 "gix-commitgraph",
2641 "gix-date",
2642 "gix-diff",
2643 "gix-error",
2644 "gix-hash",
2645 "gix-object",
2646 "gix-revwalk",
2647 "gix-trace",
2648 "gix-traverse",
2649 "gix-worktree",
2650 "smallvec",
2651 "thiserror 2.0.18",
2652]
2653
2654[[package]]
2655name = "gix-chunk"
2656version = "0.7.2"
2657source = "registry+https://github.com/rust-lang/crates.io-index"
2658checksum = "9faee47943b638e58ddd5e275a4906ad3e4b6c8584f1d41bd18ab9032ec52afb"
2659dependencies = [
2660 "gix-error",
2661]
2662
2663[[package]]
2664name = "gix-command"
2665version = "0.9.1"
2666source = "registry+https://github.com/rust-lang/crates.io-index"
2667checksum = "00706d4fef135ef4b01680d5218c6ee40cda8baf697b864296cbc887d19118f6"
2668dependencies = [
2669 "bstr",
2670 "gix-path",
2671 "gix-quote",
2672 "gix-trace",
2673 "shell-words",
2674]
2675
2676[[package]]
2677name = "gix-commitgraph"
2678version = "0.37.1"
2679source = "registry+https://github.com/rust-lang/crates.io-index"
2680checksum = "7f675d0df484a7f6a47e64bd6f311af489d947c0323b0564f36d14f3d7762abb"
2681dependencies = [
2682 "bstr",
2683 "gix-chunk",
2684 "gix-error",
2685 "gix-hash",
2686 "memmap2",
2687 "nonempty 0.12.0",
2688]
2689
2690[[package]]
2691name = "gix-config"
2692version = "0.57.0"
2693source = "registry+https://github.com/rust-lang/crates.io-index"
2694checksum = "4f2372d4b49ca28431e7d150cab9d25edc1890f0184bd57eb0e917c7799e63de"
2695dependencies = [
2696 "bstr",
2697 "gix-config-value",
2698 "gix-features",
2699 "gix-glob",
2700 "gix-path",
2701 "gix-ref",
2702 "gix-sec",
2703 "smallvec",
2704 "thiserror 2.0.18",
2705 "unicode-bom",
2706]
2707
2708[[package]]
2709name = "gix-config-value"
2710version = "0.18.1"
2711source = "registry+https://github.com/rust-lang/crates.io-index"
2712checksum = "ed42168329552f6c2e5df09665c104199d45d84bedb53683738a49b57fe1baab"
2713dependencies = [
2714 "bitflags 2.13.0",
2715 "bstr",
2716 "gix-path",
2717 "libc",
2718 "thiserror 2.0.18",
2719]
2720
2721[[package]]
2722name = "gix-credentials"
2723version = "0.38.1"
2724source = "registry+https://github.com/rust-lang/crates.io-index"
2725checksum = "f40cd22f0dd71988be12d6e78b1709de2370e1957c5f107ff31e56caeba3745d"
2726dependencies = [
2727 "bstr",
2728 "gix-command",
2729 "gix-config-value",
2730 "gix-date",
2731 "gix-path",
2732 "gix-prompt",
2733 "gix-sec",
2734 "gix-trace",
2735 "gix-url",
2736 "thiserror 2.0.18",
2737]
2738
2739[[package]]
2740name = "gix-date"
2741version = "0.15.4"
2742source = "registry+https://github.com/rust-lang/crates.io-index"
2743checksum = "a3ecab64a98bbac9f8e02990a9ea5e3c974a7d49b95f2bd70ad94ad22fa6b48c"
2744dependencies = [
2745 "bstr",
2746 "gix-error",
2747 "itoa",
2748 "jiff",
2749]
2750
2751[[package]]
2752name = "gix-diff"
2753version = "0.64.0"
2754source = "registry+https://github.com/rust-lang/crates.io-index"
2755checksum = "3b6d9528f32d94cef2edf39a1ac01fe5a0fc44ddbb18d9e44099936047c3302b"
2756dependencies = [
2757 "bstr",
2758 "gix-attributes",
2759 "gix-command",
2760 "gix-filter",
2761 "gix-fs",
2762 "gix-hash",
2763 "gix-imara-diff",
2764 "gix-index",
2765 "gix-object",
2766 "gix-path",
2767 "gix-pathspec",
2768 "gix-tempfile",
2769 "gix-trace",
2770 "gix-traverse",
2771 "gix-worktree",
2772 "thiserror 2.0.18",
2773]
2774
2775[[package]]
2776name = "gix-dir"
2777version = "0.26.0"
2778source = "registry+https://github.com/rust-lang/crates.io-index"
2779checksum = "21bb2a53a6fd917ec499ed0bfb5b6887de7a15bd79197dcea7c987938749a9f1"
2780dependencies = [
2781 "bstr",
2782 "gix-discover",
2783 "gix-fs",
2784 "gix-ignore",
2785 "gix-index",
2786 "gix-object",
2787 "gix-path",
2788 "gix-pathspec",
2789 "gix-trace",
2790 "gix-utils",
2791 "gix-worktree",
2792 "thiserror 2.0.18",
2793]
2794
2795[[package]]
2796name = "gix-discover"
2797version = "0.52.0"
2798source = "registry+https://github.com/rust-lang/crates.io-index"
2799checksum = "77bacdd12b7879d2178a80c58c2f319995e4654e1a7a23e3181e5c8a12b824f7"
2800dependencies = [
2801 "bstr",
2802 "dunce",
2803 "gix-fs",
2804 "gix-path",
2805 "gix-ref",
2806 "gix-sec",
2807 "thiserror 2.0.18",
2808]
2809
2810[[package]]
2811name = "gix-error"
2812version = "0.2.4"
2813source = "registry+https://github.com/rust-lang/crates.io-index"
2814checksum = "e57831e199be480af90dcd7e459abed8a174c09ec9a6e2cc8f7ca6c54598b06b"
2815dependencies = [
2816 "bstr",
2817]
2818
2819[[package]]
2820name = "gix-features"
2821version = "0.48.1"
2822source = "registry+https://github.com/rust-lang/crates.io-index"
2823checksum = "1849ae154d38bc403185be14fa871e38e3c93ee606875d94e207fdb9fba52dbc"
2824dependencies = [
2825 "bytes",
2826 "bytesize",
2827 "crc32fast",
2828 "crossbeam-channel",
2829 "gix-path",
2830 "gix-trace",
2831 "gix-utils",
2832 "libc",
2833 "once_cell",
2834 "parking_lot",
2835 "prodash",
2836 "thiserror 2.0.18",
2837 "walkdir",
2838 "zlib-rs",
2839]
2840
2841[[package]]
2842name = "gix-filter"
2843version = "0.31.0"
2844source = "registry+https://github.com/rust-lang/crates.io-index"
2845checksum = "ecf74b7d16f6694ce4a3049074c41be0c7987105743674f1671807bd6dce09fa"
2846dependencies = [
2847 "bstr",
2848 "encoding_rs",
2849 "gix-attributes",
2850 "gix-command",
2851 "gix-hash",
2852 "gix-object",
2853 "gix-packetline",
2854 "gix-path",
2855 "gix-quote",
2856 "gix-trace",
2857 "gix-utils",
2858 "smallvec",
2859 "thiserror 2.0.18",
2860]
2861
2862[[package]]
2863name = "gix-fs"
2864version = "0.21.2"
2865source = "registry+https://github.com/rust-lang/crates.io-index"
2866checksum = "6cdff46db8798e47e2f727d84b9379aac5add3dd3d9d0b07bb4d7d5d640771fe"
2867dependencies = [
2868 "bstr",
2869 "fastrand",
2870 "gix-features",
2871 "gix-path",
2872 "gix-utils",
2873 "thiserror 2.0.18",
2874]
2875
2876[[package]]
2877name = "gix-glob"
2878version = "0.26.1"
2879source = "registry+https://github.com/rust-lang/crates.io-index"
2880checksum = "d1fcb8ef5b16bcf874abe9b68d8abb3c0493c876d367ab824151f30a0f3f3756"
2881dependencies = [
2882 "bitflags 2.13.0",
2883 "bstr",
2884 "gix-features",
2885 "gix-path",
2886]
2887
2888[[package]]
2889name = "gix-hash"
2890version = "0.25.1"
2891source = "registry+https://github.com/rust-lang/crates.io-index"
2892checksum = "cb0926d3819c837750b4e03c7754901e73f68b8c9b690753a6372a1bed4eedce"
2893dependencies = [
2894 "faster-hex",
2895 "gix-features",
2896 "sha1-checked",
2897 "sha2 0.11.0",
2898 "thiserror 2.0.18",
2899]
2900
2901[[package]]
2902name = "gix-hashtable"
2903version = "0.15.1"
2904source = "registry+https://github.com/rust-lang/crates.io-index"
2905checksum = "b0e30b93eea8718baf7d8153fcb938e2926175bbf18097c09f1c01b6f0be0563"
2906dependencies = [
2907 "gix-hash",
2908 "hashbrown 0.17.1",
2909 "parking_lot",
2910]
2911
2912[[package]]
2913name = "gix-ignore"
2914version = "0.21.1"
2915source = "registry+https://github.com/rust-lang/crates.io-index"
2916checksum = "d491bab9bf2c9f341dc754f425c31d5d3f63aca615312167b82e1deeaca97d8d"
2917dependencies = [
2918 "bstr",
2919 "gix-glob",
2920 "gix-path",
2921 "gix-trace",
2922 "unicode-bom",
2923]
2924
2925[[package]]
2926name = "gix-imara-diff"
2927version = "0.2.2"
2928source = "registry+https://github.com/rust-lang/crates.io-index"
2929checksum = "19753d40da53d0ec41604750eeb969097a90fb2d7f7992730d904541c04e2c19"
2930dependencies = [
2931 "bstr",
2932 "hashbrown 0.17.1",
2933]
2934
2935[[package]]
2936name = "gix-index"
2937version = "0.52.0"
2938source = "registry+https://github.com/rust-lang/crates.io-index"
2939checksum = "4e6b28cc592dc753adb58302bb14a64e412ee591a3bec77aa4df87bff74fa80d"
2940dependencies = [
2941 "bitflags 2.13.0",
2942 "bstr",
2943 "filetime",
2944 "fnv",
2945 "gix-bitmap",
2946 "gix-features",
2947 "gix-fs",
2948 "gix-hash",
2949 "gix-lock",
2950 "gix-object",
2951 "gix-traverse",
2952 "gix-utils",
2953 "gix-validate",
2954 "hashbrown 0.17.1",
2955 "itoa",
2956 "libc",
2957 "memmap2",
2958 "rustix",
2959 "smallvec",
2960 "thiserror 2.0.18",
2961]
2962
2963[[package]]
2964name = "gix-lock"
2965version = "23.0.1"
2966source = "registry+https://github.com/rust-lang/crates.io-index"
2967checksum = "65c9dedd9e90b0d47624d2ed241d394e09294118364e87b9b7e5f1fe755f3c2c"
2968dependencies = [
2969 "gix-tempfile",
2970 "gix-utils",
2971 "thiserror 2.0.18",
2972]
2973
2974[[package]]
2975name = "gix-mailmap"
2976version = "0.33.1"
2977source = "registry+https://github.com/rust-lang/crates.io-index"
2978checksum = "195fd20808055824531be2fd0d34136d900e5fbca3ffb0a3c07e8beeefb9c828"
2979dependencies = [
2980 "bstr",
2981 "gix-actor",
2982 "gix-date",
2983 "gix-error",
2984]
2985
2986[[package]]
2987name = "gix-negotiate"
2988version = "0.32.0"
2989source = "registry+https://github.com/rust-lang/crates.io-index"
2990checksum = "890c936a215bae25818c076cb881cb2e54d2c66ba947ba58b8dd47cff921bf55"
2991dependencies = [
2992 "bitflags 2.13.0",
2993 "gix-commitgraph",
2994 "gix-date",
2995 "gix-hash",
2996 "gix-object",
2997 "gix-revwalk",
2998]
2999
3000[[package]]
3001name = "gix-object"
3002version = "0.61.0"
3003source = "registry+https://github.com/rust-lang/crates.io-index"
3004checksum = "d5cd857e29429c7213bdef3f5aef83f8cc124774fe8ae0d27b1607d218d6d525"
3005dependencies = [
3006 "bstr",
3007 "gix-actor",
3008 "gix-date",
3009 "gix-features",
3010 "gix-hash",
3011 "gix-hashtable",
3012 "gix-utils",
3013 "gix-validate",
3014 "itoa",
3015 "smallvec",
3016 "thiserror 2.0.18",
3017]
3018
3019[[package]]
3020name = "gix-odb"
3021version = "0.81.0"
3022source = "registry+https://github.com/rust-lang/crates.io-index"
3023checksum = "7d004c32858b1556f2d7874405edb3c97dc78fc09beaa87d57bb077ee2858a7d"
3024dependencies = [
3025 "arc-swap",
3026 "gix-features",
3027 "gix-fs",
3028 "gix-hash",
3029 "gix-hashtable",
3030 "gix-object",
3031 "gix-pack",
3032 "gix-path",
3033 "gix-quote",
3034 "memmap2",
3035 "parking_lot",
3036 "tempfile",
3037 "thiserror 2.0.18",
3038]
3039
3040[[package]]
3041name = "gix-pack"
3042version = "0.71.0"
3043dependencies = [
3044 "clru",
3045 "gix-chunk",
3046 "gix-diff",
3047 "gix-error",
3048 "gix-features",
3049 "gix-hash",
3050 "gix-hashtable",
3051 "gix-object",
3052 "gix-path",
3053 "gix-tempfile",
3054 "gix-traverse",
3055 "parking_lot",
3056 "smallvec",
3057 "thiserror 2.0.18",
3058 "uluru",
3059]
3060
3061[[package]]
3062name = "gix-packetline"
3063version = "0.21.5"
3064source = "registry+https://github.com/rust-lang/crates.io-index"
3065checksum = "b217dd0ee0c4021ecf169a4a519b1b4f80d15e3f3765f3dc466223dc0ac891d7"
3066dependencies = [
3067 "bstr",
3068 "faster-hex",
3069 "gix-trace",
3070 "thiserror 2.0.18",
3071]
3072
3073[[package]]
3074name = "gix-path"
3075version = "0.12.1"
3076source = "registry+https://github.com/rust-lang/crates.io-index"
3077checksum = "afa6ac14cd14939ea94a496ce7460daa6511c09f5b84757e9cfc6f9c8d0f93a6"
3078dependencies = [
3079 "bstr",
3080 "gix-trace",
3081 "gix-validate",
3082 "thiserror 2.0.18",
3083]
3084
3085[[package]]
3086name = "gix-pathspec"
3087version = "0.18.1"
3088source = "registry+https://github.com/rust-lang/crates.io-index"
3089checksum = "3050783b41ee11511e1e8fb35623df81806194f4030395f14f48ea37c2798c9f"
3090dependencies = [
3091 "bitflags 2.13.0",
3092 "bstr",
3093 "gix-attributes",
3094 "gix-config-value",
3095 "gix-glob",
3096 "gix-path",
3097 "thiserror 2.0.18",
3098]
3099
3100[[package]]
3101name = "gix-prompt"
3102version = "0.15.1"
3103source = "registry+https://github.com/rust-lang/crates.io-index"
3104checksum = "3ee604d7746080ae7e1023bf47204bcc2c5f307bfbe2306a3c90b1bfd1a2c6d8"
3105dependencies = [
3106 "gix-command",
3107 "gix-config-value",
3108 "parking_lot",
3109 "rustix",
3110 "thiserror 2.0.18",
3111]
3112
3113[[package]]
3114name = "gix-protocol"
3115version = "0.62.0"
3116source = "registry+https://github.com/rust-lang/crates.io-index"
3117checksum = "51dea3acb390707ab868f1f9584f18449eb95d869deffae96768e47d303595ee"
3118dependencies = [
3119 "bstr",
3120 "gix-date",
3121 "gix-features",
3122 "gix-hash",
3123 "gix-ref",
3124 "gix-shallow",
3125 "gix-transport",
3126 "gix-utils",
3127 "maybe-async",
3128 "nonempty 0.12.0",
3129 "thiserror 2.0.18",
3130]
3131
3132[[package]]
3133name = "gix-quote"
3134version = "0.7.2"
3135source = "registry+https://github.com/rust-lang/crates.io-index"
3136checksum = "a6e541fc33cc2b783b7979040d445a0c86a2eca747c8faea4ca84230d06ae6ef"
3137dependencies = [
3138 "bstr",
3139 "gix-error",
3140 "gix-utils",
3141]
3142
3143[[package]]
3144name = "gix-ref"
3145version = "0.64.0"
3146source = "registry+https://github.com/rust-lang/crates.io-index"
3147checksum = "4c04f64c37eb7e6feb73c7060f8dc6f381cc5de5d53249bfd450bc48a86b2e8b"
3148dependencies = [
3149 "gix-actor",
3150 "gix-features",
3151 "gix-fs",
3152 "gix-hash",
3153 "gix-lock",
3154 "gix-object",
3155 "gix-path",
3156 "gix-tempfile",
3157 "gix-utils",
3158 "gix-validate",
3159 "memmap2",
3160 "thiserror 2.0.18",
3161]
3162
3163[[package]]
3164name = "gix-refspec"
3165version = "0.42.0"
3166source = "registry+https://github.com/rust-lang/crates.io-index"
3167checksum = "b216ae06ec74b5f24ad0142026a997fb0a935b7410eaf9c1616fc3f0e6c5a6d3"
3168dependencies = [
3169 "bstr",
3170 "gix-error",
3171 "gix-glob",
3172 "gix-hash",
3173 "gix-revision",
3174 "gix-validate",
3175 "smallvec",
3176 "thiserror 2.0.18",
3177]
3178
3179[[package]]
3180name = "gix-revision"
3181version = "0.46.0"
3182source = "registry+https://github.com/rust-lang/crates.io-index"
3183checksum = "0b47c88884dd3c1a19a39da19d10211fcdea2809aadc86869b6e824a1774340f"
3184dependencies = [
3185 "bitflags 2.13.0",
3186 "bstr",
3187 "gix-commitgraph",
3188 "gix-date",
3189 "gix-error",
3190 "gix-hash",
3191 "gix-hashtable",
3192 "gix-object",
3193 "gix-revwalk",
3194 "gix-trace",
3195 "nonempty 0.12.0",
3196]
3197
3198[[package]]
3199name = "gix-revwalk"
3200version = "0.32.0"
3201source = "registry+https://github.com/rust-lang/crates.io-index"
3202checksum = "85f5756abffe0917827aac683b13684ed99875bc398fa1f9b8f479b0681ef9e6"
3203dependencies = [
3204 "gix-commitgraph",
3205 "gix-date",
3206 "gix-error",
3207 "gix-hash",
3208 "gix-hashtable",
3209 "gix-object",
3210 "smallvec",
3211 "thiserror 2.0.18",
3212]
3213
3214[[package]]
3215name = "gix-sec"
3216version = "0.14.1"
3217source = "registry+https://github.com/rust-lang/crates.io-index"
3218checksum = "ab8519976e4c7e486270740a5400369f37940779b80bd1377d94cfa1125d01b3"
3219dependencies = [
3220 "bitflags 2.13.0",
3221 "gix-path",
3222 "libc",
3223 "windows-sys 0.61.2",
3224]
3225
3226[[package]]
3227name = "gix-shallow"
3228version = "0.12.1"
3229source = "registry+https://github.com/rust-lang/crates.io-index"
3230checksum = "a292fc2fe548c5dfa575479d16b445b0ddf1dd2f56f1fec6aed386f82553cd97"
3231dependencies = [
3232 "bstr",
3233 "gix-hash",
3234 "gix-lock",
3235 "nonempty 0.12.0",
3236 "thiserror 2.0.18",
3237]
3238
3239[[package]]
3240name = "gix-status"
3241version = "0.31.0"
3242source = "registry+https://github.com/rust-lang/crates.io-index"
3243checksum = "22042e385d28a34275e029d98f4970285045be14b9073658ca897923f2ed8700"
3244dependencies = [
3245 "bstr",
3246 "filetime",
3247 "gix-diff",
3248 "gix-dir",
3249 "gix-features",
3250 "gix-filter",
3251 "gix-fs",
3252 "gix-hash",
3253 "gix-index",
3254 "gix-object",
3255 "gix-path",
3256 "gix-pathspec",
3257 "gix-worktree",
3258 "portable-atomic",
3259 "thiserror 2.0.18",
3260]
3261
3262[[package]]
3263name = "gix-submodule"
3264version = "0.31.0"
3265source = "registry+https://github.com/rust-lang/crates.io-index"
3266checksum = "3059890ef054066c22a94bfc6a3eaba0d806aedcd630a0bc9e5783fd88884781"
3267dependencies = [
3268 "bstr",
3269 "gix-config",
3270 "gix-path",
3271 "gix-pathspec",
3272 "gix-refspec",
3273 "gix-url",
3274 "thiserror 2.0.18",
3275]
3276
3277[[package]]
3278name = "gix-tempfile"
3279version = "23.0.1"
3280source = "registry+https://github.com/rust-lang/crates.io-index"
3281checksum = "27850097e1ff9515f46a0dad0f5f9c9d020e972727772dabab9450690c4adb22"
3282dependencies = [
3283 "dashmap",
3284 "gix-fs",
3285 "libc",
3286 "parking_lot",
3287 "signal-hook",
3288 "signal-hook-registry",
3289 "tempfile",
3290]
3291
3292[[package]]
3293name = "gix-trace"
3294version = "0.1.20"
3295source = "registry+https://github.com/rust-lang/crates.io-index"
3296checksum = "44dc45eae785c0eb14173e0f152e6e224dcf4d45b6a6999a3aed22af541ad678"
3297
3298[[package]]
3299name = "gix-transport"
3300version = "0.57.1"
3301source = "registry+https://github.com/rust-lang/crates.io-index"
3302checksum = "7cd0e34995b1aab0fa8dff2af8db726a0bfad3e119c89302604463264046e7ff"
3303dependencies = [
3304 "bstr",
3305 "gix-command",
3306 "gix-features",
3307 "gix-packetline",
3308 "gix-quote",
3309 "gix-sec",
3310 "gix-url",
3311 "thiserror 2.0.18",
3312]
3313
3314[[package]]
3315name = "gix-traverse"
3316version = "0.58.0"
3317source = "registry+https://github.com/rust-lang/crates.io-index"
3318checksum = "e8de590ecc86a3b2870665f2288324fa9f7f8672c7fc2d4e020fdd81cd1f7aed"
3319dependencies = [
3320 "bitflags 2.13.0",
3321 "gix-commitgraph",
3322 "gix-date",
3323 "gix-hash",
3324 "gix-hashtable",
3325 "gix-object",
3326 "gix-revwalk",
3327 "smallvec",
3328 "thiserror 2.0.18",
3329]
3330
3331[[package]]
3332name = "gix-url"
3333version = "0.36.1"
3334source = "registry+https://github.com/rust-lang/crates.io-index"
3335checksum = "65bb01ec69d55e82ccb7a19e264501ead4e6aac38463a8cebfdd81e22bb67ab2"
3336dependencies = [
3337 "bstr",
3338 "gix-path",
3339 "percent-encoding",
3340 "thiserror 2.0.18",
3341]
3342
3343[[package]]
3344name = "gix-utils"
3345version = "0.3.3"
3346source = "registry+https://github.com/rust-lang/crates.io-index"
3347checksum = "66c50966184123caf580ffa64e28031a878597f1c7fceb8fe19566c38eb1b771"
3348dependencies = [
3349 "bstr",
3350 "fastrand",
3351 "unicode-normalization",
3352]
3353
3354[[package]]
3355name = "gix-validate"
3356version = "0.11.2"
3357source = "registry+https://github.com/rust-lang/crates.io-index"
3358checksum = "7bc6fc771c4063ba7cd2f47b91fb6076251c6a823b64b7fe7b8874b0fe4afae3"
3359dependencies = [
3360 "bstr",
3361]
3362
3363[[package]]
3364name = "gix-worktree"
3365version = "0.53.0"
3366source = "registry+https://github.com/rust-lang/crates.io-index"
3367checksum = "cef414ed275e8407cd5d53d301e83be19700b0dd3f859d2434417b58f454a2d1"
3368dependencies = [
3369 "bstr",
3370 "gix-attributes",
3371 "gix-fs",
3372 "gix-glob",
3373 "gix-hash",
3374 "gix-ignore",
3375 "gix-index",
3376 "gix-object",
3377 "gix-path",
3378 "gix-validate",
3379]
3380
3381[[package]]
3382name = "gix-worktree-state"
3383version = "0.31.0"
3384source = "registry+https://github.com/rust-lang/crates.io-index"
3385checksum = "4bffae8b3ca258fdd50370cd51f06deb4c76a3b43db3868bc28dde45ffa77d69"
3386dependencies = [
3387 "bstr",
3388 "gix-features",
3389 "gix-filter",
3390 "gix-fs",
3391 "gix-index",
3392 "gix-object",
3393 "gix-path",
3394 "gix-worktree",
3395 "io-close",
3396 "thiserror 2.0.18",
3397]
3398
3399[[package]]
3400name = "gix-worktree-stream"
3401version = "0.33.0"
3402source = "registry+https://github.com/rust-lang/crates.io-index"
3403checksum = "d25e9ed30100c63f7590bc581c225e53f731a53e06aa79a245739c07f7dcc557"
3404dependencies = [
3405 "gix-attributes",
3406 "gix-error",
3407 "gix-features",
3408 "gix-filter",
3409 "gix-fs",
3410 "gix-hash",
3411 "gix-object",
3412 "gix-path",
3413 "gix-traverse",
3414 "parking_lot",
3415]
3416
3417[[package]]
3418name = "glob"
3419version = "0.3.3"
3420source = "registry+https://github.com/rust-lang/crates.io-index"
3421checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
3422
3423[[package]]
3424name = "globset"
3425version = "0.4.18"
3426source = "registry+https://github.com/rust-lang/crates.io-index"
3427checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3"
3428dependencies = [
3429 "aho-corasick",
3430 "bstr",
3431 "log",
3432 "regex-automata",
3433 "regex-syntax",
3434]
3435
3436[[package]]
3437name = "governor"
3438version = "0.10.4"
3439source = "registry+https://github.com/rust-lang/crates.io-index"
3440checksum = "9efcab3c1958580ff1f25a2a41be1668f7603d849bb63af523b208a3cc1223b8"
3441dependencies = [
3442 "cfg-if",
3443 "dashmap",
3444 "futures-sink",
3445 "futures-timer",
3446 "futures-util",
3447 "getrandom 0.3.4",
3448 "hashbrown 0.16.1",
3449 "nonzero_ext",
3450 "parking_lot",
3451 "portable-atomic",
3452 "quanta",
3453 "rand 0.9.4",
3454 "smallvec",
3455 "spinning_top",
3456 "web-time",
3457]
3458
3459[[package]]
3460name = "group"
3461version = "0.13.0"
3462source = "registry+https://github.com/rust-lang/crates.io-index"
3463checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
3464dependencies = [
3465 "ff 0.13.1",
3466 "rand_core 0.6.4",
3467 "subtle",
3468]
3469
3470[[package]]
3471name = "group"
3472version = "0.14.0"
3473source = "registry+https://github.com/rust-lang/crates.io-index"
3474checksum = "7fd1a1c7a5206c5b7a3f5a0d7ccd3ff85d0c8f5133d62a02680255b0004af5f4"
3475dependencies = [
3476 "ff 0.14.0",
3477 "rand_core 0.10.1",
3478 "subtle",
3479]
3480
3481[[package]]
3482name = "h2"
3483version = "0.4.15"
3484source = "registry+https://github.com/rust-lang/crates.io-index"
3485checksum = "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155"
3486dependencies = [
3487 "atomic-waker",
3488 "bytes",
3489 "fnv",
3490 "futures-core",
3491 "futures-sink",
3492 "http",
3493 "indexmap",
3494 "slab",
3495 "tokio",
3496 "tokio-util",
3497 "tracing",
3498]
3499
3500[[package]]
3501name = "h3"
3502version = "0.0.8"
3503source = "registry+https://github.com/rust-lang/crates.io-index"
3504checksum = "10872b55cfb02a821b69dc7cf8dc6a71d6af25eb9a79662bec4a9d016056b3be"
3505dependencies = [
3506 "bytes",
3507 "fastrand",
3508 "futures-util",
3509 "http",
3510 "pin-project-lite",
3511 "tokio",
3512]
3513
3514[[package]]
3515name = "h3-quinn"
3516version = "0.0.10"
3517source = "registry+https://github.com/rust-lang/crates.io-index"
3518checksum = "8b2e732c8d91a74731663ac8479ab505042fbf547b9a207213ab7fbcbfc4f8b4"
3519dependencies = [
3520 "bytes",
3521 "futures",
3522 "h3",
3523 "quinn",
3524 "tokio",
3525 "tokio-util",
3526]
3527
3528[[package]]
3529name = "half"
3530version = "2.7.1"
3531source = "registry+https://github.com/rust-lang/crates.io-index"
3532checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
3533dependencies = [
3534 "cfg-if",
3535 "crunchy",
3536 "zerocopy",
3537]
3538
3539[[package]]
3540name = "hash32"
3541version = "0.2.1"
3542source = "registry+https://github.com/rust-lang/crates.io-index"
3543checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
3544dependencies = [
3545 "byteorder",
3546]
3547
3548[[package]]
3549name = "hash32"
3550version = "0.3.1"
3551source = "registry+https://github.com/rust-lang/crates.io-index"
3552checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
3553dependencies = [
3554 "byteorder",
3555]
3556
3557[[package]]
3558name = "hashbrown"
3559version = "0.14.5"
3560source = "registry+https://github.com/rust-lang/crates.io-index"
3561checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
3562dependencies = [
3563 "ahash",
3564 "allocator-api2",
3565]
3566
3567[[package]]
3568name = "hashbrown"
3569version = "0.15.5"
3570source = "registry+https://github.com/rust-lang/crates.io-index"
3571checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
3572dependencies = [
3573 "allocator-api2",
3574 "equivalent",
3575 "foldhash 0.1.5",
3576]
3577
3578[[package]]
3579name = "hashbrown"
3580version = "0.16.1"
3581source = "registry+https://github.com/rust-lang/crates.io-index"
3582checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
3583dependencies = [
3584 "allocator-api2",
3585 "equivalent",
3586 "foldhash 0.2.0",
3587]
3588
3589[[package]]
3590name = "hashbrown"
3591version = "0.17.1"
3592source = "registry+https://github.com/rust-lang/crates.io-index"
3593checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
3594dependencies = [
3595 "allocator-api2",
3596 "equivalent",
3597 "foldhash 0.2.0",
3598]
3599
3600[[package]]
3601name = "hashlink"
3602version = "0.11.1"
3603source = "registry+https://github.com/rust-lang/crates.io-index"
3604checksum = "824e001ac4f3012dd16a264bec811403a67ca9deb6c102fc5049b32c4574b35f"
3605dependencies = [
3606 "hashbrown 0.16.1",
3607]
3608
3609[[package]]
3610name = "heapless"
3611version = "0.7.17"
3612source = "registry+https://github.com/rust-lang/crates.io-index"
3613checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f"
3614dependencies = [
3615 "atomic-polyfill",
3616 "hash32 0.2.1",
3617 "rustc_version",
3618 "serde",
3619 "spin 0.9.8",
3620 "stable_deref_trait",
3621]
3622
3623[[package]]
3624name = "heapless"
3625version = "0.8.0"
3626source = "registry+https://github.com/rust-lang/crates.io-index"
3627checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
3628dependencies = [
3629 "hash32 0.3.1",
3630 "stable_deref_trait",
3631]
3632
3633[[package]]
3634name = "heck"
3635version = "0.5.0"
3636source = "registry+https://github.com/rust-lang/crates.io-index"
3637checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
3638
3639[[package]]
3640name = "hermit-abi"
3641version = "0.5.2"
3642source = "registry+https://github.com/rust-lang/crates.io-index"
3643checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
3644
3645[[package]]
3646name = "hex"
3647version = "0.4.3"
3648source = "registry+https://github.com/rust-lang/crates.io-index"
3649checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
3650
3651[[package]]
3652name = "hex-literal"
3653version = "1.1.0"
3654source = "registry+https://github.com/rust-lang/crates.io-index"
3655checksum = "e712f64ec3850b98572bffac52e2c6f282b29fe6c5fa6d42334b30be438d95c1"
3656
3657[[package]]
3658name = "hickory-proto"
3659version = "0.24.4"
3660source = "registry+https://github.com/rust-lang/crates.io-index"
3661checksum = "92652067c9ce6f66ce53cc38d1169daa36e6e7eb7dd3b63b5103bd9d97117248"
3662dependencies = [
3663 "async-trait",
3664 "cfg-if",
3665 "data-encoding",
3666 "enum-as-inner",
3667 "futures-channel",
3668 "futures-io",
3669 "futures-util",
3670 "idna",
3671 "ipnet",
3672 "once_cell",
3673 "rand 0.8.6",
3674 "thiserror 1.0.69",
3675 "tinyvec",
3676 "tokio",
3677 "tracing",
3678 "url",
3679]
3680
3681[[package]]
3682name = "hickory-resolver"
3683version = "0.24.4"
3684source = "registry+https://github.com/rust-lang/crates.io-index"
3685checksum = "cbb117a1ca520e111743ab2f6688eddee69db4e0ea242545a604dce8a66fd22e"
3686dependencies = [
3687 "cfg-if",
3688 "futures-util",
3689 "hickory-proto",
3690 "ipconfig",
3691 "lru-cache",
3692 "once_cell",
3693 "parking_lot",
3694 "rand 0.8.6",
3695 "resolv-conf",
3696 "smallvec",
3697 "thiserror 1.0.69",
3698 "tokio",
3699 "tracing",
3700]
3701
3702[[package]]
3703name = "hkdf"
3704version = "0.13.0"
3705source = "registry+https://github.com/rust-lang/crates.io-index"
3706checksum = "4aaa26c720c68b866f2c96ef5c1264b3e6f473fe5d4ce61cd44bbe913e553018"
3707dependencies = [
3708 "hmac 0.13.0",
3709]
3710
3711[[package]]
3712name = "hmac"
3713version = "0.12.1"
3714source = "registry+https://github.com/rust-lang/crates.io-index"
3715checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
3716dependencies = [
3717 "digest 0.10.7",
3718]
3719
3720[[package]]
3721name = "hmac"
3722version = "0.13.0"
3723source = "registry+https://github.com/rust-lang/crates.io-index"
3724checksum = "6303bc9732ae41b04cb554b844a762b4115a61bfaa81e3e83050991eeb56863f"
3725dependencies = [
3726 "digest 0.11.3",
3727]
3728
3729[[package]]
3730name = "htmlescape"
3731version = "0.3.1"
3732source = "registry+https://github.com/rust-lang/crates.io-index"
3733checksum = "e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163"
3734
3735[[package]]
3736name = "http"
3737version = "1.4.2"
3738source = "registry+https://github.com/rust-lang/crates.io-index"
3739checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425"
3740dependencies = [
3741 "bytes",
3742 "itoa",
3743]
3744
3745[[package]]
3746name = "http-body"
3747version = "1.0.1"
3748source = "registry+https://github.com/rust-lang/crates.io-index"
3749checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
3750dependencies = [
3751 "bytes",
3752 "http",
3753]
3754
3755[[package]]
3756name = "http-body-util"
3757version = "0.1.3"
3758source = "registry+https://github.com/rust-lang/crates.io-index"
3759checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
3760dependencies = [
3761 "bytes",
3762 "futures-core",
3763 "http",
3764 "http-body",
3765 "pin-project-lite",
3766]
3767
3768[[package]]
3769name = "http-range-header"
3770version = "0.4.2"
3771source = "registry+https://github.com/rust-lang/crates.io-index"
3772checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c"
3773
3774[[package]]
3775name = "httparse"
3776version = "1.10.1"
3777source = "registry+https://github.com/rust-lang/crates.io-index"
3778checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
3779
3780[[package]]
3781name = "httpdate"
3782version = "1.0.3"
3783source = "registry+https://github.com/rust-lang/crates.io-index"
3784checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
3785
3786[[package]]
3787name = "human_format"
3788version = "1.2.1"
3789source = "registry+https://github.com/rust-lang/crates.io-index"
3790checksum = "eaec953f16e5bcf6b8a3cb3aa959b17e5577dbd2693e94554c462c08be22624b"
3791
3792[[package]]
3793name = "hybrid-array"
3794version = "0.4.12"
3795source = "registry+https://github.com/rust-lang/crates.io-index"
3796checksum = "9155a582abd142abc056962c29e3ce5ff2ad5469f4246b537ed42c5deba857da"
3797dependencies = [
3798 "ctutils",
3799 "subtle",
3800 "typenum",
3801 "zeroize",
3802]
3803
3804[[package]]
3805name = "hyper"
3806version = "1.10.1"
3807source = "registry+https://github.com/rust-lang/crates.io-index"
3808checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498"
3809dependencies = [
3810 "atomic-waker",
3811 "bytes",
3812 "futures-channel",
3813 "futures-core",
3814 "h2",
3815 "http",
3816 "http-body",
3817 "httparse",
3818 "httpdate",
3819 "itoa",
3820 "pin-project-lite",
3821 "smallvec",
3822 "tokio",
3823 "want",
3824]
3825
3826[[package]]
3827name = "hyper-rustls"
3828version = "0.27.9"
3829source = "registry+https://github.com/rust-lang/crates.io-index"
3830checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
3831dependencies = [
3832 "http",
3833 "hyper",
3834 "hyper-util",
3835 "rustls",
3836 "tokio",
3837 "tokio-rustls",
3838 "tower-service",
3839 "webpki-roots 1.0.8",
3840]
3841
3842[[package]]
3843name = "hyper-util"
3844version = "0.1.20"
3845source = "registry+https://github.com/rust-lang/crates.io-index"
3846checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
3847dependencies = [
3848 "base64",
3849 "bytes",
3850 "futures-channel",
3851 "futures-util",
3852 "http",
3853 "http-body",
3854 "hyper",
3855 "ipnet",
3856 "libc",
3857 "percent-encoding",
3858 "pin-project-lite",
3859 "socket2",
3860 "system-configuration",
3861 "tokio",
3862 "tower-service",
3863 "tracing",
3864 "windows-registry",
3865]
3866
3867[[package]]
3868name = "iana-time-zone"
3869version = "0.1.65"
3870source = "registry+https://github.com/rust-lang/crates.io-index"
3871checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
3872dependencies = [
3873 "android_system_properties",
3874 "core-foundation-sys",
3875 "iana-time-zone-haiku",
3876 "js-sys",
3877 "log",
3878 "wasm-bindgen",
3879 "windows-core",
3880]
3881
3882[[package]]
3883name = "iana-time-zone-haiku"
3884version = "0.1.2"
3885source = "registry+https://github.com/rust-lang/crates.io-index"
3886checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
3887dependencies = [
3888 "cc",
3889]
3890
3891[[package]]
3892name = "icu_collections"
3893version = "2.2.0"
3894source = "registry+https://github.com/rust-lang/crates.io-index"
3895checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
3896dependencies = [
3897 "displaydoc",
3898 "potential_utf",
3899 "utf8_iter",
3900 "yoke",
3901 "zerofrom",
3902 "zerovec",
3903]
3904
3905[[package]]
3906name = "icu_locale_core"
3907version = "2.2.0"
3908source = "registry+https://github.com/rust-lang/crates.io-index"
3909checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
3910dependencies = [
3911 "displaydoc",
3912 "litemap",
3913 "tinystr",
3914 "writeable",
3915 "zerovec",
3916]
3917
3918[[package]]
3919name = "icu_normalizer"
3920version = "2.2.0"
3921source = "registry+https://github.com/rust-lang/crates.io-index"
3922checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
3923dependencies = [
3924 "icu_collections",
3925 "icu_normalizer_data",
3926 "icu_properties",
3927 "icu_provider",
3928 "smallvec",
3929 "zerovec",
3930]
3931
3932[[package]]
3933name = "icu_normalizer_data"
3934version = "2.2.0"
3935source = "registry+https://github.com/rust-lang/crates.io-index"
3936checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
3937
3938[[package]]
3939name = "icu_properties"
3940version = "2.2.0"
3941source = "registry+https://github.com/rust-lang/crates.io-index"
3942checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
3943dependencies = [
3944 "icu_collections",
3945 "icu_locale_core",
3946 "icu_properties_data",
3947 "icu_provider",
3948 "zerotrie",
3949 "zerovec",
3950]
3951
3952[[package]]
3953name = "icu_properties_data"
3954version = "2.2.0"
3955source = "registry+https://github.com/rust-lang/crates.io-index"
3956checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
3957
3958[[package]]
3959name = "icu_provider"
3960version = "2.2.0"
3961source = "registry+https://github.com/rust-lang/crates.io-index"
3962checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
3963dependencies = [
3964 "displaydoc",
3965 "icu_locale_core",
3966 "writeable",
3967 "yoke",
3968 "zerofrom",
3969 "zerotrie",
3970 "zerovec",
3971]
3972
3973[[package]]
3974name = "ident_case"
3975version = "1.0.1"
3976source = "registry+https://github.com/rust-lang/crates.io-index"
3977checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
3978
3979[[package]]
3980name = "idna"
3981version = "1.1.0"
3982source = "registry+https://github.com/rust-lang/crates.io-index"
3983checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
3984dependencies = [
3985 "idna_adapter",
3986 "smallvec",
3987 "utf8_iter",
3988]
3989
3990[[package]]
3991name = "idna_adapter"
3992version = "1.2.2"
3993source = "registry+https://github.com/rust-lang/crates.io-index"
3994checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
3995dependencies = [
3996 "icu_normalizer",
3997 "icu_properties",
3998]
3999
4000[[package]]
4001name = "indexmap"
4002version = "2.14.0"
4003source = "registry+https://github.com/rust-lang/crates.io-index"
4004checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
4005dependencies = [
4006 "equivalent",
4007 "hashbrown 0.17.1",
4008 "serde",
4009 "serde_core",
4010]
4011
4012[[package]]
4013name = "inout"
4014version = "0.2.2"
4015source = "registry+https://github.com/rust-lang/crates.io-index"
4016checksum = "4250ce6452e92010fdf7268ccc5d14faa80bb12fc741938534c58f16804e03c7"
4017dependencies = [
4018 "block-padding",
4019 "hybrid-array",
4020]
4021
4022[[package]]
4023name = "internal-russh-num-bigint"
4024version = "0.5.0"
4025source = "registry+https://github.com/rust-lang/crates.io-index"
4026checksum = "ae8e22120c32fb4d19ec55fba35015f57095cd95a2e3b732e44457f5915b2ee8"
4027dependencies = [
4028 "num-integer",
4029 "num-traits",
4030 "rand 0.10.1",
4031 "rand_core 0.10.1",
4032]
4033
4034[[package]]
4035name = "inventory"
4036version = "0.3.24"
4037source = "registry+https://github.com/rust-lang/crates.io-index"
4038checksum = "a4f0c30c76f2f4ccee3fe55a2435f691ca00c0e4bd87abe4f4a851b1d4dac39b"
4039dependencies = [
4040 "rustversion",
4041]
4042
4043[[package]]
4044name = "io-close"
4045version = "0.3.7"
4046source = "registry+https://github.com/rust-lang/crates.io-index"
4047checksum = "9cadcf447f06744f8ce713d2d6239bb5bde2c357a452397a9ed90c625da390bc"
4048dependencies = [
4049 "libc",
4050 "winapi",
4051]
4052
4053[[package]]
4054name = "ipconfig"
4055version = "0.3.4"
4056source = "registry+https://github.com/rust-lang/crates.io-index"
4057checksum = "4d40460c0ce33d6ce4b0630ad68ff63d6661961c48b6dba35e5a4d81cfb48222"
4058dependencies = [
4059 "socket2",
4060 "widestring",
4061 "windows-registry",
4062 "windows-result",
4063 "windows-sys 0.61.2",
4064]
4065
4066[[package]]
4067name = "ipld-core"
4068version = "0.4.3"
4069source = "registry+https://github.com/rust-lang/crates.io-index"
4070checksum = "090f624976d72f0b0bb71b86d58dc16c15e069193067cb3a3a09d655246cbbda"
4071dependencies = [
4072 "cid",
4073 "serde",
4074 "serde_bytes",
4075]
4076
4077[[package]]
4078name = "ipnet"
4079version = "2.12.0"
4080source = "registry+https://github.com/rust-lang/crates.io-index"
4081checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
4082
4083[[package]]
4084name = "is_terminal_polyfill"
4085version = "1.70.2"
4086source = "registry+https://github.com/rust-lang/crates.io-index"
4087checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
4088
4089[[package]]
4090name = "itertools"
4091version = "0.13.0"
4092source = "registry+https://github.com/rust-lang/crates.io-index"
4093checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
4094dependencies = [
4095 "either",
4096]
4097
4098[[package]]
4099name = "itertools"
4100version = "0.14.0"
4101source = "registry+https://github.com/rust-lang/crates.io-index"
4102checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
4103dependencies = [
4104 "either",
4105]
4106
4107[[package]]
4108name = "itoa"
4109version = "1.0.18"
4110source = "registry+https://github.com/rust-lang/crates.io-index"
4111checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
4112
4113[[package]]
4114name = "jacquard-common"
4115version = "0.12.1"
4116source = "registry+https://github.com/rust-lang/crates.io-index"
4117checksum = "fec8b6661e6fcfb4d8b9eb1132503be71bc3e3c6f6ff15fa5500ec62655f6da7"
4118dependencies = [
4119 "base64",
4120 "bon",
4121 "bytes",
4122 "chrono",
4123 "ciborium",
4124 "ciborium-io",
4125 "cid",
4126 "fluent-uri",
4127 "futures",
4128 "getrandom 0.2.17",
4129 "getrandom 0.3.4",
4130 "hashbrown 0.15.5",
4131 "http",
4132 "ipld-core",
4133 "k256",
4134 "maitake-sync",
4135 "miette",
4136 "multibase",
4137 "multihash",
4138 "n0-future",
4139 "oxilangtag",
4140 "p256 0.13.2",
4141 "phf",
4142 "postcard",
4143 "rand 0.9.4",
4144 "regex",
4145 "regex-automata",
4146 "regex-lite",
4147 "reqwest 0.12.28",
4148 "rustversion",
4149 "serde",
4150 "serde_bytes",
4151 "serde_html_form",
4152 "serde_ipld_dagcbor",
4153 "serde_json",
4154 "signature 2.2.0",
4155 "smol_str",
4156 "spin 0.10.0",
4157 "thiserror 2.0.18",
4158 "tokio",
4159 "tokio-tungstenite-wasm",
4160 "tokio-util",
4161 "trait-variant",
4162 "unicode-segmentation",
4163]
4164
4165[[package]]
4166name = "jacquard-derive"
4167version = "0.12.1"
4168source = "registry+https://github.com/rust-lang/crates.io-index"
4169checksum = "e41b82a9a72c0d2b907a5e0734e0692615e717cda903502c6c034ae6f3ddddf7"
4170dependencies = [
4171 "heck",
4172 "jacquard-lexicon",
4173 "proc-macro2",
4174 "quote",
4175 "syn 2.0.118",
4176]
4177
4178[[package]]
4179name = "jacquard-lexicon"
4180version = "0.12.1"
4181source = "registry+https://github.com/rust-lang/crates.io-index"
4182checksum = "160049c269e3d7ec56f130736d25d61953fc6216da660c8b5e102f6b052dd3a1"
4183dependencies = [
4184 "cid",
4185 "dashmap",
4186 "heck",
4187 "inventory",
4188 "jacquard-common",
4189 "miette",
4190 "multihash",
4191 "prettyplease",
4192 "proc-macro2",
4193 "quote",
4194 "serde",
4195 "serde_ipld_dagcbor",
4196 "serde_json",
4197 "serde_path_to_error",
4198 "serde_repr",
4199 "serde_with",
4200 "sha2 0.10.9",
4201 "syn 2.0.118",
4202 "thiserror 2.0.18",
4203 "unicode-segmentation",
4204]
4205
4206[[package]]
4207name = "jiff"
4208version = "0.2.29"
4209source = "registry+https://github.com/rust-lang/crates.io-index"
4210checksum = "34f877a98676d2fb664698d74cc6a51ce6c484ce8c770f05d0108ec9090aeb46"
4211dependencies = [
4212 "defmt",
4213 "jiff-static",
4214 "jiff-tzdb-platform",
4215 "log",
4216 "portable-atomic",
4217 "portable-atomic-util",
4218 "serde_core",
4219 "windows-link",
4220]
4221
4222[[package]]
4223name = "jiff-static"
4224version = "0.2.29"
4225source = "registry+https://github.com/rust-lang/crates.io-index"
4226checksum = "0666b5ab5ecaca213fc2a85b8c0083d9004e84ee2d5f9a7e0017aaf50986f25f"
4227dependencies = [
4228 "proc-macro2",
4229 "quote",
4230 "syn 2.0.118",
4231]
4232
4233[[package]]
4234name = "jiff-tzdb"
4235version = "0.1.6"
4236source = "registry+https://github.com/rust-lang/crates.io-index"
4237checksum = "c900ef84826f1338a557697dc8fc601df9ca9af4ac137c7fb61d4c6f2dfd3076"
4238
4239[[package]]
4240name = "jiff-tzdb-platform"
4241version = "0.1.3"
4242source = "registry+https://github.com/rust-lang/crates.io-index"
4243checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
4244dependencies = [
4245 "jiff-tzdb",
4246]
4247
4248[[package]]
4249name = "jni"
4250version = "0.21.1"
4251source = "registry+https://github.com/rust-lang/crates.io-index"
4252checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
4253dependencies = [
4254 "cesu8",
4255 "cfg-if",
4256 "combine",
4257 "jni-sys 0.3.1",
4258 "log",
4259 "thiserror 1.0.69",
4260 "walkdir",
4261 "windows-sys 0.45.0",
4262]
4263
4264[[package]]
4265name = "jni-sys"
4266version = "0.3.1"
4267source = "registry+https://github.com/rust-lang/crates.io-index"
4268checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258"
4269dependencies = [
4270 "jni-sys 0.4.1",
4271]
4272
4273[[package]]
4274name = "jni-sys"
4275version = "0.4.1"
4276source = "registry+https://github.com/rust-lang/crates.io-index"
4277checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
4278dependencies = [
4279 "jni-sys-macros",
4280]
4281
4282[[package]]
4283name = "jni-sys-macros"
4284version = "0.4.1"
4285source = "registry+https://github.com/rust-lang/crates.io-index"
4286checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
4287dependencies = [
4288 "quote",
4289 "syn 2.0.118",
4290]
4291
4292[[package]]
4293name = "jobserver"
4294version = "0.1.34"
4295source = "registry+https://github.com/rust-lang/crates.io-index"
4296checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
4297dependencies = [
4298 "getrandom 0.3.4",
4299 "libc",
4300]
4301
4302[[package]]
4303name = "js-sys"
4304version = "0.3.102"
4305source = "registry+https://github.com/rust-lang/crates.io-index"
4306checksum = "03d04c30968dffe80775bd4d7fb676131cd04a1fb46d2686dbffbaec2d9dfd31"
4307dependencies = [
4308 "cfg-if",
4309 "futures-util",
4310 "wasm-bindgen",
4311]
4312
4313[[package]]
4314name = "k256"
4315version = "0.13.4"
4316source = "registry+https://github.com/rust-lang/crates.io-index"
4317checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
4318dependencies = [
4319 "cfg-if",
4320 "ecdsa 0.16.9",
4321 "elliptic-curve 0.13.8",
4322 "once_cell",
4323 "sha2 0.10.9",
4324 "signature 2.2.0",
4325]
4326
4327[[package]]
4328name = "keccak"
4329version = "0.2.0"
4330source = "registry+https://github.com/rust-lang/crates.io-index"
4331checksum = "9e24a010dd405bd7ed803e5253182815b41bf2e6a80cc3bfc066658e03a198aa"
4332dependencies = [
4333 "cfg-if",
4334 "cpufeatures 0.3.0",
4335]
4336
4337[[package]]
4338name = "kem"
4339version = "0.3.0"
4340source = "registry+https://github.com/rust-lang/crates.io-index"
4341checksum = "01737161ba802849cfd486b5bd209d38ba4943494c249a8126005170c7621edd"
4342dependencies = [
4343 "crypto-common 0.2.2",
4344 "rand_core 0.10.1",
4345]
4346
4347[[package]]
4348name = "knot-acl"
4349version = "2.0.0"
4350dependencies = [
4351 "knot-cob",
4352 "knot-cobs",
4353 "knot-git",
4354 "knot-index",
4355 "knot-runtime",
4356 "knot-types",
4357 "tempfile",
4358]
4359
4360[[package]]
4361name = "knot-atproto"
4362version = "2.0.0"
4363dependencies = [
4364 "base32",
4365 "base64",
4366 "bs58",
4367 "bytes",
4368 "futures",
4369 "http",
4370 "k256",
4371 "knot-cache",
4372 "knot-lexicons",
4373 "knot-runtime",
4374 "knot-types",
4375 "proptest",
4376 "serde",
4377 "serde_ipld_dagcbor",
4378 "serde_json",
4379 "sha2 0.11.0",
4380 "thiserror 2.0.18",
4381 "tokio",
4382 "url",
4383]
4384
4385[[package]]
4386name = "knot-bench"
4387version = "2.0.0"
4388dependencies = [
4389 "divan",
4390 "gix",
4391 "knot-cob",
4392 "knot-cobs",
4393 "knot-git",
4394 "knot-index",
4395 "knot-pack",
4396 "knot-runtime",
4397 "knot-types",
4398 "tempfile",
4399]
4400
4401[[package]]
4402name = "knot-cache"
4403version = "2.0.0"
4404dependencies = [
4405 "knot-runtime",
4406 "knot-types",
4407 "moka",
4408]
4409
4410[[package]]
4411name = "knot-cob"
4412version = "2.0.0"
4413dependencies = [
4414 "gix",
4415 "gix-hash",
4416 "k256",
4417 "knot-git",
4418 "knot-resource",
4419 "knot-runtime",
4420 "knot-types",
4421 "proptest",
4422 "serde",
4423 "serde_ipld_dagcbor",
4424 "tempfile",
4425 "thiserror 2.0.18",
4426 "tracing",
4427]
4428
4429[[package]]
4430name = "knot-cobs"
4431version = "2.0.0"
4432dependencies = [
4433 "gix",
4434 "knot-cob",
4435 "knot-git",
4436 "knot-runtime",
4437 "knot-types",
4438 "proptest",
4439 "serde",
4440 "serde_ipld_dagcbor",
4441 "tempfile",
4442 "thiserror 2.0.18",
4443]
4444
4445[[package]]
4446name = "knot-config"
4447version = "2.0.0"
4448dependencies = [
4449 "base64",
4450 "confique",
4451 "knot-messages",
4452 "knot-runtime",
4453 "knot-types",
4454 "tempfile",
4455 "thiserror 2.0.18",
4456 "url",
4457]
4458
4459[[package]]
4460name = "knot-edge"
4461version = "2.0.0"
4462dependencies = [
4463 "arc-swap",
4464 "async-trait",
4465 "axum",
4466 "base64",
4467 "bytes",
4468 "futures",
4469 "governor",
4470 "h3",
4471 "h3-quinn",
4472 "http",
4473 "http-body",
4474 "hyper",
4475 "hyper-util",
4476 "knot-types",
4477 "proptest",
4478 "quinn",
4479 "rcgen 0.14.8",
4480 "rustls",
4481 "rustls-acme",
4482 "rustls-pemfile",
4483 "sha2 0.11.0",
4484 "tempfile",
4485 "thiserror 2.0.18",
4486 "tokio",
4487 "tokio-rustls",
4488 "tokio-util",
4489 "tower",
4490 "tower-http 0.7.0",
4491 "tower_governor",
4492 "tracing",
4493 "x509-parser 0.18.1",
4494]
4495
4496[[package]]
4497name = "knot-events"
4498version = "2.0.0"
4499dependencies = [
4500 "knot-runtime",
4501 "knot-types",
4502 "serde",
4503 "serde_json",
4504 "tokio",
4505]
4506
4507[[package]]
4508name = "knot-fixtures"
4509version = "2.0.0"
4510dependencies = [
4511 "tempfile",
4512]
4513
4514[[package]]
4515name = "knot-git"
4516version = "2.0.0"
4517dependencies = [
4518 "base64",
4519 "flate2",
4520 "gix",
4521 "gix-archive",
4522 "gix-bitmap",
4523 "gix-hash",
4524 "gix-pack",
4525 "knot-cache",
4526 "knot-fixtures",
4527 "knot-resource",
4528 "knot-types",
4529 "proptest",
4530 "scc",
4531 "tempfile",
4532 "thiserror 2.0.18",
4533 "walkdir",
4534]
4535
4536[[package]]
4537name = "knot-index"
4538version = "2.0.0"
4539dependencies = [
4540 "knot-cache",
4541 "knot-cob",
4542 "knot-cobs",
4543 "knot-git",
4544 "knot-runtime",
4545 "knot-types",
4546 "lasso",
4547 "proptest",
4548 "scc",
4549 "serde",
4550 "tempfile",
4551 "thiserror 2.0.18",
4552]
4553
4554[[package]]
4555name = "knot-langs"
4556version = "2.0.0"
4557dependencies = [
4558 "gengo-language",
4559 "knot-git",
4560 "knot-types",
4561 "regex",
4562]
4563
4564[[package]]
4565name = "knot-lexicons"
4566version = "2.0.0"
4567dependencies = [
4568 "anyhow",
4569 "bytes",
4570 "cid",
4571 "jacquard-common",
4572 "jacquard-derive",
4573 "jacquard-lexicon",
4574 "miette",
4575 "serde",
4576 "serde_json",
4577 "thiserror 2.0.18",
4578 "url",
4579 "walkdir",
4580]
4581
4582[[package]]
4583name = "knot-lfs"
4584version = "2.0.0"
4585dependencies = [
4586 "gix-packetline",
4587 "knot-git",
4588 "knot-messages",
4589 "knot-resource",
4590 "knot-runtime",
4591 "knot-types",
4592 "proptest",
4593 "serde",
4594 "serde_json",
4595 "sha2 0.11.0",
4596 "tempfile",
4597 "thiserror 2.0.18",
4598 "tracing",
4599 "url",
4600]
4601
4602[[package]]
4603name = "knot-maintenance"
4604version = "2.0.0"
4605dependencies = [
4606 "gix",
4607 "gix-hash",
4608 "gix-pack",
4609 "knot-config",
4610 "knot-fixtures",
4611 "knot-git",
4612 "knot-lfs",
4613 "knot-pack",
4614 "knot-resource",
4615 "knot-runtime",
4616 "knot-types",
4617 "sha2 0.11.0",
4618 "tempfile",
4619 "thiserror 2.0.18",
4620 "tokio",
4621 "tracing",
4622 "walkdir",
4623]
4624
4625[[package]]
4626name = "knot-messages"
4627version = "2.0.0"
4628dependencies = [
4629 "confique",
4630 "thiserror 2.0.18",
4631]
4632
4633[[package]]
4634name = "knot-migrate"
4635version = "2.0.0"
4636dependencies = [
4637 "base64",
4638 "chrono",
4639 "knot-cob",
4640 "knot-cobs",
4641 "knot-config",
4642 "knot-git",
4643 "knot-index",
4644 "knot-runtime",
4645 "knot-secrets",
4646 "knot-types",
4647 "rusqlite",
4648 "rustix",
4649 "serde",
4650 "serde_json",
4651 "ssh-key",
4652 "tempfile",
4653 "thiserror 2.0.18",
4654 "url",
4655 "walkdir",
4656 "zeroize",
4657]
4658
4659[[package]]
4660name = "knot-pack"
4661version = "2.0.0"
4662dependencies = [
4663 "axum",
4664 "bytes",
4665 "flate2",
4666 "gix",
4667 "gix-hash",
4668 "gix-pack",
4669 "gix-packetline",
4670 "h3",
4671 "h3-quinn",
4672 "http",
4673 "http-body-util",
4674 "knot-bench",
4675 "knot-cache",
4676 "knot-cob",
4677 "knot-cobs",
4678 "knot-edge",
4679 "knot-fixtures",
4680 "knot-git",
4681 "knot-index",
4682 "knot-maintenance",
4683 "knot-messages",
4684 "knot-resource",
4685 "knot-runtime",
4686 "knot-types",
4687 "proptest",
4688 "quinn",
4689 "rcgen 0.14.8",
4690 "rustls",
4691 "scc",
4692 "tempfile",
4693 "thiserror 2.0.18",
4694 "tikv-jemallocator",
4695 "tokio",
4696 "tokio-stream",
4697 "tokio-util",
4698 "tower",
4699 "tracing-subscriber",
4700 "url",
4701 "walkdir",
4702]
4703
4704[[package]]
4705name = "knot-postreceive"
4706version = "2.0.0"
4707dependencies = [
4708 "knot-events",
4709 "knot-fixtures",
4710 "knot-git",
4711 "knot-langs",
4712 "knot-messages",
4713 "knot-runtime",
4714 "knot-types",
4715 "knot-workflow",
4716 "serde_json",
4717 "tempfile",
4718 "tracing",
4719 "url",
4720]
4721
4722[[package]]
4723name = "knot-receive"
4724version = "2.0.0"
4725dependencies = [
4726 "knot-atproto",
4727 "knot-cob",
4728 "knot-events",
4729 "knot-git",
4730 "knot-index",
4731 "knot-maintenance",
4732 "knot-messages",
4733 "knot-pack",
4734 "knot-postreceive",
4735 "knot-resource",
4736 "knot-runtime",
4737 "knot-types",
4738 "tokio",
4739 "tracing",
4740]
4741
4742[[package]]
4743name = "knot-resource"
4744version = "2.0.0"
4745dependencies = [
4746 "knot-types",
4747 "rustix",
4748 "tempfile",
4749 "tokio",
4750]
4751
4752[[package]]
4753name = "knot-runtime"
4754version = "2.0.0"
4755dependencies = [
4756 "bytes",
4757 "futures",
4758 "getrandom 0.4.3",
4759 "hickory-resolver",
4760 "http",
4761 "k256",
4762 "knot-types",
4763 "reqwest 0.13.1",
4764 "serde",
4765 "thiserror 2.0.18",
4766 "tokio",
4767 "url",
4768]
4769
4770[[package]]
4771name = "knot-secrets"
4772version = "2.0.0"
4773dependencies = [
4774 "aes-gcm",
4775 "base64",
4776 "hkdf",
4777 "k256",
4778 "knot-resource",
4779 "knot-runtime",
4780 "knot-types",
4781 "serde",
4782 "serde_json",
4783 "sha2 0.11.0",
4784 "tempfile",
4785 "thiserror 2.0.18",
4786 "zeroize",
4787]
4788
4789[[package]]
4790name = "knot-server"
4791version = "2.0.0"
4792dependencies = [
4793 "anyhow",
4794 "axum",
4795 "base64",
4796 "confique",
4797 "http",
4798 "knot-atproto",
4799 "knot-cache",
4800 "knot-config",
4801 "knot-edge",
4802 "knot-events",
4803 "knot-git",
4804 "knot-index",
4805 "knot-lfs",
4806 "knot-maintenance",
4807 "knot-messages",
4808 "knot-pack",
4809 "knot-postreceive",
4810 "knot-resource",
4811 "knot-runtime",
4812 "knot-secrets",
4813 "knot-ssh",
4814 "knot-types",
4815 "knot-xrpc",
4816 "rustix",
4817 "tempfile",
4818 "tikv-jemalloc-ctl",
4819 "tikv-jemallocator",
4820 "tokio",
4821 "tokio-util",
4822 "tower-http 0.7.0",
4823 "tracing",
4824 "tracing-subscriber",
4825 "walkdir",
4826 "zeroize",
4827]
4828
4829[[package]]
4830name = "knot-sim"
4831version = "2.0.0"
4832dependencies = [
4833 "axum",
4834 "base64",
4835 "bytes",
4836 "futures",
4837 "h3",
4838 "h3-quinn",
4839 "http",
4840 "knot-atproto",
4841 "knot-cob",
4842 "knot-cobs",
4843 "knot-config",
4844 "knot-edge",
4845 "knot-events",
4846 "knot-fixtures",
4847 "knot-git",
4848 "knot-index",
4849 "knot-lfs",
4850 "knot-maintenance",
4851 "knot-messages",
4852 "knot-pack",
4853 "knot-resource",
4854 "knot-runtime",
4855 "knot-secrets",
4856 "knot-ssh",
4857 "knot-types",
4858 "knot-xrpc",
4859 "quinn",
4860 "rcgen 0.14.8",
4861 "rustls",
4862 "serde",
4863 "serde_json",
4864 "sha2 0.11.0",
4865 "tempfile",
4866 "tokio",
4867 "tokio-util",
4868 "tower",
4869 "url",
4870]
4871
4872[[package]]
4873name = "knot-ssh"
4874version = "2.0.0"
4875dependencies = [
4876 "bytes",
4877 "futures",
4878 "http",
4879 "knot-acl",
4880 "knot-atproto",
4881 "knot-cob",
4882 "knot-cobs",
4883 "knot-events",
4884 "knot-fixtures",
4885 "knot-git",
4886 "knot-index",
4887 "knot-lfs",
4888 "knot-maintenance",
4889 "knot-messages",
4890 "knot-pack",
4891 "knot-postreceive",
4892 "knot-receive",
4893 "knot-resource",
4894 "knot-runtime",
4895 "knot-types",
4896 "russh",
4897 "serde_json",
4898 "sha2 0.11.0",
4899 "tempfile",
4900 "thiserror 2.0.18",
4901 "tikv-jemalloc-ctl",
4902 "tikv-jemallocator",
4903 "tokio",
4904 "tokio-util",
4905 "tracing",
4906 "url",
4907]
4908
4909[[package]]
4910name = "knot-types"
4911version = "2.0.0"
4912dependencies = [
4913 "gix-hash",
4914 "http",
4915 "jacquard-common",
4916 "proptest",
4917 "serde",
4918 "serde_json",
4919 "thiserror 2.0.18",
4920 "url",
4921]
4922
4923[[package]]
4924name = "knot-workflow"
4925version = "2.0.0"
4926dependencies = [
4927 "globset",
4928 "knot-types",
4929 "serde",
4930 "serde_json",
4931 "serde_norway",
4932]
4933
4934[[package]]
4935name = "knot-xrpc"
4936version = "2.0.0"
4937dependencies = [
4938 "axum",
4939 "base64",
4940 "bytes",
4941 "chrono",
4942 "futures",
4943 "http",
4944 "http-body",
4945 "httpdate",
4946 "k256",
4947 "knot-acl",
4948 "knot-atproto",
4949 "knot-cache",
4950 "knot-cob",
4951 "knot-cobs",
4952 "knot-config",
4953 "knot-events",
4954 "knot-fixtures",
4955 "knot-git",
4956 "knot-index",
4957 "knot-langs",
4958 "knot-lfs",
4959 "knot-maintenance",
4960 "knot-messages",
4961 "knot-pack",
4962 "knot-postreceive",
4963 "knot-receive",
4964 "knot-resource",
4965 "knot-runtime",
4966 "knot-secrets",
4967 "knot-types",
4968 "serde",
4969 "serde_json",
4970 "sha2 0.11.0",
4971 "subtle",
4972 "tempfile",
4973 "thiserror 2.0.18",
4974 "tokio",
4975 "tokio-stream",
4976 "tokio-tungstenite 0.29.0",
4977 "tokio-util",
4978 "tower",
4979 "tower-http 0.7.0",
4980 "tracing",
4981 "url",
4982 "zeroize",
4983]
4984
4985[[package]]
4986name = "kstring"
4987version = "2.0.2"
4988source = "registry+https://github.com/rust-lang/crates.io-index"
4989checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
4990dependencies = [
4991 "static_assertions",
4992]
4993
4994[[package]]
4995name = "lasso"
4996version = "0.7.3"
4997source = "registry+https://github.com/rust-lang/crates.io-index"
4998checksum = "6e14eda50a3494b3bf7b9ce51c52434a761e383d7238ce1dd5dcec2fbc13e9fb"
4999dependencies = [
5000 "dashmap",
5001 "hashbrown 0.14.5",
5002]
5003
5004[[package]]
5005name = "lazy_static"
5006version = "1.5.0"
5007source = "registry+https://github.com/rust-lang/crates.io-index"
5008checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
5009
5010[[package]]
5011name = "levenshtein_automata"
5012version = "0.2.1"
5013source = "registry+https://github.com/rust-lang/crates.io-index"
5014checksum = "0c2cdeb66e45e9f36bfad5bbdb4d2384e70936afbee843c6f6543f0c551ebb25"
5015
5016[[package]]
5017name = "libc"
5018version = "0.2.186"
5019source = "registry+https://github.com/rust-lang/crates.io-index"
5020checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
5021
5022[[package]]
5023name = "libsqlite3-sys"
5024version = "0.36.0"
5025source = "registry+https://github.com/rust-lang/crates.io-index"
5026checksum = "95b4103cffefa72eb8428cb6b47d6627161e51c2739fc5e3b734584157bc642a"
5027dependencies = [
5028 "cc",
5029 "pkg-config",
5030 "vcpkg",
5031]
5032
5033[[package]]
5034name = "linked-hash-map"
5035version = "0.5.6"
5036source = "registry+https://github.com/rust-lang/crates.io-index"
5037checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
5038
5039[[package]]
5040name = "linux-raw-sys"
5041version = "0.12.1"
5042source = "registry+https://github.com/rust-lang/crates.io-index"
5043checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
5044
5045[[package]]
5046name = "litemap"
5047version = "0.8.2"
5048source = "registry+https://github.com/rust-lang/crates.io-index"
5049checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
5050
5051[[package]]
5052name = "lock_api"
5053version = "0.4.14"
5054source = "registry+https://github.com/rust-lang/crates.io-index"
5055checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
5056dependencies = [
5057 "scopeguard",
5058]
5059
5060[[package]]
5061name = "log"
5062version = "0.4.33"
5063source = "registry+https://github.com/rust-lang/crates.io-index"
5064checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
5065
5066[[package]]
5067name = "loom"
5068version = "0.7.2"
5069source = "registry+https://github.com/rust-lang/crates.io-index"
5070checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
5071dependencies = [
5072 "cfg-if",
5073 "generator",
5074 "scoped-tls",
5075 "tracing",
5076 "tracing-subscriber",
5077]
5078
5079[[package]]
5080name = "lru"
5081version = "0.16.4"
5082source = "registry+https://github.com/rust-lang/crates.io-index"
5083checksum = "7f66e8d5d03f609abc3a39e6f08e4164ebf1447a732906d39eb9b99b7919ef39"
5084dependencies = [
5085 "hashbrown 0.16.1",
5086]
5087
5088[[package]]
5089name = "lru-cache"
5090version = "0.1.2"
5091source = "registry+https://github.com/rust-lang/crates.io-index"
5092checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
5093dependencies = [
5094 "linked-hash-map",
5095]
5096
5097[[package]]
5098name = "lru-slab"
5099version = "0.1.2"
5100source = "registry+https://github.com/rust-lang/crates.io-index"
5101checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
5102
5103[[package]]
5104name = "lz4_flex"
5105version = "0.13.1"
5106source = "registry+https://github.com/rust-lang/crates.io-index"
5107checksum = "7ef0d4ed8669f8f8826eb00dc878084aa8f253506c4fd5e8f58f5bce72ddb97e"
5108
5109[[package]]
5110name = "maitake-sync"
5111version = "0.1.2"
5112source = "registry+https://github.com/rust-lang/crates.io-index"
5113checksum = "6816ab14147f80234c675b80ed6dc4f440d8a1cefc158e766067aedb84c0bcd5"
5114dependencies = [
5115 "cordyceps",
5116 "loom",
5117 "mycelium-bitfield",
5118 "pin-project",
5119 "portable-atomic",
5120]
5121
5122[[package]]
5123name = "match-lookup"
5124version = "0.1.2"
5125source = "registry+https://github.com/rust-lang/crates.io-index"
5126checksum = "757aee279b8bdbb9f9e676796fd459e4207a1f986e87886700abf589f5abf771"
5127dependencies = [
5128 "proc-macro2",
5129 "quote",
5130 "syn 2.0.118",
5131]
5132
5133[[package]]
5134name = "matchers"
5135version = "0.2.0"
5136source = "registry+https://github.com/rust-lang/crates.io-index"
5137checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
5138dependencies = [
5139 "regex-automata",
5140]
5141
5142[[package]]
5143name = "matchit"
5144version = "0.8.4"
5145source = "registry+https://github.com/rust-lang/crates.io-index"
5146checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
5147
5148[[package]]
5149name = "maybe-async"
5150version = "0.2.11"
5151source = "registry+https://github.com/rust-lang/crates.io-index"
5152checksum = "746873a384ad60adc5db74471dfaba74bd278afbdcfd81db93fafcdfc8b5ca0c"
5153dependencies = [
5154 "proc-macro2",
5155 "quote",
5156 "syn 2.0.118",
5157]
5158
5159[[package]]
5160name = "md5"
5161version = "0.8.0"
5162source = "registry+https://github.com/rust-lang/crates.io-index"
5163checksum = "ae960838283323069879657ca3de837e9f7bbb4c7bf6ea7f1b290d5e9476d2e0"
5164
5165[[package]]
5166name = "measure_time"
5167version = "0.9.0"
5168source = "registry+https://github.com/rust-lang/crates.io-index"
5169checksum = "51c55d61e72fc3ab704396c5fa16f4c184db37978ae4e94ca8959693a235fc0e"
5170dependencies = [
5171 "log",
5172]
5173
5174[[package]]
5175name = "memchr"
5176version = "2.8.2"
5177source = "registry+https://github.com/rust-lang/crates.io-index"
5178checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
5179
5180[[package]]
5181name = "memmap2"
5182version = "0.9.10"
5183source = "registry+https://github.com/rust-lang/crates.io-index"
5184checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3"
5185dependencies = [
5186 "libc",
5187]
5188
5189[[package]]
5190name = "memoffset"
5191version = "0.9.1"
5192source = "registry+https://github.com/rust-lang/crates.io-index"
5193checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
5194dependencies = [
5195 "autocfg",
5196]
5197
5198[[package]]
5199name = "miette"
5200version = "7.6.0"
5201source = "registry+https://github.com/rust-lang/crates.io-index"
5202checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7"
5203dependencies = [
5204 "cfg-if",
5205 "miette-derive",
5206 "unicode-width",
5207]
5208
5209[[package]]
5210name = "miette-derive"
5211version = "7.6.0"
5212source = "registry+https://github.com/rust-lang/crates.io-index"
5213checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b"
5214dependencies = [
5215 "proc-macro2",
5216 "quote",
5217 "syn 2.0.118",
5218]
5219
5220[[package]]
5221name = "mime"
5222version = "0.3.17"
5223source = "registry+https://github.com/rust-lang/crates.io-index"
5224checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
5225
5226[[package]]
5227name = "mime_guess"
5228version = "2.0.5"
5229source = "registry+https://github.com/rust-lang/crates.io-index"
5230checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
5231dependencies = [
5232 "mime",
5233 "unicase",
5234]
5235
5236[[package]]
5237name = "minimal-lexical"
5238version = "0.2.1"
5239source = "registry+https://github.com/rust-lang/crates.io-index"
5240checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
5241
5242[[package]]
5243name = "miniz_oxide"
5244version = "0.8.9"
5245source = "registry+https://github.com/rust-lang/crates.io-index"
5246checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
5247dependencies = [
5248 "adler2",
5249 "simd-adler32",
5250]
5251
5252[[package]]
5253name = "mio"
5254version = "1.2.1"
5255source = "registry+https://github.com/rust-lang/crates.io-index"
5256checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda"
5257dependencies = [
5258 "libc",
5259 "wasi",
5260 "windows-sys 0.61.2",
5261]
5262
5263[[package]]
5264name = "ml-kem"
5265version = "0.3.2"
5266source = "registry+https://github.com/rust-lang/crates.io-index"
5267checksum = "5e15f3e5b957493873e396a66914e83e616b6afe335cdef7efe5c6e1216aba66"
5268dependencies = [
5269 "hybrid-array",
5270 "kem",
5271 "module-lattice",
5272 "pkcs8 0.11.0",
5273 "rand_core 0.10.1",
5274 "sha3",
5275]
5276
5277[[package]]
5278name = "module-lattice"
5279version = "0.2.3"
5280source = "registry+https://github.com/rust-lang/crates.io-index"
5281checksum = "0c61b87c9683ab7cb1c6871d261ad5479b6b10ceb52c4352aaca3b5d35a8febe"
5282dependencies = [
5283 "ctutils",
5284 "hybrid-array",
5285 "num-traits",
5286]
5287
5288[[package]]
5289name = "moka"
5290version = "0.12.15"
5291source = "registry+https://github.com/rust-lang/crates.io-index"
5292checksum = "957228ad12042ee839f93c8f257b62b4c0ab5eaae1d4fa60de53b27c9d7c5046"
5293dependencies = [
5294 "async-lock",
5295 "crossbeam-channel",
5296 "crossbeam-epoch",
5297 "crossbeam-utils",
5298 "equivalent",
5299 "event-listener",
5300 "futures-util",
5301 "parking_lot",
5302 "portable-atomic",
5303 "smallvec",
5304 "tagptr",
5305 "uuid",
5306]
5307
5308[[package]]
5309name = "multibase"
5310version = "0.9.2"
5311source = "registry+https://github.com/rust-lang/crates.io-index"
5312checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77"
5313dependencies = [
5314 "base-x",
5315 "base256emoji",
5316 "data-encoding",
5317 "data-encoding-macro",
5318]
5319
5320[[package]]
5321name = "multihash"
5322version = "0.19.5"
5323source = "registry+https://github.com/rust-lang/crates.io-index"
5324checksum = "577c63b00ad74d57e8c9aa870b5fccebf2fd64a308a5aee9f1bb88e4aea19447"
5325dependencies = [
5326 "serde",
5327 "unsigned-varint",
5328]
5329
5330[[package]]
5331name = "multimap"
5332version = "0.10.1"
5333source = "registry+https://github.com/rust-lang/crates.io-index"
5334checksum = "1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084"
5335
5336[[package]]
5337name = "murmur3"
5338version = "0.4.1"
5339source = "registry+https://github.com/rust-lang/crates.io-index"
5340checksum = "a198f9589efc03f544388dfc4a19fe8af4323662b62f598b8dcfdac62c14771c"
5341dependencies = [
5342 "byteorder",
5343]
5344
5345[[package]]
5346name = "murmurhash32"
5347version = "0.3.1"
5348source = "registry+https://github.com/rust-lang/crates.io-index"
5349checksum = "2195bf6aa996a481483b29d62a7663eed3fe39600c460e323f8ff41e90bdd89b"
5350
5351[[package]]
5352name = "mycelium-bitfield"
5353version = "0.1.5"
5354source = "registry+https://github.com/rust-lang/crates.io-index"
5355checksum = "24e0cc5e2c585acbd15c5ce911dff71e1f4d5313f43345873311c4f5efd741cc"
5356
5357[[package]]
5358name = "n0-future"
5359version = "0.1.3"
5360source = "registry+https://github.com/rust-lang/crates.io-index"
5361checksum = "7bb0e5d99e681ab3c938842b96fcb41bf8a7bb4bfdb11ccbd653a7e83e06c794"
5362dependencies = [
5363 "cfg_aliases",
5364 "derive_more",
5365 "futures-buffered",
5366 "futures-lite",
5367 "futures-util",
5368 "js-sys",
5369 "pin-project",
5370 "send_wrapper",
5371 "tokio",
5372 "tokio-util",
5373 "wasm-bindgen",
5374 "wasm-bindgen-futures",
5375 "web-time",
5376]
5377
5378[[package]]
5379name = "nix"
5380version = "0.31.3"
5381source = "registry+https://github.com/rust-lang/crates.io-index"
5382checksum = "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d"
5383dependencies = [
5384 "bitflags 2.13.0",
5385 "cfg-if",
5386 "cfg_aliases",
5387 "libc",
5388 "memoffset",
5389]
5390
5391[[package]]
5392name = "nom"
5393version = "7.1.3"
5394source = "registry+https://github.com/rust-lang/crates.io-index"
5395checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
5396dependencies = [
5397 "memchr",
5398 "minimal-lexical",
5399]
5400
5401[[package]]
5402name = "nonempty"
5403version = "0.7.0"
5404source = "registry+https://github.com/rust-lang/crates.io-index"
5405checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7"
5406
5407[[package]]
5408name = "nonempty"
5409version = "0.12.0"
5410source = "registry+https://github.com/rust-lang/crates.io-index"
5411checksum = "9737e026353e5cd0736f98eddae28665118eb6f6600902a7f50db585621fecb6"
5412
5413[[package]]
5414name = "nonzero_ext"
5415version = "0.3.0"
5416source = "registry+https://github.com/rust-lang/crates.io-index"
5417checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21"
5418
5419[[package]]
5420name = "nu-ansi-term"
5421version = "0.50.3"
5422source = "registry+https://github.com/rust-lang/crates.io-index"
5423checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
5424dependencies = [
5425 "windows-sys 0.61.2",
5426]
5427
5428[[package]]
5429name = "num-bigint"
5430version = "0.4.6"
5431source = "registry+https://github.com/rust-lang/crates.io-index"
5432checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
5433dependencies = [
5434 "num-integer",
5435 "num-traits",
5436]
5437
5438[[package]]
5439name = "num-conv"
5440version = "0.2.2"
5441source = "registry+https://github.com/rust-lang/crates.io-index"
5442checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
5443
5444[[package]]
5445name = "num-integer"
5446version = "0.1.46"
5447source = "registry+https://github.com/rust-lang/crates.io-index"
5448checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
5449dependencies = [
5450 "num-traits",
5451]
5452
5453[[package]]
5454name = "num-traits"
5455version = "0.2.19"
5456source = "registry+https://github.com/rust-lang/crates.io-index"
5457checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
5458dependencies = [
5459 "autocfg",
5460]
5461
5462[[package]]
5463name = "num_cpus"
5464version = "1.17.0"
5465source = "registry+https://github.com/rust-lang/crates.io-index"
5466checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
5467dependencies = [
5468 "hermit-abi",
5469 "libc",
5470]
5471
5472[[package]]
5473name = "oid-registry"
5474version = "0.7.1"
5475source = "registry+https://github.com/rust-lang/crates.io-index"
5476checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9"
5477dependencies = [
5478 "asn1-rs 0.6.2",
5479]
5480
5481[[package]]
5482name = "oid-registry"
5483version = "0.8.1"
5484source = "registry+https://github.com/rust-lang/crates.io-index"
5485checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7"
5486dependencies = [
5487 "asn1-rs 0.7.2",
5488]
5489
5490[[package]]
5491name = "once_cell"
5492version = "1.21.4"
5493source = "registry+https://github.com/rust-lang/crates.io-index"
5494checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
5495
5496[[package]]
5497name = "once_cell_polyfill"
5498version = "1.70.2"
5499source = "registry+https://github.com/rust-lang/crates.io-index"
5500checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
5501
5502[[package]]
5503name = "oneshot"
5504version = "0.1.13"
5505source = "registry+https://github.com/rust-lang/crates.io-index"
5506checksum = "269bca4c2591a28585d6bf10d9ed0332b7d76900a1b02bec41bdc3a2cdcda107"
5507
5508[[package]]
5509name = "oorandom"
5510version = "11.1.5"
5511source = "registry+https://github.com/rust-lang/crates.io-index"
5512checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
5513
5514[[package]]
5515name = "openssl-probe"
5516version = "0.2.1"
5517source = "registry+https://github.com/rust-lang/crates.io-index"
5518checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
5519
5520[[package]]
5521name = "ordered-float"
5522version = "2.10.1"
5523source = "registry+https://github.com/rust-lang/crates.io-index"
5524checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
5525dependencies = [
5526 "num-traits",
5527]
5528
5529[[package]]
5530name = "ordered-float"
5531version = "5.3.0"
5532source = "registry+https://github.com/rust-lang/crates.io-index"
5533checksum = "b7d950ca161dc355eaf28f82b11345ed76c6e1f6eb1f4f4479e0323b9e2fbd0e"
5534dependencies = [
5535 "num-traits",
5536]
5537
5538[[package]]
5539name = "ownedbytes"
5540version = "0.9.0"
5541source = "registry+https://github.com/rust-lang/crates.io-index"
5542checksum = "2fbd56f7631767e61784dc43f8580f403f4475bd4aaa4da003e6295e1bab4a7e"
5543dependencies = [
5544 "stable_deref_trait",
5545]
5546
5547[[package]]
5548name = "oxilangtag"
5549version = "0.1.6"
5550source = "registry+https://github.com/rust-lang/crates.io-index"
5551checksum = "5d3b4eb570abd4a1dcb062c31fd37b832264d9dc7292c3e69acfe926c87b063f"
5552dependencies = [
5553 "serde",
5554]
5555
5556[[package]]
5557name = "p256"
5558version = "0.13.2"
5559source = "registry+https://github.com/rust-lang/crates.io-index"
5560checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
5561dependencies = [
5562 "ecdsa 0.16.9",
5563 "elliptic-curve 0.13.8",
5564 "primeorder 0.13.6",
5565 "sha2 0.10.9",
5566]
5567
5568[[package]]
5569name = "p256"
5570version = "0.14.0-rc.10"
5571source = "registry+https://github.com/rust-lang/crates.io-index"
5572checksum = "41adc63effe99d48837a8cc0e6d7a77e32ae6a07f6000df466178dbc2193093e"
5573dependencies = [
5574 "ecdsa 0.17.0-rc.18",
5575 "elliptic-curve 0.14.0-rc.33",
5576 "primefield",
5577 "primeorder 0.14.0-rc.10",
5578 "sha2 0.11.0",
5579]
5580
5581[[package]]
5582name = "p384"
5583version = "0.14.0-rc.10"
5584source = "registry+https://github.com/rust-lang/crates.io-index"
5585checksum = "9bd5333afa5ae0347f39e6a0f2c9c155da431583fd71fe5555bd0521b4ccaf02"
5586dependencies = [
5587 "ecdsa 0.17.0-rc.18",
5588 "elliptic-curve 0.14.0-rc.33",
5589 "fiat-crypto",
5590 "primefield",
5591 "primeorder 0.14.0-rc.10",
5592 "sha2 0.11.0",
5593]
5594
5595[[package]]
5596name = "p521"
5597version = "0.14.0-rc.10"
5598source = "registry+https://github.com/rust-lang/crates.io-index"
5599checksum = "a3a5297f53dc16d35909060ba3032cff7867e8809f01e273ff325579d5f0ceae"
5600dependencies = [
5601 "base16ct 1.0.0",
5602 "ecdsa 0.17.0-rc.18",
5603 "elliptic-curve 0.14.0-rc.33",
5604 "primefield",
5605 "primeorder 0.14.0-rc.10",
5606 "sha2 0.11.0",
5607]
5608
5609[[package]]
5610name = "page_size"
5611version = "0.6.0"
5612source = "registry+https://github.com/rust-lang/crates.io-index"
5613checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
5614dependencies = [
5615 "libc",
5616 "winapi",
5617]
5618
5619[[package]]
5620name = "pageant"
5621version = "0.2.1"
5622source = "registry+https://github.com/rust-lang/crates.io-index"
5623checksum = "4f3a5ae18f65a85c67a77d18d42d3606c07948e3c17c1e5f74852b26589e88a5"
5624dependencies = [
5625 "base16ct 1.0.0",
5626 "byteorder",
5627 "bytes",
5628 "delegate",
5629 "futures",
5630 "log",
5631 "rand 0.10.1",
5632 "sha2 0.11.0",
5633 "thiserror 2.0.18",
5634 "tokio",
5635 "windows",
5636 "windows-strings",
5637]
5638
5639[[package]]
5640name = "parking"
5641version = "2.2.1"
5642source = "registry+https://github.com/rust-lang/crates.io-index"
5643checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
5644
5645[[package]]
5646name = "parking_lot"
5647version = "0.12.5"
5648source = "registry+https://github.com/rust-lang/crates.io-index"
5649checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
5650dependencies = [
5651 "lock_api",
5652 "parking_lot_core",
5653]
5654
5655[[package]]
5656name = "parking_lot_core"
5657version = "0.9.12"
5658source = "registry+https://github.com/rust-lang/crates.io-index"
5659checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
5660dependencies = [
5661 "cfg-if",
5662 "libc",
5663 "redox_syscall",
5664 "smallvec",
5665 "windows-link",
5666]
5667
5668[[package]]
5669name = "password-hash"
5670version = "0.6.1"
5671source = "registry+https://github.com/rust-lang/crates.io-index"
5672checksum = "aab41826031698d6ffcd9cff78ef56ef998e39dc7e5067cdfebe373842d4723b"
5673dependencies = [
5674 "phc",
5675]
5676
5677[[package]]
5678name = "paste"
5679version = "1.0.15"
5680source = "registry+https://github.com/rust-lang/crates.io-index"
5681checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
5682
5683[[package]]
5684name = "pbkdf2"
5685version = "0.13.0"
5686source = "registry+https://github.com/rust-lang/crates.io-index"
5687checksum = "112d82ceb8c5bf524d9af484d4e4970c9fd5a0cc15ba14ad93dccd28873b0629"
5688dependencies = [
5689 "digest 0.11.3",
5690 "hmac 0.13.0",
5691]
5692
5693[[package]]
5694name = "pem"
5695version = "3.0.6"
5696source = "registry+https://github.com/rust-lang/crates.io-index"
5697checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
5698dependencies = [
5699 "base64",
5700 "serde_core",
5701]
5702
5703[[package]]
5704name = "pem-rfc7468"
5705version = "0.7.0"
5706source = "registry+https://github.com/rust-lang/crates.io-index"
5707checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
5708dependencies = [
5709 "base64ct",
5710]
5711
5712[[package]]
5713name = "pem-rfc7468"
5714version = "1.0.0"
5715source = "registry+https://github.com/rust-lang/crates.io-index"
5716checksum = "a6305423e0e7738146434843d1694d621cce767262b2a86910beab705e4493d9"
5717dependencies = [
5718 "base64ct",
5719]
5720
5721[[package]]
5722name = "percent-encoding"
5723version = "2.3.2"
5724source = "registry+https://github.com/rust-lang/crates.io-index"
5725checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
5726
5727[[package]]
5728name = "petgraph"
5729version = "0.8.3"
5730source = "registry+https://github.com/rust-lang/crates.io-index"
5731checksum = "8701b58ea97060d5e5b155d383a69952a60943f0e6dfe30b04c287beb0b27455"
5732dependencies = [
5733 "fixedbitset",
5734 "hashbrown 0.15.5",
5735 "indexmap",
5736]
5737
5738[[package]]
5739name = "phc"
5740version = "0.6.1"
5741source = "registry+https://github.com/rust-lang/crates.io-index"
5742checksum = "44dc769b75f93afdddd8c7fa12d685292ddeff1e66f7f0f3a234cf1818afe892"
5743dependencies = [
5744 "base64ct",
5745 "ctutils",
5746]
5747
5748[[package]]
5749name = "phf"
5750version = "0.11.3"
5751source = "registry+https://github.com/rust-lang/crates.io-index"
5752checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
5753dependencies = [
5754 "phf_macros",
5755 "phf_shared",
5756]
5757
5758[[package]]
5759name = "phf_generator"
5760version = "0.11.3"
5761source = "registry+https://github.com/rust-lang/crates.io-index"
5762checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
5763dependencies = [
5764 "phf_shared",
5765 "rand 0.8.6",
5766]
5767
5768[[package]]
5769name = "phf_macros"
5770version = "0.11.3"
5771source = "registry+https://github.com/rust-lang/crates.io-index"
5772checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
5773dependencies = [
5774 "phf_generator",
5775 "phf_shared",
5776 "proc-macro2",
5777 "quote",
5778 "syn 2.0.118",
5779]
5780
5781[[package]]
5782name = "phf_shared"
5783version = "0.11.3"
5784source = "registry+https://github.com/rust-lang/crates.io-index"
5785checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
5786dependencies = [
5787 "siphasher",
5788]
5789
5790[[package]]
5791name = "pin-project"
5792version = "1.1.13"
5793source = "registry+https://github.com/rust-lang/crates.io-index"
5794checksum = "2466b2336ed02bcdca6b294417127b90ec92038d1d5c4fbeac971a922e0e0924"
5795dependencies = [
5796 "pin-project-internal",
5797]
5798
5799[[package]]
5800name = "pin-project-internal"
5801version = "1.1.13"
5802source = "registry+https://github.com/rust-lang/crates.io-index"
5803checksum = "c96395f0a926bc13b1c17622aaddda1ecb55d49c8f1bf9777e4d877800a43f8b"
5804dependencies = [
5805 "proc-macro2",
5806 "quote",
5807 "syn 2.0.118",
5808]
5809
5810[[package]]
5811name = "pin-project-lite"
5812version = "0.2.17"
5813source = "registry+https://github.com/rust-lang/crates.io-index"
5814checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
5815
5816[[package]]
5817name = "piper"
5818version = "0.2.5"
5819source = "registry+https://github.com/rust-lang/crates.io-index"
5820checksum = "c835479a4443ded371d6c535cbfd8d31ad92c5d23ae9770a61bc155e4992a3c1"
5821dependencies = [
5822 "atomic-waker",
5823 "fastrand",
5824 "futures-io",
5825]
5826
5827[[package]]
5828name = "pkcs1"
5829version = "0.8.0-rc.4"
5830source = "registry+https://github.com/rust-lang/crates.io-index"
5831checksum = "986d2e952779af96ea048f160fd9194e1751b4faea78bcf3ceb456efe008088e"
5832dependencies = [
5833 "der 0.8.0",
5834 "spki 0.8.0",
5835]
5836
5837[[package]]
5838name = "pkcs5"
5839version = "0.8.0"
5840source = "registry+https://github.com/rust-lang/crates.io-index"
5841checksum = "279a91971a1d8eb1260a30938eae3be9cb67b472dffecb222fbbbe2fd2dc1453"
5842dependencies = [
5843 "aes",
5844 "cbc",
5845 "der 0.8.0",
5846 "pbkdf2",
5847 "rand_core 0.10.1",
5848 "scrypt",
5849 "sha2 0.11.0",
5850 "spki 0.8.0",
5851]
5852
5853[[package]]
5854name = "pkcs8"
5855version = "0.10.2"
5856source = "registry+https://github.com/rust-lang/crates.io-index"
5857checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
5858dependencies = [
5859 "der 0.7.10",
5860 "spki 0.7.3",
5861]
5862
5863[[package]]
5864name = "pkcs8"
5865version = "0.11.0"
5866source = "registry+https://github.com/rust-lang/crates.io-index"
5867checksum = "451913da69c775a56034ea8d9003d27ee8948e12443eae7c038ba100a4f21cb7"
5868dependencies = [
5869 "der 0.8.0",
5870 "pkcs5",
5871 "rand_core 0.10.1",
5872 "spki 0.8.0",
5873]
5874
5875[[package]]
5876name = "pkg-config"
5877version = "0.3.33"
5878source = "registry+https://github.com/rust-lang/crates.io-index"
5879checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
5880
5881[[package]]
5882name = "polling"
5883version = "3.11.0"
5884source = "registry+https://github.com/rust-lang/crates.io-index"
5885checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
5886dependencies = [
5887 "cfg-if",
5888 "concurrent-queue",
5889 "hermit-abi",
5890 "pin-project-lite",
5891 "rustix",
5892 "windows-sys 0.61.2",
5893]
5894
5895[[package]]
5896name = "poly1305"
5897version = "0.9.0"
5898source = "registry+https://github.com/rust-lang/crates.io-index"
5899checksum = "a00baa632505d05512f48a963e16051c54fda9a95cc9acea1a4e3c90991c4a2e"
5900dependencies = [
5901 "cpufeatures 0.3.0",
5902 "universal-hash",
5903 "zeroize",
5904]
5905
5906[[package]]
5907name = "polyval"
5908version = "0.7.1"
5909source = "registry+https://github.com/rust-lang/crates.io-index"
5910checksum = "7dfc63250416fea14f5749b90725916a6c903f599d51cb635aa7a52bfd03eede"
5911dependencies = [
5912 "cpubits",
5913 "cpufeatures 0.3.0",
5914 "universal-hash",
5915]
5916
5917[[package]]
5918name = "portable-atomic"
5919version = "1.13.1"
5920source = "registry+https://github.com/rust-lang/crates.io-index"
5921checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
5922
5923[[package]]
5924name = "portable-atomic-util"
5925version = "0.2.7"
5926source = "registry+https://github.com/rust-lang/crates.io-index"
5927checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618"
5928dependencies = [
5929 "portable-atomic",
5930]
5931
5932[[package]]
5933name = "postcard"
5934version = "1.1.3"
5935source = "registry+https://github.com/rust-lang/crates.io-index"
5936checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
5937dependencies = [
5938 "cobs",
5939 "embedded-io 0.4.0",
5940 "embedded-io 0.6.1",
5941 "heapless 0.7.17",
5942 "serde",
5943]
5944
5945[[package]]
5946name = "potential_utf"
5947version = "0.1.5"
5948source = "registry+https://github.com/rust-lang/crates.io-index"
5949checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
5950dependencies = [
5951 "zerovec",
5952]
5953
5954[[package]]
5955name = "powerfmt"
5956version = "0.2.0"
5957source = "registry+https://github.com/rust-lang/crates.io-index"
5958checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
5959
5960[[package]]
5961name = "ppv-lite86"
5962version = "0.2.21"
5963source = "registry+https://github.com/rust-lang/crates.io-index"
5964checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
5965dependencies = [
5966 "zerocopy",
5967]
5968
5969[[package]]
5970name = "prettyplease"
5971version = "0.2.37"
5972source = "registry+https://github.com/rust-lang/crates.io-index"
5973checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
5974dependencies = [
5975 "proc-macro2",
5976 "syn 2.0.118",
5977]
5978
5979[[package]]
5980name = "primefield"
5981version = "0.14.0-rc.12"
5982source = "registry+https://github.com/rust-lang/crates.io-index"
5983checksum = "8675564771a62f69a0af716b03e89b917b963c7b173b5855575e84fd4f605ca0"
5984dependencies = [
5985 "crypto-bigint 0.7.4",
5986 "crypto-common 0.2.2",
5987 "ff 0.14.0",
5988 "rand_core 0.10.1",
5989 "subtle",
5990 "zeroize",
5991]
5992
5993[[package]]
5994name = "primeorder"
5995version = "0.13.6"
5996source = "registry+https://github.com/rust-lang/crates.io-index"
5997checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
5998dependencies = [
5999 "elliptic-curve 0.13.8",
6000]
6001
6002[[package]]
6003name = "primeorder"
6004version = "0.14.0-rc.10"
6005source = "registry+https://github.com/rust-lang/crates.io-index"
6006checksum = "7d2793f22b9b6fd11ef3ac1d59bf003c2573593e4968702341605c2748fd90bf"
6007dependencies = [
6008 "elliptic-curve 0.14.0-rc.33",
6009]
6010
6011[[package]]
6012name = "proc-macro-error-attr2"
6013version = "2.0.0"
6014source = "registry+https://github.com/rust-lang/crates.io-index"
6015checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
6016dependencies = [
6017 "proc-macro2",
6018 "quote",
6019]
6020
6021[[package]]
6022name = "proc-macro-error2"
6023version = "2.0.1"
6024source = "registry+https://github.com/rust-lang/crates.io-index"
6025checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
6026dependencies = [
6027 "proc-macro-error-attr2",
6028 "proc-macro2",
6029 "quote",
6030 "syn 2.0.118",
6031]
6032
6033[[package]]
6034name = "proc-macro2"
6035version = "1.0.106"
6036source = "registry+https://github.com/rust-lang/crates.io-index"
6037checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
6038dependencies = [
6039 "unicode-ident",
6040]
6041
6042[[package]]
6043name = "prodash"
6044version = "31.0.0"
6045source = "registry+https://github.com/rust-lang/crates.io-index"
6046checksum = "962200e2d7d551451297d9fdce85138374019ada198e30ea9ede38034e27604c"
6047dependencies = [
6048 "bytesize",
6049 "human_format",
6050 "parking_lot",
6051]
6052
6053[[package]]
6054name = "proptest"
6055version = "1.11.0"
6056source = "registry+https://github.com/rust-lang/crates.io-index"
6057checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744"
6058dependencies = [
6059 "bit-set",
6060 "bit-vec 0.8.0",
6061 "bitflags 2.13.0",
6062 "num-traits",
6063 "rand 0.9.4",
6064 "rand_chacha 0.9.0",
6065 "rand_xorshift",
6066 "regex-syntax",
6067 "rusty-fork",
6068 "tempfile",
6069 "unarray",
6070]
6071
6072[[package]]
6073name = "prost"
6074version = "0.14.4"
6075source = "registry+https://github.com/rust-lang/crates.io-index"
6076checksum = "528ac67416ff8646872a3c02cad9cc4ee5dc9f9540c9b10771855c95cb2e5ae1"
6077dependencies = [
6078 "bytes",
6079 "prost-derive",
6080]
6081
6082[[package]]
6083name = "prost-build"
6084version = "0.14.4"
6085source = "registry+https://github.com/rust-lang/crates.io-index"
6086checksum = "03da047801ff44bb6a4d407d4860c05fd70bb81714e6b2f3812603d5b145b042"
6087dependencies = [
6088 "heck",
6089 "itertools 0.14.0",
6090 "log",
6091 "multimap",
6092 "petgraph",
6093 "prettyplease",
6094 "prost",
6095 "prost-types",
6096 "regex",
6097 "syn 2.0.118",
6098 "tempfile",
6099]
6100
6101[[package]]
6102name = "prost-derive"
6103version = "0.14.4"
6104source = "registry+https://github.com/rust-lang/crates.io-index"
6105checksum = "b570b25f7617e43d59005d0990ccb79e950a423952cea19671b7a876da390adf"
6106dependencies = [
6107 "anyhow",
6108 "itertools 0.14.0",
6109 "proc-macro2",
6110 "quote",
6111 "syn 2.0.118",
6112]
6113
6114[[package]]
6115name = "prost-protovalidate"
6116version = "0.3.0"
6117source = "registry+https://github.com/rust-lang/crates.io-index"
6118checksum = "c3807965edce2730437ec19f99eae81064d152421c4c875a3e8f9e80cf2dd234"
6119dependencies = [
6120 "cel",
6121 "chrono",
6122 "fluent-uri",
6123 "prost",
6124 "prost-protovalidate-types",
6125 "prost-reflect",
6126 "prost-types",
6127 "regex",
6128 "serde_json",
6129 "thiserror 2.0.18",
6130]
6131
6132[[package]]
6133name = "prost-protovalidate-types"
6134version = "0.3.0"
6135source = "registry+https://github.com/rust-lang/crates.io-index"
6136checksum = "ddb5c8151aa3da0ea9ba5d91b170c7763b6c7c7352c3643d57b2b28de29afde9"
6137dependencies = [
6138 "prost",
6139 "prost-build",
6140 "prost-reflect",
6141 "prost-reflect-build",
6142 "prost-types",
6143 "thiserror 2.0.18",
6144]
6145
6146[[package]]
6147name = "prost-reflect"
6148version = "0.16.5"
6149source = "registry+https://github.com/rust-lang/crates.io-index"
6150checksum = "01b80ea363c31af2de2b92e3c07ed1156628f7838c4afb4df75ee78a37fedbd1"
6151dependencies = [
6152 "base64",
6153 "prost",
6154 "prost-reflect-derive",
6155 "prost-types",
6156 "serde",
6157 "serde-value",
6158]
6159
6160[[package]]
6161name = "prost-reflect-build"
6162version = "0.16.1"
6163source = "registry+https://github.com/rust-lang/crates.io-index"
6164checksum = "95a9e8261adf6617d5dc2a5a9e75cce5ab9d546a007f6f870f809a1ad25386b6"
6165dependencies = [
6166 "prost-build",
6167 "prost-reflect",
6168]
6169
6170[[package]]
6171name = "prost-reflect-derive"
6172version = "0.16.1"
6173source = "registry+https://github.com/rust-lang/crates.io-index"
6174checksum = "30320eb03b43b7dfcaf9b361f808a4f1adad1e718ad219df1d7e4283e34e73f5"
6175dependencies = [
6176 "proc-macro2",
6177 "quote",
6178 "syn 2.0.118",
6179]
6180
6181[[package]]
6182name = "prost-types"
6183version = "0.14.4"
6184source = "registry+https://github.com/rust-lang/crates.io-index"
6185checksum = "f94967dc7688f3054c7fac87473ffae4cc4c3904800e2d9f5b857246d8963b0a"
6186dependencies = [
6187 "prost",
6188]
6189
6190[[package]]
6191name = "quanta"
6192version = "0.12.6"
6193source = "registry+https://github.com/rust-lang/crates.io-index"
6194checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7"
6195dependencies = [
6196 "crossbeam-utils",
6197 "libc",
6198 "once_cell",
6199 "raw-cpuid",
6200 "wasi",
6201 "web-sys",
6202 "winapi",
6203]
6204
6205[[package]]
6206name = "quick-error"
6207version = "1.2.3"
6208source = "registry+https://github.com/rust-lang/crates.io-index"
6209checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
6210
6211[[package]]
6212name = "quick_cache"
6213version = "0.6.24"
6214source = "registry+https://github.com/rust-lang/crates.io-index"
6215checksum = "b9c6658afe513a3b484e3abfdaa0d03ef3c0bbf017542c178dd55f94eb3051f9"
6216dependencies = [
6217 "ahash",
6218 "equivalent",
6219 "hashbrown 0.16.1",
6220 "parking_lot",
6221]
6222
6223[[package]]
6224name = "quinn"
6225version = "0.11.9"
6226source = "registry+https://github.com/rust-lang/crates.io-index"
6227checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
6228dependencies = [
6229 "bytes",
6230 "cfg_aliases",
6231 "futures-io",
6232 "pin-project-lite",
6233 "quinn-proto",
6234 "quinn-udp",
6235 "rustc-hash",
6236 "rustls",
6237 "socket2",
6238 "thiserror 2.0.18",
6239 "tokio",
6240 "tracing",
6241 "web-time",
6242]
6243
6244[[package]]
6245name = "quinn-proto"
6246version = "0.11.14"
6247source = "registry+https://github.com/rust-lang/crates.io-index"
6248checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
6249dependencies = [
6250 "aws-lc-rs",
6251 "bytes",
6252 "getrandom 0.3.4",
6253 "lru-slab",
6254 "rand 0.9.4",
6255 "ring",
6256 "rustc-hash",
6257 "rustls",
6258 "rustls-pki-types",
6259 "slab",
6260 "thiserror 2.0.18",
6261 "tinyvec",
6262 "tracing",
6263 "web-time",
6264]
6265
6266[[package]]
6267name = "quinn-udp"
6268version = "0.5.14"
6269source = "registry+https://github.com/rust-lang/crates.io-index"
6270checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
6271dependencies = [
6272 "cfg_aliases",
6273 "libc",
6274 "once_cell",
6275 "socket2",
6276 "tracing",
6277 "windows-sys 0.60.2",
6278]
6279
6280[[package]]
6281name = "quote"
6282version = "1.0.45"
6283source = "registry+https://github.com/rust-lang/crates.io-index"
6284checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
6285dependencies = [
6286 "proc-macro2",
6287]
6288
6289[[package]]
6290name = "r-efi"
6291version = "5.3.0"
6292source = "registry+https://github.com/rust-lang/crates.io-index"
6293checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
6294
6295[[package]]
6296name = "r-efi"
6297version = "6.0.0"
6298source = "registry+https://github.com/rust-lang/crates.io-index"
6299checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
6300
6301[[package]]
6302name = "rand"
6303version = "0.8.6"
6304source = "registry+https://github.com/rust-lang/crates.io-index"
6305checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
6306dependencies = [
6307 "libc",
6308 "rand_chacha 0.3.1",
6309 "rand_core 0.6.4",
6310]
6311
6312[[package]]
6313name = "rand"
6314version = "0.9.4"
6315source = "registry+https://github.com/rust-lang/crates.io-index"
6316checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
6317dependencies = [
6318 "rand_chacha 0.9.0",
6319 "rand_core 0.9.5",
6320]
6321
6322[[package]]
6323name = "rand"
6324version = "0.10.1"
6325source = "registry+https://github.com/rust-lang/crates.io-index"
6326checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207"
6327dependencies = [
6328 "chacha20",
6329 "getrandom 0.4.3",
6330 "rand_core 0.10.1",
6331]
6332
6333[[package]]
6334name = "rand_chacha"
6335version = "0.3.1"
6336source = "registry+https://github.com/rust-lang/crates.io-index"
6337checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
6338dependencies = [
6339 "ppv-lite86",
6340 "rand_core 0.6.4",
6341]
6342
6343[[package]]
6344name = "rand_chacha"
6345version = "0.9.0"
6346source = "registry+https://github.com/rust-lang/crates.io-index"
6347checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
6348dependencies = [
6349 "ppv-lite86",
6350 "rand_core 0.9.5",
6351]
6352
6353[[package]]
6354name = "rand_core"
6355version = "0.6.4"
6356source = "registry+https://github.com/rust-lang/crates.io-index"
6357checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
6358dependencies = [
6359 "getrandom 0.2.17",
6360]
6361
6362[[package]]
6363name = "rand_core"
6364version = "0.9.5"
6365source = "registry+https://github.com/rust-lang/crates.io-index"
6366checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
6367dependencies = [
6368 "getrandom 0.3.4",
6369]
6370
6371[[package]]
6372name = "rand_core"
6373version = "0.10.1"
6374source = "registry+https://github.com/rust-lang/crates.io-index"
6375checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
6376
6377[[package]]
6378name = "rand_xorshift"
6379version = "0.4.0"
6380source = "registry+https://github.com/rust-lang/crates.io-index"
6381checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
6382dependencies = [
6383 "rand_core 0.9.5",
6384]
6385
6386[[package]]
6387name = "raw-cpuid"
6388version = "11.6.0"
6389source = "registry+https://github.com/rust-lang/crates.io-index"
6390checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
6391dependencies = [
6392 "bitflags 2.13.0",
6393]
6394
6395[[package]]
6396name = "rawzip"
6397version = "0.4.4"
6398source = "registry+https://github.com/rust-lang/crates.io-index"
6399checksum = "9d9575f44c8cf85bc843ad666dcdf20d05a7753772bef56eb2a5140282b32150"
6400
6401[[package]]
6402name = "rayon"
6403version = "1.12.0"
6404source = "registry+https://github.com/rust-lang/crates.io-index"
6405checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
6406dependencies = [
6407 "either",
6408 "rayon-core",
6409]
6410
6411[[package]]
6412name = "rayon-core"
6413version = "1.13.0"
6414source = "registry+https://github.com/rust-lang/crates.io-index"
6415checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
6416dependencies = [
6417 "crossbeam-deque",
6418 "crossbeam-utils",
6419]
6420
6421[[package]]
6422name = "rcgen"
6423version = "0.13.2"
6424source = "registry+https://github.com/rust-lang/crates.io-index"
6425checksum = "75e669e5202259b5314d1ea5397316ad400819437857b90861765f24c4cf80a2"
6426dependencies = [
6427 "aws-lc-rs",
6428 "pem",
6429 "rustls-pki-types",
6430 "time",
6431 "yasna 0.5.2",
6432]
6433
6434[[package]]
6435name = "rcgen"
6436version = "0.14.8"
6437source = "registry+https://github.com/rust-lang/crates.io-index"
6438checksum = "57f6d249aad744e274e682777a50283a225a32705394ee6d5fcc01efa25e4055"
6439dependencies = [
6440 "aws-lc-rs",
6441 "pem",
6442 "rustls-pki-types",
6443 "time",
6444 "x509-parser 0.18.1",
6445 "yasna 0.6.0",
6446]
6447
6448[[package]]
6449name = "redox_syscall"
6450version = "0.5.18"
6451source = "registry+https://github.com/rust-lang/crates.io-index"
6452checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
6453dependencies = [
6454 "bitflags 2.13.0",
6455]
6456
6457[[package]]
6458name = "ref-cast"
6459version = "1.0.25"
6460source = "registry+https://github.com/rust-lang/crates.io-index"
6461checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
6462dependencies = [
6463 "ref-cast-impl",
6464]
6465
6466[[package]]
6467name = "ref-cast-impl"
6468version = "1.0.25"
6469source = "registry+https://github.com/rust-lang/crates.io-index"
6470checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
6471dependencies = [
6472 "proc-macro2",
6473 "quote",
6474 "syn 2.0.118",
6475]
6476
6477[[package]]
6478name = "regex"
6479version = "1.12.4"
6480source = "registry+https://github.com/rust-lang/crates.io-index"
6481checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba"
6482dependencies = [
6483 "aho-corasick",
6484 "memchr",
6485 "regex-automata",
6486 "regex-syntax",
6487]
6488
6489[[package]]
6490name = "regex-automata"
6491version = "0.4.14"
6492source = "registry+https://github.com/rust-lang/crates.io-index"
6493checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
6494dependencies = [
6495 "aho-corasick",
6496 "memchr",
6497 "regex-syntax",
6498]
6499
6500[[package]]
6501name = "regex-lite"
6502version = "0.1.9"
6503source = "registry+https://github.com/rust-lang/crates.io-index"
6504checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973"
6505
6506[[package]]
6507name = "regex-syntax"
6508version = "0.8.11"
6509source = "registry+https://github.com/rust-lang/crates.io-index"
6510checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
6511
6512[[package]]
6513name = "reqwest"
6514version = "0.12.28"
6515source = "registry+https://github.com/rust-lang/crates.io-index"
6516checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
6517dependencies = [
6518 "base64",
6519 "bytes",
6520 "encoding_rs",
6521 "futures-core",
6522 "futures-util",
6523 "h2",
6524 "http",
6525 "http-body",
6526 "http-body-util",
6527 "hyper",
6528 "hyper-rustls",
6529 "hyper-util",
6530 "js-sys",
6531 "log",
6532 "mime",
6533 "percent-encoding",
6534 "pin-project-lite",
6535 "quinn",
6536 "rustls",
6537 "rustls-pki-types",
6538 "serde",
6539 "serde_json",
6540 "serde_urlencoded",
6541 "sync_wrapper",
6542 "tokio",
6543 "tokio-rustls",
6544 "tokio-util",
6545 "tower",
6546 "tower-http 0.6.11",
6547 "tower-service",
6548 "url",
6549 "wasm-bindgen",
6550 "wasm-bindgen-futures",
6551 "wasm-streams",
6552 "web-sys",
6553 "webpki-roots 1.0.8",
6554]
6555
6556[[package]]
6557name = "reqwest"
6558version = "0.13.1"
6559source = "registry+https://github.com/rust-lang/crates.io-index"
6560checksum = "04e9018c9d814e5f30cc16a0f03271aeab3571e609612d9fe78c1aa8d11c2f62"
6561dependencies = [
6562 "base64",
6563 "bytes",
6564 "futures-core",
6565 "futures-util",
6566 "h2",
6567 "http",
6568 "http-body",
6569 "http-body-util",
6570 "hyper",
6571 "hyper-rustls",
6572 "hyper-util",
6573 "js-sys",
6574 "log",
6575 "percent-encoding",
6576 "pin-project-lite",
6577 "quinn",
6578 "rustls",
6579 "rustls-pki-types",
6580 "rustls-platform-verifier",
6581 "serde",
6582 "serde_json",
6583 "sync_wrapper",
6584 "tokio",
6585 "tokio-rustls",
6586 "tokio-util",
6587 "tower",
6588 "tower-http 0.6.11",
6589 "tower-service",
6590 "url",
6591 "wasm-bindgen",
6592 "wasm-bindgen-futures",
6593 "wasm-streams",
6594 "web-sys",
6595 "webpki-roots 1.0.8",
6596]
6597
6598[[package]]
6599name = "resolv-conf"
6600version = "0.7.6"
6601source = "registry+https://github.com/rust-lang/crates.io-index"
6602checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7"
6603
6604[[package]]
6605name = "rfc6979"
6606version = "0.4.0"
6607source = "registry+https://github.com/rust-lang/crates.io-index"
6608checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
6609dependencies = [
6610 "hmac 0.12.1",
6611 "subtle",
6612]
6613
6614[[package]]
6615name = "rfc6979"
6616version = "0.5.0"
6617source = "registry+https://github.com/rust-lang/crates.io-index"
6618checksum = "5236ce872cac07e0fb3969b0cbf468c7d2f37d432f1b627dcb7b8d34563fb0c3"
6619dependencies = [
6620 "hmac 0.13.0",
6621 "subtle",
6622]
6623
6624[[package]]
6625name = "ring"
6626version = "0.17.14"
6627source = "registry+https://github.com/rust-lang/crates.io-index"
6628checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
6629dependencies = [
6630 "cc",
6631 "cfg-if",
6632 "getrandom 0.2.17",
6633 "libc",
6634 "untrusted 0.9.0",
6635 "windows-sys 0.52.0",
6636]
6637
6638[[package]]
6639name = "rsa"
6640version = "0.10.0-rc.18"
6641source = "registry+https://github.com/rust-lang/crates.io-index"
6642checksum = "30b2aa4ba0d89f73d1e332df05be0eeab8840351c36ca5654341dfdb57bb3caf"
6643dependencies = [
6644 "const-oid 0.10.2",
6645 "crypto-bigint 0.7.4",
6646 "crypto-primes",
6647 "digest 0.11.3",
6648 "pkcs1",
6649 "pkcs8 0.11.0",
6650 "rand_core 0.10.1",
6651 "sha2 0.11.0",
6652 "signature 3.0.0",
6653 "spki 0.8.0",
6654 "zeroize",
6655]
6656
6657[[package]]
6658name = "rsqlite-vfs"
6659version = "0.1.1"
6660source = "registry+https://github.com/rust-lang/crates.io-index"
6661checksum = "c51c9ae4df8a7fba42103df5c621fa3c37eccf3a3c650879e90fc48b11cc192c"
6662dependencies = [
6663 "hashbrown 0.16.1",
6664 "thiserror 2.0.18",
6665]
6666
6667[[package]]
6668name = "rusqlite"
6669version = "0.38.0"
6670source = "registry+https://github.com/rust-lang/crates.io-index"
6671checksum = "f1c93dd1c9683b438c392c492109cb702b8090b2bfc8fed6f6e4eb4523f17af3"
6672dependencies = [
6673 "bitflags 2.13.0",
6674 "fallible-iterator",
6675 "fallible-streaming-iterator",
6676 "hashlink",
6677 "libsqlite3-sys",
6678 "smallvec",
6679 "sqlite-wasm-rs",
6680]
6681
6682[[package]]
6683name = "russh"
6684version = "0.61.2"
6685source = "registry+https://github.com/rust-lang/crates.io-index"
6686checksum = "bbf893f64684e58da8a68d56a5e84d1cf0440226274c515770fe267707a7d0b0"
6687dependencies = [
6688 "aes",
6689 "aws-lc-rs",
6690 "bitflags 2.13.0",
6691 "block-padding",
6692 "byteorder",
6693 "bytes",
6694 "cbc",
6695 "cipher",
6696 "crypto-bigint 0.7.4",
6697 "ctr",
6698 "curve25519-dalek",
6699 "data-encoding",
6700 "delegate",
6701 "der 0.8.0",
6702 "digest 0.11.3",
6703 "ecdsa 0.17.0-rc.18",
6704 "ed25519-dalek",
6705 "elliptic-curve 0.14.0-rc.33",
6706 "enum_dispatch",
6707 "flate2",
6708 "futures",
6709 "generic-array 1.4.3",
6710 "getrandom 0.4.3",
6711 "ghash",
6712 "hex-literal",
6713 "hmac 0.13.0",
6714 "inout",
6715 "internal-russh-num-bigint",
6716 "keccak",
6717 "log",
6718 "md5",
6719 "ml-kem",
6720 "module-lattice",
6721 "num-bigint",
6722 "p256 0.14.0-rc.10",
6723 "p384",
6724 "p521",
6725 "pageant",
6726 "pbkdf2",
6727 "pkcs1",
6728 "pkcs5",
6729 "pkcs8 0.11.0",
6730 "polyval",
6731 "rand 0.10.1",
6732 "rand_core 0.10.1",
6733 "rsa",
6734 "russh-cryptovec",
6735 "russh-util",
6736 "salsa20",
6737 "scrypt",
6738 "sec1 0.8.1",
6739 "sha1 0.11.0",
6740 "sha2 0.11.0",
6741 "sha3",
6742 "signature 3.0.0",
6743 "spki 0.8.0",
6744 "ssh-encoding",
6745 "ssh-key",
6746 "subtle",
6747 "thiserror 2.0.18",
6748 "tokio",
6749 "typenum",
6750 "universal-hash",
6751 "zeroize",
6752]
6753
6754[[package]]
6755name = "russh-cryptovec"
6756version = "0.61.0"
6757source = "registry+https://github.com/rust-lang/crates.io-index"
6758checksum = "443f6bbcfacb34a1aab2b12b99bf08e0c63abdc5a0db261901365df9d57fff51"
6759dependencies = [
6760 "log",
6761 "nix",
6762 "ssh-encoding",
6763 "windows-sys 0.61.2",
6764]
6765
6766[[package]]
6767name = "russh-util"
6768version = "0.52.0"
6769source = "registry+https://github.com/rust-lang/crates.io-index"
6770checksum = "668424a5dde0bcb45b55ba7de8476b93831b4aa2fa6947e145f3b053e22c60b6"
6771dependencies = [
6772 "chrono",
6773 "tokio",
6774 "wasm-bindgen",
6775 "wasm-bindgen-futures",
6776]
6777
6778[[package]]
6779name = "rust-stemmers"
6780version = "1.2.0"
6781source = "registry+https://github.com/rust-lang/crates.io-index"
6782checksum = "e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54"
6783dependencies = [
6784 "serde",
6785 "serde_derive",
6786]
6787
6788[[package]]
6789name = "rustc-hash"
6790version = "2.1.2"
6791source = "registry+https://github.com/rust-lang/crates.io-index"
6792checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
6793
6794[[package]]
6795name = "rustc_version"
6796version = "0.4.1"
6797source = "registry+https://github.com/rust-lang/crates.io-index"
6798checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
6799dependencies = [
6800 "semver",
6801]
6802
6803[[package]]
6804name = "rusticata-macros"
6805version = "4.1.0"
6806source = "registry+https://github.com/rust-lang/crates.io-index"
6807checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
6808dependencies = [
6809 "nom",
6810]
6811
6812[[package]]
6813name = "rustix"
6814version = "1.1.4"
6815source = "registry+https://github.com/rust-lang/crates.io-index"
6816checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
6817dependencies = [
6818 "bitflags 2.13.0",
6819 "errno",
6820 "libc",
6821 "linux-raw-sys",
6822 "windows-sys 0.61.2",
6823]
6824
6825[[package]]
6826name = "rustls"
6827version = "0.23.40"
6828source = "registry+https://github.com/rust-lang/crates.io-index"
6829checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b"
6830dependencies = [
6831 "aws-lc-rs",
6832 "log",
6833 "once_cell",
6834 "ring",
6835 "rustls-pki-types",
6836 "rustls-webpki",
6837 "subtle",
6838 "zeroize",
6839]
6840
6841[[package]]
6842name = "rustls-acme"
6843version = "0.15.3"
6844source = "registry+https://github.com/rust-lang/crates.io-index"
6845checksum = "b9c70a17ecb067d5067565a16a2e0f26a4a2ea0924f49739d558c45186facc75"
6846dependencies = [
6847 "async-io",
6848 "async-trait",
6849 "async-web-client",
6850 "aws-lc-rs",
6851 "base64",
6852 "blocking",
6853 "chrono",
6854 "futures",
6855 "futures-rustls",
6856 "http",
6857 "log",
6858 "pem",
6859 "rcgen 0.13.2",
6860 "serde",
6861 "serde_json",
6862 "thiserror 2.0.18",
6863 "webpki-roots 1.0.8",
6864 "x509-parser 0.16.0",
6865]
6866
6867[[package]]
6868name = "rustls-native-certs"
6869version = "0.8.4"
6870source = "registry+https://github.com/rust-lang/crates.io-index"
6871checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d"
6872dependencies = [
6873 "openssl-probe",
6874 "rustls-pki-types",
6875 "schannel",
6876 "security-framework",
6877]
6878
6879[[package]]
6880name = "rustls-pemfile"
6881version = "2.2.0"
6882source = "registry+https://github.com/rust-lang/crates.io-index"
6883checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
6884dependencies = [
6885 "rustls-pki-types",
6886]
6887
6888[[package]]
6889name = "rustls-pki-types"
6890version = "1.14.1"
6891source = "registry+https://github.com/rust-lang/crates.io-index"
6892checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9"
6893dependencies = [
6894 "web-time",
6895 "zeroize",
6896]
6897
6898[[package]]
6899name = "rustls-platform-verifier"
6900version = "0.6.2"
6901source = "registry+https://github.com/rust-lang/crates.io-index"
6902checksum = "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784"
6903dependencies = [
6904 "core-foundation 0.10.1",
6905 "core-foundation-sys",
6906 "jni",
6907 "log",
6908 "once_cell",
6909 "rustls",
6910 "rustls-native-certs",
6911 "rustls-platform-verifier-android",
6912 "rustls-webpki",
6913 "security-framework",
6914 "security-framework-sys",
6915 "webpki-root-certs",
6916 "windows-sys 0.61.2",
6917]
6918
6919[[package]]
6920name = "rustls-platform-verifier-android"
6921version = "0.1.1"
6922source = "registry+https://github.com/rust-lang/crates.io-index"
6923checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
6924
6925[[package]]
6926name = "rustls-webpki"
6927version = "0.103.13"
6928source = "registry+https://github.com/rust-lang/crates.io-index"
6929checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
6930dependencies = [
6931 "aws-lc-rs",
6932 "ring",
6933 "rustls-pki-types",
6934 "untrusted 0.9.0",
6935]
6936
6937[[package]]
6938name = "rustversion"
6939version = "1.0.22"
6940source = "registry+https://github.com/rust-lang/crates.io-index"
6941checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
6942
6943[[package]]
6944name = "rusty-fork"
6945version = "0.3.1"
6946source = "registry+https://github.com/rust-lang/crates.io-index"
6947checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
6948dependencies = [
6949 "fnv",
6950 "quick-error",
6951 "tempfile",
6952 "wait-timeout",
6953]
6954
6955[[package]]
6956name = "ryu"
6957version = "1.0.23"
6958source = "registry+https://github.com/rust-lang/crates.io-index"
6959checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
6960
6961[[package]]
6962name = "saa"
6963version = "5.6.0"
6964source = "registry+https://github.com/rust-lang/crates.io-index"
6965checksum = "68f5acb362a0e75c2a963532fa7fabf13dff81626dc494df16488d30befcbea0"
6966
6967[[package]]
6968name = "salsa20"
6969version = "0.11.0"
6970source = "registry+https://github.com/rust-lang/crates.io-index"
6971checksum = "2f874456e72520ff1375a06c588eaf074b0f01f9e9e1aada45bd9b7954a6e42c"
6972dependencies = [
6973 "cfg-if",
6974 "cipher",
6975]
6976
6977[[package]]
6978name = "same-file"
6979version = "1.0.6"
6980source = "registry+https://github.com/rust-lang/crates.io-index"
6981checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
6982dependencies = [
6983 "winapi-util",
6984]
6985
6986[[package]]
6987name = "scc"
6988version = "3.8.3"
6989source = "registry+https://github.com/rust-lang/crates.io-index"
6990checksum = "5581cd5dd2cb79cbe9d8137071d67f62f0db926e83a07b4d14561c5b7d423776"
6991dependencies = [
6992 "saa",
6993 "sdd",
6994]
6995
6996[[package]]
6997name = "schannel"
6998version = "0.1.29"
6999source = "registry+https://github.com/rust-lang/crates.io-index"
7000checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
7001dependencies = [
7002 "windows-sys 0.61.2",
7003]
7004
7005[[package]]
7006name = "scoped-tls"
7007version = "1.0.1"
7008source = "registry+https://github.com/rust-lang/crates.io-index"
7009checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
7010
7011[[package]]
7012name = "scopeguard"
7013version = "1.2.0"
7014source = "registry+https://github.com/rust-lang/crates.io-index"
7015checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
7016
7017[[package]]
7018name = "scrypt"
7019version = "0.12.0"
7020source = "registry+https://github.com/rust-lang/crates.io-index"
7021checksum = "d87af57419b594aa23fa95f09f0e06d80d84ba01c26148c43844cad6ff4485f0"
7022dependencies = [
7023 "cfg-if",
7024 "pbkdf2",
7025 "salsa20",
7026 "sha2 0.11.0",
7027]
7028
7029[[package]]
7030name = "sdd"
7031version = "4.8.6"
7032source = "registry+https://github.com/rust-lang/crates.io-index"
7033checksum = "e5f0e40a01b94e35d1dacbcfbe5bfd3d31e37d9590b2e6d86a82b0e87bd4f551"
7034dependencies = [
7035 "saa",
7036]
7037
7038[[package]]
7039name = "sec1"
7040version = "0.7.3"
7041source = "registry+https://github.com/rust-lang/crates.io-index"
7042checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
7043dependencies = [
7044 "base16ct 0.2.0",
7045 "der 0.7.10",
7046 "generic-array 0.14.9",
7047 "pkcs8 0.10.2",
7048 "subtle",
7049 "zeroize",
7050]
7051
7052[[package]]
7053name = "sec1"
7054version = "0.8.1"
7055source = "registry+https://github.com/rust-lang/crates.io-index"
7056checksum = "d56d437c2f19203ce5f7122e507831de96f3d2d4d3be5af44a0b0a09d8a80e4d"
7057dependencies = [
7058 "base16ct 1.0.0",
7059 "ctutils",
7060 "der 0.8.0",
7061 "hybrid-array",
7062 "subtle",
7063 "zeroize",
7064]
7065
7066[[package]]
7067name = "security-framework"
7068version = "3.7.0"
7069source = "registry+https://github.com/rust-lang/crates.io-index"
7070checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
7071dependencies = [
7072 "bitflags 2.13.0",
7073 "core-foundation 0.10.1",
7074 "core-foundation-sys",
7075 "libc",
7076 "security-framework-sys",
7077]
7078
7079[[package]]
7080name = "security-framework-sys"
7081version = "2.17.0"
7082source = "registry+https://github.com/rust-lang/crates.io-index"
7083checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
7084dependencies = [
7085 "core-foundation-sys",
7086 "libc",
7087]
7088
7089[[package]]
7090name = "semver"
7091version = "1.0.28"
7092source = "registry+https://github.com/rust-lang/crates.io-index"
7093checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
7094
7095[[package]]
7096name = "send_wrapper"
7097version = "0.6.0"
7098source = "registry+https://github.com/rust-lang/crates.io-index"
7099checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
7100
7101[[package]]
7102name = "serde"
7103version = "1.0.228"
7104source = "registry+https://github.com/rust-lang/crates.io-index"
7105checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
7106dependencies = [
7107 "serde_core",
7108 "serde_derive",
7109]
7110
7111[[package]]
7112name = "serde-value"
7113version = "0.7.0"
7114source = "registry+https://github.com/rust-lang/crates.io-index"
7115checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
7116dependencies = [
7117 "ordered-float 2.10.1",
7118 "serde",
7119]
7120
7121[[package]]
7122name = "serde_bytes"
7123version = "0.11.19"
7124source = "registry+https://github.com/rust-lang/crates.io-index"
7125checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
7126dependencies = [
7127 "serde",
7128 "serde_core",
7129]
7130
7131[[package]]
7132name = "serde_core"
7133version = "1.0.228"
7134source = "registry+https://github.com/rust-lang/crates.io-index"
7135checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
7136dependencies = [
7137 "serde_derive",
7138]
7139
7140[[package]]
7141name = "serde_derive"
7142version = "1.0.228"
7143source = "registry+https://github.com/rust-lang/crates.io-index"
7144checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
7145dependencies = [
7146 "proc-macro2",
7147 "quote",
7148 "syn 2.0.118",
7149]
7150
7151[[package]]
7152name = "serde_html_form"
7153version = "0.3.2"
7154source = "registry+https://github.com/rust-lang/crates.io-index"
7155checksum = "2acf96b1d9364968fce46ebb548f1c0e1d7eceae27bdff73865d42e6c7369d94"
7156dependencies = [
7157 "form_urlencoded",
7158 "indexmap",
7159 "itoa",
7160 "serde_core",
7161]
7162
7163[[package]]
7164name = "serde_ipld_dagcbor"
7165version = "0.6.4"
7166source = "registry+https://github.com/rust-lang/crates.io-index"
7167checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778"
7168dependencies = [
7169 "cbor4ii",
7170 "ipld-core",
7171 "scopeguard",
7172 "serde",
7173]
7174
7175[[package]]
7176name = "serde_json"
7177version = "1.0.150"
7178source = "registry+https://github.com/rust-lang/crates.io-index"
7179checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
7180dependencies = [
7181 "itoa",
7182 "memchr",
7183 "serde",
7184 "serde_core",
7185 "zmij",
7186]
7187
7188[[package]]
7189name = "serde_norway"
7190version = "0.9.42"
7191source = "registry+https://github.com/rust-lang/crates.io-index"
7192checksum = "e408f29489b5fd500fab51ff1484fc859bb655f32c671f307dcd733b72e8168c"
7193dependencies = [
7194 "indexmap",
7195 "itoa",
7196 "ryu",
7197 "serde",
7198 "unsafe-libyaml-norway",
7199]
7200
7201[[package]]
7202name = "serde_path_to_error"
7203version = "0.1.20"
7204source = "registry+https://github.com/rust-lang/crates.io-index"
7205checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
7206dependencies = [
7207 "itoa",
7208 "serde",
7209 "serde_core",
7210]
7211
7212[[package]]
7213name = "serde_repr"
7214version = "0.1.20"
7215source = "registry+https://github.com/rust-lang/crates.io-index"
7216checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
7217dependencies = [
7218 "proc-macro2",
7219 "quote",
7220 "syn 2.0.118",
7221]
7222
7223[[package]]
7224name = "serde_spanned"
7225version = "1.1.1"
7226source = "registry+https://github.com/rust-lang/crates.io-index"
7227checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
7228dependencies = [
7229 "serde_core",
7230]
7231
7232[[package]]
7233name = "serde_urlencoded"
7234version = "0.7.1"
7235source = "registry+https://github.com/rust-lang/crates.io-index"
7236checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
7237dependencies = [
7238 "form_urlencoded",
7239 "itoa",
7240 "ryu",
7241 "serde",
7242]
7243
7244[[package]]
7245name = "serde_with"
7246version = "3.21.0"
7247source = "registry+https://github.com/rust-lang/crates.io-index"
7248checksum = "76a5c54c7310e7b8b9577c286d7e399ddd876c3e12b3ed917a8aabc4b96e9e8c"
7249dependencies = [
7250 "base64",
7251 "bs58",
7252 "chrono",
7253 "hex",
7254 "serde_core",
7255 "serde_json",
7256 "serde_with_macros",
7257 "time",
7258]
7259
7260[[package]]
7261name = "serde_with_macros"
7262version = "3.21.0"
7263source = "registry+https://github.com/rust-lang/crates.io-index"
7264checksum = "84d57bc0c8b9a17920c178daa6bb924850d54a9c97ab45194bb8c17ad66bb660"
7265dependencies = [
7266 "darling",
7267 "proc-macro2",
7268 "quote",
7269 "syn 2.0.118",
7270]
7271
7272[[package]]
7273name = "serde_yaml"
7274version = "0.9.34+deprecated"
7275source = "registry+https://github.com/rust-lang/crates.io-index"
7276checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
7277dependencies = [
7278 "indexmap",
7279 "itoa",
7280 "ryu",
7281 "serde",
7282 "unsafe-libyaml",
7283]
7284
7285[[package]]
7286name = "serdect"
7287version = "0.4.3"
7288source = "registry+https://github.com/rust-lang/crates.io-index"
7289checksum = "66cf8fedced2fcf12406bcb34223dffb92eaf34908ede12fed414c82b7f00b3e"
7290dependencies = [
7291 "base16ct 1.0.0",
7292 "serde",
7293]
7294
7295[[package]]
7296name = "sha1"
7297version = "0.10.6"
7298source = "registry+https://github.com/rust-lang/crates.io-index"
7299checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
7300dependencies = [
7301 "cfg-if",
7302 "cpufeatures 0.2.17",
7303 "digest 0.10.7",
7304]
7305
7306[[package]]
7307name = "sha1"
7308version = "0.11.0"
7309source = "registry+https://github.com/rust-lang/crates.io-index"
7310checksum = "aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214"
7311dependencies = [
7312 "cfg-if",
7313 "cpufeatures 0.3.0",
7314 "digest 0.11.3",
7315]
7316
7317[[package]]
7318name = "sha1-checked"
7319version = "0.10.0"
7320source = "registry+https://github.com/rust-lang/crates.io-index"
7321checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
7322dependencies = [
7323 "digest 0.10.7",
7324 "sha1 0.10.6",
7325]
7326
7327[[package]]
7328name = "sha2"
7329version = "0.10.9"
7330source = "registry+https://github.com/rust-lang/crates.io-index"
7331checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
7332dependencies = [
7333 "cfg-if",
7334 "cpufeatures 0.2.17",
7335 "digest 0.10.7",
7336]
7337
7338[[package]]
7339name = "sha2"
7340version = "0.11.0"
7341source = "registry+https://github.com/rust-lang/crates.io-index"
7342checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
7343dependencies = [
7344 "cfg-if",
7345 "cpufeatures 0.3.0",
7346 "digest 0.11.3",
7347]
7348
7349[[package]]
7350name = "sha3"
7351version = "0.11.0"
7352source = "registry+https://github.com/rust-lang/crates.io-index"
7353checksum = "be176f1a57ce4e3d31c1a166222d9768de5954f811601fb7ca06fc8203905ce1"
7354dependencies = [
7355 "digest 0.11.3",
7356 "keccak",
7357]
7358
7359[[package]]
7360name = "sharded-slab"
7361version = "0.1.7"
7362source = "registry+https://github.com/rust-lang/crates.io-index"
7363checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
7364dependencies = [
7365 "lazy_static",
7366]
7367
7368[[package]]
7369name = "shell-words"
7370version = "1.1.1"
7371source = "registry+https://github.com/rust-lang/crates.io-index"
7372checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
7373
7374[[package]]
7375name = "shlex"
7376version = "2.0.1"
7377source = "registry+https://github.com/rust-lang/crates.io-index"
7378checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
7379
7380[[package]]
7381name = "shuttle"
7382version = "0.1.0"
7383dependencies = [
7384 "anyhow",
7385 "base64",
7386 "nix",
7387 "once_cell",
7388 "prost",
7389 "prost-protovalidate",
7390 "prost-reflect",
7391 "serde",
7392 "serde_json",
7393 "tempfile",
7394 "tokio",
7395 "tokio-vsock",
7396 "tracing",
7397 "tracing-subscriber",
7398]
7399
7400[[package]]
7401name = "signal-hook"
7402version = "0.4.4"
7403source = "registry+https://github.com/rust-lang/crates.io-index"
7404checksum = "b2a0c28ca5908dbdbcd52e6fdaa00358ab88637f8ab33e1f188dd510eb44b53d"
7405dependencies = [
7406 "libc",
7407 "signal-hook-registry",
7408]
7409
7410[[package]]
7411name = "signal-hook-registry"
7412version = "1.4.8"
7413source = "registry+https://github.com/rust-lang/crates.io-index"
7414checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
7415dependencies = [
7416 "errno",
7417 "libc",
7418]
7419
7420[[package]]
7421name = "signature"
7422version = "2.2.0"
7423source = "registry+https://github.com/rust-lang/crates.io-index"
7424checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
7425dependencies = [
7426 "digest 0.10.7",
7427 "rand_core 0.6.4",
7428]
7429
7430[[package]]
7431name = "signature"
7432version = "3.0.0"
7433source = "registry+https://github.com/rust-lang/crates.io-index"
7434checksum = "28d567dcbaf0049cb8ac2608a76cd95ff9e4412e1899d389ee400918ca7537f5"
7435dependencies = [
7436 "digest 0.11.3",
7437 "rand_core 0.10.1",
7438]
7439
7440[[package]]
7441name = "simd-adler32"
7442version = "0.3.9"
7443source = "registry+https://github.com/rust-lang/crates.io-index"
7444checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
7445
7446[[package]]
7447name = "siphasher"
7448version = "1.0.3"
7449source = "registry+https://github.com/rust-lang/crates.io-index"
7450checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
7451
7452[[package]]
7453name = "sketches-ddsketch"
7454version = "0.4.0"
7455source = "registry+https://github.com/rust-lang/crates.io-index"
7456checksum = "05e40b6cf54d988dc1a2223531b969c9a9e30906ad90ef64890c27b4bfbb46ea"
7457dependencies = [
7458 "serde",
7459]
7460
7461[[package]]
7462name = "slab"
7463version = "0.4.12"
7464source = "registry+https://github.com/rust-lang/crates.io-index"
7465checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
7466
7467[[package]]
7468name = "smallvec"
7469version = "1.15.2"
7470source = "registry+https://github.com/rust-lang/crates.io-index"
7471checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
7472
7473[[package]]
7474name = "smol_str"
7475version = "0.3.6"
7476source = "registry+https://github.com/rust-lang/crates.io-index"
7477checksum = "4aaa7368fcf4852a4c2dd92df0cace6a71f2091ca0a23391ce7f3a31833f1523"
7478dependencies = [
7479 "borsh",
7480 "serde_core",
7481]
7482
7483[[package]]
7484name = "socket2"
7485version = "0.6.4"
7486source = "registry+https://github.com/rust-lang/crates.io-index"
7487checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51"
7488dependencies = [
7489 "libc",
7490 "windows-sys 0.61.2",
7491]
7492
7493[[package]]
7494name = "spin"
7495version = "0.9.8"
7496source = "registry+https://github.com/rust-lang/crates.io-index"
7497checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
7498dependencies = [
7499 "lock_api",
7500]
7501
7502[[package]]
7503name = "spin"
7504version = "0.10.0"
7505source = "registry+https://github.com/rust-lang/crates.io-index"
7506checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
7507
7508[[package]]
7509name = "spinning_top"
7510version = "0.3.0"
7511source = "registry+https://github.com/rust-lang/crates.io-index"
7512checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300"
7513dependencies = [
7514 "lock_api",
7515]
7516
7517[[package]]
7518name = "spki"
7519version = "0.7.3"
7520source = "registry+https://github.com/rust-lang/crates.io-index"
7521checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
7522dependencies = [
7523 "base64ct",
7524 "der 0.7.10",
7525]
7526
7527[[package]]
7528name = "spki"
7529version = "0.8.0"
7530source = "registry+https://github.com/rust-lang/crates.io-index"
7531checksum = "1d9efca8738c78ee9484207732f728b1ef517bbb1833d6fc0879ca898a522f6f"
7532dependencies = [
7533 "base64ct",
7534 "der 0.8.0",
7535]
7536
7537[[package]]
7538name = "sqlite-wasm-rs"
7539version = "0.5.5"
7540source = "registry+https://github.com/rust-lang/crates.io-index"
7541checksum = "dc3efc0da82635d7e1ced0053bbbfa8c7ab9645d0bf36ceb4f7127bb85315d75"
7542dependencies = [
7543 "cc",
7544 "js-sys",
7545 "rsqlite-vfs",
7546 "wasm-bindgen",
7547]
7548
7549[[package]]
7550name = "ssh-cipher"
7551version = "0.3.0-rc.9"
7552source = "registry+https://github.com/rust-lang/crates.io-index"
7553checksum = "10db6f219196a8528f9ec904d9d45cdad692d65b0e57e72be4dedd1c5fddce36"
7554dependencies = [
7555 "aead",
7556 "aes",
7557 "aes-gcm",
7558 "cbc",
7559 "chacha20",
7560 "cipher",
7561 "ctr",
7562 "ctutils",
7563 "des",
7564 "poly1305",
7565 "ssh-encoding",
7566 "zeroize",
7567]
7568
7569[[package]]
7570name = "ssh-encoding"
7571version = "0.3.0-rc.9"
7572source = "registry+https://github.com/rust-lang/crates.io-index"
7573checksum = "7abf34aa716da5d5b4c496936d042ea282ab392092cd68a72ef6a8863ff8c96a"
7574dependencies = [
7575 "base64ct",
7576 "bytes",
7577 "crypto-bigint 0.7.4",
7578 "ctutils",
7579 "digest 0.11.3",
7580 "pem-rfc7468 1.0.0",
7581 "zeroize",
7582]
7583
7584[[package]]
7585name = "ssh-key"
7586version = "0.7.0-rc.10"
7587source = "registry+https://github.com/rust-lang/crates.io-index"
7588checksum = "45735ce3dea95690e4a9e414c4cfde7f79835063c3dcd35881df85a84118e74b"
7589dependencies = [
7590 "argon2",
7591 "bcrypt-pbkdf",
7592 "ctutils",
7593 "ed25519-dalek",
7594 "hex",
7595 "hmac 0.13.0",
7596 "p256 0.14.0-rc.10",
7597 "p384",
7598 "p521",
7599 "rand_core 0.10.1",
7600 "rsa",
7601 "sec1 0.8.1",
7602 "sha1 0.11.0",
7603 "sha2 0.11.0",
7604 "signature 3.0.0",
7605 "ssh-cipher",
7606 "ssh-encoding",
7607 "zeroize",
7608]
7609
7610[[package]]
7611name = "stable_deref_trait"
7612version = "1.2.1"
7613source = "registry+https://github.com/rust-lang/crates.io-index"
7614checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
7615
7616[[package]]
7617name = "static_assertions"
7618version = "1.1.0"
7619source = "registry+https://github.com/rust-lang/crates.io-index"
7620checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
7621
7622[[package]]
7623name = "strsim"
7624version = "0.11.1"
7625source = "registry+https://github.com/rust-lang/crates.io-index"
7626checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
7627
7628[[package]]
7629name = "subtle"
7630version = "2.6.1"
7631source = "registry+https://github.com/rust-lang/crates.io-index"
7632checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
7633
7634[[package]]
7635name = "syn"
7636version = "2.0.118"
7637source = "registry+https://github.com/rust-lang/crates.io-index"
7638checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
7639dependencies = [
7640 "proc-macro2",
7641 "quote",
7642 "unicode-ident",
7643]
7644
7645[[package]]
7646name = "syn"
7647version = "3.0.3"
7648source = "registry+https://github.com/rust-lang/crates.io-index"
7649checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
7650dependencies = [
7651 "proc-macro2",
7652 "quote",
7653 "unicode-ident",
7654]
7655
7656[[package]]
7657name = "sync_wrapper"
7658version = "1.0.2"
7659source = "registry+https://github.com/rust-lang/crates.io-index"
7660checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
7661dependencies = [
7662 "futures-core",
7663]
7664
7665[[package]]
7666name = "synstructure"
7667version = "0.13.2"
7668source = "registry+https://github.com/rust-lang/crates.io-index"
7669checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
7670dependencies = [
7671 "proc-macro2",
7672 "quote",
7673 "syn 2.0.118",
7674]
7675
7676[[package]]
7677name = "system-configuration"
7678version = "0.7.0"
7679source = "registry+https://github.com/rust-lang/crates.io-index"
7680checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
7681dependencies = [
7682 "bitflags 2.13.0",
7683 "core-foundation 0.9.4",
7684 "system-configuration-sys",
7685]
7686
7687[[package]]
7688name = "system-configuration-sys"
7689version = "0.6.0"
7690source = "registry+https://github.com/rust-lang/crates.io-index"
7691checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
7692dependencies = [
7693 "core-foundation-sys",
7694 "libc",
7695]
7696
7697[[package]]
7698name = "tagptr"
7699version = "0.2.0"
7700source = "registry+https://github.com/rust-lang/crates.io-index"
7701checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
7702
7703[[package]]
7704name = "tantivy"
7705version = "0.26.1"
7706source = "registry+https://github.com/rust-lang/crates.io-index"
7707checksum = "edde6a10743fff00a4e1a8c9ef020bf5f3cbad301b7d2d39f2b07f123c4eac07"
7708dependencies = [
7709 "aho-corasick",
7710 "arc-swap",
7711 "base64",
7712 "bitpacking",
7713 "bon",
7714 "byteorder",
7715 "census",
7716 "crc32fast",
7717 "crossbeam-channel",
7718 "datasketches",
7719 "downcast-rs",
7720 "fastdivide",
7721 "fnv",
7722 "fs4",
7723 "htmlescape",
7724 "itertools 0.14.0",
7725 "levenshtein_automata",
7726 "log",
7727 "lru",
7728 "lz4_flex",
7729 "measure_time",
7730 "memmap2",
7731 "once_cell",
7732 "oneshot",
7733 "rayon",
7734 "regex",
7735 "rust-stemmers",
7736 "rustc-hash",
7737 "serde",
7738 "serde_json",
7739 "sketches-ddsketch",
7740 "smallvec",
7741 "tantivy-bitpacker",
7742 "tantivy-columnar",
7743 "tantivy-common",
7744 "tantivy-fst",
7745 "tantivy-query-grammar",
7746 "tantivy-stacker",
7747 "tantivy-tokenizer-api",
7748 "tempfile",
7749 "thiserror 2.0.18",
7750 "time",
7751 "typetag",
7752 "uuid",
7753 "winapi",
7754]
7755
7756[[package]]
7757name = "tantivy-bitpacker"
7758version = "0.10.0"
7759source = "registry+https://github.com/rust-lang/crates.io-index"
7760checksum = "4fed3d674429bcd2de5d0a6d1aa5495fed8afd9c5ecce993019caf7615f53fa4"
7761dependencies = [
7762 "bitpacking",
7763]
7764
7765[[package]]
7766name = "tantivy-columnar"
7767version = "0.7.0"
7768source = "registry+https://github.com/rust-lang/crates.io-index"
7769checksum = "c57166f5bcfd478f370ab8445afb4678dce44801fa5ce5c451aaf8595583c5dc"
7770dependencies = [
7771 "downcast-rs",
7772 "fastdivide",
7773 "itertools 0.14.0",
7774 "serde",
7775 "tantivy-bitpacker",
7776 "tantivy-common",
7777 "tantivy-sstable",
7778 "tantivy-stacker",
7779]
7780
7781[[package]]
7782name = "tantivy-common"
7783version = "0.11.0"
7784source = "registry+https://github.com/rust-lang/crates.io-index"
7785checksum = "bbf10915aa75da3c3b0d58b58853d2e889efbaf32d4982a4c3715dde6bba23e5"
7786dependencies = [
7787 "async-trait",
7788 "byteorder",
7789 "ownedbytes",
7790 "serde",
7791 "time",
7792]
7793
7794[[package]]
7795name = "tantivy-fst"
7796version = "0.5.0"
7797source = "registry+https://github.com/rust-lang/crates.io-index"
7798checksum = "d60769b80ad7953d8a7b2c70cdfe722bbcdcac6bccc8ac934c40c034d866fc18"
7799dependencies = [
7800 "byteorder",
7801 "regex-syntax",
7802 "utf8-ranges",
7803]
7804
7805[[package]]
7806name = "tantivy-query-grammar"
7807version = "0.26.0"
7808source = "registry+https://github.com/rust-lang/crates.io-index"
7809checksum = "dfadb8526b6da90704feb293b0701a6aae62ea14983143344be2dc5ce30f1d82"
7810dependencies = [
7811 "fnv",
7812 "nom",
7813 "ordered-float 5.3.0",
7814 "serde",
7815 "serde_json",
7816]
7817
7818[[package]]
7819name = "tantivy-sstable"
7820version = "0.7.0"
7821source = "registry+https://github.com/rust-lang/crates.io-index"
7822checksum = "8a2cfc3ac5164cbadc28965ffb145a8f47582a60ae5897859ad8d4316596c606"
7823dependencies = [
7824 "futures-util",
7825 "itertools 0.14.0",
7826 "tantivy-bitpacker",
7827 "tantivy-common",
7828 "tantivy-fst",
7829 "zstd",
7830]
7831
7832[[package]]
7833name = "tantivy-stacker"
7834version = "0.7.0"
7835source = "registry+https://github.com/rust-lang/crates.io-index"
7836checksum = "6cbb051742da9d53ca9e8fff43a9b10e319338b24e2c0e15d0372df19ffeb951"
7837dependencies = [
7838 "murmurhash32",
7839 "tantivy-common",
7840]
7841
7842[[package]]
7843name = "tantivy-tokenizer-api"
7844version = "0.7.0"
7845source = "registry+https://github.com/rust-lang/crates.io-index"
7846checksum = "eac258c2c6390673f2685813afeeafcb8c4e0ee7de8dd3fc46838dcc37263f98"
7847dependencies = [
7848 "serde",
7849]
7850
7851[[package]]
7852name = "tar"
7853version = "0.4.46"
7854source = "registry+https://github.com/rust-lang/crates.io-index"
7855checksum = "3f6221d9a6003c78398e3b239969f352578258df48c8eb051caadae0015bc840"
7856dependencies = [
7857 "filetime",
7858 "libc",
7859 "xattr",
7860]
7861
7862[[package]]
7863name = "tempfile"
7864version = "3.27.0"
7865source = "registry+https://github.com/rust-lang/crates.io-index"
7866checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
7867dependencies = [
7868 "fastrand",
7869 "getrandom 0.4.3",
7870 "once_cell",
7871 "rustix",
7872 "windows-sys 0.61.2",
7873]
7874
7875[[package]]
7876name = "terminal_size"
7877version = "0.4.4"
7878source = "registry+https://github.com/rust-lang/crates.io-index"
7879checksum = "230a1b821ccbd75b185820a1f1ff7b14d21da1e442e22c0863ea5f08771a8874"
7880dependencies = [
7881 "rustix",
7882 "windows-sys 0.61.2",
7883]
7884
7885[[package]]
7886name = "thiserror"
7887version = "1.0.69"
7888source = "registry+https://github.com/rust-lang/crates.io-index"
7889checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
7890dependencies = [
7891 "thiserror-impl 1.0.69",
7892]
7893
7894[[package]]
7895name = "thiserror"
7896version = "2.0.18"
7897source = "registry+https://github.com/rust-lang/crates.io-index"
7898checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
7899dependencies = [
7900 "thiserror-impl 2.0.18",
7901]
7902
7903[[package]]
7904name = "thiserror-impl"
7905version = "1.0.69"
7906source = "registry+https://github.com/rust-lang/crates.io-index"
7907checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
7908dependencies = [
7909 "proc-macro2",
7910 "quote",
7911 "syn 2.0.118",
7912]
7913
7914[[package]]
7915name = "thiserror-impl"
7916version = "2.0.18"
7917source = "registry+https://github.com/rust-lang/crates.io-index"
7918checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
7919dependencies = [
7920 "proc-macro2",
7921 "quote",
7922 "syn 2.0.118",
7923]
7924
7925[[package]]
7926name = "thread_local"
7927version = "1.1.9"
7928source = "registry+https://github.com/rust-lang/crates.io-index"
7929checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
7930dependencies = [
7931 "cfg-if",
7932]
7933
7934[[package]]
7935name = "tikv-jemalloc-ctl"
7936version = "0.7.0"
7937source = "registry+https://github.com/rust-lang/crates.io-index"
7938checksum = "3a184c43b8ab2f41df2733b55556e3f5f632f4aeaa205b1bb018f574b7f5f142"
7939dependencies = [
7940 "libc",
7941 "paste",
7942 "tikv-jemalloc-sys",
7943]
7944
7945[[package]]
7946name = "tikv-jemalloc-sys"
7947version = "0.7.1+5.3.1-0-g81034ce1f1373e37dc865038e1bc8eeecf559ce8"
7948source = "registry+https://github.com/rust-lang/crates.io-index"
7949checksum = "1a2825c78386b4ae0314074867860ba9577875de945f05992c38815cbec327f0"
7950dependencies = [
7951 "cc",
7952 "libc",
7953]
7954
7955[[package]]
7956name = "tikv-jemallocator"
7957version = "0.7.0"
7958source = "registry+https://github.com/rust-lang/crates.io-index"
7959checksum = "249f09e49ab1609436f34c776e84231bead18d6a955f119f939bdc1d847561bd"
7960dependencies = [
7961 "libc",
7962 "tikv-jemalloc-sys",
7963]
7964
7965[[package]]
7966name = "time"
7967version = "0.3.49"
7968source = "registry+https://github.com/rust-lang/crates.io-index"
7969checksum = "711a53c2d47bbd818258c498c8dbfe186a2526c631495cfe7e078567f86b8469"
7970dependencies = [
7971 "deranged",
7972 "num-conv",
7973 "powerfmt",
7974 "serde_core",
7975 "time-core",
7976 "time-macros",
7977]
7978
7979[[package]]
7980name = "time-core"
7981version = "0.1.9"
7982source = "registry+https://github.com/rust-lang/crates.io-index"
7983checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
7984
7985[[package]]
7986name = "time-macros"
7987version = "0.2.29"
7988source = "registry+https://github.com/rust-lang/crates.io-index"
7989checksum = "71c652a3727a9cbb9a02f707f530b618ce00d0ccd762009c8c23bd191df3c17d"
7990dependencies = [
7991 "num-conv",
7992 "time-core",
7993]
7994
7995[[package]]
7996name = "tinystr"
7997version = "0.8.3"
7998source = "registry+https://github.com/rust-lang/crates.io-index"
7999checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
8000dependencies = [
8001 "displaydoc",
8002 "zerovec",
8003]
8004
8005[[package]]
8006name = "tinytemplate"
8007version = "1.2.1"
8008source = "registry+https://github.com/rust-lang/crates.io-index"
8009checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
8010dependencies = [
8011 "serde",
8012 "serde_json",
8013]
8014
8015[[package]]
8016name = "tinyvec"
8017version = "1.11.0"
8018source = "registry+https://github.com/rust-lang/crates.io-index"
8019checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
8020dependencies = [
8021 "tinyvec_macros",
8022]
8023
8024[[package]]
8025name = "tinyvec_macros"
8026version = "0.1.1"
8027source = "registry+https://github.com/rust-lang/crates.io-index"
8028checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
8029
8030[[package]]
8031name = "tokio"
8032version = "1.52.3"
8033source = "registry+https://github.com/rust-lang/crates.io-index"
8034checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
8035dependencies = [
8036 "bytes",
8037 "libc",
8038 "mio",
8039 "pin-project-lite",
8040 "signal-hook-registry",
8041 "socket2",
8042 "tokio-macros",
8043 "windows-sys 0.61.2",
8044]
8045
8046[[package]]
8047name = "tokio-macros"
8048version = "2.7.0"
8049source = "registry+https://github.com/rust-lang/crates.io-index"
8050checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
8051dependencies = [
8052 "proc-macro2",
8053 "quote",
8054 "syn 2.0.118",
8055]
8056
8057[[package]]
8058name = "tokio-rustls"
8059version = "0.26.4"
8060source = "registry+https://github.com/rust-lang/crates.io-index"
8061checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
8062dependencies = [
8063 "rustls",
8064 "tokio",
8065]
8066
8067[[package]]
8068name = "tokio-stream"
8069version = "0.1.18"
8070source = "registry+https://github.com/rust-lang/crates.io-index"
8071checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
8072dependencies = [
8073 "futures-core",
8074 "pin-project-lite",
8075 "tokio",
8076]
8077
8078[[package]]
8079name = "tokio-tungstenite"
8080version = "0.24.0"
8081source = "registry+https://github.com/rust-lang/crates.io-index"
8082checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9"
8083dependencies = [
8084 "futures-util",
8085 "log",
8086 "rustls",
8087 "rustls-native-certs",
8088 "rustls-pki-types",
8089 "tokio",
8090 "tokio-rustls",
8091 "tungstenite 0.24.0",
8092]
8093
8094[[package]]
8095name = "tokio-tungstenite"
8096version = "0.29.0"
8097source = "registry+https://github.com/rust-lang/crates.io-index"
8098checksum = "8f72a05e828585856dacd553fba484c242c46e391fb0e58917c942ee9202915c"
8099dependencies = [
8100 "futures-util",
8101 "log",
8102 "rustls",
8103 "rustls-pki-types",
8104 "tokio",
8105 "tokio-rustls",
8106 "tungstenite 0.29.0",
8107 "webpki-roots 0.26.11",
8108]
8109
8110[[package]]
8111name = "tokio-tungstenite-wasm"
8112version = "0.4.0"
8113source = "registry+https://github.com/rust-lang/crates.io-index"
8114checksum = "e21a5c399399c3db9f08d8297ac12b500e86bca82e930253fdc62eaf9c0de6ae"
8115dependencies = [
8116 "futures-channel",
8117 "futures-util",
8118 "http",
8119 "httparse",
8120 "js-sys",
8121 "rustls",
8122 "thiserror 1.0.69",
8123 "tokio",
8124 "tokio-tungstenite 0.24.0",
8125 "wasm-bindgen",
8126 "web-sys",
8127]
8128
8129[[package]]
8130name = "tokio-util"
8131version = "0.7.18"
8132source = "registry+https://github.com/rust-lang/crates.io-index"
8133checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
8134dependencies = [
8135 "bytes",
8136 "futures-core",
8137 "futures-sink",
8138 "futures-util",
8139 "pin-project-lite",
8140 "tokio",
8141]
8142
8143[[package]]
8144name = "tokio-vsock"
8145version = "0.7.2"
8146source = "registry+https://github.com/rust-lang/crates.io-index"
8147checksum = "8b319ef9394889dab2e1b4f0085b45ba11d0c79dc9d1a9d1afc057d009d0f1c7"
8148dependencies = [
8149 "bytes",
8150 "futures",
8151 "libc",
8152 "tokio",
8153 "vsock",
8154]
8155
8156[[package]]
8157name = "toml"
8158version = "0.9.12+spec-1.1.0"
8159source = "registry+https://github.com/rust-lang/crates.io-index"
8160checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863"
8161dependencies = [
8162 "indexmap",
8163 "serde_core",
8164 "serde_spanned",
8165 "toml_datetime",
8166 "toml_parser",
8167 "toml_writer",
8168 "winnow 0.7.15",
8169]
8170
8171[[package]]
8172name = "toml_datetime"
8173version = "0.7.5+spec-1.1.0"
8174source = "registry+https://github.com/rust-lang/crates.io-index"
8175checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
8176dependencies = [
8177 "serde_core",
8178]
8179
8180[[package]]
8181name = "toml_parser"
8182version = "1.1.2+spec-1.1.0"
8183source = "registry+https://github.com/rust-lang/crates.io-index"
8184checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
8185dependencies = [
8186 "winnow 1.0.3",
8187]
8188
8189[[package]]
8190name = "toml_writer"
8191version = "1.1.1+spec-1.1.0"
8192source = "registry+https://github.com/rust-lang/crates.io-index"
8193checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db"
8194
8195[[package]]
8196name = "tower"
8197version = "0.5.3"
8198source = "registry+https://github.com/rust-lang/crates.io-index"
8199checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
8200dependencies = [
8201 "futures-core",
8202 "futures-util",
8203 "pin-project-lite",
8204 "sync_wrapper",
8205 "tokio",
8206 "tokio-util",
8207 "tower-layer",
8208 "tower-service",
8209 "tracing",
8210]
8211
8212[[package]]
8213name = "tower-http"
8214version = "0.6.11"
8215source = "registry+https://github.com/rust-lang/crates.io-index"
8216checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
8217dependencies = [
8218 "async-compression",
8219 "bitflags 2.13.0",
8220 "bytes",
8221 "futures-core",
8222 "futures-util",
8223 "http",
8224 "http-body",
8225 "http-body-util",
8226 "pin-project-lite",
8227 "tokio",
8228 "tokio-util",
8229 "tower",
8230 "tower-layer",
8231 "tower-service",
8232 "url",
8233]
8234
8235[[package]]
8236name = "tower-http"
8237version = "0.7.0"
8238source = "registry+https://github.com/rust-lang/crates.io-index"
8239checksum = "b11f75e912b0c2be01b63d8cf8057b8c3f97cf34abb3d431a3a4c8675498e233"
8240dependencies = [
8241 "async-compression",
8242 "bitflags 2.13.0",
8243 "bytes",
8244 "futures-core",
8245 "futures-util",
8246 "http",
8247 "http-body",
8248 "http-body-util",
8249 "http-range-header",
8250 "httpdate",
8251 "mime",
8252 "mime_guess",
8253 "percent-encoding",
8254 "pin-project-lite",
8255 "tokio",
8256 "tokio-util",
8257 "tower-layer",
8258 "tower-service",
8259 "tracing",
8260]
8261
8262[[package]]
8263name = "tower-layer"
8264version = "0.3.3"
8265source = "registry+https://github.com/rust-lang/crates.io-index"
8266checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
8267
8268[[package]]
8269name = "tower-service"
8270version = "0.3.3"
8271source = "registry+https://github.com/rust-lang/crates.io-index"
8272checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
8273
8274[[package]]
8275name = "tower_governor"
8276version = "0.8.0"
8277source = "registry+https://github.com/rust-lang/crates.io-index"
8278checksum = "44de9b94d849d3c46e06a883d72d408c2de6403367b39df2b1c9d9e7b6736fe6"
8279dependencies = [
8280 "axum",
8281 "forwarded-header-value",
8282 "governor",
8283 "http",
8284 "pin-project",
8285 "thiserror 2.0.18",
8286 "tower",
8287 "tracing",
8288]
8289
8290[[package]]
8291name = "tracing"
8292version = "0.1.44"
8293source = "registry+https://github.com/rust-lang/crates.io-index"
8294checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
8295dependencies = [
8296 "log",
8297 "pin-project-lite",
8298 "tracing-attributes",
8299 "tracing-core",
8300]
8301
8302[[package]]
8303name = "tracing-attributes"
8304version = "0.1.31"
8305source = "registry+https://github.com/rust-lang/crates.io-index"
8306checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
8307dependencies = [
8308 "proc-macro2",
8309 "quote",
8310 "syn 2.0.118",
8311]
8312
8313[[package]]
8314name = "tracing-core"
8315version = "0.1.36"
8316source = "registry+https://github.com/rust-lang/crates.io-index"
8317checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
8318dependencies = [
8319 "once_cell",
8320 "valuable",
8321]
8322
8323[[package]]
8324name = "tracing-log"
8325version = "0.2.0"
8326source = "registry+https://github.com/rust-lang/crates.io-index"
8327checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
8328dependencies = [
8329 "log",
8330 "once_cell",
8331 "tracing-core",
8332]
8333
8334[[package]]
8335name = "tracing-serde"
8336version = "0.2.0"
8337source = "registry+https://github.com/rust-lang/crates.io-index"
8338checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
8339dependencies = [
8340 "serde",
8341 "tracing-core",
8342]
8343
8344[[package]]
8345name = "tracing-subscriber"
8346version = "0.3.23"
8347source = "registry+https://github.com/rust-lang/crates.io-index"
8348checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
8349dependencies = [
8350 "matchers",
8351 "nu-ansi-term",
8352 "once_cell",
8353 "regex-automata",
8354 "serde",
8355 "serde_json",
8356 "sharded-slab",
8357 "smallvec",
8358 "thread_local",
8359 "tracing",
8360 "tracing-core",
8361 "tracing-log",
8362 "tracing-serde",
8363]
8364
8365[[package]]
8366name = "trait-variant"
8367version = "0.1.2"
8368source = "registry+https://github.com/rust-lang/crates.io-index"
8369checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
8370dependencies = [
8371 "proc-macro2",
8372 "quote",
8373 "syn 2.0.118",
8374]
8375
8376[[package]]
8377name = "trusted-proxies"
8378version = "0.0.1"
8379dependencies = [
8380 "ipnet",
8381 "thiserror 2.0.18",
8382]
8383
8384[[package]]
8385name = "try-lock"
8386version = "0.2.5"
8387source = "registry+https://github.com/rust-lang/crates.io-index"
8388checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
8389
8390[[package]]
8391name = "tungstenite"
8392version = "0.24.0"
8393source = "registry+https://github.com/rust-lang/crates.io-index"
8394checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
8395dependencies = [
8396 "byteorder",
8397 "bytes",
8398 "data-encoding",
8399 "http",
8400 "httparse",
8401 "log",
8402 "rand 0.8.6",
8403 "rustls",
8404 "rustls-pki-types",
8405 "sha1 0.10.6",
8406 "thiserror 1.0.69",
8407 "utf-8",
8408]
8409
8410[[package]]
8411name = "tungstenite"
8412version = "0.29.0"
8413source = "registry+https://github.com/rust-lang/crates.io-index"
8414checksum = "6c01152af293afb9c7c2a57e4b559c5620b421f6d133261c60dd2d0cdb38e6b8"
8415dependencies = [
8416 "bytes",
8417 "data-encoding",
8418 "http",
8419 "httparse",
8420 "log",
8421 "rand 0.9.4",
8422 "rustls",
8423 "rustls-pki-types",
8424 "sha1 0.10.6",
8425 "thiserror 2.0.18",
8426]
8427
8428[[package]]
8429name = "typed-arena"
8430version = "2.0.2"
8431source = "registry+https://github.com/rust-lang/crates.io-index"
8432checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
8433
8434[[package]]
8435name = "typeid"
8436version = "1.0.3"
8437source = "registry+https://github.com/rust-lang/crates.io-index"
8438checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
8439
8440[[package]]
8441name = "typenum"
8442version = "1.20.1"
8443source = "registry+https://github.com/rust-lang/crates.io-index"
8444checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
8445
8446[[package]]
8447name = "typetag"
8448version = "0.2.23"
8449source = "registry+https://github.com/rust-lang/crates.io-index"
8450checksum = "c90e86058a30d42a1a928dfb4b49bb33c98c3a2b4909492e6b0881cd94798ec2"
8451dependencies = [
8452 "erased-serde",
8453 "inventory",
8454 "once_cell",
8455 "serde",
8456 "typetag-impl",
8457]
8458
8459[[package]]
8460name = "typetag-impl"
8461version = "0.2.23"
8462source = "registry+https://github.com/rust-lang/crates.io-index"
8463checksum = "f153acc4e99a5f2a5aefa09fb078be54e26271b2813f6041200b224c098d8328"
8464dependencies = [
8465 "proc-macro2",
8466 "quote",
8467 "syn 3.0.3",
8468]
8469
8470[[package]]
8471name = "uluru"
8472version = "3.1.0"
8473source = "registry+https://github.com/rust-lang/crates.io-index"
8474checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
8475dependencies = [
8476 "arrayvec",
8477]
8478
8479[[package]]
8480name = "unarray"
8481version = "0.1.4"
8482source = "registry+https://github.com/rust-lang/crates.io-index"
8483checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
8484
8485[[package]]
8486name = "unicase"
8487version = "2.9.0"
8488source = "registry+https://github.com/rust-lang/crates.io-index"
8489checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
8490
8491[[package]]
8492name = "unicode-bom"
8493version = "2.0.3"
8494source = "registry+https://github.com/rust-lang/crates.io-index"
8495checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
8496
8497[[package]]
8498name = "unicode-ident"
8499version = "1.0.24"
8500source = "registry+https://github.com/rust-lang/crates.io-index"
8501checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
8502
8503[[package]]
8504name = "unicode-normalization"
8505version = "0.1.25"
8506source = "registry+https://github.com/rust-lang/crates.io-index"
8507checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
8508dependencies = [
8509 "tinyvec",
8510]
8511
8512[[package]]
8513name = "unicode-segmentation"
8514version = "1.13.3"
8515source = "registry+https://github.com/rust-lang/crates.io-index"
8516checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
8517
8518[[package]]
8519name = "unicode-width"
8520version = "0.1.14"
8521source = "registry+https://github.com/rust-lang/crates.io-index"
8522checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
8523
8524[[package]]
8525name = "unicode-xid"
8526version = "0.2.6"
8527source = "registry+https://github.com/rust-lang/crates.io-index"
8528checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
8529
8530[[package]]
8531name = "universal-hash"
8532version = "0.6.1"
8533source = "registry+https://github.com/rust-lang/crates.io-index"
8534checksum = "f4987bdc12753382e0bec4a65c50738ffaabc998b9cdd1f952fb5f39b0048a96"
8535dependencies = [
8536 "crypto-common 0.2.2",
8537 "ctutils",
8538]
8539
8540[[package]]
8541name = "unsafe-libyaml"
8542version = "0.2.11"
8543source = "registry+https://github.com/rust-lang/crates.io-index"
8544checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
8545
8546[[package]]
8547name = "unsafe-libyaml-norway"
8548version = "0.2.15"
8549source = "registry+https://github.com/rust-lang/crates.io-index"
8550checksum = "b39abd59bf32521c7f2301b52d05a6a2c975b6003521cbd0c6dc1582f0a22104"
8551
8552[[package]]
8553name = "unsigned-varint"
8554version = "0.8.0"
8555source = "registry+https://github.com/rust-lang/crates.io-index"
8556checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
8557
8558[[package]]
8559name = "untrusted"
8560version = "0.7.1"
8561source = "registry+https://github.com/rust-lang/crates.io-index"
8562checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
8563
8564[[package]]
8565name = "untrusted"
8566version = "0.9.0"
8567source = "registry+https://github.com/rust-lang/crates.io-index"
8568checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
8569
8570[[package]]
8571name = "url"
8572version = "2.5.8"
8573source = "registry+https://github.com/rust-lang/crates.io-index"
8574checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
8575dependencies = [
8576 "form_urlencoded",
8577 "idna",
8578 "percent-encoding",
8579 "serde",
8580 "serde_derive",
8581]
8582
8583[[package]]
8584name = "utf-8"
8585version = "0.7.6"
8586source = "registry+https://github.com/rust-lang/crates.io-index"
8587checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
8588
8589[[package]]
8590name = "utf8-ranges"
8591version = "1.0.5"
8592source = "registry+https://github.com/rust-lang/crates.io-index"
8593checksum = "7fcfc827f90e53a02eaef5e535ee14266c1d569214c6aa70133a624d8a3164ba"
8594
8595[[package]]
8596name = "utf8_iter"
8597version = "1.0.4"
8598source = "registry+https://github.com/rust-lang/crates.io-index"
8599checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
8600
8601[[package]]
8602name = "utf8parse"
8603version = "0.2.2"
8604source = "registry+https://github.com/rust-lang/crates.io-index"
8605checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
8606
8607[[package]]
8608name = "uuid"
8609version = "1.23.3"
8610source = "registry+https://github.com/rust-lang/crates.io-index"
8611checksum = "144d6b123cef80b301b8f72a9e2ca4370ddec21950d0a103dd22c437006d2db7"
8612dependencies = [
8613 "getrandom 0.4.3",
8614 "js-sys",
8615 "serde_core",
8616 "wasm-bindgen",
8617]
8618
8619[[package]]
8620name = "valuable"
8621version = "0.1.1"
8622source = "registry+https://github.com/rust-lang/crates.io-index"
8623checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
8624
8625[[package]]
8626name = "vcpkg"
8627version = "0.2.15"
8628source = "registry+https://github.com/rust-lang/crates.io-index"
8629checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
8630
8631[[package]]
8632name = "version_check"
8633version = "0.9.5"
8634source = "registry+https://github.com/rust-lang/crates.io-index"
8635checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
8636
8637[[package]]
8638name = "vsock"
8639version = "0.5.4"
8640source = "registry+https://github.com/rust-lang/crates.io-index"
8641checksum = "6ba782755fc073877e567c2253c0be48e4aa9a254c232d36d3985dfae0bd5205"
8642dependencies = [
8643 "libc",
8644 "nix",
8645]
8646
8647[[package]]
8648name = "wait-timeout"
8649version = "0.2.1"
8650source = "registry+https://github.com/rust-lang/crates.io-index"
8651checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
8652dependencies = [
8653 "libc",
8654]
8655
8656[[package]]
8657name = "walkdir"
8658version = "2.5.0"
8659source = "registry+https://github.com/rust-lang/crates.io-index"
8660checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
8661dependencies = [
8662 "same-file",
8663 "winapi-util",
8664]
8665
8666[[package]]
8667name = "want"
8668version = "0.3.1"
8669source = "registry+https://github.com/rust-lang/crates.io-index"
8670checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
8671dependencies = [
8672 "try-lock",
8673]
8674
8675[[package]]
8676name = "wasi"
8677version = "0.11.1+wasi-snapshot-preview1"
8678source = "registry+https://github.com/rust-lang/crates.io-index"
8679checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
8680
8681[[package]]
8682name = "wasip2"
8683version = "1.0.4+wasi-0.2.12"
8684source = "registry+https://github.com/rust-lang/crates.io-index"
8685checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
8686dependencies = [
8687 "wit-bindgen",
8688]
8689
8690[[package]]
8691name = "wasm-bindgen"
8692version = "0.2.125"
8693source = "registry+https://github.com/rust-lang/crates.io-index"
8694checksum = "8ddb3f79143bced6de84270411622a2699cee572fc0875aeaf1e7867cf9fca1a"
8695dependencies = [
8696 "cfg-if",
8697 "once_cell",
8698 "rustversion",
8699 "wasm-bindgen-macro",
8700 "wasm-bindgen-shared",
8701]
8702
8703[[package]]
8704name = "wasm-bindgen-futures"
8705version = "0.4.75"
8706source = "registry+https://github.com/rust-lang/crates.io-index"
8707checksum = "503b14d284f2c8dac03b819967e155ea753f573586193b2b2c95990cb5d69280"
8708dependencies = [
8709 "js-sys",
8710 "wasm-bindgen",
8711]
8712
8713[[package]]
8714name = "wasm-bindgen-macro"
8715version = "0.2.125"
8716source = "registry+https://github.com/rust-lang/crates.io-index"
8717checksum = "4e21a184b13fb19e157296e2c46056aec9092264fab83e4ba59e68c61b323c3d"
8718dependencies = [
8719 "quote",
8720 "wasm-bindgen-macro-support",
8721]
8722
8723[[package]]
8724name = "wasm-bindgen-macro-support"
8725version = "0.2.125"
8726source = "registry+https://github.com/rust-lang/crates.io-index"
8727checksum = "fecefd9c35bd935a20fc3fc344b5f29138961e4f47fb03297d88f2587afb5ebd"
8728dependencies = [
8729 "bumpalo",
8730 "proc-macro2",
8731 "quote",
8732 "syn 2.0.118",
8733 "wasm-bindgen-shared",
8734]
8735
8736[[package]]
8737name = "wasm-bindgen-shared"
8738version = "0.2.125"
8739source = "registry+https://github.com/rust-lang/crates.io-index"
8740checksum = "23939e44bb9a5d7576fa2b563dc2e136628f1224e88a8deed09e04858b77871f"
8741dependencies = [
8742 "unicode-ident",
8743]
8744
8745[[package]]
8746name = "wasm-streams"
8747version = "0.4.2"
8748source = "registry+https://github.com/rust-lang/crates.io-index"
8749checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
8750dependencies = [
8751 "futures-util",
8752 "js-sys",
8753 "wasm-bindgen",
8754 "wasm-bindgen-futures",
8755 "web-sys",
8756]
8757
8758[[package]]
8759name = "web-sys"
8760version = "0.3.102"
8761source = "registry+https://github.com/rust-lang/crates.io-index"
8762checksum = "a6430a72df5eb332242960fe84b3002a241163998241eb596d4f739b9757061d"
8763dependencies = [
8764 "js-sys",
8765 "wasm-bindgen",
8766]
8767
8768[[package]]
8769name = "web-time"
8770version = "1.1.0"
8771source = "registry+https://github.com/rust-lang/crates.io-index"
8772checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
8773dependencies = [
8774 "js-sys",
8775 "wasm-bindgen",
8776]
8777
8778[[package]]
8779name = "webpki-root-certs"
8780version = "1.0.8"
8781source = "registry+https://github.com/rust-lang/crates.io-index"
8782checksum = "0d46a5a140e6f7afeccd8eae97eff335163939eac8b929834875168b29b3d267"
8783dependencies = [
8784 "rustls-pki-types",
8785]
8786
8787[[package]]
8788name = "webpki-roots"
8789version = "0.26.11"
8790source = "registry+https://github.com/rust-lang/crates.io-index"
8791checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
8792dependencies = [
8793 "webpki-roots 1.0.8",
8794]
8795
8796[[package]]
8797name = "webpki-roots"
8798version = "1.0.8"
8799source = "registry+https://github.com/rust-lang/crates.io-index"
8800checksum = "bf85cb06032201fa7c6f829d7db5a7e5aa45bcc0655327713065f6f0576731bf"
8801dependencies = [
8802 "rustls-pki-types",
8803]
8804
8805[[package]]
8806name = "widestring"
8807version = "1.2.1"
8808source = "registry+https://github.com/rust-lang/crates.io-index"
8809checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
8810
8811[[package]]
8812name = "winapi"
8813version = "0.3.9"
8814source = "registry+https://github.com/rust-lang/crates.io-index"
8815checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
8816dependencies = [
8817 "winapi-i686-pc-windows-gnu",
8818 "winapi-x86_64-pc-windows-gnu",
8819]
8820
8821[[package]]
8822name = "winapi-i686-pc-windows-gnu"
8823version = "0.4.0"
8824source = "registry+https://github.com/rust-lang/crates.io-index"
8825checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
8826
8827[[package]]
8828name = "winapi-util"
8829version = "0.1.11"
8830source = "registry+https://github.com/rust-lang/crates.io-index"
8831checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
8832dependencies = [
8833 "windows-sys 0.61.2",
8834]
8835
8836[[package]]
8837name = "winapi-x86_64-pc-windows-gnu"
8838version = "0.4.0"
8839source = "registry+https://github.com/rust-lang/crates.io-index"
8840checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
8841
8842[[package]]
8843name = "windows"
8844version = "0.62.2"
8845source = "registry+https://github.com/rust-lang/crates.io-index"
8846checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
8847dependencies = [
8848 "windows-collections",
8849 "windows-core",
8850 "windows-future",
8851 "windows-numerics",
8852]
8853
8854[[package]]
8855name = "windows-collections"
8856version = "0.3.2"
8857source = "registry+https://github.com/rust-lang/crates.io-index"
8858checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
8859dependencies = [
8860 "windows-core",
8861]
8862
8863[[package]]
8864name = "windows-core"
8865version = "0.62.2"
8866source = "registry+https://github.com/rust-lang/crates.io-index"
8867checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
8868dependencies = [
8869 "windows-implement",
8870 "windows-interface",
8871 "windows-link",
8872 "windows-result",
8873 "windows-strings",
8874]
8875
8876[[package]]
8877name = "windows-future"
8878version = "0.3.2"
8879source = "registry+https://github.com/rust-lang/crates.io-index"
8880checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
8881dependencies = [
8882 "windows-core",
8883 "windows-link",
8884 "windows-threading",
8885]
8886
8887[[package]]
8888name = "windows-implement"
8889version = "0.60.2"
8890source = "registry+https://github.com/rust-lang/crates.io-index"
8891checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
8892dependencies = [
8893 "proc-macro2",
8894 "quote",
8895 "syn 2.0.118",
8896]
8897
8898[[package]]
8899name = "windows-interface"
8900version = "0.59.3"
8901source = "registry+https://github.com/rust-lang/crates.io-index"
8902checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
8903dependencies = [
8904 "proc-macro2",
8905 "quote",
8906 "syn 2.0.118",
8907]
8908
8909[[package]]
8910name = "windows-link"
8911version = "0.2.1"
8912source = "registry+https://github.com/rust-lang/crates.io-index"
8913checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
8914
8915[[package]]
8916name = "windows-numerics"
8917version = "0.3.1"
8918source = "registry+https://github.com/rust-lang/crates.io-index"
8919checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
8920dependencies = [
8921 "windows-core",
8922 "windows-link",
8923]
8924
8925[[package]]
8926name = "windows-registry"
8927version = "0.6.1"
8928source = "registry+https://github.com/rust-lang/crates.io-index"
8929checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
8930dependencies = [
8931 "windows-link",
8932 "windows-result",
8933 "windows-strings",
8934]
8935
8936[[package]]
8937name = "windows-result"
8938version = "0.4.1"
8939source = "registry+https://github.com/rust-lang/crates.io-index"
8940checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
8941dependencies = [
8942 "windows-link",
8943]
8944
8945[[package]]
8946name = "windows-strings"
8947version = "0.5.1"
8948source = "registry+https://github.com/rust-lang/crates.io-index"
8949checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
8950dependencies = [
8951 "windows-link",
8952]
8953
8954[[package]]
8955name = "windows-sys"
8956version = "0.45.0"
8957source = "registry+https://github.com/rust-lang/crates.io-index"
8958checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
8959dependencies = [
8960 "windows-targets 0.42.2",
8961]
8962
8963[[package]]
8964name = "windows-sys"
8965version = "0.52.0"
8966source = "registry+https://github.com/rust-lang/crates.io-index"
8967checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
8968dependencies = [
8969 "windows-targets 0.52.6",
8970]
8971
8972[[package]]
8973name = "windows-sys"
8974version = "0.59.0"
8975source = "registry+https://github.com/rust-lang/crates.io-index"
8976checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
8977dependencies = [
8978 "windows-targets 0.52.6",
8979]
8980
8981[[package]]
8982name = "windows-sys"
8983version = "0.60.2"
8984source = "registry+https://github.com/rust-lang/crates.io-index"
8985checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
8986dependencies = [
8987 "windows-targets 0.53.5",
8988]
8989
8990[[package]]
8991name = "windows-sys"
8992version = "0.61.2"
8993source = "registry+https://github.com/rust-lang/crates.io-index"
8994checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
8995dependencies = [
8996 "windows-link",
8997]
8998
8999[[package]]
9000name = "windows-targets"
9001version = "0.42.2"
9002source = "registry+https://github.com/rust-lang/crates.io-index"
9003checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
9004dependencies = [
9005 "windows_aarch64_gnullvm 0.42.2",
9006 "windows_aarch64_msvc 0.42.2",
9007 "windows_i686_gnu 0.42.2",
9008 "windows_i686_msvc 0.42.2",
9009 "windows_x86_64_gnu 0.42.2",
9010 "windows_x86_64_gnullvm 0.42.2",
9011 "windows_x86_64_msvc 0.42.2",
9012]
9013
9014[[package]]
9015name = "windows-targets"
9016version = "0.52.6"
9017source = "registry+https://github.com/rust-lang/crates.io-index"
9018checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
9019dependencies = [
9020 "windows_aarch64_gnullvm 0.52.6",
9021 "windows_aarch64_msvc 0.52.6",
9022 "windows_i686_gnu 0.52.6",
9023 "windows_i686_gnullvm 0.52.6",
9024 "windows_i686_msvc 0.52.6",
9025 "windows_x86_64_gnu 0.52.6",
9026 "windows_x86_64_gnullvm 0.52.6",
9027 "windows_x86_64_msvc 0.52.6",
9028]
9029
9030[[package]]
9031name = "windows-targets"
9032version = "0.53.5"
9033source = "registry+https://github.com/rust-lang/crates.io-index"
9034checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
9035dependencies = [
9036 "windows-link",
9037 "windows_aarch64_gnullvm 0.53.1",
9038 "windows_aarch64_msvc 0.53.1",
9039 "windows_i686_gnu 0.53.1",
9040 "windows_i686_gnullvm 0.53.1",
9041 "windows_i686_msvc 0.53.1",
9042 "windows_x86_64_gnu 0.53.1",
9043 "windows_x86_64_gnullvm 0.53.1",
9044 "windows_x86_64_msvc 0.53.1",
9045]
9046
9047[[package]]
9048name = "windows-threading"
9049version = "0.2.1"
9050source = "registry+https://github.com/rust-lang/crates.io-index"
9051checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
9052dependencies = [
9053 "windows-link",
9054]
9055
9056[[package]]
9057name = "windows_aarch64_gnullvm"
9058version = "0.42.2"
9059source = "registry+https://github.com/rust-lang/crates.io-index"
9060checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
9061
9062[[package]]
9063name = "windows_aarch64_gnullvm"
9064version = "0.52.6"
9065source = "registry+https://github.com/rust-lang/crates.io-index"
9066checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
9067
9068[[package]]
9069name = "windows_aarch64_gnullvm"
9070version = "0.53.1"
9071source = "registry+https://github.com/rust-lang/crates.io-index"
9072checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
9073
9074[[package]]
9075name = "windows_aarch64_msvc"
9076version = "0.42.2"
9077source = "registry+https://github.com/rust-lang/crates.io-index"
9078checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
9079
9080[[package]]
9081name = "windows_aarch64_msvc"
9082version = "0.52.6"
9083source = "registry+https://github.com/rust-lang/crates.io-index"
9084checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
9085
9086[[package]]
9087name = "windows_aarch64_msvc"
9088version = "0.53.1"
9089source = "registry+https://github.com/rust-lang/crates.io-index"
9090checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
9091
9092[[package]]
9093name = "windows_i686_gnu"
9094version = "0.42.2"
9095source = "registry+https://github.com/rust-lang/crates.io-index"
9096checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
9097
9098[[package]]
9099name = "windows_i686_gnu"
9100version = "0.52.6"
9101source = "registry+https://github.com/rust-lang/crates.io-index"
9102checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
9103
9104[[package]]
9105name = "windows_i686_gnu"
9106version = "0.53.1"
9107source = "registry+https://github.com/rust-lang/crates.io-index"
9108checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
9109
9110[[package]]
9111name = "windows_i686_gnullvm"
9112version = "0.52.6"
9113source = "registry+https://github.com/rust-lang/crates.io-index"
9114checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
9115
9116[[package]]
9117name = "windows_i686_gnullvm"
9118version = "0.53.1"
9119source = "registry+https://github.com/rust-lang/crates.io-index"
9120checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
9121
9122[[package]]
9123name = "windows_i686_msvc"
9124version = "0.42.2"
9125source = "registry+https://github.com/rust-lang/crates.io-index"
9126checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
9127
9128[[package]]
9129name = "windows_i686_msvc"
9130version = "0.52.6"
9131source = "registry+https://github.com/rust-lang/crates.io-index"
9132checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
9133
9134[[package]]
9135name = "windows_i686_msvc"
9136version = "0.53.1"
9137source = "registry+https://github.com/rust-lang/crates.io-index"
9138checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
9139
9140[[package]]
9141name = "windows_x86_64_gnu"
9142version = "0.42.2"
9143source = "registry+https://github.com/rust-lang/crates.io-index"
9144checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
9145
9146[[package]]
9147name = "windows_x86_64_gnu"
9148version = "0.52.6"
9149source = "registry+https://github.com/rust-lang/crates.io-index"
9150checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
9151
9152[[package]]
9153name = "windows_x86_64_gnu"
9154version = "0.53.1"
9155source = "registry+https://github.com/rust-lang/crates.io-index"
9156checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
9157
9158[[package]]
9159name = "windows_x86_64_gnullvm"
9160version = "0.42.2"
9161source = "registry+https://github.com/rust-lang/crates.io-index"
9162checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
9163
9164[[package]]
9165name = "windows_x86_64_gnullvm"
9166version = "0.52.6"
9167source = "registry+https://github.com/rust-lang/crates.io-index"
9168checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
9169
9170[[package]]
9171name = "windows_x86_64_gnullvm"
9172version = "0.53.1"
9173source = "registry+https://github.com/rust-lang/crates.io-index"
9174checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
9175
9176[[package]]
9177name = "windows_x86_64_msvc"
9178version = "0.42.2"
9179source = "registry+https://github.com/rust-lang/crates.io-index"
9180checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
9181
9182[[package]]
9183name = "windows_x86_64_msvc"
9184version = "0.52.6"
9185source = "registry+https://github.com/rust-lang/crates.io-index"
9186checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
9187
9188[[package]]
9189name = "windows_x86_64_msvc"
9190version = "0.53.1"
9191source = "registry+https://github.com/rust-lang/crates.io-index"
9192checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
9193
9194[[package]]
9195name = "winnow"
9196version = "0.7.15"
9197source = "registry+https://github.com/rust-lang/crates.io-index"
9198checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
9199
9200[[package]]
9201name = "winnow"
9202version = "1.0.3"
9203source = "registry+https://github.com/rust-lang/crates.io-index"
9204checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1"
9205
9206[[package]]
9207name = "wiremock"
9208version = "0.6.5"
9209source = "registry+https://github.com/rust-lang/crates.io-index"
9210checksum = "08db1edfb05d9b3c1542e521aea074442088292f00b5f28e435c714a98f85031"
9211dependencies = [
9212 "assert-json-diff",
9213 "base64",
9214 "deadpool",
9215 "futures",
9216 "http",
9217 "http-body-util",
9218 "hyper",
9219 "hyper-util",
9220 "log",
9221 "once_cell",
9222 "regex",
9223 "serde",
9224 "serde_json",
9225 "tokio",
9226 "url",
9227]
9228
9229[[package]]
9230name = "wit-bindgen"
9231version = "0.57.1"
9232source = "registry+https://github.com/rust-lang/crates.io-index"
9233checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
9234
9235[[package]]
9236name = "writeable"
9237version = "0.6.3"
9238source = "registry+https://github.com/rust-lang/crates.io-index"
9239checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
9240
9241[[package]]
9242name = "x509-parser"
9243version = "0.16.0"
9244source = "registry+https://github.com/rust-lang/crates.io-index"
9245checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69"
9246dependencies = [
9247 "asn1-rs 0.6.2",
9248 "data-encoding",
9249 "der-parser 9.0.0",
9250 "lazy_static",
9251 "nom",
9252 "oid-registry 0.7.1",
9253 "rusticata-macros",
9254 "thiserror 1.0.69",
9255 "time",
9256]
9257
9258[[package]]
9259name = "x509-parser"
9260version = "0.18.1"
9261source = "registry+https://github.com/rust-lang/crates.io-index"
9262checksum = "d43b0f71ce057da06bc0851b23ee24f3f86190b07203dd8f567d0b706a185202"
9263dependencies = [
9264 "asn1-rs 0.7.2",
9265 "aws-lc-rs",
9266 "data-encoding",
9267 "der-parser 10.0.0",
9268 "lazy_static",
9269 "nom",
9270 "oid-registry 0.8.1",
9271 "rusticata-macros",
9272 "thiserror 2.0.18",
9273 "time",
9274]
9275
9276[[package]]
9277name = "xattr"
9278version = "1.6.1"
9279source = "registry+https://github.com/rust-lang/crates.io-index"
9280checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156"
9281dependencies = [
9282 "libc",
9283 "rustix",
9284]
9285
9286[[package]]
9287name = "yasna"
9288version = "0.5.2"
9289source = "registry+https://github.com/rust-lang/crates.io-index"
9290checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
9291dependencies = [
9292 "time",
9293]
9294
9295[[package]]
9296name = "yasna"
9297version = "0.6.0"
9298source = "registry+https://github.com/rust-lang/crates.io-index"
9299checksum = "b5f6765e852b9b4dc8e2a76843e4d64d1cea8e79bcde0b6901aea8e7c7f08282"
9300dependencies = [
9301 "bit-vec 0.9.1",
9302 "time",
9303]
9304
9305[[package]]
9306name = "yoke"
9307version = "0.8.3"
9308source = "registry+https://github.com/rust-lang/crates.io-index"
9309checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
9310dependencies = [
9311 "stable_deref_trait",
9312 "yoke-derive",
9313 "zerofrom",
9314]
9315
9316[[package]]
9317name = "yoke-derive"
9318version = "0.8.2"
9319source = "registry+https://github.com/rust-lang/crates.io-index"
9320checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
9321dependencies = [
9322 "proc-macro2",
9323 "quote",
9324 "syn 2.0.118",
9325 "synstructure",
9326]
9327
9328[[package]]
9329name = "zerocopy"
9330version = "0.8.52"
9331source = "registry+https://github.com/rust-lang/crates.io-index"
9332checksum = "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f"
9333dependencies = [
9334 "zerocopy-derive",
9335]
9336
9337[[package]]
9338name = "zerocopy-derive"
9339version = "0.8.52"
9340source = "registry+https://github.com/rust-lang/crates.io-index"
9341checksum = "1ae7f38b72ec2a254e2b87ef277cf2cd4fb97cbebf944faa6f33354da0867930"
9342dependencies = [
9343 "proc-macro2",
9344 "quote",
9345 "syn 2.0.118",
9346]
9347
9348[[package]]
9349name = "zerofrom"
9350version = "0.1.8"
9351source = "registry+https://github.com/rust-lang/crates.io-index"
9352checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
9353dependencies = [
9354 "zerofrom-derive",
9355]
9356
9357[[package]]
9358name = "zerofrom-derive"
9359version = "0.1.7"
9360source = "registry+https://github.com/rust-lang/crates.io-index"
9361checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
9362dependencies = [
9363 "proc-macro2",
9364 "quote",
9365 "syn 2.0.118",
9366 "synstructure",
9367]
9368
9369[[package]]
9370name = "zeroize"
9371version = "1.9.0"
9372source = "registry+https://github.com/rust-lang/crates.io-index"
9373checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
9374dependencies = [
9375 "zeroize_derive",
9376]
9377
9378[[package]]
9379name = "zeroize_derive"
9380version = "1.5.0"
9381source = "registry+https://github.com/rust-lang/crates.io-index"
9382checksum = "3c50655cbb0fe3fc43170059e702f1ce5e19b84cec58dc87b037a09935c2f328"
9383dependencies = [
9384 "proc-macro2",
9385 "quote",
9386 "syn 2.0.118",
9387]
9388
9389[[package]]
9390name = "zerotrie"
9391version = "0.2.4"
9392source = "registry+https://github.com/rust-lang/crates.io-index"
9393checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
9394dependencies = [
9395 "displaydoc",
9396 "yoke",
9397 "zerofrom",
9398]
9399
9400[[package]]
9401name = "zerovec"
9402version = "0.11.6"
9403source = "registry+https://github.com/rust-lang/crates.io-index"
9404checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
9405dependencies = [
9406 "yoke",
9407 "zerofrom",
9408 "zerovec-derive",
9409]
9410
9411[[package]]
9412name = "zerovec-derive"
9413version = "0.11.3"
9414source = "registry+https://github.com/rust-lang/crates.io-index"
9415checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
9416dependencies = [
9417 "proc-macro2",
9418 "quote",
9419 "syn 2.0.118",
9420]
9421
9422[[package]]
9423name = "zlib-rs"
9424version = "0.6.3"
9425source = "registry+https://github.com/rust-lang/crates.io-index"
9426checksum = "3be3d40e40a133f9c916ee3f9f4fa2d9d63435b5fbe1bfc6d9dae0aa0ada1513"
9427
9428[[package]]
9429name = "zmij"
9430version = "1.0.21"
9431source = "registry+https://github.com/rust-lang/crates.io-index"
9432checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
9433
9434[[package]]
9435name = "zstd"
9436version = "0.13.3"
9437source = "registry+https://github.com/rust-lang/crates.io-index"
9438checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
9439dependencies = [
9440 "zstd-safe",
9441]
9442
9443[[package]]
9444name = "zstd-safe"
9445version = "7.2.4"
9446source = "registry+https://github.com/rust-lang/crates.io-index"
9447checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
9448dependencies = [
9449 "zstd-sys",
9450]
9451
9452[[package]]
9453name = "zstd-sys"
9454version = "2.0.16+zstd.1.5.7"
9455source = "registry+https://github.com/rust-lang/crates.io-index"
9456checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
9457dependencies = [
9458 "cc",
9459 "pkg-config",
9460]