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