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