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