This repository has no description
218 kB
9461 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 "trusted-proxies",
4921 "url",
4922]
4923
4924[[package]]
4925name = "knot-workflow"
4926version = "2.0.0"
4927dependencies = [
4928 "globset",
4929 "knot-types",
4930 "serde",
4931 "serde_json",
4932 "serde_norway",
4933]
4934
4935[[package]]
4936name = "knot-xrpc"
4937version = "2.0.0"
4938dependencies = [
4939 "axum",
4940 "base64",
4941 "bytes",
4942 "chrono",
4943 "futures",
4944 "http",
4945 "http-body",
4946 "httpdate",
4947 "k256",
4948 "knot-acl",
4949 "knot-atproto",
4950 "knot-cache",
4951 "knot-cob",
4952 "knot-cobs",
4953 "knot-config",
4954 "knot-events",
4955 "knot-fixtures",
4956 "knot-git",
4957 "knot-index",
4958 "knot-langs",
4959 "knot-lfs",
4960 "knot-maintenance",
4961 "knot-messages",
4962 "knot-pack",
4963 "knot-postreceive",
4964 "knot-receive",
4965 "knot-resource",
4966 "knot-runtime",
4967 "knot-secrets",
4968 "knot-types",
4969 "serde",
4970 "serde_json",
4971 "sha2 0.11.0",
4972 "subtle",
4973 "tempfile",
4974 "thiserror 2.0.18",
4975 "tokio",
4976 "tokio-stream",
4977 "tokio-tungstenite 0.29.0",
4978 "tokio-util",
4979 "tower",
4980 "tower-http 0.7.0",
4981 "tracing",
4982 "url",
4983 "zeroize",
4984]
4985
4986[[package]]
4987name = "kstring"
4988version = "2.0.2"
4989source = "registry+https://github.com/rust-lang/crates.io-index"
4990checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
4991dependencies = [
4992 "static_assertions",
4993]
4994
4995[[package]]
4996name = "lasso"
4997version = "0.7.3"
4998source = "registry+https://github.com/rust-lang/crates.io-index"
4999checksum = "6e14eda50a3494b3bf7b9ce51c52434a761e383d7238ce1dd5dcec2fbc13e9fb"
5000dependencies = [
5001 "dashmap",
5002 "hashbrown 0.14.5",
5003]
5004
5005[[package]]
5006name = "lazy_static"
5007version = "1.5.0"
5008source = "registry+https://github.com/rust-lang/crates.io-index"
5009checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
5010
5011[[package]]
5012name = "levenshtein_automata"
5013version = "0.2.1"
5014source = "registry+https://github.com/rust-lang/crates.io-index"
5015checksum = "0c2cdeb66e45e9f36bfad5bbdb4d2384e70936afbee843c6f6543f0c551ebb25"
5016
5017[[package]]
5018name = "libc"
5019version = "0.2.186"
5020source = "registry+https://github.com/rust-lang/crates.io-index"
5021checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
5022
5023[[package]]
5024name = "libsqlite3-sys"
5025version = "0.36.0"
5026source = "registry+https://github.com/rust-lang/crates.io-index"
5027checksum = "95b4103cffefa72eb8428cb6b47d6627161e51c2739fc5e3b734584157bc642a"
5028dependencies = [
5029 "cc",
5030 "pkg-config",
5031 "vcpkg",
5032]
5033
5034[[package]]
5035name = "linked-hash-map"
5036version = "0.5.6"
5037source = "registry+https://github.com/rust-lang/crates.io-index"
5038checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
5039
5040[[package]]
5041name = "linux-raw-sys"
5042version = "0.12.1"
5043source = "registry+https://github.com/rust-lang/crates.io-index"
5044checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
5045
5046[[package]]
5047name = "litemap"
5048version = "0.8.2"
5049source = "registry+https://github.com/rust-lang/crates.io-index"
5050checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
5051
5052[[package]]
5053name = "lock_api"
5054version = "0.4.14"
5055source = "registry+https://github.com/rust-lang/crates.io-index"
5056checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
5057dependencies = [
5058 "scopeguard",
5059]
5060
5061[[package]]
5062name = "log"
5063version = "0.4.33"
5064source = "registry+https://github.com/rust-lang/crates.io-index"
5065checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
5066
5067[[package]]
5068name = "loom"
5069version = "0.7.2"
5070source = "registry+https://github.com/rust-lang/crates.io-index"
5071checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
5072dependencies = [
5073 "cfg-if",
5074 "generator",
5075 "scoped-tls",
5076 "tracing",
5077 "tracing-subscriber",
5078]
5079
5080[[package]]
5081name = "lru"
5082version = "0.16.4"
5083source = "registry+https://github.com/rust-lang/crates.io-index"
5084checksum = "7f66e8d5d03f609abc3a39e6f08e4164ebf1447a732906d39eb9b99b7919ef39"
5085dependencies = [
5086 "hashbrown 0.16.1",
5087]
5088
5089[[package]]
5090name = "lru-cache"
5091version = "0.1.2"
5092source = "registry+https://github.com/rust-lang/crates.io-index"
5093checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
5094dependencies = [
5095 "linked-hash-map",
5096]
5097
5098[[package]]
5099name = "lru-slab"
5100version = "0.1.2"
5101source = "registry+https://github.com/rust-lang/crates.io-index"
5102checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
5103
5104[[package]]
5105name = "lz4_flex"
5106version = "0.13.1"
5107source = "registry+https://github.com/rust-lang/crates.io-index"
5108checksum = "7ef0d4ed8669f8f8826eb00dc878084aa8f253506c4fd5e8f58f5bce72ddb97e"
5109
5110[[package]]
5111name = "maitake-sync"
5112version = "0.1.2"
5113source = "registry+https://github.com/rust-lang/crates.io-index"
5114checksum = "6816ab14147f80234c675b80ed6dc4f440d8a1cefc158e766067aedb84c0bcd5"
5115dependencies = [
5116 "cordyceps",
5117 "loom",
5118 "mycelium-bitfield",
5119 "pin-project",
5120 "portable-atomic",
5121]
5122
5123[[package]]
5124name = "match-lookup"
5125version = "0.1.2"
5126source = "registry+https://github.com/rust-lang/crates.io-index"
5127checksum = "757aee279b8bdbb9f9e676796fd459e4207a1f986e87886700abf589f5abf771"
5128dependencies = [
5129 "proc-macro2",
5130 "quote",
5131 "syn 2.0.118",
5132]
5133
5134[[package]]
5135name = "matchers"
5136version = "0.2.0"
5137source = "registry+https://github.com/rust-lang/crates.io-index"
5138checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
5139dependencies = [
5140 "regex-automata",
5141]
5142
5143[[package]]
5144name = "matchit"
5145version = "0.8.4"
5146source = "registry+https://github.com/rust-lang/crates.io-index"
5147checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
5148
5149[[package]]
5150name = "maybe-async"
5151version = "0.2.11"
5152source = "registry+https://github.com/rust-lang/crates.io-index"
5153checksum = "746873a384ad60adc5db74471dfaba74bd278afbdcfd81db93fafcdfc8b5ca0c"
5154dependencies = [
5155 "proc-macro2",
5156 "quote",
5157 "syn 2.0.118",
5158]
5159
5160[[package]]
5161name = "md5"
5162version = "0.8.0"
5163source = "registry+https://github.com/rust-lang/crates.io-index"
5164checksum = "ae960838283323069879657ca3de837e9f7bbb4c7bf6ea7f1b290d5e9476d2e0"
5165
5166[[package]]
5167name = "measure_time"
5168version = "0.9.0"
5169source = "registry+https://github.com/rust-lang/crates.io-index"
5170checksum = "51c55d61e72fc3ab704396c5fa16f4c184db37978ae4e94ca8959693a235fc0e"
5171dependencies = [
5172 "log",
5173]
5174
5175[[package]]
5176name = "memchr"
5177version = "2.8.2"
5178source = "registry+https://github.com/rust-lang/crates.io-index"
5179checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
5180
5181[[package]]
5182name = "memmap2"
5183version = "0.9.10"
5184source = "registry+https://github.com/rust-lang/crates.io-index"
5185checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3"
5186dependencies = [
5187 "libc",
5188]
5189
5190[[package]]
5191name = "memoffset"
5192version = "0.9.1"
5193source = "registry+https://github.com/rust-lang/crates.io-index"
5194checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
5195dependencies = [
5196 "autocfg",
5197]
5198
5199[[package]]
5200name = "miette"
5201version = "7.6.0"
5202source = "registry+https://github.com/rust-lang/crates.io-index"
5203checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7"
5204dependencies = [
5205 "cfg-if",
5206 "miette-derive",
5207 "unicode-width",
5208]
5209
5210[[package]]
5211name = "miette-derive"
5212version = "7.6.0"
5213source = "registry+https://github.com/rust-lang/crates.io-index"
5214checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b"
5215dependencies = [
5216 "proc-macro2",
5217 "quote",
5218 "syn 2.0.118",
5219]
5220
5221[[package]]
5222name = "mime"
5223version = "0.3.17"
5224source = "registry+https://github.com/rust-lang/crates.io-index"
5225checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
5226
5227[[package]]
5228name = "mime_guess"
5229version = "2.0.5"
5230source = "registry+https://github.com/rust-lang/crates.io-index"
5231checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
5232dependencies = [
5233 "mime",
5234 "unicase",
5235]
5236
5237[[package]]
5238name = "minimal-lexical"
5239version = "0.2.1"
5240source = "registry+https://github.com/rust-lang/crates.io-index"
5241checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
5242
5243[[package]]
5244name = "miniz_oxide"
5245version = "0.8.9"
5246source = "registry+https://github.com/rust-lang/crates.io-index"
5247checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
5248dependencies = [
5249 "adler2",
5250 "simd-adler32",
5251]
5252
5253[[package]]
5254name = "mio"
5255version = "1.2.1"
5256source = "registry+https://github.com/rust-lang/crates.io-index"
5257checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda"
5258dependencies = [
5259 "libc",
5260 "wasi",
5261 "windows-sys 0.61.2",
5262]
5263
5264[[package]]
5265name = "ml-kem"
5266version = "0.3.2"
5267source = "registry+https://github.com/rust-lang/crates.io-index"
5268checksum = "5e15f3e5b957493873e396a66914e83e616b6afe335cdef7efe5c6e1216aba66"
5269dependencies = [
5270 "hybrid-array",
5271 "kem",
5272 "module-lattice",
5273 "pkcs8 0.11.0",
5274 "rand_core 0.10.1",
5275 "sha3",
5276]
5277
5278[[package]]
5279name = "module-lattice"
5280version = "0.2.3"
5281source = "registry+https://github.com/rust-lang/crates.io-index"
5282checksum = "0c61b87c9683ab7cb1c6871d261ad5479b6b10ceb52c4352aaca3b5d35a8febe"
5283dependencies = [
5284 "ctutils",
5285 "hybrid-array",
5286 "num-traits",
5287]
5288
5289[[package]]
5290name = "moka"
5291version = "0.12.15"
5292source = "registry+https://github.com/rust-lang/crates.io-index"
5293checksum = "957228ad12042ee839f93c8f257b62b4c0ab5eaae1d4fa60de53b27c9d7c5046"
5294dependencies = [
5295 "async-lock",
5296 "crossbeam-channel",
5297 "crossbeam-epoch",
5298 "crossbeam-utils",
5299 "equivalent",
5300 "event-listener",
5301 "futures-util",
5302 "parking_lot",
5303 "portable-atomic",
5304 "smallvec",
5305 "tagptr",
5306 "uuid",
5307]
5308
5309[[package]]
5310name = "multibase"
5311version = "0.9.2"
5312source = "registry+https://github.com/rust-lang/crates.io-index"
5313checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77"
5314dependencies = [
5315 "base-x",
5316 "base256emoji",
5317 "data-encoding",
5318 "data-encoding-macro",
5319]
5320
5321[[package]]
5322name = "multihash"
5323version = "0.19.5"
5324source = "registry+https://github.com/rust-lang/crates.io-index"
5325checksum = "577c63b00ad74d57e8c9aa870b5fccebf2fd64a308a5aee9f1bb88e4aea19447"
5326dependencies = [
5327 "serde",
5328 "unsigned-varint",
5329]
5330
5331[[package]]
5332name = "multimap"
5333version = "0.10.1"
5334source = "registry+https://github.com/rust-lang/crates.io-index"
5335checksum = "1d87ecb2933e8aeadb3e3a02b828fed80a7528047e68b4f424523a0981a3a084"
5336
5337[[package]]
5338name = "murmur3"
5339version = "0.4.1"
5340source = "registry+https://github.com/rust-lang/crates.io-index"
5341checksum = "a198f9589efc03f544388dfc4a19fe8af4323662b62f598b8dcfdac62c14771c"
5342dependencies = [
5343 "byteorder",
5344]
5345
5346[[package]]
5347name = "murmurhash32"
5348version = "0.3.1"
5349source = "registry+https://github.com/rust-lang/crates.io-index"
5350checksum = "2195bf6aa996a481483b29d62a7663eed3fe39600c460e323f8ff41e90bdd89b"
5351
5352[[package]]
5353name = "mycelium-bitfield"
5354version = "0.1.5"
5355source = "registry+https://github.com/rust-lang/crates.io-index"
5356checksum = "24e0cc5e2c585acbd15c5ce911dff71e1f4d5313f43345873311c4f5efd741cc"
5357
5358[[package]]
5359name = "n0-future"
5360version = "0.1.3"
5361source = "registry+https://github.com/rust-lang/crates.io-index"
5362checksum = "7bb0e5d99e681ab3c938842b96fcb41bf8a7bb4bfdb11ccbd653a7e83e06c794"
5363dependencies = [
5364 "cfg_aliases",
5365 "derive_more",
5366 "futures-buffered",
5367 "futures-lite",
5368 "futures-util",
5369 "js-sys",
5370 "pin-project",
5371 "send_wrapper",
5372 "tokio",
5373 "tokio-util",
5374 "wasm-bindgen",
5375 "wasm-bindgen-futures",
5376 "web-time",
5377]
5378
5379[[package]]
5380name = "nix"
5381version = "0.31.3"
5382source = "registry+https://github.com/rust-lang/crates.io-index"
5383checksum = "cf20d2fde8ff38632c426f1165ed7436270b44f199fc55284c38276f9db47c3d"
5384dependencies = [
5385 "bitflags 2.13.0",
5386 "cfg-if",
5387 "cfg_aliases",
5388 "libc",
5389 "memoffset",
5390]
5391
5392[[package]]
5393name = "nom"
5394version = "7.1.3"
5395source = "registry+https://github.com/rust-lang/crates.io-index"
5396checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
5397dependencies = [
5398 "memchr",
5399 "minimal-lexical",
5400]
5401
5402[[package]]
5403name = "nonempty"
5404version = "0.7.0"
5405source = "registry+https://github.com/rust-lang/crates.io-index"
5406checksum = "e9e591e719385e6ebaeb5ce5d3887f7d5676fceca6411d1925ccc95745f3d6f7"
5407
5408[[package]]
5409name = "nonempty"
5410version = "0.12.0"
5411source = "registry+https://github.com/rust-lang/crates.io-index"
5412checksum = "9737e026353e5cd0736f98eddae28665118eb6f6600902a7f50db585621fecb6"
5413
5414[[package]]
5415name = "nonzero_ext"
5416version = "0.3.0"
5417source = "registry+https://github.com/rust-lang/crates.io-index"
5418checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21"
5419
5420[[package]]
5421name = "nu-ansi-term"
5422version = "0.50.3"
5423source = "registry+https://github.com/rust-lang/crates.io-index"
5424checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
5425dependencies = [
5426 "windows-sys 0.61.2",
5427]
5428
5429[[package]]
5430name = "num-bigint"
5431version = "0.4.6"
5432source = "registry+https://github.com/rust-lang/crates.io-index"
5433checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
5434dependencies = [
5435 "num-integer",
5436 "num-traits",
5437]
5438
5439[[package]]
5440name = "num-conv"
5441version = "0.2.2"
5442source = "registry+https://github.com/rust-lang/crates.io-index"
5443checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
5444
5445[[package]]
5446name = "num-integer"
5447version = "0.1.46"
5448source = "registry+https://github.com/rust-lang/crates.io-index"
5449checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
5450dependencies = [
5451 "num-traits",
5452]
5453
5454[[package]]
5455name = "num-traits"
5456version = "0.2.19"
5457source = "registry+https://github.com/rust-lang/crates.io-index"
5458checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
5459dependencies = [
5460 "autocfg",
5461]
5462
5463[[package]]
5464name = "num_cpus"
5465version = "1.17.0"
5466source = "registry+https://github.com/rust-lang/crates.io-index"
5467checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
5468dependencies = [
5469 "hermit-abi",
5470 "libc",
5471]
5472
5473[[package]]
5474name = "oid-registry"
5475version = "0.7.1"
5476source = "registry+https://github.com/rust-lang/crates.io-index"
5477checksum = "a8d8034d9489cdaf79228eb9f6a3b8d7bb32ba00d6645ebd48eef4077ceb5bd9"
5478dependencies = [
5479 "asn1-rs 0.6.2",
5480]
5481
5482[[package]]
5483name = "oid-registry"
5484version = "0.8.1"
5485source = "registry+https://github.com/rust-lang/crates.io-index"
5486checksum = "12f40cff3dde1b6087cc5d5f5d4d65712f34016a03ed60e9c08dcc392736b5b7"
5487dependencies = [
5488 "asn1-rs 0.7.2",
5489]
5490
5491[[package]]
5492name = "once_cell"
5493version = "1.21.4"
5494source = "registry+https://github.com/rust-lang/crates.io-index"
5495checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
5496
5497[[package]]
5498name = "once_cell_polyfill"
5499version = "1.70.2"
5500source = "registry+https://github.com/rust-lang/crates.io-index"
5501checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
5502
5503[[package]]
5504name = "oneshot"
5505version = "0.1.13"
5506source = "registry+https://github.com/rust-lang/crates.io-index"
5507checksum = "269bca4c2591a28585d6bf10d9ed0332b7d76900a1b02bec41bdc3a2cdcda107"
5508
5509[[package]]
5510name = "oorandom"
5511version = "11.1.5"
5512source = "registry+https://github.com/rust-lang/crates.io-index"
5513checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
5514
5515[[package]]
5516name = "openssl-probe"
5517version = "0.2.1"
5518source = "registry+https://github.com/rust-lang/crates.io-index"
5519checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
5520
5521[[package]]
5522name = "ordered-float"
5523version = "2.10.1"
5524source = "registry+https://github.com/rust-lang/crates.io-index"
5525checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
5526dependencies = [
5527 "num-traits",
5528]
5529
5530[[package]]
5531name = "ordered-float"
5532version = "5.3.0"
5533source = "registry+https://github.com/rust-lang/crates.io-index"
5534checksum = "b7d950ca161dc355eaf28f82b11345ed76c6e1f6eb1f4f4479e0323b9e2fbd0e"
5535dependencies = [
5536 "num-traits",
5537]
5538
5539[[package]]
5540name = "ownedbytes"
5541version = "0.9.0"
5542source = "registry+https://github.com/rust-lang/crates.io-index"
5543checksum = "2fbd56f7631767e61784dc43f8580f403f4475bd4aaa4da003e6295e1bab4a7e"
5544dependencies = [
5545 "stable_deref_trait",
5546]
5547
5548[[package]]
5549name = "oxilangtag"
5550version = "0.1.6"
5551source = "registry+https://github.com/rust-lang/crates.io-index"
5552checksum = "5d3b4eb570abd4a1dcb062c31fd37b832264d9dc7292c3e69acfe926c87b063f"
5553dependencies = [
5554 "serde",
5555]
5556
5557[[package]]
5558name = "p256"
5559version = "0.13.2"
5560source = "registry+https://github.com/rust-lang/crates.io-index"
5561checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
5562dependencies = [
5563 "ecdsa 0.16.9",
5564 "elliptic-curve 0.13.8",
5565 "primeorder 0.13.6",
5566 "sha2 0.10.9",
5567]
5568
5569[[package]]
5570name = "p256"
5571version = "0.14.0-rc.10"
5572source = "registry+https://github.com/rust-lang/crates.io-index"
5573checksum = "41adc63effe99d48837a8cc0e6d7a77e32ae6a07f6000df466178dbc2193093e"
5574dependencies = [
5575 "ecdsa 0.17.0-rc.18",
5576 "elliptic-curve 0.14.0-rc.33",
5577 "primefield",
5578 "primeorder 0.14.0-rc.10",
5579 "sha2 0.11.0",
5580]
5581
5582[[package]]
5583name = "p384"
5584version = "0.14.0-rc.10"
5585source = "registry+https://github.com/rust-lang/crates.io-index"
5586checksum = "9bd5333afa5ae0347f39e6a0f2c9c155da431583fd71fe5555bd0521b4ccaf02"
5587dependencies = [
5588 "ecdsa 0.17.0-rc.18",
5589 "elliptic-curve 0.14.0-rc.33",
5590 "fiat-crypto",
5591 "primefield",
5592 "primeorder 0.14.0-rc.10",
5593 "sha2 0.11.0",
5594]
5595
5596[[package]]
5597name = "p521"
5598version = "0.14.0-rc.10"
5599source = "registry+https://github.com/rust-lang/crates.io-index"
5600checksum = "a3a5297f53dc16d35909060ba3032cff7867e8809f01e273ff325579d5f0ceae"
5601dependencies = [
5602 "base16ct 1.0.0",
5603 "ecdsa 0.17.0-rc.18",
5604 "elliptic-curve 0.14.0-rc.33",
5605 "primefield",
5606 "primeorder 0.14.0-rc.10",
5607 "sha2 0.11.0",
5608]
5609
5610[[package]]
5611name = "page_size"
5612version = "0.6.0"
5613source = "registry+https://github.com/rust-lang/crates.io-index"
5614checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
5615dependencies = [
5616 "libc",
5617 "winapi",
5618]
5619
5620[[package]]
5621name = "pageant"
5622version = "0.2.1"
5623source = "registry+https://github.com/rust-lang/crates.io-index"
5624checksum = "4f3a5ae18f65a85c67a77d18d42d3606c07948e3c17c1e5f74852b26589e88a5"
5625dependencies = [
5626 "base16ct 1.0.0",
5627 "byteorder",
5628 "bytes",
5629 "delegate",
5630 "futures",
5631 "log",
5632 "rand 0.10.1",
5633 "sha2 0.11.0",
5634 "thiserror 2.0.18",
5635 "tokio",
5636 "windows",
5637 "windows-strings",
5638]
5639
5640[[package]]
5641name = "parking"
5642version = "2.2.1"
5643source = "registry+https://github.com/rust-lang/crates.io-index"
5644checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
5645
5646[[package]]
5647name = "parking_lot"
5648version = "0.12.5"
5649source = "registry+https://github.com/rust-lang/crates.io-index"
5650checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
5651dependencies = [
5652 "lock_api",
5653 "parking_lot_core",
5654]
5655
5656[[package]]
5657name = "parking_lot_core"
5658version = "0.9.12"
5659source = "registry+https://github.com/rust-lang/crates.io-index"
5660checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
5661dependencies = [
5662 "cfg-if",
5663 "libc",
5664 "redox_syscall",
5665 "smallvec",
5666 "windows-link",
5667]
5668
5669[[package]]
5670name = "password-hash"
5671version = "0.6.1"
5672source = "registry+https://github.com/rust-lang/crates.io-index"
5673checksum = "aab41826031698d6ffcd9cff78ef56ef998e39dc7e5067cdfebe373842d4723b"
5674dependencies = [
5675 "phc",
5676]
5677
5678[[package]]
5679name = "paste"
5680version = "1.0.15"
5681source = "registry+https://github.com/rust-lang/crates.io-index"
5682checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
5683
5684[[package]]
5685name = "pbkdf2"
5686version = "0.13.0"
5687source = "registry+https://github.com/rust-lang/crates.io-index"
5688checksum = "112d82ceb8c5bf524d9af484d4e4970c9fd5a0cc15ba14ad93dccd28873b0629"
5689dependencies = [
5690 "digest 0.11.3",
5691 "hmac 0.13.0",
5692]
5693
5694[[package]]
5695name = "pem"
5696version = "3.0.6"
5697source = "registry+https://github.com/rust-lang/crates.io-index"
5698checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
5699dependencies = [
5700 "base64",
5701 "serde_core",
5702]
5703
5704[[package]]
5705name = "pem-rfc7468"
5706version = "0.7.0"
5707source = "registry+https://github.com/rust-lang/crates.io-index"
5708checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
5709dependencies = [
5710 "base64ct",
5711]
5712
5713[[package]]
5714name = "pem-rfc7468"
5715version = "1.0.0"
5716source = "registry+https://github.com/rust-lang/crates.io-index"
5717checksum = "a6305423e0e7738146434843d1694d621cce767262b2a86910beab705e4493d9"
5718dependencies = [
5719 "base64ct",
5720]
5721
5722[[package]]
5723name = "percent-encoding"
5724version = "2.3.2"
5725source = "registry+https://github.com/rust-lang/crates.io-index"
5726checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
5727
5728[[package]]
5729name = "petgraph"
5730version = "0.8.3"
5731source = "registry+https://github.com/rust-lang/crates.io-index"
5732checksum = "8701b58ea97060d5e5b155d383a69952a60943f0e6dfe30b04c287beb0b27455"
5733dependencies = [
5734 "fixedbitset",
5735 "hashbrown 0.15.5",
5736 "indexmap",
5737]
5738
5739[[package]]
5740name = "phc"
5741version = "0.6.1"
5742source = "registry+https://github.com/rust-lang/crates.io-index"
5743checksum = "44dc769b75f93afdddd8c7fa12d685292ddeff1e66f7f0f3a234cf1818afe892"
5744dependencies = [
5745 "base64ct",
5746 "ctutils",
5747]
5748
5749[[package]]
5750name = "phf"
5751version = "0.11.3"
5752source = "registry+https://github.com/rust-lang/crates.io-index"
5753checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
5754dependencies = [
5755 "phf_macros",
5756 "phf_shared",
5757]
5758
5759[[package]]
5760name = "phf_generator"
5761version = "0.11.3"
5762source = "registry+https://github.com/rust-lang/crates.io-index"
5763checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
5764dependencies = [
5765 "phf_shared",
5766 "rand 0.8.6",
5767]
5768
5769[[package]]
5770name = "phf_macros"
5771version = "0.11.3"
5772source = "registry+https://github.com/rust-lang/crates.io-index"
5773checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
5774dependencies = [
5775 "phf_generator",
5776 "phf_shared",
5777 "proc-macro2",
5778 "quote",
5779 "syn 2.0.118",
5780]
5781
5782[[package]]
5783name = "phf_shared"
5784version = "0.11.3"
5785source = "registry+https://github.com/rust-lang/crates.io-index"
5786checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
5787dependencies = [
5788 "siphasher",
5789]
5790
5791[[package]]
5792name = "pin-project"
5793version = "1.1.13"
5794source = "registry+https://github.com/rust-lang/crates.io-index"
5795checksum = "2466b2336ed02bcdca6b294417127b90ec92038d1d5c4fbeac971a922e0e0924"
5796dependencies = [
5797 "pin-project-internal",
5798]
5799
5800[[package]]
5801name = "pin-project-internal"
5802version = "1.1.13"
5803source = "registry+https://github.com/rust-lang/crates.io-index"
5804checksum = "c96395f0a926bc13b1c17622aaddda1ecb55d49c8f1bf9777e4d877800a43f8b"
5805dependencies = [
5806 "proc-macro2",
5807 "quote",
5808 "syn 2.0.118",
5809]
5810
5811[[package]]
5812name = "pin-project-lite"
5813version = "0.2.17"
5814source = "registry+https://github.com/rust-lang/crates.io-index"
5815checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
5816
5817[[package]]
5818name = "piper"
5819version = "0.2.5"
5820source = "registry+https://github.com/rust-lang/crates.io-index"
5821checksum = "c835479a4443ded371d6c535cbfd8d31ad92c5d23ae9770a61bc155e4992a3c1"
5822dependencies = [
5823 "atomic-waker",
5824 "fastrand",
5825 "futures-io",
5826]
5827
5828[[package]]
5829name = "pkcs1"
5830version = "0.8.0-rc.4"
5831source = "registry+https://github.com/rust-lang/crates.io-index"
5832checksum = "986d2e952779af96ea048f160fd9194e1751b4faea78bcf3ceb456efe008088e"
5833dependencies = [
5834 "der 0.8.0",
5835 "spki 0.8.0",
5836]
5837
5838[[package]]
5839name = "pkcs5"
5840version = "0.8.0"
5841source = "registry+https://github.com/rust-lang/crates.io-index"
5842checksum = "279a91971a1d8eb1260a30938eae3be9cb67b472dffecb222fbbbe2fd2dc1453"
5843dependencies = [
5844 "aes",
5845 "cbc",
5846 "der 0.8.0",
5847 "pbkdf2",
5848 "rand_core 0.10.1",
5849 "scrypt",
5850 "sha2 0.11.0",
5851 "spki 0.8.0",
5852]
5853
5854[[package]]
5855name = "pkcs8"
5856version = "0.10.2"
5857source = "registry+https://github.com/rust-lang/crates.io-index"
5858checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
5859dependencies = [
5860 "der 0.7.10",
5861 "spki 0.7.3",
5862]
5863
5864[[package]]
5865name = "pkcs8"
5866version = "0.11.0"
5867source = "registry+https://github.com/rust-lang/crates.io-index"
5868checksum = "451913da69c775a56034ea8d9003d27ee8948e12443eae7c038ba100a4f21cb7"
5869dependencies = [
5870 "der 0.8.0",
5871 "pkcs5",
5872 "rand_core 0.10.1",
5873 "spki 0.8.0",
5874]
5875
5876[[package]]
5877name = "pkg-config"
5878version = "0.3.33"
5879source = "registry+https://github.com/rust-lang/crates.io-index"
5880checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
5881
5882[[package]]
5883name = "polling"
5884version = "3.11.0"
5885source = "registry+https://github.com/rust-lang/crates.io-index"
5886checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
5887dependencies = [
5888 "cfg-if",
5889 "concurrent-queue",
5890 "hermit-abi",
5891 "pin-project-lite",
5892 "rustix",
5893 "windows-sys 0.61.2",
5894]
5895
5896[[package]]
5897name = "poly1305"
5898version = "0.9.0"
5899source = "registry+https://github.com/rust-lang/crates.io-index"
5900checksum = "a00baa632505d05512f48a963e16051c54fda9a95cc9acea1a4e3c90991c4a2e"
5901dependencies = [
5902 "cpufeatures 0.3.0",
5903 "universal-hash",
5904 "zeroize",
5905]
5906
5907[[package]]
5908name = "polyval"
5909version = "0.7.1"
5910source = "registry+https://github.com/rust-lang/crates.io-index"
5911checksum = "7dfc63250416fea14f5749b90725916a6c903f599d51cb635aa7a52bfd03eede"
5912dependencies = [
5913 "cpubits",
5914 "cpufeatures 0.3.0",
5915 "universal-hash",
5916]
5917
5918[[package]]
5919name = "portable-atomic"
5920version = "1.13.1"
5921source = "registry+https://github.com/rust-lang/crates.io-index"
5922checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
5923
5924[[package]]
5925name = "portable-atomic-util"
5926version = "0.2.7"
5927source = "registry+https://github.com/rust-lang/crates.io-index"
5928checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618"
5929dependencies = [
5930 "portable-atomic",
5931]
5932
5933[[package]]
5934name = "postcard"
5935version = "1.1.3"
5936source = "registry+https://github.com/rust-lang/crates.io-index"
5937checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
5938dependencies = [
5939 "cobs",
5940 "embedded-io 0.4.0",
5941 "embedded-io 0.6.1",
5942 "heapless 0.7.17",
5943 "serde",
5944]
5945
5946[[package]]
5947name = "potential_utf"
5948version = "0.1.5"
5949source = "registry+https://github.com/rust-lang/crates.io-index"
5950checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
5951dependencies = [
5952 "zerovec",
5953]
5954
5955[[package]]
5956name = "powerfmt"
5957version = "0.2.0"
5958source = "registry+https://github.com/rust-lang/crates.io-index"
5959checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
5960
5961[[package]]
5962name = "ppv-lite86"
5963version = "0.2.21"
5964source = "registry+https://github.com/rust-lang/crates.io-index"
5965checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
5966dependencies = [
5967 "zerocopy",
5968]
5969
5970[[package]]
5971name = "prettyplease"
5972version = "0.2.37"
5973source = "registry+https://github.com/rust-lang/crates.io-index"
5974checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
5975dependencies = [
5976 "proc-macro2",
5977 "syn 2.0.118",
5978]
5979
5980[[package]]
5981name = "primefield"
5982version = "0.14.0-rc.12"
5983source = "registry+https://github.com/rust-lang/crates.io-index"
5984checksum = "8675564771a62f69a0af716b03e89b917b963c7b173b5855575e84fd4f605ca0"
5985dependencies = [
5986 "crypto-bigint 0.7.4",
5987 "crypto-common 0.2.2",
5988 "ff 0.14.0",
5989 "rand_core 0.10.1",
5990 "subtle",
5991 "zeroize",
5992]
5993
5994[[package]]
5995name = "primeorder"
5996version = "0.13.6"
5997source = "registry+https://github.com/rust-lang/crates.io-index"
5998checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
5999dependencies = [
6000 "elliptic-curve 0.13.8",
6001]
6002
6003[[package]]
6004name = "primeorder"
6005version = "0.14.0-rc.10"
6006source = "registry+https://github.com/rust-lang/crates.io-index"
6007checksum = "7d2793f22b9b6fd11ef3ac1d59bf003c2573593e4968702341605c2748fd90bf"
6008dependencies = [
6009 "elliptic-curve 0.14.0-rc.33",
6010]
6011
6012[[package]]
6013name = "proc-macro-error-attr2"
6014version = "2.0.0"
6015source = "registry+https://github.com/rust-lang/crates.io-index"
6016checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
6017dependencies = [
6018 "proc-macro2",
6019 "quote",
6020]
6021
6022[[package]]
6023name = "proc-macro-error2"
6024version = "2.0.1"
6025source = "registry+https://github.com/rust-lang/crates.io-index"
6026checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
6027dependencies = [
6028 "proc-macro-error-attr2",
6029 "proc-macro2",
6030 "quote",
6031 "syn 2.0.118",
6032]
6033
6034[[package]]
6035name = "proc-macro2"
6036version = "1.0.106"
6037source = "registry+https://github.com/rust-lang/crates.io-index"
6038checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
6039dependencies = [
6040 "unicode-ident",
6041]
6042
6043[[package]]
6044name = "prodash"
6045version = "31.0.0"
6046source = "registry+https://github.com/rust-lang/crates.io-index"
6047checksum = "962200e2d7d551451297d9fdce85138374019ada198e30ea9ede38034e27604c"
6048dependencies = [
6049 "bytesize",
6050 "human_format",
6051 "parking_lot",
6052]
6053
6054[[package]]
6055name = "proptest"
6056version = "1.11.0"
6057source = "registry+https://github.com/rust-lang/crates.io-index"
6058checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744"
6059dependencies = [
6060 "bit-set",
6061 "bit-vec 0.8.0",
6062 "bitflags 2.13.0",
6063 "num-traits",
6064 "rand 0.9.4",
6065 "rand_chacha 0.9.0",
6066 "rand_xorshift",
6067 "regex-syntax",
6068 "rusty-fork",
6069 "tempfile",
6070 "unarray",
6071]
6072
6073[[package]]
6074name = "prost"
6075version = "0.14.4"
6076source = "registry+https://github.com/rust-lang/crates.io-index"
6077checksum = "528ac67416ff8646872a3c02cad9cc4ee5dc9f9540c9b10771855c95cb2e5ae1"
6078dependencies = [
6079 "bytes",
6080 "prost-derive",
6081]
6082
6083[[package]]
6084name = "prost-build"
6085version = "0.14.4"
6086source = "registry+https://github.com/rust-lang/crates.io-index"
6087checksum = "03da047801ff44bb6a4d407d4860c05fd70bb81714e6b2f3812603d5b145b042"
6088dependencies = [
6089 "heck",
6090 "itertools 0.14.0",
6091 "log",
6092 "multimap",
6093 "petgraph",
6094 "prettyplease",
6095 "prost",
6096 "prost-types",
6097 "regex",
6098 "syn 2.0.118",
6099 "tempfile",
6100]
6101
6102[[package]]
6103name = "prost-derive"
6104version = "0.14.4"
6105source = "registry+https://github.com/rust-lang/crates.io-index"
6106checksum = "b570b25f7617e43d59005d0990ccb79e950a423952cea19671b7a876da390adf"
6107dependencies = [
6108 "anyhow",
6109 "itertools 0.14.0",
6110 "proc-macro2",
6111 "quote",
6112 "syn 2.0.118",
6113]
6114
6115[[package]]
6116name = "prost-protovalidate"
6117version = "0.3.0"
6118source = "registry+https://github.com/rust-lang/crates.io-index"
6119checksum = "c3807965edce2730437ec19f99eae81064d152421c4c875a3e8f9e80cf2dd234"
6120dependencies = [
6121 "cel",
6122 "chrono",
6123 "fluent-uri",
6124 "prost",
6125 "prost-protovalidate-types",
6126 "prost-reflect",
6127 "prost-types",
6128 "regex",
6129 "serde_json",
6130 "thiserror 2.0.18",
6131]
6132
6133[[package]]
6134name = "prost-protovalidate-types"
6135version = "0.3.0"
6136source = "registry+https://github.com/rust-lang/crates.io-index"
6137checksum = "ddb5c8151aa3da0ea9ba5d91b170c7763b6c7c7352c3643d57b2b28de29afde9"
6138dependencies = [
6139 "prost",
6140 "prost-build",
6141 "prost-reflect",
6142 "prost-reflect-build",
6143 "prost-types",
6144 "thiserror 2.0.18",
6145]
6146
6147[[package]]
6148name = "prost-reflect"
6149version = "0.16.5"
6150source = "registry+https://github.com/rust-lang/crates.io-index"
6151checksum = "01b80ea363c31af2de2b92e3c07ed1156628f7838c4afb4df75ee78a37fedbd1"
6152dependencies = [
6153 "base64",
6154 "prost",
6155 "prost-reflect-derive",
6156 "prost-types",
6157 "serde",
6158 "serde-value",
6159]
6160
6161[[package]]
6162name = "prost-reflect-build"
6163version = "0.16.1"
6164source = "registry+https://github.com/rust-lang/crates.io-index"
6165checksum = "95a9e8261adf6617d5dc2a5a9e75cce5ab9d546a007f6f870f809a1ad25386b6"
6166dependencies = [
6167 "prost-build",
6168 "prost-reflect",
6169]
6170
6171[[package]]
6172name = "prost-reflect-derive"
6173version = "0.16.1"
6174source = "registry+https://github.com/rust-lang/crates.io-index"
6175checksum = "30320eb03b43b7dfcaf9b361f808a4f1adad1e718ad219df1d7e4283e34e73f5"
6176dependencies = [
6177 "proc-macro2",
6178 "quote",
6179 "syn 2.0.118",
6180]
6181
6182[[package]]
6183name = "prost-types"
6184version = "0.14.4"
6185source = "registry+https://github.com/rust-lang/crates.io-index"
6186checksum = "f94967dc7688f3054c7fac87473ffae4cc4c3904800e2d9f5b857246d8963b0a"
6187dependencies = [
6188 "prost",
6189]
6190
6191[[package]]
6192name = "quanta"
6193version = "0.12.6"
6194source = "registry+https://github.com/rust-lang/crates.io-index"
6195checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7"
6196dependencies = [
6197 "crossbeam-utils",
6198 "libc",
6199 "once_cell",
6200 "raw-cpuid",
6201 "wasi",
6202 "web-sys",
6203 "winapi",
6204]
6205
6206[[package]]
6207name = "quick-error"
6208version = "1.2.3"
6209source = "registry+https://github.com/rust-lang/crates.io-index"
6210checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
6211
6212[[package]]
6213name = "quick_cache"
6214version = "0.6.24"
6215source = "registry+https://github.com/rust-lang/crates.io-index"
6216checksum = "b9c6658afe513a3b484e3abfdaa0d03ef3c0bbf017542c178dd55f94eb3051f9"
6217dependencies = [
6218 "ahash",
6219 "equivalent",
6220 "hashbrown 0.16.1",
6221 "parking_lot",
6222]
6223
6224[[package]]
6225name = "quinn"
6226version = "0.11.9"
6227source = "registry+https://github.com/rust-lang/crates.io-index"
6228checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
6229dependencies = [
6230 "bytes",
6231 "cfg_aliases",
6232 "futures-io",
6233 "pin-project-lite",
6234 "quinn-proto",
6235 "quinn-udp",
6236 "rustc-hash",
6237 "rustls",
6238 "socket2",
6239 "thiserror 2.0.18",
6240 "tokio",
6241 "tracing",
6242 "web-time",
6243]
6244
6245[[package]]
6246name = "quinn-proto"
6247version = "0.11.14"
6248source = "registry+https://github.com/rust-lang/crates.io-index"
6249checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098"
6250dependencies = [
6251 "aws-lc-rs",
6252 "bytes",
6253 "getrandom 0.3.4",
6254 "lru-slab",
6255 "rand 0.9.4",
6256 "ring",
6257 "rustc-hash",
6258 "rustls",
6259 "rustls-pki-types",
6260 "slab",
6261 "thiserror 2.0.18",
6262 "tinyvec",
6263 "tracing",
6264 "web-time",
6265]
6266
6267[[package]]
6268name = "quinn-udp"
6269version = "0.5.14"
6270source = "registry+https://github.com/rust-lang/crates.io-index"
6271checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
6272dependencies = [
6273 "cfg_aliases",
6274 "libc",
6275 "once_cell",
6276 "socket2",
6277 "tracing",
6278 "windows-sys 0.60.2",
6279]
6280
6281[[package]]
6282name = "quote"
6283version = "1.0.45"
6284source = "registry+https://github.com/rust-lang/crates.io-index"
6285checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
6286dependencies = [
6287 "proc-macro2",
6288]
6289
6290[[package]]
6291name = "r-efi"
6292version = "5.3.0"
6293source = "registry+https://github.com/rust-lang/crates.io-index"
6294checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
6295
6296[[package]]
6297name = "r-efi"
6298version = "6.0.0"
6299source = "registry+https://github.com/rust-lang/crates.io-index"
6300checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
6301
6302[[package]]
6303name = "rand"
6304version = "0.8.6"
6305source = "registry+https://github.com/rust-lang/crates.io-index"
6306checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
6307dependencies = [
6308 "libc",
6309 "rand_chacha 0.3.1",
6310 "rand_core 0.6.4",
6311]
6312
6313[[package]]
6314name = "rand"
6315version = "0.9.4"
6316source = "registry+https://github.com/rust-lang/crates.io-index"
6317checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
6318dependencies = [
6319 "rand_chacha 0.9.0",
6320 "rand_core 0.9.5",
6321]
6322
6323[[package]]
6324name = "rand"
6325version = "0.10.1"
6326source = "registry+https://github.com/rust-lang/crates.io-index"
6327checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207"
6328dependencies = [
6329 "chacha20",
6330 "getrandom 0.4.3",
6331 "rand_core 0.10.1",
6332]
6333
6334[[package]]
6335name = "rand_chacha"
6336version = "0.3.1"
6337source = "registry+https://github.com/rust-lang/crates.io-index"
6338checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
6339dependencies = [
6340 "ppv-lite86",
6341 "rand_core 0.6.4",
6342]
6343
6344[[package]]
6345name = "rand_chacha"
6346version = "0.9.0"
6347source = "registry+https://github.com/rust-lang/crates.io-index"
6348checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
6349dependencies = [
6350 "ppv-lite86",
6351 "rand_core 0.9.5",
6352]
6353
6354[[package]]
6355name = "rand_core"
6356version = "0.6.4"
6357source = "registry+https://github.com/rust-lang/crates.io-index"
6358checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
6359dependencies = [
6360 "getrandom 0.2.17",
6361]
6362
6363[[package]]
6364name = "rand_core"
6365version = "0.9.5"
6366source = "registry+https://github.com/rust-lang/crates.io-index"
6367checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
6368dependencies = [
6369 "getrandom 0.3.4",
6370]
6371
6372[[package]]
6373name = "rand_core"
6374version = "0.10.1"
6375source = "registry+https://github.com/rust-lang/crates.io-index"
6376checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
6377
6378[[package]]
6379name = "rand_xorshift"
6380version = "0.4.0"
6381source = "registry+https://github.com/rust-lang/crates.io-index"
6382checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
6383dependencies = [
6384 "rand_core 0.9.5",
6385]
6386
6387[[package]]
6388name = "raw-cpuid"
6389version = "11.6.0"
6390source = "registry+https://github.com/rust-lang/crates.io-index"
6391checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
6392dependencies = [
6393 "bitflags 2.13.0",
6394]
6395
6396[[package]]
6397name = "rawzip"
6398version = "0.4.4"
6399source = "registry+https://github.com/rust-lang/crates.io-index"
6400checksum = "9d9575f44c8cf85bc843ad666dcdf20d05a7753772bef56eb2a5140282b32150"
6401
6402[[package]]
6403name = "rayon"
6404version = "1.12.0"
6405source = "registry+https://github.com/rust-lang/crates.io-index"
6406checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
6407dependencies = [
6408 "either",
6409 "rayon-core",
6410]
6411
6412[[package]]
6413name = "rayon-core"
6414version = "1.13.0"
6415source = "registry+https://github.com/rust-lang/crates.io-index"
6416checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
6417dependencies = [
6418 "crossbeam-deque",
6419 "crossbeam-utils",
6420]
6421
6422[[package]]
6423name = "rcgen"
6424version = "0.13.2"
6425source = "registry+https://github.com/rust-lang/crates.io-index"
6426checksum = "75e669e5202259b5314d1ea5397316ad400819437857b90861765f24c4cf80a2"
6427dependencies = [
6428 "aws-lc-rs",
6429 "pem",
6430 "rustls-pki-types",
6431 "time",
6432 "yasna 0.5.2",
6433]
6434
6435[[package]]
6436name = "rcgen"
6437version = "0.14.8"
6438source = "registry+https://github.com/rust-lang/crates.io-index"
6439checksum = "57f6d249aad744e274e682777a50283a225a32705394ee6d5fcc01efa25e4055"
6440dependencies = [
6441 "aws-lc-rs",
6442 "pem",
6443 "rustls-pki-types",
6444 "time",
6445 "x509-parser 0.18.1",
6446 "yasna 0.6.0",
6447]
6448
6449[[package]]
6450name = "redox_syscall"
6451version = "0.5.18"
6452source = "registry+https://github.com/rust-lang/crates.io-index"
6453checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
6454dependencies = [
6455 "bitflags 2.13.0",
6456]
6457
6458[[package]]
6459name = "ref-cast"
6460version = "1.0.25"
6461source = "registry+https://github.com/rust-lang/crates.io-index"
6462checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
6463dependencies = [
6464 "ref-cast-impl",
6465]
6466
6467[[package]]
6468name = "ref-cast-impl"
6469version = "1.0.25"
6470source = "registry+https://github.com/rust-lang/crates.io-index"
6471checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
6472dependencies = [
6473 "proc-macro2",
6474 "quote",
6475 "syn 2.0.118",
6476]
6477
6478[[package]]
6479name = "regex"
6480version = "1.12.4"
6481source = "registry+https://github.com/rust-lang/crates.io-index"
6482checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba"
6483dependencies = [
6484 "aho-corasick",
6485 "memchr",
6486 "regex-automata",
6487 "regex-syntax",
6488]
6489
6490[[package]]
6491name = "regex-automata"
6492version = "0.4.14"
6493source = "registry+https://github.com/rust-lang/crates.io-index"
6494checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
6495dependencies = [
6496 "aho-corasick",
6497 "memchr",
6498 "regex-syntax",
6499]
6500
6501[[package]]
6502name = "regex-lite"
6503version = "0.1.9"
6504source = "registry+https://github.com/rust-lang/crates.io-index"
6505checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973"
6506
6507[[package]]
6508name = "regex-syntax"
6509version = "0.8.11"
6510source = "registry+https://github.com/rust-lang/crates.io-index"
6511checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
6512
6513[[package]]
6514name = "reqwest"
6515version = "0.12.28"
6516source = "registry+https://github.com/rust-lang/crates.io-index"
6517checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
6518dependencies = [
6519 "base64",
6520 "bytes",
6521 "encoding_rs",
6522 "futures-core",
6523 "futures-util",
6524 "h2",
6525 "http",
6526 "http-body",
6527 "http-body-util",
6528 "hyper",
6529 "hyper-rustls",
6530 "hyper-util",
6531 "js-sys",
6532 "log",
6533 "mime",
6534 "percent-encoding",
6535 "pin-project-lite",
6536 "quinn",
6537 "rustls",
6538 "rustls-pki-types",
6539 "serde",
6540 "serde_json",
6541 "serde_urlencoded",
6542 "sync_wrapper",
6543 "tokio",
6544 "tokio-rustls",
6545 "tokio-util",
6546 "tower",
6547 "tower-http 0.6.11",
6548 "tower-service",
6549 "url",
6550 "wasm-bindgen",
6551 "wasm-bindgen-futures",
6552 "wasm-streams",
6553 "web-sys",
6554 "webpki-roots 1.0.8",
6555]
6556
6557[[package]]
6558name = "reqwest"
6559version = "0.13.1"
6560source = "registry+https://github.com/rust-lang/crates.io-index"
6561checksum = "04e9018c9d814e5f30cc16a0f03271aeab3571e609612d9fe78c1aa8d11c2f62"
6562dependencies = [
6563 "base64",
6564 "bytes",
6565 "futures-core",
6566 "futures-util",
6567 "h2",
6568 "http",
6569 "http-body",
6570 "http-body-util",
6571 "hyper",
6572 "hyper-rustls",
6573 "hyper-util",
6574 "js-sys",
6575 "log",
6576 "percent-encoding",
6577 "pin-project-lite",
6578 "quinn",
6579 "rustls",
6580 "rustls-pki-types",
6581 "rustls-platform-verifier",
6582 "serde",
6583 "serde_json",
6584 "sync_wrapper",
6585 "tokio",
6586 "tokio-rustls",
6587 "tokio-util",
6588 "tower",
6589 "tower-http 0.6.11",
6590 "tower-service",
6591 "url",
6592 "wasm-bindgen",
6593 "wasm-bindgen-futures",
6594 "wasm-streams",
6595 "web-sys",
6596 "webpki-roots 1.0.8",
6597]
6598
6599[[package]]
6600name = "resolv-conf"
6601version = "0.7.6"
6602source = "registry+https://github.com/rust-lang/crates.io-index"
6603checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7"
6604
6605[[package]]
6606name = "rfc6979"
6607version = "0.4.0"
6608source = "registry+https://github.com/rust-lang/crates.io-index"
6609checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
6610dependencies = [
6611 "hmac 0.12.1",
6612 "subtle",
6613]
6614
6615[[package]]
6616name = "rfc6979"
6617version = "0.5.0"
6618source = "registry+https://github.com/rust-lang/crates.io-index"
6619checksum = "5236ce872cac07e0fb3969b0cbf468c7d2f37d432f1b627dcb7b8d34563fb0c3"
6620dependencies = [
6621 "hmac 0.13.0",
6622 "subtle",
6623]
6624
6625[[package]]
6626name = "ring"
6627version = "0.17.14"
6628source = "registry+https://github.com/rust-lang/crates.io-index"
6629checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
6630dependencies = [
6631 "cc",
6632 "cfg-if",
6633 "getrandom 0.2.17",
6634 "libc",
6635 "untrusted 0.9.0",
6636 "windows-sys 0.52.0",
6637]
6638
6639[[package]]
6640name = "rsa"
6641version = "0.10.0-rc.18"
6642source = "registry+https://github.com/rust-lang/crates.io-index"
6643checksum = "30b2aa4ba0d89f73d1e332df05be0eeab8840351c36ca5654341dfdb57bb3caf"
6644dependencies = [
6645 "const-oid 0.10.2",
6646 "crypto-bigint 0.7.4",
6647 "crypto-primes",
6648 "digest 0.11.3",
6649 "pkcs1",
6650 "pkcs8 0.11.0",
6651 "rand_core 0.10.1",
6652 "sha2 0.11.0",
6653 "signature 3.0.0",
6654 "spki 0.8.0",
6655 "zeroize",
6656]
6657
6658[[package]]
6659name = "rsqlite-vfs"
6660version = "0.1.1"
6661source = "registry+https://github.com/rust-lang/crates.io-index"
6662checksum = "c51c9ae4df8a7fba42103df5c621fa3c37eccf3a3c650879e90fc48b11cc192c"
6663dependencies = [
6664 "hashbrown 0.16.1",
6665 "thiserror 2.0.18",
6666]
6667
6668[[package]]
6669name = "rusqlite"
6670version = "0.38.0"
6671source = "registry+https://github.com/rust-lang/crates.io-index"
6672checksum = "f1c93dd1c9683b438c392c492109cb702b8090b2bfc8fed6f6e4eb4523f17af3"
6673dependencies = [
6674 "bitflags 2.13.0",
6675 "fallible-iterator",
6676 "fallible-streaming-iterator",
6677 "hashlink",
6678 "libsqlite3-sys",
6679 "smallvec",
6680 "sqlite-wasm-rs",
6681]
6682
6683[[package]]
6684name = "russh"
6685version = "0.61.2"
6686source = "registry+https://github.com/rust-lang/crates.io-index"
6687checksum = "bbf893f64684e58da8a68d56a5e84d1cf0440226274c515770fe267707a7d0b0"
6688dependencies = [
6689 "aes",
6690 "aws-lc-rs",
6691 "bitflags 2.13.0",
6692 "block-padding",
6693 "byteorder",
6694 "bytes",
6695 "cbc",
6696 "cipher",
6697 "crypto-bigint 0.7.4",
6698 "ctr",
6699 "curve25519-dalek",
6700 "data-encoding",
6701 "delegate",
6702 "der 0.8.0",
6703 "digest 0.11.3",
6704 "ecdsa 0.17.0-rc.18",
6705 "ed25519-dalek",
6706 "elliptic-curve 0.14.0-rc.33",
6707 "enum_dispatch",
6708 "flate2",
6709 "futures",
6710 "generic-array 1.4.3",
6711 "getrandom 0.4.3",
6712 "ghash",
6713 "hex-literal",
6714 "hmac 0.13.0",
6715 "inout",
6716 "internal-russh-num-bigint",
6717 "keccak",
6718 "log",
6719 "md5",
6720 "ml-kem",
6721 "module-lattice",
6722 "num-bigint",
6723 "p256 0.14.0-rc.10",
6724 "p384",
6725 "p521",
6726 "pageant",
6727 "pbkdf2",
6728 "pkcs1",
6729 "pkcs5",
6730 "pkcs8 0.11.0",
6731 "polyval",
6732 "rand 0.10.1",
6733 "rand_core 0.10.1",
6734 "rsa",
6735 "russh-cryptovec",
6736 "russh-util",
6737 "salsa20",
6738 "scrypt",
6739 "sec1 0.8.1",
6740 "sha1 0.11.0",
6741 "sha2 0.11.0",
6742 "sha3",
6743 "signature 3.0.0",
6744 "spki 0.8.0",
6745 "ssh-encoding",
6746 "ssh-key",
6747 "subtle",
6748 "thiserror 2.0.18",
6749 "tokio",
6750 "typenum",
6751 "universal-hash",
6752 "zeroize",
6753]
6754
6755[[package]]
6756name = "russh-cryptovec"
6757version = "0.61.0"
6758source = "registry+https://github.com/rust-lang/crates.io-index"
6759checksum = "443f6bbcfacb34a1aab2b12b99bf08e0c63abdc5a0db261901365df9d57fff51"
6760dependencies = [
6761 "log",
6762 "nix",
6763 "ssh-encoding",
6764 "windows-sys 0.61.2",
6765]
6766
6767[[package]]
6768name = "russh-util"
6769version = "0.52.0"
6770source = "registry+https://github.com/rust-lang/crates.io-index"
6771checksum = "668424a5dde0bcb45b55ba7de8476b93831b4aa2fa6947e145f3b053e22c60b6"
6772dependencies = [
6773 "chrono",
6774 "tokio",
6775 "wasm-bindgen",
6776 "wasm-bindgen-futures",
6777]
6778
6779[[package]]
6780name = "rust-stemmers"
6781version = "1.2.0"
6782source = "registry+https://github.com/rust-lang/crates.io-index"
6783checksum = "e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54"
6784dependencies = [
6785 "serde",
6786 "serde_derive",
6787]
6788
6789[[package]]
6790name = "rustc-hash"
6791version = "2.1.2"
6792source = "registry+https://github.com/rust-lang/crates.io-index"
6793checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
6794
6795[[package]]
6796name = "rustc_version"
6797version = "0.4.1"
6798source = "registry+https://github.com/rust-lang/crates.io-index"
6799checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
6800dependencies = [
6801 "semver",
6802]
6803
6804[[package]]
6805name = "rusticata-macros"
6806version = "4.1.0"
6807source = "registry+https://github.com/rust-lang/crates.io-index"
6808checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632"
6809dependencies = [
6810 "nom",
6811]
6812
6813[[package]]
6814name = "rustix"
6815version = "1.1.4"
6816source = "registry+https://github.com/rust-lang/crates.io-index"
6817checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
6818dependencies = [
6819 "bitflags 2.13.0",
6820 "errno",
6821 "libc",
6822 "linux-raw-sys",
6823 "windows-sys 0.61.2",
6824]
6825
6826[[package]]
6827name = "rustls"
6828version = "0.23.40"
6829source = "registry+https://github.com/rust-lang/crates.io-index"
6830checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b"
6831dependencies = [
6832 "aws-lc-rs",
6833 "log",
6834 "once_cell",
6835 "ring",
6836 "rustls-pki-types",
6837 "rustls-webpki",
6838 "subtle",
6839 "zeroize",
6840]
6841
6842[[package]]
6843name = "rustls-acme"
6844version = "0.15.3"
6845source = "registry+https://github.com/rust-lang/crates.io-index"
6846checksum = "b9c70a17ecb067d5067565a16a2e0f26a4a2ea0924f49739d558c45186facc75"
6847dependencies = [
6848 "async-io",
6849 "async-trait",
6850 "async-web-client",
6851 "aws-lc-rs",
6852 "base64",
6853 "blocking",
6854 "chrono",
6855 "futures",
6856 "futures-rustls",
6857 "http",
6858 "log",
6859 "pem",
6860 "rcgen 0.13.2",
6861 "serde",
6862 "serde_json",
6863 "thiserror 2.0.18",
6864 "webpki-roots 1.0.8",
6865 "x509-parser 0.16.0",
6866]
6867
6868[[package]]
6869name = "rustls-native-certs"
6870version = "0.8.4"
6871source = "registry+https://github.com/rust-lang/crates.io-index"
6872checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d"
6873dependencies = [
6874 "openssl-probe",
6875 "rustls-pki-types",
6876 "schannel",
6877 "security-framework",
6878]
6879
6880[[package]]
6881name = "rustls-pemfile"
6882version = "2.2.0"
6883source = "registry+https://github.com/rust-lang/crates.io-index"
6884checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
6885dependencies = [
6886 "rustls-pki-types",
6887]
6888
6889[[package]]
6890name = "rustls-pki-types"
6891version = "1.14.1"
6892source = "registry+https://github.com/rust-lang/crates.io-index"
6893checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9"
6894dependencies = [
6895 "web-time",
6896 "zeroize",
6897]
6898
6899[[package]]
6900name = "rustls-platform-verifier"
6901version = "0.6.2"
6902source = "registry+https://github.com/rust-lang/crates.io-index"
6903checksum = "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784"
6904dependencies = [
6905 "core-foundation 0.10.1",
6906 "core-foundation-sys",
6907 "jni",
6908 "log",
6909 "once_cell",
6910 "rustls",
6911 "rustls-native-certs",
6912 "rustls-platform-verifier-android",
6913 "rustls-webpki",
6914 "security-framework",
6915 "security-framework-sys",
6916 "webpki-root-certs",
6917 "windows-sys 0.61.2",
6918]
6919
6920[[package]]
6921name = "rustls-platform-verifier-android"
6922version = "0.1.1"
6923source = "registry+https://github.com/rust-lang/crates.io-index"
6924checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
6925
6926[[package]]
6927name = "rustls-webpki"
6928version = "0.103.13"
6929source = "registry+https://github.com/rust-lang/crates.io-index"
6930checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
6931dependencies = [
6932 "aws-lc-rs",
6933 "ring",
6934 "rustls-pki-types",
6935 "untrusted 0.9.0",
6936]
6937
6938[[package]]
6939name = "rustversion"
6940version = "1.0.22"
6941source = "registry+https://github.com/rust-lang/crates.io-index"
6942checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
6943
6944[[package]]
6945name = "rusty-fork"
6946version = "0.3.1"
6947source = "registry+https://github.com/rust-lang/crates.io-index"
6948checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
6949dependencies = [
6950 "fnv",
6951 "quick-error",
6952 "tempfile",
6953 "wait-timeout",
6954]
6955
6956[[package]]
6957name = "ryu"
6958version = "1.0.23"
6959source = "registry+https://github.com/rust-lang/crates.io-index"
6960checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
6961
6962[[package]]
6963name = "saa"
6964version = "5.6.0"
6965source = "registry+https://github.com/rust-lang/crates.io-index"
6966checksum = "68f5acb362a0e75c2a963532fa7fabf13dff81626dc494df16488d30befcbea0"
6967
6968[[package]]
6969name = "salsa20"
6970version = "0.11.0"
6971source = "registry+https://github.com/rust-lang/crates.io-index"
6972checksum = "2f874456e72520ff1375a06c588eaf074b0f01f9e9e1aada45bd9b7954a6e42c"
6973dependencies = [
6974 "cfg-if",
6975 "cipher",
6976]
6977
6978[[package]]
6979name = "same-file"
6980version = "1.0.6"
6981source = "registry+https://github.com/rust-lang/crates.io-index"
6982checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
6983dependencies = [
6984 "winapi-util",
6985]
6986
6987[[package]]
6988name = "scc"
6989version = "3.8.3"
6990source = "registry+https://github.com/rust-lang/crates.io-index"
6991checksum = "5581cd5dd2cb79cbe9d8137071d67f62f0db926e83a07b4d14561c5b7d423776"
6992dependencies = [
6993 "saa",
6994 "sdd",
6995]
6996
6997[[package]]
6998name = "schannel"
6999version = "0.1.29"
7000source = "registry+https://github.com/rust-lang/crates.io-index"
7001checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
7002dependencies = [
7003 "windows-sys 0.61.2",
7004]
7005
7006[[package]]
7007name = "scoped-tls"
7008version = "1.0.1"
7009source = "registry+https://github.com/rust-lang/crates.io-index"
7010checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
7011
7012[[package]]
7013name = "scopeguard"
7014version = "1.2.0"
7015source = "registry+https://github.com/rust-lang/crates.io-index"
7016checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
7017
7018[[package]]
7019name = "scrypt"
7020version = "0.12.0"
7021source = "registry+https://github.com/rust-lang/crates.io-index"
7022checksum = "d87af57419b594aa23fa95f09f0e06d80d84ba01c26148c43844cad6ff4485f0"
7023dependencies = [
7024 "cfg-if",
7025 "pbkdf2",
7026 "salsa20",
7027 "sha2 0.11.0",
7028]
7029
7030[[package]]
7031name = "sdd"
7032version = "4.8.6"
7033source = "registry+https://github.com/rust-lang/crates.io-index"
7034checksum = "e5f0e40a01b94e35d1dacbcfbe5bfd3d31e37d9590b2e6d86a82b0e87bd4f551"
7035dependencies = [
7036 "saa",
7037]
7038
7039[[package]]
7040name = "sec1"
7041version = "0.7.3"
7042source = "registry+https://github.com/rust-lang/crates.io-index"
7043checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
7044dependencies = [
7045 "base16ct 0.2.0",
7046 "der 0.7.10",
7047 "generic-array 0.14.9",
7048 "pkcs8 0.10.2",
7049 "subtle",
7050 "zeroize",
7051]
7052
7053[[package]]
7054name = "sec1"
7055version = "0.8.1"
7056source = "registry+https://github.com/rust-lang/crates.io-index"
7057checksum = "d56d437c2f19203ce5f7122e507831de96f3d2d4d3be5af44a0b0a09d8a80e4d"
7058dependencies = [
7059 "base16ct 1.0.0",
7060 "ctutils",
7061 "der 0.8.0",
7062 "hybrid-array",
7063 "subtle",
7064 "zeroize",
7065]
7066
7067[[package]]
7068name = "security-framework"
7069version = "3.7.0"
7070source = "registry+https://github.com/rust-lang/crates.io-index"
7071checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
7072dependencies = [
7073 "bitflags 2.13.0",
7074 "core-foundation 0.10.1",
7075 "core-foundation-sys",
7076 "libc",
7077 "security-framework-sys",
7078]
7079
7080[[package]]
7081name = "security-framework-sys"
7082version = "2.17.0"
7083source = "registry+https://github.com/rust-lang/crates.io-index"
7084checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
7085dependencies = [
7086 "core-foundation-sys",
7087 "libc",
7088]
7089
7090[[package]]
7091name = "semver"
7092version = "1.0.28"
7093source = "registry+https://github.com/rust-lang/crates.io-index"
7094checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
7095
7096[[package]]
7097name = "send_wrapper"
7098version = "0.6.0"
7099source = "registry+https://github.com/rust-lang/crates.io-index"
7100checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
7101
7102[[package]]
7103name = "serde"
7104version = "1.0.228"
7105source = "registry+https://github.com/rust-lang/crates.io-index"
7106checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
7107dependencies = [
7108 "serde_core",
7109 "serde_derive",
7110]
7111
7112[[package]]
7113name = "serde-value"
7114version = "0.7.0"
7115source = "registry+https://github.com/rust-lang/crates.io-index"
7116checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
7117dependencies = [
7118 "ordered-float 2.10.1",
7119 "serde",
7120]
7121
7122[[package]]
7123name = "serde_bytes"
7124version = "0.11.19"
7125source = "registry+https://github.com/rust-lang/crates.io-index"
7126checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
7127dependencies = [
7128 "serde",
7129 "serde_core",
7130]
7131
7132[[package]]
7133name = "serde_core"
7134version = "1.0.228"
7135source = "registry+https://github.com/rust-lang/crates.io-index"
7136checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
7137dependencies = [
7138 "serde_derive",
7139]
7140
7141[[package]]
7142name = "serde_derive"
7143version = "1.0.228"
7144source = "registry+https://github.com/rust-lang/crates.io-index"
7145checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
7146dependencies = [
7147 "proc-macro2",
7148 "quote",
7149 "syn 2.0.118",
7150]
7151
7152[[package]]
7153name = "serde_html_form"
7154version = "0.3.2"
7155source = "registry+https://github.com/rust-lang/crates.io-index"
7156checksum = "2acf96b1d9364968fce46ebb548f1c0e1d7eceae27bdff73865d42e6c7369d94"
7157dependencies = [
7158 "form_urlencoded",
7159 "indexmap",
7160 "itoa",
7161 "serde_core",
7162]
7163
7164[[package]]
7165name = "serde_ipld_dagcbor"
7166version = "0.6.4"
7167source = "registry+https://github.com/rust-lang/crates.io-index"
7168checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778"
7169dependencies = [
7170 "cbor4ii",
7171 "ipld-core",
7172 "scopeguard",
7173 "serde",
7174]
7175
7176[[package]]
7177name = "serde_json"
7178version = "1.0.150"
7179source = "registry+https://github.com/rust-lang/crates.io-index"
7180checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
7181dependencies = [
7182 "itoa",
7183 "memchr",
7184 "serde",
7185 "serde_core",
7186 "zmij",
7187]
7188
7189[[package]]
7190name = "serde_norway"
7191version = "0.9.42"
7192source = "registry+https://github.com/rust-lang/crates.io-index"
7193checksum = "e408f29489b5fd500fab51ff1484fc859bb655f32c671f307dcd733b72e8168c"
7194dependencies = [
7195 "indexmap",
7196 "itoa",
7197 "ryu",
7198 "serde",
7199 "unsafe-libyaml-norway",
7200]
7201
7202[[package]]
7203name = "serde_path_to_error"
7204version = "0.1.20"
7205source = "registry+https://github.com/rust-lang/crates.io-index"
7206checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
7207dependencies = [
7208 "itoa",
7209 "serde",
7210 "serde_core",
7211]
7212
7213[[package]]
7214name = "serde_repr"
7215version = "0.1.20"
7216source = "registry+https://github.com/rust-lang/crates.io-index"
7217checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
7218dependencies = [
7219 "proc-macro2",
7220 "quote",
7221 "syn 2.0.118",
7222]
7223
7224[[package]]
7225name = "serde_spanned"
7226version = "1.1.1"
7227source = "registry+https://github.com/rust-lang/crates.io-index"
7228checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
7229dependencies = [
7230 "serde_core",
7231]
7232
7233[[package]]
7234name = "serde_urlencoded"
7235version = "0.7.1"
7236source = "registry+https://github.com/rust-lang/crates.io-index"
7237checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
7238dependencies = [
7239 "form_urlencoded",
7240 "itoa",
7241 "ryu",
7242 "serde",
7243]
7244
7245[[package]]
7246name = "serde_with"
7247version = "3.21.0"
7248source = "registry+https://github.com/rust-lang/crates.io-index"
7249checksum = "76a5c54c7310e7b8b9577c286d7e399ddd876c3e12b3ed917a8aabc4b96e9e8c"
7250dependencies = [
7251 "base64",
7252 "bs58",
7253 "chrono",
7254 "hex",
7255 "serde_core",
7256 "serde_json",
7257 "serde_with_macros",
7258 "time",
7259]
7260
7261[[package]]
7262name = "serde_with_macros"
7263version = "3.21.0"
7264source = "registry+https://github.com/rust-lang/crates.io-index"
7265checksum = "84d57bc0c8b9a17920c178daa6bb924850d54a9c97ab45194bb8c17ad66bb660"
7266dependencies = [
7267 "darling",
7268 "proc-macro2",
7269 "quote",
7270 "syn 2.0.118",
7271]
7272
7273[[package]]
7274name = "serde_yaml"
7275version = "0.9.34+deprecated"
7276source = "registry+https://github.com/rust-lang/crates.io-index"
7277checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
7278dependencies = [
7279 "indexmap",
7280 "itoa",
7281 "ryu",
7282 "serde",
7283 "unsafe-libyaml",
7284]
7285
7286[[package]]
7287name = "serdect"
7288version = "0.4.3"
7289source = "registry+https://github.com/rust-lang/crates.io-index"
7290checksum = "66cf8fedced2fcf12406bcb34223dffb92eaf34908ede12fed414c82b7f00b3e"
7291dependencies = [
7292 "base16ct 1.0.0",
7293 "serde",
7294]
7295
7296[[package]]
7297name = "sha1"
7298version = "0.10.6"
7299source = "registry+https://github.com/rust-lang/crates.io-index"
7300checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
7301dependencies = [
7302 "cfg-if",
7303 "cpufeatures 0.2.17",
7304 "digest 0.10.7",
7305]
7306
7307[[package]]
7308name = "sha1"
7309version = "0.11.0"
7310source = "registry+https://github.com/rust-lang/crates.io-index"
7311checksum = "aacc4cc499359472b4abe1bf11d0b12e688af9a805fa5e3016f9a386dc2d0214"
7312dependencies = [
7313 "cfg-if",
7314 "cpufeatures 0.3.0",
7315 "digest 0.11.3",
7316]
7317
7318[[package]]
7319name = "sha1-checked"
7320version = "0.10.0"
7321source = "registry+https://github.com/rust-lang/crates.io-index"
7322checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
7323dependencies = [
7324 "digest 0.10.7",
7325 "sha1 0.10.6",
7326]
7327
7328[[package]]
7329name = "sha2"
7330version = "0.10.9"
7331source = "registry+https://github.com/rust-lang/crates.io-index"
7332checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
7333dependencies = [
7334 "cfg-if",
7335 "cpufeatures 0.2.17",
7336 "digest 0.10.7",
7337]
7338
7339[[package]]
7340name = "sha2"
7341version = "0.11.0"
7342source = "registry+https://github.com/rust-lang/crates.io-index"
7343checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
7344dependencies = [
7345 "cfg-if",
7346 "cpufeatures 0.3.0",
7347 "digest 0.11.3",
7348]
7349
7350[[package]]
7351name = "sha3"
7352version = "0.11.0"
7353source = "registry+https://github.com/rust-lang/crates.io-index"
7354checksum = "be176f1a57ce4e3d31c1a166222d9768de5954f811601fb7ca06fc8203905ce1"
7355dependencies = [
7356 "digest 0.11.3",
7357 "keccak",
7358]
7359
7360[[package]]
7361name = "sharded-slab"
7362version = "0.1.7"
7363source = "registry+https://github.com/rust-lang/crates.io-index"
7364checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
7365dependencies = [
7366 "lazy_static",
7367]
7368
7369[[package]]
7370name = "shell-words"
7371version = "1.1.1"
7372source = "registry+https://github.com/rust-lang/crates.io-index"
7373checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
7374
7375[[package]]
7376name = "shlex"
7377version = "2.0.1"
7378source = "registry+https://github.com/rust-lang/crates.io-index"
7379checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
7380
7381[[package]]
7382name = "shuttle"
7383version = "0.1.0"
7384dependencies = [
7385 "anyhow",
7386 "base64",
7387 "nix",
7388 "once_cell",
7389 "prost",
7390 "prost-protovalidate",
7391 "prost-reflect",
7392 "serde",
7393 "serde_json",
7394 "tempfile",
7395 "tokio",
7396 "tokio-vsock",
7397 "tracing",
7398 "tracing-subscriber",
7399]
7400
7401[[package]]
7402name = "signal-hook"
7403version = "0.4.4"
7404source = "registry+https://github.com/rust-lang/crates.io-index"
7405checksum = "b2a0c28ca5908dbdbcd52e6fdaa00358ab88637f8ab33e1f188dd510eb44b53d"
7406dependencies = [
7407 "libc",
7408 "signal-hook-registry",
7409]
7410
7411[[package]]
7412name = "signal-hook-registry"
7413version = "1.4.8"
7414source = "registry+https://github.com/rust-lang/crates.io-index"
7415checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
7416dependencies = [
7417 "errno",
7418 "libc",
7419]
7420
7421[[package]]
7422name = "signature"
7423version = "2.2.0"
7424source = "registry+https://github.com/rust-lang/crates.io-index"
7425checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
7426dependencies = [
7427 "digest 0.10.7",
7428 "rand_core 0.6.4",
7429]
7430
7431[[package]]
7432name = "signature"
7433version = "3.0.0"
7434source = "registry+https://github.com/rust-lang/crates.io-index"
7435checksum = "28d567dcbaf0049cb8ac2608a76cd95ff9e4412e1899d389ee400918ca7537f5"
7436dependencies = [
7437 "digest 0.11.3",
7438 "rand_core 0.10.1",
7439]
7440
7441[[package]]
7442name = "simd-adler32"
7443version = "0.3.9"
7444source = "registry+https://github.com/rust-lang/crates.io-index"
7445checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
7446
7447[[package]]
7448name = "siphasher"
7449version = "1.0.3"
7450source = "registry+https://github.com/rust-lang/crates.io-index"
7451checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
7452
7453[[package]]
7454name = "sketches-ddsketch"
7455version = "0.4.0"
7456source = "registry+https://github.com/rust-lang/crates.io-index"
7457checksum = "05e40b6cf54d988dc1a2223531b969c9a9e30906ad90ef64890c27b4bfbb46ea"
7458dependencies = [
7459 "serde",
7460]
7461
7462[[package]]
7463name = "slab"
7464version = "0.4.12"
7465source = "registry+https://github.com/rust-lang/crates.io-index"
7466checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
7467
7468[[package]]
7469name = "smallvec"
7470version = "1.15.2"
7471source = "registry+https://github.com/rust-lang/crates.io-index"
7472checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
7473
7474[[package]]
7475name = "smol_str"
7476version = "0.3.6"
7477source = "registry+https://github.com/rust-lang/crates.io-index"
7478checksum = "4aaa7368fcf4852a4c2dd92df0cace6a71f2091ca0a23391ce7f3a31833f1523"
7479dependencies = [
7480 "borsh",
7481 "serde_core",
7482]
7483
7484[[package]]
7485name = "socket2"
7486version = "0.6.4"
7487source = "registry+https://github.com/rust-lang/crates.io-index"
7488checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51"
7489dependencies = [
7490 "libc",
7491 "windows-sys 0.61.2",
7492]
7493
7494[[package]]
7495name = "spin"
7496version = "0.9.8"
7497source = "registry+https://github.com/rust-lang/crates.io-index"
7498checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
7499dependencies = [
7500 "lock_api",
7501]
7502
7503[[package]]
7504name = "spin"
7505version = "0.10.0"
7506source = "registry+https://github.com/rust-lang/crates.io-index"
7507checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
7508
7509[[package]]
7510name = "spinning_top"
7511version = "0.3.0"
7512source = "registry+https://github.com/rust-lang/crates.io-index"
7513checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300"
7514dependencies = [
7515 "lock_api",
7516]
7517
7518[[package]]
7519name = "spki"
7520version = "0.7.3"
7521source = "registry+https://github.com/rust-lang/crates.io-index"
7522checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
7523dependencies = [
7524 "base64ct",
7525 "der 0.7.10",
7526]
7527
7528[[package]]
7529name = "spki"
7530version = "0.8.0"
7531source = "registry+https://github.com/rust-lang/crates.io-index"
7532checksum = "1d9efca8738c78ee9484207732f728b1ef517bbb1833d6fc0879ca898a522f6f"
7533dependencies = [
7534 "base64ct",
7535 "der 0.8.0",
7536]
7537
7538[[package]]
7539name = "sqlite-wasm-rs"
7540version = "0.5.5"
7541source = "registry+https://github.com/rust-lang/crates.io-index"
7542checksum = "dc3efc0da82635d7e1ced0053bbbfa8c7ab9645d0bf36ceb4f7127bb85315d75"
7543dependencies = [
7544 "cc",
7545 "js-sys",
7546 "rsqlite-vfs",
7547 "wasm-bindgen",
7548]
7549
7550[[package]]
7551name = "ssh-cipher"
7552version = "0.3.0-rc.9"
7553source = "registry+https://github.com/rust-lang/crates.io-index"
7554checksum = "10db6f219196a8528f9ec904d9d45cdad692d65b0e57e72be4dedd1c5fddce36"
7555dependencies = [
7556 "aead",
7557 "aes",
7558 "aes-gcm",
7559 "cbc",
7560 "chacha20",
7561 "cipher",
7562 "ctr",
7563 "ctutils",
7564 "des",
7565 "poly1305",
7566 "ssh-encoding",
7567 "zeroize",
7568]
7569
7570[[package]]
7571name = "ssh-encoding"
7572version = "0.3.0-rc.9"
7573source = "registry+https://github.com/rust-lang/crates.io-index"
7574checksum = "7abf34aa716da5d5b4c496936d042ea282ab392092cd68a72ef6a8863ff8c96a"
7575dependencies = [
7576 "base64ct",
7577 "bytes",
7578 "crypto-bigint 0.7.4",
7579 "ctutils",
7580 "digest 0.11.3",
7581 "pem-rfc7468 1.0.0",
7582 "zeroize",
7583]
7584
7585[[package]]
7586name = "ssh-key"
7587version = "0.7.0-rc.10"
7588source = "registry+https://github.com/rust-lang/crates.io-index"
7589checksum = "45735ce3dea95690e4a9e414c4cfde7f79835063c3dcd35881df85a84118e74b"
7590dependencies = [
7591 "argon2",
7592 "bcrypt-pbkdf",
7593 "ctutils",
7594 "ed25519-dalek",
7595 "hex",
7596 "hmac 0.13.0",
7597 "p256 0.14.0-rc.10",
7598 "p384",
7599 "p521",
7600 "rand_core 0.10.1",
7601 "rsa",
7602 "sec1 0.8.1",
7603 "sha1 0.11.0",
7604 "sha2 0.11.0",
7605 "signature 3.0.0",
7606 "ssh-cipher",
7607 "ssh-encoding",
7608 "zeroize",
7609]
7610
7611[[package]]
7612name = "stable_deref_trait"
7613version = "1.2.1"
7614source = "registry+https://github.com/rust-lang/crates.io-index"
7615checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
7616
7617[[package]]
7618name = "static_assertions"
7619version = "1.1.0"
7620source = "registry+https://github.com/rust-lang/crates.io-index"
7621checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
7622
7623[[package]]
7624name = "strsim"
7625version = "0.11.1"
7626source = "registry+https://github.com/rust-lang/crates.io-index"
7627checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
7628
7629[[package]]
7630name = "subtle"
7631version = "2.6.1"
7632source = "registry+https://github.com/rust-lang/crates.io-index"
7633checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
7634
7635[[package]]
7636name = "syn"
7637version = "2.0.118"
7638source = "registry+https://github.com/rust-lang/crates.io-index"
7639checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
7640dependencies = [
7641 "proc-macro2",
7642 "quote",
7643 "unicode-ident",
7644]
7645
7646[[package]]
7647name = "syn"
7648version = "3.0.3"
7649source = "registry+https://github.com/rust-lang/crates.io-index"
7650checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
7651dependencies = [
7652 "proc-macro2",
7653 "quote",
7654 "unicode-ident",
7655]
7656
7657[[package]]
7658name = "sync_wrapper"
7659version = "1.0.2"
7660source = "registry+https://github.com/rust-lang/crates.io-index"
7661checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
7662dependencies = [
7663 "futures-core",
7664]
7665
7666[[package]]
7667name = "synstructure"
7668version = "0.13.2"
7669source = "registry+https://github.com/rust-lang/crates.io-index"
7670checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
7671dependencies = [
7672 "proc-macro2",
7673 "quote",
7674 "syn 2.0.118",
7675]
7676
7677[[package]]
7678name = "system-configuration"
7679version = "0.7.0"
7680source = "registry+https://github.com/rust-lang/crates.io-index"
7681checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
7682dependencies = [
7683 "bitflags 2.13.0",
7684 "core-foundation 0.9.4",
7685 "system-configuration-sys",
7686]
7687
7688[[package]]
7689name = "system-configuration-sys"
7690version = "0.6.0"
7691source = "registry+https://github.com/rust-lang/crates.io-index"
7692checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
7693dependencies = [
7694 "core-foundation-sys",
7695 "libc",
7696]
7697
7698[[package]]
7699name = "tagptr"
7700version = "0.2.0"
7701source = "registry+https://github.com/rust-lang/crates.io-index"
7702checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
7703
7704[[package]]
7705name = "tantivy"
7706version = "0.26.1"
7707source = "registry+https://github.com/rust-lang/crates.io-index"
7708checksum = "edde6a10743fff00a4e1a8c9ef020bf5f3cbad301b7d2d39f2b07f123c4eac07"
7709dependencies = [
7710 "aho-corasick",
7711 "arc-swap",
7712 "base64",
7713 "bitpacking",
7714 "bon",
7715 "byteorder",
7716 "census",
7717 "crc32fast",
7718 "crossbeam-channel",
7719 "datasketches",
7720 "downcast-rs",
7721 "fastdivide",
7722 "fnv",
7723 "fs4",
7724 "htmlescape",
7725 "itertools 0.14.0",
7726 "levenshtein_automata",
7727 "log",
7728 "lru",
7729 "lz4_flex",
7730 "measure_time",
7731 "memmap2",
7732 "once_cell",
7733 "oneshot",
7734 "rayon",
7735 "regex",
7736 "rust-stemmers",
7737 "rustc-hash",
7738 "serde",
7739 "serde_json",
7740 "sketches-ddsketch",
7741 "smallvec",
7742 "tantivy-bitpacker",
7743 "tantivy-columnar",
7744 "tantivy-common",
7745 "tantivy-fst",
7746 "tantivy-query-grammar",
7747 "tantivy-stacker",
7748 "tantivy-tokenizer-api",
7749 "tempfile",
7750 "thiserror 2.0.18",
7751 "time",
7752 "typetag",
7753 "uuid",
7754 "winapi",
7755]
7756
7757[[package]]
7758name = "tantivy-bitpacker"
7759version = "0.10.0"
7760source = "registry+https://github.com/rust-lang/crates.io-index"
7761checksum = "4fed3d674429bcd2de5d0a6d1aa5495fed8afd9c5ecce993019caf7615f53fa4"
7762dependencies = [
7763 "bitpacking",
7764]
7765
7766[[package]]
7767name = "tantivy-columnar"
7768version = "0.7.0"
7769source = "registry+https://github.com/rust-lang/crates.io-index"
7770checksum = "c57166f5bcfd478f370ab8445afb4678dce44801fa5ce5c451aaf8595583c5dc"
7771dependencies = [
7772 "downcast-rs",
7773 "fastdivide",
7774 "itertools 0.14.0",
7775 "serde",
7776 "tantivy-bitpacker",
7777 "tantivy-common",
7778 "tantivy-sstable",
7779 "tantivy-stacker",
7780]
7781
7782[[package]]
7783name = "tantivy-common"
7784version = "0.11.0"
7785source = "registry+https://github.com/rust-lang/crates.io-index"
7786checksum = "bbf10915aa75da3c3b0d58b58853d2e889efbaf32d4982a4c3715dde6bba23e5"
7787dependencies = [
7788 "async-trait",
7789 "byteorder",
7790 "ownedbytes",
7791 "serde",
7792 "time",
7793]
7794
7795[[package]]
7796name = "tantivy-fst"
7797version = "0.5.0"
7798source = "registry+https://github.com/rust-lang/crates.io-index"
7799checksum = "d60769b80ad7953d8a7b2c70cdfe722bbcdcac6bccc8ac934c40c034d866fc18"
7800dependencies = [
7801 "byteorder",
7802 "regex-syntax",
7803 "utf8-ranges",
7804]
7805
7806[[package]]
7807name = "tantivy-query-grammar"
7808version = "0.26.0"
7809source = "registry+https://github.com/rust-lang/crates.io-index"
7810checksum = "dfadb8526b6da90704feb293b0701a6aae62ea14983143344be2dc5ce30f1d82"
7811dependencies = [
7812 "fnv",
7813 "nom",
7814 "ordered-float 5.3.0",
7815 "serde",
7816 "serde_json",
7817]
7818
7819[[package]]
7820name = "tantivy-sstable"
7821version = "0.7.0"
7822source = "registry+https://github.com/rust-lang/crates.io-index"
7823checksum = "8a2cfc3ac5164cbadc28965ffb145a8f47582a60ae5897859ad8d4316596c606"
7824dependencies = [
7825 "futures-util",
7826 "itertools 0.14.0",
7827 "tantivy-bitpacker",
7828 "tantivy-common",
7829 "tantivy-fst",
7830 "zstd",
7831]
7832
7833[[package]]
7834name = "tantivy-stacker"
7835version = "0.7.0"
7836source = "registry+https://github.com/rust-lang/crates.io-index"
7837checksum = "6cbb051742da9d53ca9e8fff43a9b10e319338b24e2c0e15d0372df19ffeb951"
7838dependencies = [
7839 "murmurhash32",
7840 "tantivy-common",
7841]
7842
7843[[package]]
7844name = "tantivy-tokenizer-api"
7845version = "0.7.0"
7846source = "registry+https://github.com/rust-lang/crates.io-index"
7847checksum = "eac258c2c6390673f2685813afeeafcb8c4e0ee7de8dd3fc46838dcc37263f98"
7848dependencies = [
7849 "serde",
7850]
7851
7852[[package]]
7853name = "tar"
7854version = "0.4.46"
7855source = "registry+https://github.com/rust-lang/crates.io-index"
7856checksum = "3f6221d9a6003c78398e3b239969f352578258df48c8eb051caadae0015bc840"
7857dependencies = [
7858 "filetime",
7859 "libc",
7860 "xattr",
7861]
7862
7863[[package]]
7864name = "tempfile"
7865version = "3.27.0"
7866source = "registry+https://github.com/rust-lang/crates.io-index"
7867checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
7868dependencies = [
7869 "fastrand",
7870 "getrandom 0.4.3",
7871 "once_cell",
7872 "rustix",
7873 "windows-sys 0.61.2",
7874]
7875
7876[[package]]
7877name = "terminal_size"
7878version = "0.4.4"
7879source = "registry+https://github.com/rust-lang/crates.io-index"
7880checksum = "230a1b821ccbd75b185820a1f1ff7b14d21da1e442e22c0863ea5f08771a8874"
7881dependencies = [
7882 "rustix",
7883 "windows-sys 0.61.2",
7884]
7885
7886[[package]]
7887name = "thiserror"
7888version = "1.0.69"
7889source = "registry+https://github.com/rust-lang/crates.io-index"
7890checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
7891dependencies = [
7892 "thiserror-impl 1.0.69",
7893]
7894
7895[[package]]
7896name = "thiserror"
7897version = "2.0.18"
7898source = "registry+https://github.com/rust-lang/crates.io-index"
7899checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
7900dependencies = [
7901 "thiserror-impl 2.0.18",
7902]
7903
7904[[package]]
7905name = "thiserror-impl"
7906version = "1.0.69"
7907source = "registry+https://github.com/rust-lang/crates.io-index"
7908checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
7909dependencies = [
7910 "proc-macro2",
7911 "quote",
7912 "syn 2.0.118",
7913]
7914
7915[[package]]
7916name = "thiserror-impl"
7917version = "2.0.18"
7918source = "registry+https://github.com/rust-lang/crates.io-index"
7919checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
7920dependencies = [
7921 "proc-macro2",
7922 "quote",
7923 "syn 2.0.118",
7924]
7925
7926[[package]]
7927name = "thread_local"
7928version = "1.1.9"
7929source = "registry+https://github.com/rust-lang/crates.io-index"
7930checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
7931dependencies = [
7932 "cfg-if",
7933]
7934
7935[[package]]
7936name = "tikv-jemalloc-ctl"
7937version = "0.7.0"
7938source = "registry+https://github.com/rust-lang/crates.io-index"
7939checksum = "3a184c43b8ab2f41df2733b55556e3f5f632f4aeaa205b1bb018f574b7f5f142"
7940dependencies = [
7941 "libc",
7942 "paste",
7943 "tikv-jemalloc-sys",
7944]
7945
7946[[package]]
7947name = "tikv-jemalloc-sys"
7948version = "0.7.1+5.3.1-0-g81034ce1f1373e37dc865038e1bc8eeecf559ce8"
7949source = "registry+https://github.com/rust-lang/crates.io-index"
7950checksum = "1a2825c78386b4ae0314074867860ba9577875de945f05992c38815cbec327f0"
7951dependencies = [
7952 "cc",
7953 "libc",
7954]
7955
7956[[package]]
7957name = "tikv-jemallocator"
7958version = "0.7.0"
7959source = "registry+https://github.com/rust-lang/crates.io-index"
7960checksum = "249f09e49ab1609436f34c776e84231bead18d6a955f119f939bdc1d847561bd"
7961dependencies = [
7962 "libc",
7963 "tikv-jemalloc-sys",
7964]
7965
7966[[package]]
7967name = "time"
7968version = "0.3.49"
7969source = "registry+https://github.com/rust-lang/crates.io-index"
7970checksum = "711a53c2d47bbd818258c498c8dbfe186a2526c631495cfe7e078567f86b8469"
7971dependencies = [
7972 "deranged",
7973 "num-conv",
7974 "powerfmt",
7975 "serde_core",
7976 "time-core",
7977 "time-macros",
7978]
7979
7980[[package]]
7981name = "time-core"
7982version = "0.1.9"
7983source = "registry+https://github.com/rust-lang/crates.io-index"
7984checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
7985
7986[[package]]
7987name = "time-macros"
7988version = "0.2.29"
7989source = "registry+https://github.com/rust-lang/crates.io-index"
7990checksum = "71c652a3727a9cbb9a02f707f530b618ce00d0ccd762009c8c23bd191df3c17d"
7991dependencies = [
7992 "num-conv",
7993 "time-core",
7994]
7995
7996[[package]]
7997name = "tinystr"
7998version = "0.8.3"
7999source = "registry+https://github.com/rust-lang/crates.io-index"
8000checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
8001dependencies = [
8002 "displaydoc",
8003 "zerovec",
8004]
8005
8006[[package]]
8007name = "tinytemplate"
8008version = "1.2.1"
8009source = "registry+https://github.com/rust-lang/crates.io-index"
8010checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
8011dependencies = [
8012 "serde",
8013 "serde_json",
8014]
8015
8016[[package]]
8017name = "tinyvec"
8018version = "1.11.0"
8019source = "registry+https://github.com/rust-lang/crates.io-index"
8020checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
8021dependencies = [
8022 "tinyvec_macros",
8023]
8024
8025[[package]]
8026name = "tinyvec_macros"
8027version = "0.1.1"
8028source = "registry+https://github.com/rust-lang/crates.io-index"
8029checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
8030
8031[[package]]
8032name = "tokio"
8033version = "1.52.3"
8034source = "registry+https://github.com/rust-lang/crates.io-index"
8035checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
8036dependencies = [
8037 "bytes",
8038 "libc",
8039 "mio",
8040 "pin-project-lite",
8041 "signal-hook-registry",
8042 "socket2",
8043 "tokio-macros",
8044 "windows-sys 0.61.2",
8045]
8046
8047[[package]]
8048name = "tokio-macros"
8049version = "2.7.0"
8050source = "registry+https://github.com/rust-lang/crates.io-index"
8051checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
8052dependencies = [
8053 "proc-macro2",
8054 "quote",
8055 "syn 2.0.118",
8056]
8057
8058[[package]]
8059name = "tokio-rustls"
8060version = "0.26.4"
8061source = "registry+https://github.com/rust-lang/crates.io-index"
8062checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
8063dependencies = [
8064 "rustls",
8065 "tokio",
8066]
8067
8068[[package]]
8069name = "tokio-stream"
8070version = "0.1.18"
8071source = "registry+https://github.com/rust-lang/crates.io-index"
8072checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
8073dependencies = [
8074 "futures-core",
8075 "pin-project-lite",
8076 "tokio",
8077]
8078
8079[[package]]
8080name = "tokio-tungstenite"
8081version = "0.24.0"
8082source = "registry+https://github.com/rust-lang/crates.io-index"
8083checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9"
8084dependencies = [
8085 "futures-util",
8086 "log",
8087 "rustls",
8088 "rustls-native-certs",
8089 "rustls-pki-types",
8090 "tokio",
8091 "tokio-rustls",
8092 "tungstenite 0.24.0",
8093]
8094
8095[[package]]
8096name = "tokio-tungstenite"
8097version = "0.29.0"
8098source = "registry+https://github.com/rust-lang/crates.io-index"
8099checksum = "8f72a05e828585856dacd553fba484c242c46e391fb0e58917c942ee9202915c"
8100dependencies = [
8101 "futures-util",
8102 "log",
8103 "rustls",
8104 "rustls-pki-types",
8105 "tokio",
8106 "tokio-rustls",
8107 "tungstenite 0.29.0",
8108 "webpki-roots 0.26.11",
8109]
8110
8111[[package]]
8112name = "tokio-tungstenite-wasm"
8113version = "0.4.0"
8114source = "registry+https://github.com/rust-lang/crates.io-index"
8115checksum = "e21a5c399399c3db9f08d8297ac12b500e86bca82e930253fdc62eaf9c0de6ae"
8116dependencies = [
8117 "futures-channel",
8118 "futures-util",
8119 "http",
8120 "httparse",
8121 "js-sys",
8122 "rustls",
8123 "thiserror 1.0.69",
8124 "tokio",
8125 "tokio-tungstenite 0.24.0",
8126 "wasm-bindgen",
8127 "web-sys",
8128]
8129
8130[[package]]
8131name = "tokio-util"
8132version = "0.7.18"
8133source = "registry+https://github.com/rust-lang/crates.io-index"
8134checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
8135dependencies = [
8136 "bytes",
8137 "futures-core",
8138 "futures-sink",
8139 "futures-util",
8140 "pin-project-lite",
8141 "tokio",
8142]
8143
8144[[package]]
8145name = "tokio-vsock"
8146version = "0.7.2"
8147source = "registry+https://github.com/rust-lang/crates.io-index"
8148checksum = "8b319ef9394889dab2e1b4f0085b45ba11d0c79dc9d1a9d1afc057d009d0f1c7"
8149dependencies = [
8150 "bytes",
8151 "futures",
8152 "libc",
8153 "tokio",
8154 "vsock",
8155]
8156
8157[[package]]
8158name = "toml"
8159version = "0.9.12+spec-1.1.0"
8160source = "registry+https://github.com/rust-lang/crates.io-index"
8161checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863"
8162dependencies = [
8163 "indexmap",
8164 "serde_core",
8165 "serde_spanned",
8166 "toml_datetime",
8167 "toml_parser",
8168 "toml_writer",
8169 "winnow 0.7.15",
8170]
8171
8172[[package]]
8173name = "toml_datetime"
8174version = "0.7.5+spec-1.1.0"
8175source = "registry+https://github.com/rust-lang/crates.io-index"
8176checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
8177dependencies = [
8178 "serde_core",
8179]
8180
8181[[package]]
8182name = "toml_parser"
8183version = "1.1.2+spec-1.1.0"
8184source = "registry+https://github.com/rust-lang/crates.io-index"
8185checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
8186dependencies = [
8187 "winnow 1.0.3",
8188]
8189
8190[[package]]
8191name = "toml_writer"
8192version = "1.1.1+spec-1.1.0"
8193source = "registry+https://github.com/rust-lang/crates.io-index"
8194checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db"
8195
8196[[package]]
8197name = "tower"
8198version = "0.5.3"
8199source = "registry+https://github.com/rust-lang/crates.io-index"
8200checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
8201dependencies = [
8202 "futures-core",
8203 "futures-util",
8204 "pin-project-lite",
8205 "sync_wrapper",
8206 "tokio",
8207 "tokio-util",
8208 "tower-layer",
8209 "tower-service",
8210 "tracing",
8211]
8212
8213[[package]]
8214name = "tower-http"
8215version = "0.6.11"
8216source = "registry+https://github.com/rust-lang/crates.io-index"
8217checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
8218dependencies = [
8219 "async-compression",
8220 "bitflags 2.13.0",
8221 "bytes",
8222 "futures-core",
8223 "futures-util",
8224 "http",
8225 "http-body",
8226 "http-body-util",
8227 "pin-project-lite",
8228 "tokio",
8229 "tokio-util",
8230 "tower",
8231 "tower-layer",
8232 "tower-service",
8233 "url",
8234]
8235
8236[[package]]
8237name = "tower-http"
8238version = "0.7.0"
8239source = "registry+https://github.com/rust-lang/crates.io-index"
8240checksum = "b11f75e912b0c2be01b63d8cf8057b8c3f97cf34abb3d431a3a4c8675498e233"
8241dependencies = [
8242 "async-compression",
8243 "bitflags 2.13.0",
8244 "bytes",
8245 "futures-core",
8246 "futures-util",
8247 "http",
8248 "http-body",
8249 "http-body-util",
8250 "http-range-header",
8251 "httpdate",
8252 "mime",
8253 "mime_guess",
8254 "percent-encoding",
8255 "pin-project-lite",
8256 "tokio",
8257 "tokio-util",
8258 "tower-layer",
8259 "tower-service",
8260 "tracing",
8261]
8262
8263[[package]]
8264name = "tower-layer"
8265version = "0.3.3"
8266source = "registry+https://github.com/rust-lang/crates.io-index"
8267checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
8268
8269[[package]]
8270name = "tower-service"
8271version = "0.3.3"
8272source = "registry+https://github.com/rust-lang/crates.io-index"
8273checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
8274
8275[[package]]
8276name = "tower_governor"
8277version = "0.8.0"
8278source = "registry+https://github.com/rust-lang/crates.io-index"
8279checksum = "44de9b94d849d3c46e06a883d72d408c2de6403367b39df2b1c9d9e7b6736fe6"
8280dependencies = [
8281 "axum",
8282 "forwarded-header-value",
8283 "governor",
8284 "http",
8285 "pin-project",
8286 "thiserror 2.0.18",
8287 "tower",
8288 "tracing",
8289]
8290
8291[[package]]
8292name = "tracing"
8293version = "0.1.44"
8294source = "registry+https://github.com/rust-lang/crates.io-index"
8295checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
8296dependencies = [
8297 "log",
8298 "pin-project-lite",
8299 "tracing-attributes",
8300 "tracing-core",
8301]
8302
8303[[package]]
8304name = "tracing-attributes"
8305version = "0.1.31"
8306source = "registry+https://github.com/rust-lang/crates.io-index"
8307checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
8308dependencies = [
8309 "proc-macro2",
8310 "quote",
8311 "syn 2.0.118",
8312]
8313
8314[[package]]
8315name = "tracing-core"
8316version = "0.1.36"
8317source = "registry+https://github.com/rust-lang/crates.io-index"
8318checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
8319dependencies = [
8320 "once_cell",
8321 "valuable",
8322]
8323
8324[[package]]
8325name = "tracing-log"
8326version = "0.2.0"
8327source = "registry+https://github.com/rust-lang/crates.io-index"
8328checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
8329dependencies = [
8330 "log",
8331 "once_cell",
8332 "tracing-core",
8333]
8334
8335[[package]]
8336name = "tracing-serde"
8337version = "0.2.0"
8338source = "registry+https://github.com/rust-lang/crates.io-index"
8339checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
8340dependencies = [
8341 "serde",
8342 "tracing-core",
8343]
8344
8345[[package]]
8346name = "tracing-subscriber"
8347version = "0.3.23"
8348source = "registry+https://github.com/rust-lang/crates.io-index"
8349checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
8350dependencies = [
8351 "matchers",
8352 "nu-ansi-term",
8353 "once_cell",
8354 "regex-automata",
8355 "serde",
8356 "serde_json",
8357 "sharded-slab",
8358 "smallvec",
8359 "thread_local",
8360 "tracing",
8361 "tracing-core",
8362 "tracing-log",
8363 "tracing-serde",
8364]
8365
8366[[package]]
8367name = "trait-variant"
8368version = "0.1.2"
8369source = "registry+https://github.com/rust-lang/crates.io-index"
8370checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
8371dependencies = [
8372 "proc-macro2",
8373 "quote",
8374 "syn 2.0.118",
8375]
8376
8377[[package]]
8378name = "trusted-proxies"
8379version = "0.0.1"
8380dependencies = [
8381 "ipnet",
8382 "thiserror 2.0.18",
8383]
8384
8385[[package]]
8386name = "try-lock"
8387version = "0.2.5"
8388source = "registry+https://github.com/rust-lang/crates.io-index"
8389checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
8390
8391[[package]]
8392name = "tungstenite"
8393version = "0.24.0"
8394source = "registry+https://github.com/rust-lang/crates.io-index"
8395checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
8396dependencies = [
8397 "byteorder",
8398 "bytes",
8399 "data-encoding",
8400 "http",
8401 "httparse",
8402 "log",
8403 "rand 0.8.6",
8404 "rustls",
8405 "rustls-pki-types",
8406 "sha1 0.10.6",
8407 "thiserror 1.0.69",
8408 "utf-8",
8409]
8410
8411[[package]]
8412name = "tungstenite"
8413version = "0.29.0"
8414source = "registry+https://github.com/rust-lang/crates.io-index"
8415checksum = "6c01152af293afb9c7c2a57e4b559c5620b421f6d133261c60dd2d0cdb38e6b8"
8416dependencies = [
8417 "bytes",
8418 "data-encoding",
8419 "http",
8420 "httparse",
8421 "log",
8422 "rand 0.9.4",
8423 "rustls",
8424 "rustls-pki-types",
8425 "sha1 0.10.6",
8426 "thiserror 2.0.18",
8427]
8428
8429[[package]]
8430name = "typed-arena"
8431version = "2.0.2"
8432source = "registry+https://github.com/rust-lang/crates.io-index"
8433checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a"
8434
8435[[package]]
8436name = "typeid"
8437version = "1.0.3"
8438source = "registry+https://github.com/rust-lang/crates.io-index"
8439checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
8440
8441[[package]]
8442name = "typenum"
8443version = "1.20.1"
8444source = "registry+https://github.com/rust-lang/crates.io-index"
8445checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
8446
8447[[package]]
8448name = "typetag"
8449version = "0.2.23"
8450source = "registry+https://github.com/rust-lang/crates.io-index"
8451checksum = "c90e86058a30d42a1a928dfb4b49bb33c98c3a2b4909492e6b0881cd94798ec2"
8452dependencies = [
8453 "erased-serde",
8454 "inventory",
8455 "once_cell",
8456 "serde",
8457 "typetag-impl",
8458]
8459
8460[[package]]
8461name = "typetag-impl"
8462version = "0.2.23"
8463source = "registry+https://github.com/rust-lang/crates.io-index"
8464checksum = "f153acc4e99a5f2a5aefa09fb078be54e26271b2813f6041200b224c098d8328"
8465dependencies = [
8466 "proc-macro2",
8467 "quote",
8468 "syn 3.0.3",
8469]
8470
8471[[package]]
8472name = "uluru"
8473version = "3.1.0"
8474source = "registry+https://github.com/rust-lang/crates.io-index"
8475checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
8476dependencies = [
8477 "arrayvec",
8478]
8479
8480[[package]]
8481name = "unarray"
8482version = "0.1.4"
8483source = "registry+https://github.com/rust-lang/crates.io-index"
8484checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
8485
8486[[package]]
8487name = "unicase"
8488version = "2.9.0"
8489source = "registry+https://github.com/rust-lang/crates.io-index"
8490checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
8491
8492[[package]]
8493name = "unicode-bom"
8494version = "2.0.3"
8495source = "registry+https://github.com/rust-lang/crates.io-index"
8496checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
8497
8498[[package]]
8499name = "unicode-ident"
8500version = "1.0.24"
8501source = "registry+https://github.com/rust-lang/crates.io-index"
8502checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
8503
8504[[package]]
8505name = "unicode-normalization"
8506version = "0.1.25"
8507source = "registry+https://github.com/rust-lang/crates.io-index"
8508checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
8509dependencies = [
8510 "tinyvec",
8511]
8512
8513[[package]]
8514name = "unicode-segmentation"
8515version = "1.13.3"
8516source = "registry+https://github.com/rust-lang/crates.io-index"
8517checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
8518
8519[[package]]
8520name = "unicode-width"
8521version = "0.1.14"
8522source = "registry+https://github.com/rust-lang/crates.io-index"
8523checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
8524
8525[[package]]
8526name = "unicode-xid"
8527version = "0.2.6"
8528source = "registry+https://github.com/rust-lang/crates.io-index"
8529checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
8530
8531[[package]]
8532name = "universal-hash"
8533version = "0.6.1"
8534source = "registry+https://github.com/rust-lang/crates.io-index"
8535checksum = "f4987bdc12753382e0bec4a65c50738ffaabc998b9cdd1f952fb5f39b0048a96"
8536dependencies = [
8537 "crypto-common 0.2.2",
8538 "ctutils",
8539]
8540
8541[[package]]
8542name = "unsafe-libyaml"
8543version = "0.2.11"
8544source = "registry+https://github.com/rust-lang/crates.io-index"
8545checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
8546
8547[[package]]
8548name = "unsafe-libyaml-norway"
8549version = "0.2.15"
8550source = "registry+https://github.com/rust-lang/crates.io-index"
8551checksum = "b39abd59bf32521c7f2301b52d05a6a2c975b6003521cbd0c6dc1582f0a22104"
8552
8553[[package]]
8554name = "unsigned-varint"
8555version = "0.8.0"
8556source = "registry+https://github.com/rust-lang/crates.io-index"
8557checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
8558
8559[[package]]
8560name = "untrusted"
8561version = "0.7.1"
8562source = "registry+https://github.com/rust-lang/crates.io-index"
8563checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
8564
8565[[package]]
8566name = "untrusted"
8567version = "0.9.0"
8568source = "registry+https://github.com/rust-lang/crates.io-index"
8569checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
8570
8571[[package]]
8572name = "url"
8573version = "2.5.8"
8574source = "registry+https://github.com/rust-lang/crates.io-index"
8575checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
8576dependencies = [
8577 "form_urlencoded",
8578 "idna",
8579 "percent-encoding",
8580 "serde",
8581 "serde_derive",
8582]
8583
8584[[package]]
8585name = "utf-8"
8586version = "0.7.6"
8587source = "registry+https://github.com/rust-lang/crates.io-index"
8588checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
8589
8590[[package]]
8591name = "utf8-ranges"
8592version = "1.0.5"
8593source = "registry+https://github.com/rust-lang/crates.io-index"
8594checksum = "7fcfc827f90e53a02eaef5e535ee14266c1d569214c6aa70133a624d8a3164ba"
8595
8596[[package]]
8597name = "utf8_iter"
8598version = "1.0.4"
8599source = "registry+https://github.com/rust-lang/crates.io-index"
8600checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
8601
8602[[package]]
8603name = "utf8parse"
8604version = "0.2.2"
8605source = "registry+https://github.com/rust-lang/crates.io-index"
8606checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
8607
8608[[package]]
8609name = "uuid"
8610version = "1.23.3"
8611source = "registry+https://github.com/rust-lang/crates.io-index"
8612checksum = "144d6b123cef80b301b8f72a9e2ca4370ddec21950d0a103dd22c437006d2db7"
8613dependencies = [
8614 "getrandom 0.4.3",
8615 "js-sys",
8616 "serde_core",
8617 "wasm-bindgen",
8618]
8619
8620[[package]]
8621name = "valuable"
8622version = "0.1.1"
8623source = "registry+https://github.com/rust-lang/crates.io-index"
8624checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
8625
8626[[package]]
8627name = "vcpkg"
8628version = "0.2.15"
8629source = "registry+https://github.com/rust-lang/crates.io-index"
8630checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
8631
8632[[package]]
8633name = "version_check"
8634version = "0.9.5"
8635source = "registry+https://github.com/rust-lang/crates.io-index"
8636checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
8637
8638[[package]]
8639name = "vsock"
8640version = "0.5.4"
8641source = "registry+https://github.com/rust-lang/crates.io-index"
8642checksum = "6ba782755fc073877e567c2253c0be48e4aa9a254c232d36d3985dfae0bd5205"
8643dependencies = [
8644 "libc",
8645 "nix",
8646]
8647
8648[[package]]
8649name = "wait-timeout"
8650version = "0.2.1"
8651source = "registry+https://github.com/rust-lang/crates.io-index"
8652checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
8653dependencies = [
8654 "libc",
8655]
8656
8657[[package]]
8658name = "walkdir"
8659version = "2.5.0"
8660source = "registry+https://github.com/rust-lang/crates.io-index"
8661checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
8662dependencies = [
8663 "same-file",
8664 "winapi-util",
8665]
8666
8667[[package]]
8668name = "want"
8669version = "0.3.1"
8670source = "registry+https://github.com/rust-lang/crates.io-index"
8671checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
8672dependencies = [
8673 "try-lock",
8674]
8675
8676[[package]]
8677name = "wasi"
8678version = "0.11.1+wasi-snapshot-preview1"
8679source = "registry+https://github.com/rust-lang/crates.io-index"
8680checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
8681
8682[[package]]
8683name = "wasip2"
8684version = "1.0.4+wasi-0.2.12"
8685source = "registry+https://github.com/rust-lang/crates.io-index"
8686checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
8687dependencies = [
8688 "wit-bindgen",
8689]
8690
8691[[package]]
8692name = "wasm-bindgen"
8693version = "0.2.125"
8694source = "registry+https://github.com/rust-lang/crates.io-index"
8695checksum = "8ddb3f79143bced6de84270411622a2699cee572fc0875aeaf1e7867cf9fca1a"
8696dependencies = [
8697 "cfg-if",
8698 "once_cell",
8699 "rustversion",
8700 "wasm-bindgen-macro",
8701 "wasm-bindgen-shared",
8702]
8703
8704[[package]]
8705name = "wasm-bindgen-futures"
8706version = "0.4.75"
8707source = "registry+https://github.com/rust-lang/crates.io-index"
8708checksum = "503b14d284f2c8dac03b819967e155ea753f573586193b2b2c95990cb5d69280"
8709dependencies = [
8710 "js-sys",
8711 "wasm-bindgen",
8712]
8713
8714[[package]]
8715name = "wasm-bindgen-macro"
8716version = "0.2.125"
8717source = "registry+https://github.com/rust-lang/crates.io-index"
8718checksum = "4e21a184b13fb19e157296e2c46056aec9092264fab83e4ba59e68c61b323c3d"
8719dependencies = [
8720 "quote",
8721 "wasm-bindgen-macro-support",
8722]
8723
8724[[package]]
8725name = "wasm-bindgen-macro-support"
8726version = "0.2.125"
8727source = "registry+https://github.com/rust-lang/crates.io-index"
8728checksum = "fecefd9c35bd935a20fc3fc344b5f29138961e4f47fb03297d88f2587afb5ebd"
8729dependencies = [
8730 "bumpalo",
8731 "proc-macro2",
8732 "quote",
8733 "syn 2.0.118",
8734 "wasm-bindgen-shared",
8735]
8736
8737[[package]]
8738name = "wasm-bindgen-shared"
8739version = "0.2.125"
8740source = "registry+https://github.com/rust-lang/crates.io-index"
8741checksum = "23939e44bb9a5d7576fa2b563dc2e136628f1224e88a8deed09e04858b77871f"
8742dependencies = [
8743 "unicode-ident",
8744]
8745
8746[[package]]
8747name = "wasm-streams"
8748version = "0.4.2"
8749source = "registry+https://github.com/rust-lang/crates.io-index"
8750checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
8751dependencies = [
8752 "futures-util",
8753 "js-sys",
8754 "wasm-bindgen",
8755 "wasm-bindgen-futures",
8756 "web-sys",
8757]
8758
8759[[package]]
8760name = "web-sys"
8761version = "0.3.102"
8762source = "registry+https://github.com/rust-lang/crates.io-index"
8763checksum = "a6430a72df5eb332242960fe84b3002a241163998241eb596d4f739b9757061d"
8764dependencies = [
8765 "js-sys",
8766 "wasm-bindgen",
8767]
8768
8769[[package]]
8770name = "web-time"
8771version = "1.1.0"
8772source = "registry+https://github.com/rust-lang/crates.io-index"
8773checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
8774dependencies = [
8775 "js-sys",
8776 "wasm-bindgen",
8777]
8778
8779[[package]]
8780name = "webpki-root-certs"
8781version = "1.0.8"
8782source = "registry+https://github.com/rust-lang/crates.io-index"
8783checksum = "0d46a5a140e6f7afeccd8eae97eff335163939eac8b929834875168b29b3d267"
8784dependencies = [
8785 "rustls-pki-types",
8786]
8787
8788[[package]]
8789name = "webpki-roots"
8790version = "0.26.11"
8791source = "registry+https://github.com/rust-lang/crates.io-index"
8792checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
8793dependencies = [
8794 "webpki-roots 1.0.8",
8795]
8796
8797[[package]]
8798name = "webpki-roots"
8799version = "1.0.8"
8800source = "registry+https://github.com/rust-lang/crates.io-index"
8801checksum = "bf85cb06032201fa7c6f829d7db5a7e5aa45bcc0655327713065f6f0576731bf"
8802dependencies = [
8803 "rustls-pki-types",
8804]
8805
8806[[package]]
8807name = "widestring"
8808version = "1.2.1"
8809source = "registry+https://github.com/rust-lang/crates.io-index"
8810checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
8811
8812[[package]]
8813name = "winapi"
8814version = "0.3.9"
8815source = "registry+https://github.com/rust-lang/crates.io-index"
8816checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
8817dependencies = [
8818 "winapi-i686-pc-windows-gnu",
8819 "winapi-x86_64-pc-windows-gnu",
8820]
8821
8822[[package]]
8823name = "winapi-i686-pc-windows-gnu"
8824version = "0.4.0"
8825source = "registry+https://github.com/rust-lang/crates.io-index"
8826checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
8827
8828[[package]]
8829name = "winapi-util"
8830version = "0.1.11"
8831source = "registry+https://github.com/rust-lang/crates.io-index"
8832checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
8833dependencies = [
8834 "windows-sys 0.61.2",
8835]
8836
8837[[package]]
8838name = "winapi-x86_64-pc-windows-gnu"
8839version = "0.4.0"
8840source = "registry+https://github.com/rust-lang/crates.io-index"
8841checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
8842
8843[[package]]
8844name = "windows"
8845version = "0.62.2"
8846source = "registry+https://github.com/rust-lang/crates.io-index"
8847checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
8848dependencies = [
8849 "windows-collections",
8850 "windows-core",
8851 "windows-future",
8852 "windows-numerics",
8853]
8854
8855[[package]]
8856name = "windows-collections"
8857version = "0.3.2"
8858source = "registry+https://github.com/rust-lang/crates.io-index"
8859checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
8860dependencies = [
8861 "windows-core",
8862]
8863
8864[[package]]
8865name = "windows-core"
8866version = "0.62.2"
8867source = "registry+https://github.com/rust-lang/crates.io-index"
8868checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
8869dependencies = [
8870 "windows-implement",
8871 "windows-interface",
8872 "windows-link",
8873 "windows-result",
8874 "windows-strings",
8875]
8876
8877[[package]]
8878name = "windows-future"
8879version = "0.3.2"
8880source = "registry+https://github.com/rust-lang/crates.io-index"
8881checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
8882dependencies = [
8883 "windows-core",
8884 "windows-link",
8885 "windows-threading",
8886]
8887
8888[[package]]
8889name = "windows-implement"
8890version = "0.60.2"
8891source = "registry+https://github.com/rust-lang/crates.io-index"
8892checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
8893dependencies = [
8894 "proc-macro2",
8895 "quote",
8896 "syn 2.0.118",
8897]
8898
8899[[package]]
8900name = "windows-interface"
8901version = "0.59.3"
8902source = "registry+https://github.com/rust-lang/crates.io-index"
8903checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
8904dependencies = [
8905 "proc-macro2",
8906 "quote",
8907 "syn 2.0.118",
8908]
8909
8910[[package]]
8911name = "windows-link"
8912version = "0.2.1"
8913source = "registry+https://github.com/rust-lang/crates.io-index"
8914checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
8915
8916[[package]]
8917name = "windows-numerics"
8918version = "0.3.1"
8919source = "registry+https://github.com/rust-lang/crates.io-index"
8920checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
8921dependencies = [
8922 "windows-core",
8923 "windows-link",
8924]
8925
8926[[package]]
8927name = "windows-registry"
8928version = "0.6.1"
8929source = "registry+https://github.com/rust-lang/crates.io-index"
8930checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
8931dependencies = [
8932 "windows-link",
8933 "windows-result",
8934 "windows-strings",
8935]
8936
8937[[package]]
8938name = "windows-result"
8939version = "0.4.1"
8940source = "registry+https://github.com/rust-lang/crates.io-index"
8941checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
8942dependencies = [
8943 "windows-link",
8944]
8945
8946[[package]]
8947name = "windows-strings"
8948version = "0.5.1"
8949source = "registry+https://github.com/rust-lang/crates.io-index"
8950checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
8951dependencies = [
8952 "windows-link",
8953]
8954
8955[[package]]
8956name = "windows-sys"
8957version = "0.45.0"
8958source = "registry+https://github.com/rust-lang/crates.io-index"
8959checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
8960dependencies = [
8961 "windows-targets 0.42.2",
8962]
8963
8964[[package]]
8965name = "windows-sys"
8966version = "0.52.0"
8967source = "registry+https://github.com/rust-lang/crates.io-index"
8968checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
8969dependencies = [
8970 "windows-targets 0.52.6",
8971]
8972
8973[[package]]
8974name = "windows-sys"
8975version = "0.59.0"
8976source = "registry+https://github.com/rust-lang/crates.io-index"
8977checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
8978dependencies = [
8979 "windows-targets 0.52.6",
8980]
8981
8982[[package]]
8983name = "windows-sys"
8984version = "0.60.2"
8985source = "registry+https://github.com/rust-lang/crates.io-index"
8986checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
8987dependencies = [
8988 "windows-targets 0.53.5",
8989]
8990
8991[[package]]
8992name = "windows-sys"
8993version = "0.61.2"
8994source = "registry+https://github.com/rust-lang/crates.io-index"
8995checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
8996dependencies = [
8997 "windows-link",
8998]
8999
9000[[package]]
9001name = "windows-targets"
9002version = "0.42.2"
9003source = "registry+https://github.com/rust-lang/crates.io-index"
9004checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
9005dependencies = [
9006 "windows_aarch64_gnullvm 0.42.2",
9007 "windows_aarch64_msvc 0.42.2",
9008 "windows_i686_gnu 0.42.2",
9009 "windows_i686_msvc 0.42.2",
9010 "windows_x86_64_gnu 0.42.2",
9011 "windows_x86_64_gnullvm 0.42.2",
9012 "windows_x86_64_msvc 0.42.2",
9013]
9014
9015[[package]]
9016name = "windows-targets"
9017version = "0.52.6"
9018source = "registry+https://github.com/rust-lang/crates.io-index"
9019checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
9020dependencies = [
9021 "windows_aarch64_gnullvm 0.52.6",
9022 "windows_aarch64_msvc 0.52.6",
9023 "windows_i686_gnu 0.52.6",
9024 "windows_i686_gnullvm 0.52.6",
9025 "windows_i686_msvc 0.52.6",
9026 "windows_x86_64_gnu 0.52.6",
9027 "windows_x86_64_gnullvm 0.52.6",
9028 "windows_x86_64_msvc 0.52.6",
9029]
9030
9031[[package]]
9032name = "windows-targets"
9033version = "0.53.5"
9034source = "registry+https://github.com/rust-lang/crates.io-index"
9035checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
9036dependencies = [
9037 "windows-link",
9038 "windows_aarch64_gnullvm 0.53.1",
9039 "windows_aarch64_msvc 0.53.1",
9040 "windows_i686_gnu 0.53.1",
9041 "windows_i686_gnullvm 0.53.1",
9042 "windows_i686_msvc 0.53.1",
9043 "windows_x86_64_gnu 0.53.1",
9044 "windows_x86_64_gnullvm 0.53.1",
9045 "windows_x86_64_msvc 0.53.1",
9046]
9047
9048[[package]]
9049name = "windows-threading"
9050version = "0.2.1"
9051source = "registry+https://github.com/rust-lang/crates.io-index"
9052checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
9053dependencies = [
9054 "windows-link",
9055]
9056
9057[[package]]
9058name = "windows_aarch64_gnullvm"
9059version = "0.42.2"
9060source = "registry+https://github.com/rust-lang/crates.io-index"
9061checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
9062
9063[[package]]
9064name = "windows_aarch64_gnullvm"
9065version = "0.52.6"
9066source = "registry+https://github.com/rust-lang/crates.io-index"
9067checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
9068
9069[[package]]
9070name = "windows_aarch64_gnullvm"
9071version = "0.53.1"
9072source = "registry+https://github.com/rust-lang/crates.io-index"
9073checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
9074
9075[[package]]
9076name = "windows_aarch64_msvc"
9077version = "0.42.2"
9078source = "registry+https://github.com/rust-lang/crates.io-index"
9079checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
9080
9081[[package]]
9082name = "windows_aarch64_msvc"
9083version = "0.52.6"
9084source = "registry+https://github.com/rust-lang/crates.io-index"
9085checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
9086
9087[[package]]
9088name = "windows_aarch64_msvc"
9089version = "0.53.1"
9090source = "registry+https://github.com/rust-lang/crates.io-index"
9091checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
9092
9093[[package]]
9094name = "windows_i686_gnu"
9095version = "0.42.2"
9096source = "registry+https://github.com/rust-lang/crates.io-index"
9097checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
9098
9099[[package]]
9100name = "windows_i686_gnu"
9101version = "0.52.6"
9102source = "registry+https://github.com/rust-lang/crates.io-index"
9103checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
9104
9105[[package]]
9106name = "windows_i686_gnu"
9107version = "0.53.1"
9108source = "registry+https://github.com/rust-lang/crates.io-index"
9109checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
9110
9111[[package]]
9112name = "windows_i686_gnullvm"
9113version = "0.52.6"
9114source = "registry+https://github.com/rust-lang/crates.io-index"
9115checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
9116
9117[[package]]
9118name = "windows_i686_gnullvm"
9119version = "0.53.1"
9120source = "registry+https://github.com/rust-lang/crates.io-index"
9121checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
9122
9123[[package]]
9124name = "windows_i686_msvc"
9125version = "0.42.2"
9126source = "registry+https://github.com/rust-lang/crates.io-index"
9127checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
9128
9129[[package]]
9130name = "windows_i686_msvc"
9131version = "0.52.6"
9132source = "registry+https://github.com/rust-lang/crates.io-index"
9133checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
9134
9135[[package]]
9136name = "windows_i686_msvc"
9137version = "0.53.1"
9138source = "registry+https://github.com/rust-lang/crates.io-index"
9139checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
9140
9141[[package]]
9142name = "windows_x86_64_gnu"
9143version = "0.42.2"
9144source = "registry+https://github.com/rust-lang/crates.io-index"
9145checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
9146
9147[[package]]
9148name = "windows_x86_64_gnu"
9149version = "0.52.6"
9150source = "registry+https://github.com/rust-lang/crates.io-index"
9151checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
9152
9153[[package]]
9154name = "windows_x86_64_gnu"
9155version = "0.53.1"
9156source = "registry+https://github.com/rust-lang/crates.io-index"
9157checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
9158
9159[[package]]
9160name = "windows_x86_64_gnullvm"
9161version = "0.42.2"
9162source = "registry+https://github.com/rust-lang/crates.io-index"
9163checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
9164
9165[[package]]
9166name = "windows_x86_64_gnullvm"
9167version = "0.52.6"
9168source = "registry+https://github.com/rust-lang/crates.io-index"
9169checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
9170
9171[[package]]
9172name = "windows_x86_64_gnullvm"
9173version = "0.53.1"
9174source = "registry+https://github.com/rust-lang/crates.io-index"
9175checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
9176
9177[[package]]
9178name = "windows_x86_64_msvc"
9179version = "0.42.2"
9180source = "registry+https://github.com/rust-lang/crates.io-index"
9181checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
9182
9183[[package]]
9184name = "windows_x86_64_msvc"
9185version = "0.52.6"
9186source = "registry+https://github.com/rust-lang/crates.io-index"
9187checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
9188
9189[[package]]
9190name = "windows_x86_64_msvc"
9191version = "0.53.1"
9192source = "registry+https://github.com/rust-lang/crates.io-index"
9193checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
9194
9195[[package]]
9196name = "winnow"
9197version = "0.7.15"
9198source = "registry+https://github.com/rust-lang/crates.io-index"
9199checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
9200
9201[[package]]
9202name = "winnow"
9203version = "1.0.3"
9204source = "registry+https://github.com/rust-lang/crates.io-index"
9205checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1"
9206
9207[[package]]
9208name = "wiremock"
9209version = "0.6.5"
9210source = "registry+https://github.com/rust-lang/crates.io-index"
9211checksum = "08db1edfb05d9b3c1542e521aea074442088292f00b5f28e435c714a98f85031"
9212dependencies = [
9213 "assert-json-diff",
9214 "base64",
9215 "deadpool",
9216 "futures",
9217 "http",
9218 "http-body-util",
9219 "hyper",
9220 "hyper-util",
9221 "log",
9222 "once_cell",
9223 "regex",
9224 "serde",
9225 "serde_json",
9226 "tokio",
9227 "url",
9228]
9229
9230[[package]]
9231name = "wit-bindgen"
9232version = "0.57.1"
9233source = "registry+https://github.com/rust-lang/crates.io-index"
9234checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
9235
9236[[package]]
9237name = "writeable"
9238version = "0.6.3"
9239source = "registry+https://github.com/rust-lang/crates.io-index"
9240checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
9241
9242[[package]]
9243name = "x509-parser"
9244version = "0.16.0"
9245source = "registry+https://github.com/rust-lang/crates.io-index"
9246checksum = "fcbc162f30700d6f3f82a24bf7cc62ffe7caea42c0b2cba8bf7f3ae50cf51f69"
9247dependencies = [
9248 "asn1-rs 0.6.2",
9249 "data-encoding",
9250 "der-parser 9.0.0",
9251 "lazy_static",
9252 "nom",
9253 "oid-registry 0.7.1",
9254 "rusticata-macros",
9255 "thiserror 1.0.69",
9256 "time",
9257]
9258
9259[[package]]
9260name = "x509-parser"
9261version = "0.18.1"
9262source = "registry+https://github.com/rust-lang/crates.io-index"
9263checksum = "d43b0f71ce057da06bc0851b23ee24f3f86190b07203dd8f567d0b706a185202"
9264dependencies = [
9265 "asn1-rs 0.7.2",
9266 "aws-lc-rs",
9267 "data-encoding",
9268 "der-parser 10.0.0",
9269 "lazy_static",
9270 "nom",
9271 "oid-registry 0.8.1",
9272 "rusticata-macros",
9273 "thiserror 2.0.18",
9274 "time",
9275]
9276
9277[[package]]
9278name = "xattr"
9279version = "1.6.1"
9280source = "registry+https://github.com/rust-lang/crates.io-index"
9281checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156"
9282dependencies = [
9283 "libc",
9284 "rustix",
9285]
9286
9287[[package]]
9288name = "yasna"
9289version = "0.5.2"
9290source = "registry+https://github.com/rust-lang/crates.io-index"
9291checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
9292dependencies = [
9293 "time",
9294]
9295
9296[[package]]
9297name = "yasna"
9298version = "0.6.0"
9299source = "registry+https://github.com/rust-lang/crates.io-index"
9300checksum = "b5f6765e852b9b4dc8e2a76843e4d64d1cea8e79bcde0b6901aea8e7c7f08282"
9301dependencies = [
9302 "bit-vec 0.9.1",
9303 "time",
9304]
9305
9306[[package]]
9307name = "yoke"
9308version = "0.8.3"
9309source = "registry+https://github.com/rust-lang/crates.io-index"
9310checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
9311dependencies = [
9312 "stable_deref_trait",
9313 "yoke-derive",
9314 "zerofrom",
9315]
9316
9317[[package]]
9318name = "yoke-derive"
9319version = "0.8.2"
9320source = "registry+https://github.com/rust-lang/crates.io-index"
9321checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
9322dependencies = [
9323 "proc-macro2",
9324 "quote",
9325 "syn 2.0.118",
9326 "synstructure",
9327]
9328
9329[[package]]
9330name = "zerocopy"
9331version = "0.8.52"
9332source = "registry+https://github.com/rust-lang/crates.io-index"
9333checksum = "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f"
9334dependencies = [
9335 "zerocopy-derive",
9336]
9337
9338[[package]]
9339name = "zerocopy-derive"
9340version = "0.8.52"
9341source = "registry+https://github.com/rust-lang/crates.io-index"
9342checksum = "1ae7f38b72ec2a254e2b87ef277cf2cd4fb97cbebf944faa6f33354da0867930"
9343dependencies = [
9344 "proc-macro2",
9345 "quote",
9346 "syn 2.0.118",
9347]
9348
9349[[package]]
9350name = "zerofrom"
9351version = "0.1.8"
9352source = "registry+https://github.com/rust-lang/crates.io-index"
9353checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
9354dependencies = [
9355 "zerofrom-derive",
9356]
9357
9358[[package]]
9359name = "zerofrom-derive"
9360version = "0.1.7"
9361source = "registry+https://github.com/rust-lang/crates.io-index"
9362checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
9363dependencies = [
9364 "proc-macro2",
9365 "quote",
9366 "syn 2.0.118",
9367 "synstructure",
9368]
9369
9370[[package]]
9371name = "zeroize"
9372version = "1.9.0"
9373source = "registry+https://github.com/rust-lang/crates.io-index"
9374checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
9375dependencies = [
9376 "zeroize_derive",
9377]
9378
9379[[package]]
9380name = "zeroize_derive"
9381version = "1.5.0"
9382source = "registry+https://github.com/rust-lang/crates.io-index"
9383checksum = "3c50655cbb0fe3fc43170059e702f1ce5e19b84cec58dc87b037a09935c2f328"
9384dependencies = [
9385 "proc-macro2",
9386 "quote",
9387 "syn 2.0.118",
9388]
9389
9390[[package]]
9391name = "zerotrie"
9392version = "0.2.4"
9393source = "registry+https://github.com/rust-lang/crates.io-index"
9394checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
9395dependencies = [
9396 "displaydoc",
9397 "yoke",
9398 "zerofrom",
9399]
9400
9401[[package]]
9402name = "zerovec"
9403version = "0.11.6"
9404source = "registry+https://github.com/rust-lang/crates.io-index"
9405checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
9406dependencies = [
9407 "yoke",
9408 "zerofrom",
9409 "zerovec-derive",
9410]
9411
9412[[package]]
9413name = "zerovec-derive"
9414version = "0.11.3"
9415source = "registry+https://github.com/rust-lang/crates.io-index"
9416checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
9417dependencies = [
9418 "proc-macro2",
9419 "quote",
9420 "syn 2.0.118",
9421]
9422
9423[[package]]
9424name = "zlib-rs"
9425version = "0.6.3"
9426source = "registry+https://github.com/rust-lang/crates.io-index"
9427checksum = "3be3d40e40a133f9c916ee3f9f4fa2d9d63435b5fbe1bfc6d9dae0aa0ada1513"
9428
9429[[package]]
9430name = "zmij"
9431version = "1.0.21"
9432source = "registry+https://github.com/rust-lang/crates.io-index"
9433checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
9434
9435[[package]]
9436name = "zstd"
9437version = "0.13.3"
9438source = "registry+https://github.com/rust-lang/crates.io-index"
9439checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
9440dependencies = [
9441 "zstd-safe",
9442]
9443
9444[[package]]
9445name = "zstd-safe"
9446version = "7.2.4"
9447source = "registry+https://github.com/rust-lang/crates.io-index"
9448checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
9449dependencies = [
9450 "zstd-sys",
9451]
9452
9453[[package]]
9454name = "zstd-sys"
9455version = "2.0.16+zstd.1.5.7"
9456source = "registry+https://github.com/rust-lang/crates.io-index"
9457checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
9458dependencies = [
9459 "cc",
9460 "pkg-config",
9461]