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