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