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