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