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