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