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