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