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