1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "adler"
7version = "1.0.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
10
11[[package]]
12name = "ahash"
13version = "0.8.7"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "77c3a9648d43b9cd48db467b3f87fdd6e146bcc88ab0180006cef2179fe11d01"
16dependencies = [
17 "cfg-if",
18 "getrandom",
19 "once_cell",
20 "version_check",
21 "zerocopy",
22]
23
24[[package]]
25name = "aho-corasick"
26version = "1.1.2"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
29dependencies = [
30 "memchr",
31]
32
33[[package]]
34name = "anstream"
35version = "0.6.5"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "d664a92ecae85fd0a7392615844904654d1d5f5514837f471ddef4a057aba1b6"
38dependencies = [
39 "anstyle",
40 "anstyle-parse",
41 "anstyle-query",
42 "anstyle-wincon",
43 "colorchoice",
44 "utf8parse",
45]
46
47[[package]]
48name = "anstyle"
49version = "1.0.4"
50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "7079075b41f533b8c61d2a4d073c4676e1f8b249ff94a393b0595db304e0dd87"
52
53[[package]]
54name = "anstyle-parse"
55version = "0.2.3"
56source = "registry+https://github.com/rust-lang/crates.io-index"
57checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
58dependencies = [
59 "utf8parse",
60]
61
62[[package]]
63name = "anstyle-query"
64version = "1.0.2"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
67dependencies = [
68 "windows-sys 0.52.0",
69]
70
71[[package]]
72name = "anstyle-wincon"
73version = "3.0.2"
74source = "registry+https://github.com/rust-lang/crates.io-index"
75checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
76dependencies = [
77 "anstyle",
78 "windows-sys 0.52.0",
79]
80
81[[package]]
82name = "anyhow"
83version = "1.0.79"
84source = "registry+https://github.com/rust-lang/crates.io-index"
85checksum = "080e9890a082662b09c1ad45f567faeeb47f22b5fb23895fbe1e651e718e25ca"
86
87[[package]]
88name = "arc-swap"
89version = "1.6.0"
90source = "registry+https://github.com/rust-lang/crates.io-index"
91checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
92
93[[package]]
94name = "arrayvec"
95version = "0.5.2"
96source = "registry+https://github.com/rust-lang/crates.io-index"
97checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
98
99[[package]]
100name = "autocfg"
101version = "1.1.0"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
104
105[[package]]
106name = "base16ct"
107version = "0.2.0"
108source = "registry+https://github.com/rust-lang/crates.io-index"
109checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
110
111[[package]]
112name = "base64"
113version = "0.21.5"
114source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
116
117[[package]]
118name = "base64ct"
119version = "1.6.0"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
122
123[[package]]
124name = "bitflags"
125version = "1.3.2"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
128
129[[package]]
130name = "bitflags"
131version = "2.4.1"
132source = "registry+https://github.com/rust-lang/crates.io-index"
133checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
134
135[[package]]
136name = "bitmaps"
137version = "2.1.0"
138source = "registry+https://github.com/rust-lang/crates.io-index"
139checksum = "031043d04099746d8db04daf1fa424b2bc8bd69d92b25962dcde24da39ab64a2"
140dependencies = [
141 "typenum",
142]
143
144[[package]]
145name = "block-buffer"
146version = "0.10.4"
147source = "registry+https://github.com/rust-lang/crates.io-index"
148checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
149dependencies = [
150 "generic-array",
151]
152
153[[package]]
154name = "bstr"
155version = "1.9.0"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "c48f0051a4b4c5e0b6d365cd04af53aeaa209e3cc15ec2cdb69e73cc87fbd0dc"
158dependencies = [
159 "memchr",
160 "regex-automata",
161 "serde",
162]
163
164[[package]]
165name = "btoi"
166version = "0.4.3"
167source = "registry+https://github.com/rust-lang/crates.io-index"
168checksum = "9dd6407f73a9b8b6162d8a2ef999fe6afd7cc15902ebf42c5cd296addf17e0ad"
169dependencies = [
170 "num-traits",
171]
172
173[[package]]
174name = "bumpalo"
175version = "3.14.0"
176source = "registry+https://github.com/rust-lang/crates.io-index"
177checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
178
179[[package]]
180name = "bytes"
181version = "1.5.0"
182source = "registry+https://github.com/rust-lang/crates.io-index"
183checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
184
185[[package]]
186name = "bytesize"
187version = "1.3.0"
188source = "registry+https://github.com/rust-lang/crates.io-index"
189checksum = "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc"
190
191[[package]]
192name = "cargo"
193version = "0.72.2"
194source = "registry+https://github.com/rust-lang/crates.io-index"
195checksum = "171aca76a3199e771ea0b94ec260984ed9cba62af8e478142974dbaa594d583b"
196dependencies = [
197 "anyhow",
198 "base64",
199 "bytesize",
200 "cargo-platform",
201 "cargo-util",
202 "clap",
203 "crates-io",
204 "curl",
205 "curl-sys",
206 "env_logger",
207 "filetime",
208 "flate2",
209 "fwdansi",
210 "git2",
211 "git2-curl",
212 "gix",
213 "gix-features",
214 "glob",
215 "hex",
216 "hmac",
217 "home",
218 "http-auth",
219 "humantime",
220 "ignore",
221 "im-rc",
222 "indexmap 1.9.3",
223 "is-terminal",
224 "itertools",
225 "jobserver",
226 "lazy_static",
227 "lazycell",
228 "libc",
229 "libgit2-sys",
230 "log",
231 "memchr",
232 "opener",
233 "os_info",
234 "pasetors",
235 "pathdiff",
236 "rand",
237 "rustfix",
238 "semver",
239 "serde",
240 "serde-value",
241 "serde_ignored",
242 "serde_json",
243 "sha1",
244 "shell-escape",
245 "strip-ansi-escapes",
246 "tar",
247 "tempfile",
248 "termcolor",
249 "time",
250 "toml",
251 "toml_edit",
252 "unicode-width",
253 "unicode-xid",
254 "url",
255 "walkdir",
256 "windows-sys 0.48.0",
257]
258
259[[package]]
260name = "cargo-platform"
261version = "0.1.6"
262source = "registry+https://github.com/rust-lang/crates.io-index"
263checksum = "ceed8ef69d8518a5dda55c07425450b58a4e1946f4951eab6d7191ee86c2443d"
264dependencies = [
265 "serde",
266]
267
268[[package]]
269name = "cargo-util"
270version = "0.2.8"
271source = "registry+https://github.com/rust-lang/crates.io-index"
272checksum = "bb2bdd1d8ab2353ddd763881eaba60cb53f1deee0ff9d271b9f0e4cdbcd063fb"
273dependencies = [
274 "anyhow",
275 "core-foundation",
276 "filetime",
277 "hex",
278 "jobserver",
279 "libc",
280 "miow",
281 "same-file",
282 "sha2",
283 "shell-escape",
284 "tempfile",
285 "tracing",
286 "walkdir",
287 "windows-sys 0.48.0",
288]
289
290[[package]]
291name = "cc"
292version = "1.0.83"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
295dependencies = [
296 "jobserver",
297 "libc",
298]
299
300[[package]]
301name = "cfg-if"
302version = "1.0.0"
303source = "registry+https://github.com/rust-lang/crates.io-index"
304checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
305
306[[package]]
307name = "clap"
308version = "4.4.12"
309source = "registry+https://github.com/rust-lang/crates.io-index"
310checksum = "dcfab8ba68f3668e89f6ff60f5b205cea56aa7b769451a59f34b8682f51c056d"
311dependencies = [
312 "clap_builder",
313]
314
315[[package]]
316name = "clap_builder"
317version = "4.4.12"
318source = "registry+https://github.com/rust-lang/crates.io-index"
319checksum = "fb7fb5e4e979aec3be7791562fcba452f94ad85e954da024396433e0e25a79e9"
320dependencies = [
321 "anstream",
322 "anstyle",
323 "clap_lex",
324 "strsim",
325 "terminal_size",
326]
327
328[[package]]
329name = "clap_lex"
330version = "0.6.0"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1"
333
334[[package]]
335name = "clru"
336version = "0.6.1"
337source = "registry+https://github.com/rust-lang/crates.io-index"
338checksum = "b8191fa7302e03607ff0e237d4246cc043ff5b3cb9409d995172ba3bea16b807"
339
340[[package]]
341name = "colorchoice"
342version = "1.0.0"
343source = "registry+https://github.com/rust-lang/crates.io-index"
344checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
345
346[[package]]
347name = "const-oid"
348version = "0.9.6"
349source = "registry+https://github.com/rust-lang/crates.io-index"
350checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
351
352[[package]]
353name = "core-foundation"
354version = "0.9.4"
355source = "registry+https://github.com/rust-lang/crates.io-index"
356checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
357dependencies = [
358 "core-foundation-sys",
359 "libc",
360]
361
362[[package]]
363name = "core-foundation-sys"
364version = "0.8.6"
365source = "registry+https://github.com/rust-lang/crates.io-index"
366checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
367
368[[package]]
369name = "cpufeatures"
370version = "0.2.11"
371source = "registry+https://github.com/rust-lang/crates.io-index"
372checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0"
373dependencies = [
374 "libc",
375]
376
377[[package]]
378name = "crates-io"
379version = "0.37.0"
380source = "registry+https://github.com/rust-lang/crates.io-index"
381checksum = "876aa69b4afca5f2eb5e23daa3445930faf829bcb67075a20ffa884f11f8c57c"
382dependencies = [
383 "anyhow",
384 "curl",
385 "percent-encoding",
386 "serde",
387 "serde_json",
388 "url",
389]
390
391[[package]]
392name = "crc32fast"
393version = "1.3.2"
394source = "registry+https://github.com/rust-lang/crates.io-index"
395checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
396dependencies = [
397 "cfg-if",
398]
399
400[[package]]
401name = "crossbeam-channel"
402version = "0.5.10"
403source = "registry+https://github.com/rust-lang/crates.io-index"
404checksum = "82a9b73a36529d9c47029b9fb3a6f0ea3cc916a261195352ba19e770fc1748b2"
405dependencies = [
406 "cfg-if",
407 "crossbeam-utils",
408]
409
410[[package]]
411name = "crossbeam-deque"
412version = "0.8.4"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "fca89a0e215bab21874660c67903c5f143333cab1da83d041c7ded6053774751"
415dependencies = [
416 "cfg-if",
417 "crossbeam-epoch",
418 "crossbeam-utils",
419]
420
421[[package]]
422name = "crossbeam-epoch"
423version = "0.9.17"
424source = "registry+https://github.com/rust-lang/crates.io-index"
425checksum = "0e3681d554572a651dda4186cd47240627c3d0114d45a95f6ad27f2f22e7548d"
426dependencies = [
427 "autocfg",
428 "cfg-if",
429 "crossbeam-utils",
430]
431
432[[package]]
433name = "crossbeam-utils"
434version = "0.8.18"
435source = "registry+https://github.com/rust-lang/crates.io-index"
436checksum = "c3a430a770ebd84726f584a90ee7f020d28db52c6d02138900f22341f866d39c"
437dependencies = [
438 "cfg-if",
439]
440
441[[package]]
442name = "crypto-bigint"
443version = "0.5.5"
444source = "registry+https://github.com/rust-lang/crates.io-index"
445checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
446dependencies = [
447 "generic-array",
448 "rand_core",
449 "subtle",
450 "zeroize",
451]
452
453[[package]]
454name = "crypto-common"
455version = "0.1.6"
456source = "registry+https://github.com/rust-lang/crates.io-index"
457checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
458dependencies = [
459 "generic-array",
460 "typenum",
461]
462
463[[package]]
464name = "ct-codecs"
465version = "1.1.1"
466source = "registry+https://github.com/rust-lang/crates.io-index"
467checksum = "f3b7eb4404b8195a9abb6356f4ac07d8ba267045c8d6d220ac4dc992e6cc75df"
468
469[[package]]
470name = "curl"
471version = "0.4.44"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
474dependencies = [
475 "curl-sys",
476 "libc",
477 "openssl-probe",
478 "openssl-sys",
479 "schannel",
480 "socket2",
481 "winapi",
482]
483
484[[package]]
485name = "curl-sys"
486version = "0.4.70+curl-8.5.0"
487source = "registry+https://github.com/rust-lang/crates.io-index"
488checksum = "3c0333d8849afe78a4c8102a429a446bfdd055832af071945520e835ae2d841e"
489dependencies = [
490 "cc",
491 "libc",
492 "libnghttp2-sys",
493 "libz-sys",
494 "openssl-sys",
495 "pkg-config",
496 "vcpkg",
497 "windows-sys 0.48.0",
498]
499
500[[package]]
501name = "der"
502version = "0.7.8"
503source = "registry+https://github.com/rust-lang/crates.io-index"
504checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c"
505dependencies = [
506 "const-oid",
507 "pem-rfc7468",
508 "zeroize",
509]
510
511[[package]]
512name = "deranged"
513version = "0.3.11"
514source = "registry+https://github.com/rust-lang/crates.io-index"
515checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
516dependencies = [
517 "powerfmt",
518]
519
520[[package]]
521name = "digest"
522version = "0.10.7"
523source = "registry+https://github.com/rust-lang/crates.io-index"
524checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
525dependencies = [
526 "block-buffer",
527 "const-oid",
528 "crypto-common",
529 "subtle",
530]
531
532[[package]]
533name = "dunce"
534version = "1.0.4"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
537
538[[package]]
539name = "ecdsa"
540version = "0.16.9"
541source = "registry+https://github.com/rust-lang/crates.io-index"
542checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
543dependencies = [
544 "der",
545 "digest",
546 "elliptic-curve",
547 "rfc6979",
548 "signature",
549 "spki",
550]
551
552[[package]]
553name = "ed25519-compact"
554version = "2.0.6"
555source = "registry+https://github.com/rust-lang/crates.io-index"
556checksum = "a667e6426df16c2ac478efa4a439d0e674cba769c5556e8cf221739251640c8c"
557dependencies = [
558 "getrandom",
559]
560
561[[package]]
562name = "either"
563version = "1.9.0"
564source = "registry+https://github.com/rust-lang/crates.io-index"
565checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
566
567[[package]]
568name = "elliptic-curve"
569version = "0.13.8"
570source = "registry+https://github.com/rust-lang/crates.io-index"
571checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
572dependencies = [
573 "base16ct",
574 "crypto-bigint",
575 "digest",
576 "ff",
577 "generic-array",
578 "group",
579 "hkdf",
580 "pem-rfc7468",
581 "pkcs8",
582 "rand_core",
583 "sec1",
584 "subtle",
585 "zeroize",
586]
587
588[[package]]
589name = "env_logger"
590version = "0.10.1"
591source = "registry+https://github.com/rust-lang/crates.io-index"
592checksum = "95b3f3e67048839cb0d0781f445682a35113da7121f7c949db0e2be96a4fbece"
593dependencies = [
594 "humantime",
595 "is-terminal",
596 "log",
597 "regex",
598 "termcolor",
599]
600
601[[package]]
602name = "equivalent"
603version = "1.0.1"
604source = "registry+https://github.com/rust-lang/crates.io-index"
605checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
606
607[[package]]
608name = "errno"
609version = "0.3.8"
610source = "registry+https://github.com/rust-lang/crates.io-index"
611checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
612dependencies = [
613 "libc",
614 "windows-sys 0.52.0",
615]
616
617[[package]]
618name = "faster-hex"
619version = "0.8.1"
620source = "registry+https://github.com/rust-lang/crates.io-index"
621checksum = "239f7bfb930f820ab16a9cd95afc26f88264cf6905c960b340a615384aa3338a"
622dependencies = [
623 "serde",
624]
625
626[[package]]
627name = "fastrand"
628version = "2.0.1"
629source = "registry+https://github.com/rust-lang/crates.io-index"
630checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
631
632[[package]]
633name = "ff"
634version = "0.13.0"
635source = "registry+https://github.com/rust-lang/crates.io-index"
636checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"
637dependencies = [
638 "rand_core",
639 "subtle",
640]
641
642[[package]]
643name = "fiat-crypto"
644version = "0.2.5"
645source = "registry+https://github.com/rust-lang/crates.io-index"
646checksum = "27573eac26f4dd11e2b1916c3fe1baa56407c83c71a773a8ba17ec0bca03b6b7"
647
648[[package]]
649name = "filetime"
650version = "0.2.23"
651source = "registry+https://github.com/rust-lang/crates.io-index"
652checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
653dependencies = [
654 "cfg-if",
655 "libc",
656 "redox_syscall",
657 "windows-sys 0.52.0",
658]
659
660[[package]]
661name = "flate2"
662version = "1.0.28"
663source = "registry+https://github.com/rust-lang/crates.io-index"
664checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
665dependencies = [
666 "crc32fast",
667 "libz-sys",
668 "miniz_oxide",
669]
670
671[[package]]
672name = "form_urlencoded"
673version = "1.2.1"
674source = "registry+https://github.com/rust-lang/crates.io-index"
675checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
676dependencies = [
677 "percent-encoding",
678]
679
680[[package]]
681name = "fwdansi"
682version = "1.1.0"
683source = "registry+https://github.com/rust-lang/crates.io-index"
684checksum = "08c1f5787fe85505d1f7777268db5103d80a7a374d2316a7ce262e57baf8f208"
685dependencies = [
686 "memchr",
687 "termcolor",
688]
689
690[[package]]
691name = "generic-array"
692version = "0.14.7"
693source = "registry+https://github.com/rust-lang/crates.io-index"
694checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
695dependencies = [
696 "typenum",
697 "version_check",
698 "zeroize",
699]
700
701[[package]]
702name = "getrandom"
703version = "0.2.11"
704source = "registry+https://github.com/rust-lang/crates.io-index"
705checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f"
706dependencies = [
707 "cfg-if",
708 "js-sys",
709 "libc",
710 "wasi",
711 "wasm-bindgen",
712]
713
714[[package]]
715name = "git2"
716version = "0.17.2"
717source = "registry+https://github.com/rust-lang/crates.io-index"
718checksum = "7b989d6a7ca95a362cf2cfc5ad688b3a467be1f87e480b8dad07fee8c79b0044"
719dependencies = [
720 "bitflags 1.3.2",
721 "libc",
722 "libgit2-sys",
723 "log",
724 "openssl-probe",
725 "openssl-sys",
726 "url",
727]
728
729[[package]]
730name = "git2-curl"
731version = "0.18.0"
732source = "registry+https://github.com/rust-lang/crates.io-index"
733checksum = "f8f8b7432b72928cff76f69e59ed5327f94a52763731e71274960dee72fe5f8c"
734dependencies = [
735 "curl",
736 "git2",
737 "log",
738 "url",
739]
740
741[[package]]
742name = "gix"
743version = "0.44.1"
744source = "registry+https://github.com/rust-lang/crates.io-index"
745checksum = "6bf41b61f7df395284f7a579c0fa1a7e012c5aede655174d4e91299ef1cac643"
746dependencies = [
747 "gix-actor",
748 "gix-attributes",
749 "gix-config",
750 "gix-credentials",
751 "gix-date",
752 "gix-diff",
753 "gix-discover",
754 "gix-features",
755 "gix-fs",
756 "gix-glob",
757 "gix-hash",
758 "gix-hashtable",
759 "gix-ignore",
760 "gix-index",
761 "gix-lock",
762 "gix-mailmap",
763 "gix-object",
764 "gix-odb",
765 "gix-pack",
766 "gix-path",
767 "gix-prompt",
768 "gix-protocol",
769 "gix-ref",
770 "gix-refspec",
771 "gix-revision",
772 "gix-sec",
773 "gix-tempfile",
774 "gix-transport",
775 "gix-traverse",
776 "gix-url",
777 "gix-utils",
778 "gix-validate",
779 "gix-worktree",
780 "log",
781 "once_cell",
782 "prodash",
783 "signal-hook",
784 "smallvec",
785 "thiserror",
786 "unicode-normalization",
787]
788
789[[package]]
790name = "gix-actor"
791version = "0.20.0"
792source = "registry+https://github.com/rust-lang/crates.io-index"
793checksum = "848efa0f1210cea8638f95691c82a46f98a74b9e3524f01d4955ebc25a8f84f3"
794dependencies = [
795 "bstr",
796 "btoi",
797 "gix-date",
798 "itoa",
799 "nom",
800 "thiserror",
801]
802
803[[package]]
804name = "gix-attributes"
805version = "0.12.0"
806source = "registry+https://github.com/rust-lang/crates.io-index"
807checksum = "3015baa01ad2122fbcaab7863c857a603eb7b7ec12ac8141207c42c6439805e2"
808dependencies = [
809 "bstr",
810 "gix-glob",
811 "gix-path",
812 "gix-quote",
813 "kstring",
814 "log",
815 "smallvec",
816 "thiserror",
817 "unicode-bom",
818]
819
820[[package]]
821name = "gix-bitmap"
822version = "0.2.10"
823source = "registry+https://github.com/rust-lang/crates.io-index"
824checksum = "78b6cd0f246180034ddafac9b00a112f19178135b21eb031b3f79355891f7325"
825dependencies = [
826 "thiserror",
827]
828
829[[package]]
830name = "gix-chunk"
831version = "0.4.7"
832source = "registry+https://github.com/rust-lang/crates.io-index"
833checksum = "003ec6deacf68076a0c157271a127e0bb2c031c1a41f7168cbe5d248d9b85c78"
834dependencies = [
835 "thiserror",
836]
837
838[[package]]
839name = "gix-command"
840version = "0.2.10"
841source = "registry+https://github.com/rust-lang/crates.io-index"
842checksum = "3c576cfbf577f72c097b5f88aedea502cd62952bdc1fb3adcab4531d5525a4c7"
843dependencies = [
844 "bstr",
845]
846
847[[package]]
848name = "gix-config"
849version = "0.22.0"
850source = "registry+https://github.com/rust-lang/crates.io-index"
851checksum = "1d252a0eddb6df74600d3d8872dc9fe98835a7da43110411d705b682f49d4ac1"
852dependencies = [
853 "bstr",
854 "gix-config-value",
855 "gix-features",
856 "gix-glob",
857 "gix-path",
858 "gix-ref",
859 "gix-sec",
860 "log",
861 "memchr",
862 "nom",
863 "once_cell",
864 "smallvec",
865 "thiserror",
866 "unicode-bom",
867]
868
869[[package]]
870name = "gix-config-value"
871version = "0.12.5"
872source = "registry+https://github.com/rust-lang/crates.io-index"
873checksum = "6e874f41437441c02991dcea76990b9058fadfc54b02ab4dd06ab2218af43897"
874dependencies = [
875 "bitflags 2.4.1",
876 "bstr",
877 "gix-path",
878 "libc",
879 "thiserror",
880]
881
882[[package]]
883name = "gix-credentials"
884version = "0.14.0"
885source = "registry+https://github.com/rust-lang/crates.io-index"
886checksum = "4874a4fc11ffa844a3c2b87a66957bda30a73b577ef1acf15ac34df5745de5ff"
887dependencies = [
888 "bstr",
889 "gix-command",
890 "gix-config-value",
891 "gix-path",
892 "gix-prompt",
893 "gix-sec",
894 "gix-url",
895 "thiserror",
896]
897
898[[package]]
899name = "gix-date"
900version = "0.5.1"
901source = "registry+https://github.com/rust-lang/crates.io-index"
902checksum = "bc164145670e9130a60a21670d9b6f0f4f8de04e5dd256c51fa5a0340c625902"
903dependencies = [
904 "bstr",
905 "itoa",
906 "thiserror",
907 "time",
908]
909
910[[package]]
911name = "gix-diff"
912version = "0.29.0"
913source = "registry+https://github.com/rust-lang/crates.io-index"
914checksum = "644a0f2768bc42d7a69289ada80c9e15c589caefc6a315d2307202df83ed1186"
915dependencies = [
916 "gix-hash",
917 "gix-object",
918 "imara-diff",
919 "thiserror",
920]
921
922[[package]]
923name = "gix-discover"
924version = "0.18.1"
925source = "registry+https://github.com/rust-lang/crates.io-index"
926checksum = "1a6b61363e63e7cdaa3e6f96acb0257ebdb3d8883e21eba5930c99f07f0a5fc0"
927dependencies = [
928 "bstr",
929 "dunce",
930 "gix-hash",
931 "gix-path",
932 "gix-ref",
933 "gix-sec",
934 "thiserror",
935]
936
937[[package]]
938name = "gix-features"
939version = "0.29.0"
940source = "registry+https://github.com/rust-lang/crates.io-index"
941checksum = "cf69b0f5c701cc3ae22d3204b671907668f6437ca88862d355eaf9bc47a4f897"
942dependencies = [
943 "bytes",
944 "crc32fast",
945 "crossbeam-channel",
946 "flate2",
947 "gix-hash",
948 "libc",
949 "once_cell",
950 "parking_lot",
951 "prodash",
952 "sha1_smol",
953 "thiserror",
954 "walkdir",
955]
956
957[[package]]
958name = "gix-fs"
959version = "0.1.1"
960source = "registry+https://github.com/rust-lang/crates.io-index"
961checksum = "9b37a1832f691fdc09910bd267f9a2e413737c1f9ec68c6e31f9e802616278a9"
962dependencies = [
963 "gix-features",
964]
965
966[[package]]
967name = "gix-glob"
968version = "0.7.0"
969source = "registry+https://github.com/rust-lang/crates.io-index"
970checksum = "c07c98204529ac3f24b34754540a852593d2a4c7349008df389240266627a72a"
971dependencies = [
972 "bitflags 2.4.1",
973 "bstr",
974 "gix-features",
975 "gix-path",
976]
977
978[[package]]
979name = "gix-hash"
980version = "0.11.4"
981source = "registry+https://github.com/rust-lang/crates.io-index"
982checksum = "4b422ff2ad9a0628baaad6da468cf05385bf3f5ab495ad5a33cce99b9f41092f"
983dependencies = [
984 "hex",
985 "thiserror",
986]
987
988[[package]]
989name = "gix-hashtable"
990version = "0.2.4"
991source = "registry+https://github.com/rust-lang/crates.io-index"
992checksum = "385f4ce6ecf3692d313ca3aa9bd3b3d8490de53368d6d94bedff3af8b6d9c58d"
993dependencies = [
994 "gix-hash",
995 "hashbrown 0.14.3",
996 "parking_lot",
997]
998
999[[package]]
1000name = "gix-ignore"
1001version = "0.2.0"
1002source = "registry+https://github.com/rust-lang/crates.io-index"
1003checksum = "ba205b6df563e2906768bb22834c82eb46c5fdfcd86ba2c347270bc8309a05b2"
1004dependencies = [
1005 "bstr",
1006 "gix-glob",
1007 "gix-path",
1008 "unicode-bom",
1009]
1010
1011[[package]]
1012name = "gix-index"
1013version = "0.16.1"
1014source = "registry+https://github.com/rust-lang/crates.io-index"
1015checksum = "f39c1ccc8f1912cbbd5191efc28dbc5f0d0598042aa56bc09427b7c34efab3ba"
1016dependencies = [
1017 "bitflags 2.4.1",
1018 "bstr",
1019 "btoi",
1020 "filetime",
1021 "gix-bitmap",
1022 "gix-features",
1023 "gix-hash",
1024 "gix-lock",
1025 "gix-object",
1026 "gix-traverse",
1027 "itoa",
1028 "memmap2",
1029 "smallvec",
1030 "thiserror",
1031]
1032
1033[[package]]
1034name = "gix-lock"
1035version = "5.0.1"
1036source = "registry+https://github.com/rust-lang/crates.io-index"
1037checksum = "2c693d7f05730fa74a7c467150adc7cea393518410c65f0672f80226b8111555"
1038dependencies = [
1039 "gix-tempfile",
1040 "gix-utils",
1041 "thiserror",
1042]
1043
1044[[package]]
1045name = "gix-mailmap"
1046version = "0.12.0"
1047source = "registry+https://github.com/rust-lang/crates.io-index"
1048checksum = "e8856cec3bdc3610c06970d28b6cb20a0c6621621cf9a8ec48cbd23f2630f362"
1049dependencies = [
1050 "bstr",
1051 "gix-actor",
1052 "thiserror",
1053]
1054
1055[[package]]
1056name = "gix-object"
1057version = "0.29.2"
1058source = "registry+https://github.com/rust-lang/crates.io-index"
1059checksum = "2d96bd620fd08accdd37f70b2183cfa0b001b4f1c6ade8b7f6e15cb3d9e261ce"
1060dependencies = [
1061 "bstr",
1062 "btoi",
1063 "gix-actor",
1064 "gix-features",
1065 "gix-hash",
1066 "gix-validate",
1067 "hex",
1068 "itoa",
1069 "nom",
1070 "smallvec",
1071 "thiserror",
1072]
1073
1074[[package]]
1075name = "gix-odb"
1076version = "0.45.0"
1077source = "registry+https://github.com/rust-lang/crates.io-index"
1078checksum = "bca2f324aa67672b6d0f2c0fa93f96eb6a7029d260e4c1df5dce3c015f5e5add"
1079dependencies = [
1080 "arc-swap",
1081 "gix-features",
1082 "gix-hash",
1083 "gix-object",
1084 "gix-pack",
1085 "gix-path",
1086 "gix-quote",
1087 "parking_lot",
1088 "tempfile",
1089 "thiserror",
1090]
1091
1092[[package]]
1093name = "gix-pack"
1094version = "0.35.0"
1095source = "registry+https://github.com/rust-lang/crates.io-index"
1096checksum = "164a515900a83257ae4aa80e741655bee7a2e39113fb535d7a5ac623b445ff20"
1097dependencies = [
1098 "clru",
1099 "gix-chunk",
1100 "gix-diff",
1101 "gix-features",
1102 "gix-hash",
1103 "gix-hashtable",
1104 "gix-object",
1105 "gix-path",
1106 "gix-tempfile",
1107 "gix-traverse",
1108 "memmap2",
1109 "parking_lot",
1110 "smallvec",
1111 "thiserror",
1112]
1113
1114[[package]]
1115name = "gix-packetline"
1116version = "0.16.7"
1117source = "registry+https://github.com/rust-lang/crates.io-index"
1118checksum = "8a8384b1e964151aff0d5632dd9b191059d07dff358b96bd940f1b452600d7ab"
1119dependencies = [
1120 "bstr",
1121 "faster-hex",
1122 "thiserror",
1123]
1124
1125[[package]]
1126name = "gix-path"
1127version = "0.8.4"
1128source = "registry+https://github.com/rust-lang/crates.io-index"
1129checksum = "18609c8cbec8508ea97c64938c33cd305b75dfc04a78d0c3b78b8b3fd618a77c"
1130dependencies = [
1131 "bstr",
1132 "gix-trace",
1133 "home",
1134 "once_cell",
1135 "thiserror",
1136]
1137
1138[[package]]
1139name = "gix-prompt"
1140version = "0.5.5"
1141source = "registry+https://github.com/rust-lang/crates.io-index"
1142checksum = "2c22decaf4a063ccae2b2108820c8630c01bd6756656df3fe464b32b8958a5ea"
1143dependencies = [
1144 "gix-command",
1145 "gix-config-value",
1146 "parking_lot",
1147 "rustix",
1148 "thiserror",
1149]
1150
1151[[package]]
1152name = "gix-protocol"
1153version = "0.32.0"
1154source = "registry+https://github.com/rust-lang/crates.io-index"
1155checksum = "877e49417f1730f4dbc2f7d9a2ab0f8b2f49ef08f97270691403ecde3d961e3a"
1156dependencies = [
1157 "bstr",
1158 "btoi",
1159 "gix-credentials",
1160 "gix-features",
1161 "gix-hash",
1162 "gix-transport",
1163 "maybe-async",
1164 "nom",
1165 "thiserror",
1166]
1167
1168[[package]]
1169name = "gix-quote"
1170version = "0.4.10"
1171source = "registry+https://github.com/rust-lang/crates.io-index"
1172checksum = "9f7dc10303d73a960d10fb82f81188b036ac3e6b11b5795b20b1a60b51d1321f"
1173dependencies = [
1174 "bstr",
1175 "btoi",
1176 "thiserror",
1177]
1178
1179[[package]]
1180name = "gix-ref"
1181version = "0.29.1"
1182source = "registry+https://github.com/rust-lang/crates.io-index"
1183checksum = "1e03989e9d49954368e1b526578230fc7189d1634acdfbe79e9ba1de717e15d5"
1184dependencies = [
1185 "gix-actor",
1186 "gix-features",
1187 "gix-fs",
1188 "gix-hash",
1189 "gix-lock",
1190 "gix-object",
1191 "gix-path",
1192 "gix-tempfile",
1193 "gix-validate",
1194 "memmap2",
1195 "nom",
1196 "thiserror",
1197]
1198
1199[[package]]
1200name = "gix-refspec"
1201version = "0.10.1"
1202source = "registry+https://github.com/rust-lang/crates.io-index"
1203checksum = "0a6ea733820df67e4cd7797deb12727905824d8f5b7c59d943c456d314475892"
1204dependencies = [
1205 "bstr",
1206 "gix-hash",
1207 "gix-revision",
1208 "gix-validate",
1209 "smallvec",
1210 "thiserror",
1211]
1212
1213[[package]]
1214name = "gix-revision"
1215version = "0.13.0"
1216source = "registry+https://github.com/rust-lang/crates.io-index"
1217checksum = "810f35e9afeccca999d5d348b239f9c162353127d2e13ff3240e31b919e35476"
1218dependencies = [
1219 "bstr",
1220 "gix-date",
1221 "gix-hash",
1222 "gix-hashtable",
1223 "gix-object",
1224 "thiserror",
1225]
1226
1227[[package]]
1228name = "gix-sec"
1229version = "0.8.4"
1230source = "registry+https://github.com/rust-lang/crates.io-index"
1231checksum = "9615cbd6b456898aeb942cd75e5810c382fbfc48dbbff2fa23ebd2d33dcbe9c7"
1232dependencies = [
1233 "bitflags 2.4.1",
1234 "gix-path",
1235 "libc",
1236 "windows",
1237]
1238
1239[[package]]
1240name = "gix-tempfile"
1241version = "5.0.3"
1242source = "registry+https://github.com/rust-lang/crates.io-index"
1243checksum = "d71a0d32f34e71e86586124225caefd78dabc605d0486de580d717653addf182"
1244dependencies = [
1245 "gix-fs",
1246 "libc",
1247 "once_cell",
1248 "parking_lot",
1249 "signal-hook",
1250 "signal-hook-registry",
1251 "tempfile",
1252]
1253
1254[[package]]
1255name = "gix-trace"
1256version = "0.1.6"
1257source = "registry+https://github.com/rust-lang/crates.io-index"
1258checksum = "e8e1127ede0475b58f4fe9c0aaa0d9bb0bad2af90bbd93ccd307c8632b863d89"
1259
1260[[package]]
1261name = "gix-transport"
1262version = "0.31.0"
1263source = "registry+https://github.com/rust-lang/crates.io-index"
1264checksum = "f01c2bf7b989c679695ef635fc7d9e80072e08101be4b53193c8e8b649900102"
1265dependencies = [
1266 "base64",
1267 "bstr",
1268 "curl",
1269 "gix-command",
1270 "gix-credentials",
1271 "gix-features",
1272 "gix-packetline",
1273 "gix-quote",
1274 "gix-sec",
1275 "gix-url",
1276 "thiserror",
1277]
1278
1279[[package]]
1280name = "gix-traverse"
1281version = "0.25.0"
1282source = "registry+https://github.com/rust-lang/crates.io-index"
1283checksum = "a5be1e807f288c33bb005075111886cceb43ed8a167b3182a0f62c186e2a0dd1"
1284dependencies = [
1285 "gix-hash",
1286 "gix-hashtable",
1287 "gix-object",
1288 "thiserror",
1289]
1290
1291[[package]]
1292name = "gix-url"
1293version = "0.18.0"
1294source = "registry+https://github.com/rust-lang/crates.io-index"
1295checksum = "dfc77f89054297cc81491e31f1bab4027e554b5ef742a44bd7035db9a0f78b76"
1296dependencies = [
1297 "bstr",
1298 "gix-features",
1299 "gix-path",
1300 "home",
1301 "thiserror",
1302 "url",
1303]
1304
1305[[package]]
1306name = "gix-utils"
1307version = "0.1.8"
1308source = "registry+https://github.com/rust-lang/crates.io-index"
1309checksum = "de6225e2de30b6e9bca2d9f1cc4731640fcef0fb3cabddceee366e7e85d3e94f"
1310dependencies = [
1311 "fastrand",
1312]
1313
1314[[package]]
1315name = "gix-validate"
1316version = "0.7.7"
1317source = "registry+https://github.com/rust-lang/crates.io-index"
1318checksum = "ba9b3737b2cef3dcd014633485f0034b0f1a931ee54aeb7d8f87f177f3c89040"
1319dependencies = [
1320 "bstr",
1321 "thiserror",
1322]
1323
1324[[package]]
1325name = "gix-worktree"
1326version = "0.17.1"
1327source = "registry+https://github.com/rust-lang/crates.io-index"
1328checksum = "a69eaff0ae973a9d37c40f02ae5ae50fa726c8fc2fd3ab79d0a19eb61975aafa"
1329dependencies = [
1330 "bstr",
1331 "filetime",
1332 "gix-attributes",
1333 "gix-features",
1334 "gix-fs",
1335 "gix-glob",
1336 "gix-hash",
1337 "gix-ignore",
1338 "gix-index",
1339 "gix-object",
1340 "gix-path",
1341 "io-close",
1342 "thiserror",
1343]
1344
1345[[package]]
1346name = "glob"
1347version = "0.3.1"
1348source = "registry+https://github.com/rust-lang/crates.io-index"
1349checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
1350
1351[[package]]
1352name = "globset"
1353version = "0.4.14"
1354source = "registry+https://github.com/rust-lang/crates.io-index"
1355checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
1356dependencies = [
1357 "aho-corasick",
1358 "bstr",
1359 "log",
1360 "regex-automata",
1361 "regex-syntax",
1362]
1363
1364[[package]]
1365name = "group"
1366version = "0.13.0"
1367source = "registry+https://github.com/rust-lang/crates.io-index"
1368checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
1369dependencies = [
1370 "ff",
1371 "rand_core",
1372 "subtle",
1373]
1374
1375[[package]]
1376name = "hashbrown"
1377version = "0.12.3"
1378source = "registry+https://github.com/rust-lang/crates.io-index"
1379checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1380
1381[[package]]
1382name = "hashbrown"
1383version = "0.14.3"
1384source = "registry+https://github.com/rust-lang/crates.io-index"
1385checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
1386
1387[[package]]
1388name = "hermit-abi"
1389version = "0.3.3"
1390source = "registry+https://github.com/rust-lang/crates.io-index"
1391checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
1392
1393[[package]]
1394name = "hex"
1395version = "0.4.3"
1396source = "registry+https://github.com/rust-lang/crates.io-index"
1397checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1398
1399[[package]]
1400name = "hkdf"
1401version = "0.12.4"
1402source = "registry+https://github.com/rust-lang/crates.io-index"
1403checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
1404dependencies = [
1405 "hmac",
1406]
1407
1408[[package]]
1409name = "hmac"
1410version = "0.12.1"
1411source = "registry+https://github.com/rust-lang/crates.io-index"
1412checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1413dependencies = [
1414 "digest",
1415]
1416
1417[[package]]
1418name = "home"
1419version = "0.5.9"
1420source = "registry+https://github.com/rust-lang/crates.io-index"
1421checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
1422dependencies = [
1423 "windows-sys 0.52.0",
1424]
1425
1426[[package]]
1427name = "http-auth"
1428version = "0.1.9"
1429source = "registry+https://github.com/rust-lang/crates.io-index"
1430checksum = "643c9bbf6a4ea8a656d6b4cd53d34f79e3f841ad5203c1a55fb7d761923bc255"
1431dependencies = [
1432 "memchr",
1433]
1434
1435[[package]]
1436name = "humantime"
1437version = "2.1.0"
1438source = "registry+https://github.com/rust-lang/crates.io-index"
1439checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
1440
1441[[package]]
1442name = "idna"
1443version = "0.5.0"
1444source = "registry+https://github.com/rust-lang/crates.io-index"
1445checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
1446dependencies = [
1447 "unicode-bidi",
1448 "unicode-normalization",
1449]
1450
1451[[package]]
1452name = "ignore"
1453version = "0.4.21"
1454source = "registry+https://github.com/rust-lang/crates.io-index"
1455checksum = "747ad1b4ae841a78e8aba0d63adbfbeaea26b517b63705d47856b73015d27060"
1456dependencies = [
1457 "crossbeam-deque",
1458 "globset",
1459 "log",
1460 "memchr",
1461 "regex-automata",
1462 "same-file",
1463 "walkdir",
1464 "winapi-util",
1465]
1466
1467[[package]]
1468name = "im-rc"
1469version = "15.1.0"
1470source = "registry+https://github.com/rust-lang/crates.io-index"
1471checksum = "af1955a75fa080c677d3972822ec4bad316169ab1cfc6c257a942c2265dbe5fe"
1472dependencies = [
1473 "bitmaps",
1474 "rand_core",
1475 "rand_xoshiro",
1476 "sized-chunks",
1477 "typenum",
1478 "version_check",
1479]
1480
1481[[package]]
1482name = "imara-diff"
1483version = "0.1.5"
1484source = "registry+https://github.com/rust-lang/crates.io-index"
1485checksum = "e98c1d0ad70fc91b8b9654b1f33db55e59579d3b3de2bffdced0fdb810570cb8"
1486dependencies = [
1487 "ahash",
1488 "hashbrown 0.12.3",
1489]
1490
1491[[package]]
1492name = "indexmap"
1493version = "1.9.3"
1494source = "registry+https://github.com/rust-lang/crates.io-index"
1495checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
1496dependencies = [
1497 "autocfg",
1498 "hashbrown 0.12.3",
1499]
1500
1501[[package]]
1502name = "indexmap"
1503version = "2.1.0"
1504source = "registry+https://github.com/rust-lang/crates.io-index"
1505checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
1506dependencies = [
1507 "equivalent",
1508 "hashbrown 0.14.3",
1509]
1510
1511[[package]]
1512name = "io-close"
1513version = "0.3.7"
1514source = "registry+https://github.com/rust-lang/crates.io-index"
1515checksum = "9cadcf447f06744f8ce713d2d6239bb5bde2c357a452397a9ed90c625da390bc"
1516dependencies = [
1517 "libc",
1518 "winapi",
1519]
1520
1521[[package]]
1522name = "is-terminal"
1523version = "0.4.10"
1524source = "registry+https://github.com/rust-lang/crates.io-index"
1525checksum = "0bad00257d07be169d870ab665980b06cdb366d792ad690bf2e76876dc503455"
1526dependencies = [
1527 "hermit-abi",
1528 "rustix",
1529 "windows-sys 0.52.0",
1530]
1531
1532[[package]]
1533name = "itertools"
1534version = "0.10.5"
1535source = "registry+https://github.com/rust-lang/crates.io-index"
1536checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
1537dependencies = [
1538 "either",
1539]
1540
1541[[package]]
1542name = "itoa"
1543version = "1.0.10"
1544source = "registry+https://github.com/rust-lang/crates.io-index"
1545checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
1546
1547[[package]]
1548name = "jobserver"
1549version = "0.1.27"
1550source = "registry+https://github.com/rust-lang/crates.io-index"
1551checksum = "8c37f63953c4c63420ed5fd3d6d398c719489b9f872b9fa683262f8edd363c7d"
1552dependencies = [
1553 "libc",
1554]
1555
1556[[package]]
1557name = "js-sys"
1558version = "0.3.66"
1559source = "registry+https://github.com/rust-lang/crates.io-index"
1560checksum = "cee9c64da59eae3b50095c18d3e74f8b73c0b86d2792824ff01bbce68ba229ca"
1561dependencies = [
1562 "wasm-bindgen",
1563]
1564
1565[[package]]
1566name = "kstring"
1567version = "2.0.0"
1568source = "registry+https://github.com/rust-lang/crates.io-index"
1569checksum = "ec3066350882a1cd6d950d055997f379ac37fd39f81cd4d8ed186032eb3c5747"
1570dependencies = [
1571 "static_assertions",
1572]
1573
1574[[package]]
1575name = "lazy_static"
1576version = "1.4.0"
1577source = "registry+https://github.com/rust-lang/crates.io-index"
1578checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1579
1580[[package]]
1581name = "lazycell"
1582version = "1.3.0"
1583source = "registry+https://github.com/rust-lang/crates.io-index"
1584checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
1585
1586[[package]]
1587name = "libc"
1588version = "0.2.151"
1589source = "registry+https://github.com/rust-lang/crates.io-index"
1590checksum = "302d7ab3130588088d277783b1e2d2e10c9e9e4a16dd9050e6ec93fb3e7048f4"
1591
1592[[package]]
1593name = "libgit2-sys"
1594version = "0.15.2+1.6.4"
1595source = "registry+https://github.com/rust-lang/crates.io-index"
1596checksum = "a80df2e11fb4a61f4ba2ab42dbe7f74468da143f1a75c74e11dee7c813f694fa"
1597dependencies = [
1598 "cc",
1599 "libc",
1600 "libssh2-sys",
1601 "libz-sys",
1602 "openssl-sys",
1603 "pkg-config",
1604]
1605
1606[[package]]
1607name = "libnghttp2-sys"
1608version = "0.1.9+1.58.0"
1609source = "registry+https://github.com/rust-lang/crates.io-index"
1610checksum = "b57e858af2798e167e709b9d969325b6d8e9d50232fcbc494d7d54f976854a64"
1611dependencies = [
1612 "cc",
1613 "libc",
1614]
1615
1616[[package]]
1617name = "libssh2-sys"
1618version = "0.3.0"
1619source = "registry+https://github.com/rust-lang/crates.io-index"
1620checksum = "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee"
1621dependencies = [
1622 "cc",
1623 "libc",
1624 "libz-sys",
1625 "openssl-sys",
1626 "pkg-config",
1627 "vcpkg",
1628]
1629
1630[[package]]
1631name = "libz-sys"
1632version = "1.1.12"
1633source = "registry+https://github.com/rust-lang/crates.io-index"
1634checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b"
1635dependencies = [
1636 "cc",
1637 "libc",
1638 "pkg-config",
1639 "vcpkg",
1640]
1641
1642[[package]]
1643name = "linux-raw-sys"
1644version = "0.4.12"
1645source = "registry+https://github.com/rust-lang/crates.io-index"
1646checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
1647
1648[[package]]
1649name = "lock_api"
1650version = "0.4.11"
1651source = "registry+https://github.com/rust-lang/crates.io-index"
1652checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
1653dependencies = [
1654 "autocfg",
1655 "scopeguard",
1656]
1657
1658[[package]]
1659name = "log"
1660version = "0.4.20"
1661source = "registry+https://github.com/rust-lang/crates.io-index"
1662checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
1663
1664[[package]]
1665name = "maybe-async"
1666version = "0.2.7"
1667source = "registry+https://github.com/rust-lang/crates.io-index"
1668checksum = "0f1b8c13cb1f814b634a96b2c725449fe7ed464a7b8781de8688be5ffbd3f305"
1669dependencies = [
1670 "proc-macro2",
1671 "quote",
1672 "syn 1.0.109",
1673]
1674
1675[[package]]
1676name = "memchr"
1677version = "2.7.1"
1678source = "registry+https://github.com/rust-lang/crates.io-index"
1679checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
1680
1681[[package]]
1682name = "memmap2"
1683version = "0.5.10"
1684source = "registry+https://github.com/rust-lang/crates.io-index"
1685checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
1686dependencies = [
1687 "libc",
1688]
1689
1690[[package]]
1691name = "minimal-lexical"
1692version = "0.2.1"
1693source = "registry+https://github.com/rust-lang/crates.io-index"
1694checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1695
1696[[package]]
1697name = "miniz_oxide"
1698version = "0.7.1"
1699source = "registry+https://github.com/rust-lang/crates.io-index"
1700checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
1701dependencies = [
1702 "adler",
1703]
1704
1705[[package]]
1706name = "miow"
1707version = "0.6.0"
1708source = "registry+https://github.com/rust-lang/crates.io-index"
1709checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
1710dependencies = [
1711 "windows-sys 0.48.0",
1712]
1713
1714[[package]]
1715name = "nom"
1716version = "7.1.3"
1717source = "registry+https://github.com/rust-lang/crates.io-index"
1718checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1719dependencies = [
1720 "memchr",
1721 "minimal-lexical",
1722]
1723
1724[[package]]
1725name = "num-traits"
1726version = "0.2.17"
1727source = "registry+https://github.com/rust-lang/crates.io-index"
1728checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
1729dependencies = [
1730 "autocfg",
1731]
1732
1733[[package]]
1734name = "num_threads"
1735version = "0.1.6"
1736source = "registry+https://github.com/rust-lang/crates.io-index"
1737checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
1738dependencies = [
1739 "libc",
1740]
1741
1742[[package]]
1743name = "once_cell"
1744version = "1.19.0"
1745source = "registry+https://github.com/rust-lang/crates.io-index"
1746checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
1747
1748[[package]]
1749name = "opener"
1750version = "0.5.2"
1751source = "registry+https://github.com/rust-lang/crates.io-index"
1752checksum = "293c15678e37254c15bd2f092314abb4e51d7fdde05c2021279c12631b54f005"
1753dependencies = [
1754 "bstr",
1755 "winapi",
1756]
1757
1758[[package]]
1759name = "openssl-probe"
1760version = "0.1.5"
1761source = "registry+https://github.com/rust-lang/crates.io-index"
1762checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
1763
1764[[package]]
1765name = "openssl-sys"
1766version = "0.9.98"
1767source = "registry+https://github.com/rust-lang/crates.io-index"
1768checksum = "c1665caf8ab2dc9aef43d1c0023bd904633a6a05cb30b0ad59bec2ae986e57a7"
1769dependencies = [
1770 "cc",
1771 "libc",
1772 "pkg-config",
1773 "vcpkg",
1774]
1775
1776[[package]]
1777name = "ordered-float"
1778version = "2.10.1"
1779source = "registry+https://github.com/rust-lang/crates.io-index"
1780checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
1781dependencies = [
1782 "num-traits",
1783]
1784
1785[[package]]
1786name = "orion"
1787version = "0.17.6"
1788source = "registry+https://github.com/rust-lang/crates.io-index"
1789checksum = "7abdb10181903c8c4b016ba45d6d6d5af1a1e2a461aa4763a83b87f5df4695e5"
1790dependencies = [
1791 "fiat-crypto",
1792 "subtle",
1793 "zeroize",
1794]
1795
1796[[package]]
1797name = "os_info"
1798version = "3.7.0"
1799source = "registry+https://github.com/rust-lang/crates.io-index"
1800checksum = "006e42d5b888366f1880eda20371fedde764ed2213dc8496f49622fa0c99cd5e"
1801dependencies = [
1802 "log",
1803 "serde",
1804 "winapi",
1805]
1806
1807[[package]]
1808name = "p384"
1809version = "0.13.0"
1810source = "registry+https://github.com/rust-lang/crates.io-index"
1811checksum = "70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209"
1812dependencies = [
1813 "ecdsa",
1814 "elliptic-curve",
1815 "primeorder",
1816 "sha2",
1817]
1818
1819[[package]]
1820name = "parking_lot"
1821version = "0.12.1"
1822source = "registry+https://github.com/rust-lang/crates.io-index"
1823checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
1824dependencies = [
1825 "lock_api",
1826 "parking_lot_core",
1827]
1828
1829[[package]]
1830name = "parking_lot_core"
1831version = "0.9.9"
1832source = "registry+https://github.com/rust-lang/crates.io-index"
1833checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
1834dependencies = [
1835 "cfg-if",
1836 "libc",
1837 "redox_syscall",
1838 "smallvec",
1839 "windows-targets 0.48.5",
1840]
1841
1842[[package]]
1843name = "pasetors"
1844version = "0.6.8"
1845source = "registry+https://github.com/rust-lang/crates.io-index"
1846checksum = "6b36d47c66f2230dd1b7143d9afb2b4891879020210eddf2ccb624e529b96dba"
1847dependencies = [
1848 "ct-codecs",
1849 "ed25519-compact",
1850 "getrandom",
1851 "orion",
1852 "p384",
1853 "rand_core",
1854 "regex",
1855 "serde",
1856 "serde_json",
1857 "sha2",
1858 "subtle",
1859 "time",
1860 "zeroize",
1861]
1862
1863[[package]]
1864name = "pathdiff"
1865version = "0.2.1"
1866source = "registry+https://github.com/rust-lang/crates.io-index"
1867checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
1868
1869[[package]]
1870name = "pem-rfc7468"
1871version = "0.7.0"
1872source = "registry+https://github.com/rust-lang/crates.io-index"
1873checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
1874dependencies = [
1875 "base64ct",
1876]
1877
1878[[package]]
1879name = "percent-encoding"
1880version = "2.3.1"
1881source = "registry+https://github.com/rust-lang/crates.io-index"
1882checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
1883
1884[[package]]
1885name = "pest"
1886version = "2.7.6"
1887source = "registry+https://github.com/rust-lang/crates.io-index"
1888checksum = "1f200d8d83c44a45b21764d1916299752ca035d15ecd46faca3e9a2a2bf6ad06"
1889dependencies = [
1890 "memchr",
1891 "thiserror",
1892 "ucd-trie",
1893]
1894
1895[[package]]
1896name = "pest_derive"
1897version = "2.7.6"
1898dependencies = [
1899 "pest",
1900 "pest_generator",
1901]
1902
1903[[package]]
1904name = "pest_generator"
1905version = "2.7.6"
1906source = "registry+https://github.com/rust-lang/crates.io-index"
1907checksum = "2a31940305ffc96863a735bef7c7994a00b325a7138fdbc5bda0f1a0476d3275"
1908dependencies = [
1909 "pest",
1910 "pest_meta",
1911 "proc-macro2",
1912 "quote",
1913 "syn 2.0.47",
1914]
1915
1916[[package]]
1917name = "pest_meta"
1918version = "2.7.6"
1919source = "registry+https://github.com/rust-lang/crates.io-index"
1920checksum = "a7ff62f5259e53b78d1af898941cdcdccfae7385cf7d793a6e55de5d05bb4b7d"
1921dependencies = [
1922 "cargo",
1923 "once_cell",
1924 "pest",
1925 "sha2",
1926]
1927
1928[[package]]
1929name = "pin-project-lite"
1930version = "0.2.13"
1931source = "registry+https://github.com/rust-lang/crates.io-index"
1932checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
1933
1934[[package]]
1935name = "pkcs8"
1936version = "0.10.2"
1937source = "registry+https://github.com/rust-lang/crates.io-index"
1938checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
1939dependencies = [
1940 "der",
1941 "spki",
1942]
1943
1944[[package]]
1945name = "pkg-config"
1946version = "0.3.28"
1947source = "registry+https://github.com/rust-lang/crates.io-index"
1948checksum = "69d3587f8a9e599cc7ec2c00e331f71c4e69a5f9a4b8a6efd5b07466b9736f9a"
1949
1950[[package]]
1951name = "powerfmt"
1952version = "0.2.0"
1953source = "registry+https://github.com/rust-lang/crates.io-index"
1954checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1955
1956[[package]]
1957name = "ppv-lite86"
1958version = "0.2.17"
1959source = "registry+https://github.com/rust-lang/crates.io-index"
1960checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
1961
1962[[package]]
1963name = "primeorder"
1964version = "0.13.6"
1965source = "registry+https://github.com/rust-lang/crates.io-index"
1966checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
1967dependencies = [
1968 "elliptic-curve",
1969]
1970
1971[[package]]
1972name = "proc-macro2"
1973version = "1.0.75"
1974source = "registry+https://github.com/rust-lang/crates.io-index"
1975checksum = "907a61bd0f64c2f29cd1cf1dc34d05176426a3f504a78010f08416ddb7b13708"
1976dependencies = [
1977 "unicode-ident",
1978]
1979
1980[[package]]
1981name = "prodash"
1982version = "23.1.2"
1983source = "registry+https://github.com/rust-lang/crates.io-index"
1984checksum = "9516b775656bc3e8985e19cd4b8c0c0de045095074e453d2c0a513b5f978392d"
1985dependencies = [
1986 "parking_lot",
1987]
1988
1989[[package]]
1990name = "quote"
1991version = "1.0.35"
1992source = "registry+https://github.com/rust-lang/crates.io-index"
1993checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
1994dependencies = [
1995 "proc-macro2",
1996]
1997
1998[[package]]
1999name = "rand"
2000version = "0.8.5"
2001source = "registry+https://github.com/rust-lang/crates.io-index"
2002checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2003dependencies = [
2004 "libc",
2005 "rand_chacha",
2006 "rand_core",
2007]
2008
2009[[package]]
2010name = "rand_chacha"
2011version = "0.3.1"
2012source = "registry+https://github.com/rust-lang/crates.io-index"
2013checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2014dependencies = [
2015 "ppv-lite86",
2016 "rand_core",
2017]
2018
2019[[package]]
2020name = "rand_core"
2021version = "0.6.4"
2022source = "registry+https://github.com/rust-lang/crates.io-index"
2023checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2024dependencies = [
2025 "getrandom",
2026]
2027
2028[[package]]
2029name = "rand_xoshiro"
2030version = "0.6.0"
2031source = "registry+https://github.com/rust-lang/crates.io-index"
2032checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
2033dependencies = [
2034 "rand_core",
2035]
2036
2037[[package]]
2038name = "redox_syscall"
2039version = "0.4.1"
2040source = "registry+https://github.com/rust-lang/crates.io-index"
2041checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
2042dependencies = [
2043 "bitflags 1.3.2",
2044]
2045
2046[[package]]
2047name = "regex"
2048version = "1.10.2"
2049source = "registry+https://github.com/rust-lang/crates.io-index"
2050checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
2051dependencies = [
2052 "aho-corasick",
2053 "memchr",
2054 "regex-automata",
2055 "regex-syntax",
2056]
2057
2058[[package]]
2059name = "regex-automata"
2060version = "0.4.3"
2061source = "registry+https://github.com/rust-lang/crates.io-index"
2062checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
2063dependencies = [
2064 "aho-corasick",
2065 "memchr",
2066 "regex-syntax",
2067]
2068
2069[[package]]
2070name = "regex-syntax"
2071version = "0.8.2"
2072source = "registry+https://github.com/rust-lang/crates.io-index"
2073checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
2074
2075[[package]]
2076name = "rfc6979"
2077version = "0.4.0"
2078source = "registry+https://github.com/rust-lang/crates.io-index"
2079checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
2080dependencies = [
2081 "hmac",
2082 "subtle",
2083]
2084
2085[[package]]
2086name = "rustfix"
2087version = "0.6.1"
2088source = "registry+https://github.com/rust-lang/crates.io-index"
2089checksum = "ecd2853d9e26988467753bd9912c3a126f642d05d229a4b53f5752ee36c56481"
2090dependencies = [
2091 "anyhow",
2092 "log",
2093 "serde",
2094 "serde_json",
2095]
2096
2097[[package]]
2098name = "rustix"
2099version = "0.38.28"
2100source = "registry+https://github.com/rust-lang/crates.io-index"
2101checksum = "72e572a5e8ca657d7366229cdde4bd14c4eb5499a9573d4d366fe1b599daa316"
2102dependencies = [
2103 "bitflags 2.4.1",
2104 "errno",
2105 "libc",
2106 "linux-raw-sys",
2107 "windows-sys 0.52.0",
2108]
2109
2110[[package]]
2111name = "ryu"
2112version = "1.0.16"
2113source = "registry+https://github.com/rust-lang/crates.io-index"
2114checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
2115
2116[[package]]
2117name = "same-file"
2118version = "1.0.6"
2119source = "registry+https://github.com/rust-lang/crates.io-index"
2120checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
2121dependencies = [
2122 "winapi-util",
2123]
2124
2125[[package]]
2126name = "schannel"
2127version = "0.1.23"
2128source = "registry+https://github.com/rust-lang/crates.io-index"
2129checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
2130dependencies = [
2131 "windows-sys 0.52.0",
2132]
2133
2134[[package]]
2135name = "scopeguard"
2136version = "1.2.0"
2137source = "registry+https://github.com/rust-lang/crates.io-index"
2138checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2139
2140[[package]]
2141name = "sec1"
2142version = "0.7.3"
2143source = "registry+https://github.com/rust-lang/crates.io-index"
2144checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
2145dependencies = [
2146 "base16ct",
2147 "der",
2148 "generic-array",
2149 "pkcs8",
2150 "subtle",
2151 "zeroize",
2152]
2153
2154[[package]]
2155name = "semver"
2156version = "1.0.21"
2157source = "registry+https://github.com/rust-lang/crates.io-index"
2158checksum = "b97ed7a9823b74f99c7742f5336af7be5ecd3eeafcb1507d1fa93347b1d589b0"
2159dependencies = [
2160 "serde",
2161]
2162
2163[[package]]
2164name = "serde"
2165version = "1.0.194"
2166source = "registry+https://github.com/rust-lang/crates.io-index"
2167checksum = "0b114498256798c94a0689e1a15fec6005dee8ac1f41de56404b67afc2a4b773"
2168dependencies = [
2169 "serde_derive",
2170]
2171
2172[[package]]
2173name = "serde-value"
2174version = "0.7.0"
2175source = "registry+https://github.com/rust-lang/crates.io-index"
2176checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
2177dependencies = [
2178 "ordered-float",
2179 "serde",
2180]
2181
2182[[package]]
2183name = "serde_derive"
2184version = "1.0.194"
2185source = "registry+https://github.com/rust-lang/crates.io-index"
2186checksum = "a3385e45322e8f9931410f01b3031ec534c3947d0e94c18049af4d9f9907d4e0"
2187dependencies = [
2188 "proc-macro2",
2189 "quote",
2190 "syn 2.0.47",
2191]
2192
2193[[package]]
2194name = "serde_ignored"
2195version = "0.1.10"
2196source = "registry+https://github.com/rust-lang/crates.io-index"
2197checksum = "a8e319a36d1b52126a0d608f24e93b2d81297091818cd70625fcf50a15d84ddf"
2198dependencies = [
2199 "serde",
2200]
2201
2202[[package]]
2203name = "serde_json"
2204version = "1.0.111"
2205source = "registry+https://github.com/rust-lang/crates.io-index"
2206checksum = "176e46fa42316f18edd598015a5166857fc835ec732f5215eac6b7bdbf0a84f4"
2207dependencies = [
2208 "itoa",
2209 "ryu",
2210 "serde",
2211]
2212
2213[[package]]
2214name = "serde_spanned"
2215version = "0.6.5"
2216source = "registry+https://github.com/rust-lang/crates.io-index"
2217checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
2218dependencies = [
2219 "serde",
2220]
2221
2222[[package]]
2223name = "sha1"
2224version = "0.10.6"
2225source = "registry+https://github.com/rust-lang/crates.io-index"
2226checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2227dependencies = [
2228 "cfg-if",
2229 "cpufeatures",
2230 "digest",
2231]
2232
2233[[package]]
2234name = "sha1_smol"
2235version = "1.0.0"
2236source = "registry+https://github.com/rust-lang/crates.io-index"
2237checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
2238
2239[[package]]
2240name = "sha2"
2241version = "0.10.8"
2242source = "registry+https://github.com/rust-lang/crates.io-index"
2243checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
2244dependencies = [
2245 "cfg-if",
2246 "cpufeatures",
2247 "digest",
2248]
2249
2250[[package]]
2251name = "shell-escape"
2252version = "0.1.5"
2253source = "registry+https://github.com/rust-lang/crates.io-index"
2254checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
2255
2256[[package]]
2257name = "signal-hook"
2258version = "0.3.17"
2259source = "registry+https://github.com/rust-lang/crates.io-index"
2260checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
2261dependencies = [
2262 "libc",
2263 "signal-hook-registry",
2264]
2265
2266[[package]]
2267name = "signal-hook-registry"
2268version = "1.4.1"
2269source = "registry+https://github.com/rust-lang/crates.io-index"
2270checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
2271dependencies = [
2272 "libc",
2273]
2274
2275[[package]]
2276name = "signature"
2277version = "2.2.0"
2278source = "registry+https://github.com/rust-lang/crates.io-index"
2279checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
2280dependencies = [
2281 "digest",
2282 "rand_core",
2283]
2284
2285[[package]]
2286name = "sized-chunks"
2287version = "0.6.5"
2288source = "registry+https://github.com/rust-lang/crates.io-index"
2289checksum = "16d69225bde7a69b235da73377861095455d298f2b970996eec25ddbb42b3d1e"
2290dependencies = [
2291 "bitmaps",
2292 "typenum",
2293]
2294
2295[[package]]
2296name = "smallvec"
2297version = "1.11.2"
2298source = "registry+https://github.com/rust-lang/crates.io-index"
2299checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
2300
2301[[package]]
2302name = "socket2"
2303version = "0.4.10"
2304source = "registry+https://github.com/rust-lang/crates.io-index"
2305checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
2306dependencies = [
2307 "libc",
2308 "winapi",
2309]
2310
2311[[package]]
2312name = "spki"
2313version = "0.7.3"
2314source = "registry+https://github.com/rust-lang/crates.io-index"
2315checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
2316dependencies = [
2317 "base64ct",
2318 "der",
2319]
2320
2321[[package]]
2322name = "static_assertions"
2323version = "1.1.0"
2324source = "registry+https://github.com/rust-lang/crates.io-index"
2325checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2326
2327[[package]]
2328name = "strip-ansi-escapes"
2329version = "0.1.1"
2330source = "registry+https://github.com/rust-lang/crates.io-index"
2331checksum = "011cbb39cf7c1f62871aea3cc46e5817b0937b49e9447370c93cacbe93a766d8"
2332dependencies = [
2333 "vte",
2334]
2335
2336[[package]]
2337name = "strsim"
2338version = "0.10.0"
2339source = "registry+https://github.com/rust-lang/crates.io-index"
2340checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2341
2342[[package]]
2343name = "subtle"
2344version = "2.5.0"
2345source = "registry+https://github.com/rust-lang/crates.io-index"
2346checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
2347
2348[[package]]
2349name = "syn"
2350version = "1.0.109"
2351source = "registry+https://github.com/rust-lang/crates.io-index"
2352checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2353dependencies = [
2354 "proc-macro2",
2355 "quote",
2356 "unicode-ident",
2357]
2358
2359[[package]]
2360name = "syn"
2361version = "2.0.47"
2362source = "registry+https://github.com/rust-lang/crates.io-index"
2363checksum = "1726efe18f42ae774cc644f330953a5e7b3c3003d3edcecf18850fe9d4dd9afb"
2364dependencies = [
2365 "proc-macro2",
2366 "quote",
2367 "unicode-ident",
2368]
2369
2370[[package]]
2371name = "tar"
2372version = "0.4.40"
2373source = "registry+https://github.com/rust-lang/crates.io-index"
2374checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb"
2375dependencies = [
2376 "filetime",
2377 "libc",
2378]
2379
2380[[package]]
2381name = "tempfile"
2382version = "3.9.0"
2383source = "registry+https://github.com/rust-lang/crates.io-index"
2384checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
2385dependencies = [
2386 "cfg-if",
2387 "fastrand",
2388 "redox_syscall",
2389 "rustix",
2390 "windows-sys 0.52.0",
2391]
2392
2393[[package]]
2394name = "termcolor"
2395version = "1.4.0"
2396source = "registry+https://github.com/rust-lang/crates.io-index"
2397checksum = "ff1bc3d3f05aff0403e8ac0d92ced918ec05b666a43f83297ccef5bea8a3d449"
2398dependencies = [
2399 "winapi-util",
2400]
2401
2402[[package]]
2403name = "terminal_size"
2404version = "0.3.0"
2405source = "registry+https://github.com/rust-lang/crates.io-index"
2406checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7"
2407dependencies = [
2408 "rustix",
2409 "windows-sys 0.48.0",
2410]
2411
2412[[package]]
2413name = "thiserror"
2414version = "1.0.56"
2415source = "registry+https://github.com/rust-lang/crates.io-index"
2416checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad"
2417dependencies = [
2418 "thiserror-impl",
2419]
2420
2421[[package]]
2422name = "thiserror-impl"
2423version = "1.0.56"
2424source = "registry+https://github.com/rust-lang/crates.io-index"
2425checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471"
2426dependencies = [
2427 "proc-macro2",
2428 "quote",
2429 "syn 2.0.47",
2430]
2431
2432[[package]]
2433name = "time"
2434version = "0.3.31"
2435source = "registry+https://github.com/rust-lang/crates.io-index"
2436checksum = "f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e"
2437dependencies = [
2438 "deranged",
2439 "itoa",
2440 "libc",
2441 "num_threads",
2442 "powerfmt",
2443 "serde",
2444 "time-core",
2445 "time-macros",
2446]
2447
2448[[package]]
2449name = "time-core"
2450version = "0.1.2"
2451source = "registry+https://github.com/rust-lang/crates.io-index"
2452checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2453
2454[[package]]
2455name = "time-macros"
2456version = "0.2.16"
2457source = "registry+https://github.com/rust-lang/crates.io-index"
2458checksum = "26197e33420244aeb70c3e8c78376ca46571bc4e701e4791c2cd9f57dcb3a43f"
2459dependencies = [
2460 "time-core",
2461]
2462
2463[[package]]
2464name = "tinyvec"
2465version = "1.6.0"
2466source = "registry+https://github.com/rust-lang/crates.io-index"
2467checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2468dependencies = [
2469 "tinyvec_macros",
2470]
2471
2472[[package]]
2473name = "tinyvec_macros"
2474version = "0.1.1"
2475source = "registry+https://github.com/rust-lang/crates.io-index"
2476checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2477
2478[[package]]
2479name = "toml"
2480version = "0.7.8"
2481source = "registry+https://github.com/rust-lang/crates.io-index"
2482checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
2483dependencies = [
2484 "serde",
2485 "serde_spanned",
2486 "toml_datetime",
2487 "toml_edit",
2488]
2489
2490[[package]]
2491name = "toml_datetime"
2492version = "0.6.5"
2493source = "registry+https://github.com/rust-lang/crates.io-index"
2494checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
2495dependencies = [
2496 "serde",
2497]
2498
2499[[package]]
2500name = "toml_edit"
2501version = "0.19.15"
2502source = "registry+https://github.com/rust-lang/crates.io-index"
2503checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
2504dependencies = [
2505 "indexmap 2.1.0",
2506 "serde",
2507 "serde_spanned",
2508 "toml_datetime",
2509 "winnow",
2510]
2511
2512[[package]]
2513name = "tracing"
2514version = "0.1.40"
2515source = "registry+https://github.com/rust-lang/crates.io-index"
2516checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2517dependencies = [
2518 "pin-project-lite",
2519 "tracing-attributes",
2520 "tracing-core",
2521]
2522
2523[[package]]
2524name = "tracing-attributes"
2525version = "0.1.27"
2526source = "registry+https://github.com/rust-lang/crates.io-index"
2527checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
2528dependencies = [
2529 "proc-macro2",
2530 "quote",
2531 "syn 2.0.47",
2532]
2533
2534[[package]]
2535name = "tracing-core"
2536version = "0.1.32"
2537source = "registry+https://github.com/rust-lang/crates.io-index"
2538checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2539dependencies = [
2540 "once_cell",
2541]
2542
2543[[package]]
2544name = "typenum"
2545version = "1.17.0"
2546source = "registry+https://github.com/rust-lang/crates.io-index"
2547checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2548
2549[[package]]
2550name = "ucd-trie"
2551version = "0.1.6"
2552source = "registry+https://github.com/rust-lang/crates.io-index"
2553checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
2554
2555[[package]]
2556name = "unicode-bidi"
2557version = "0.3.14"
2558source = "registry+https://github.com/rust-lang/crates.io-index"
2559checksum = "6f2528f27a9eb2b21e69c95319b30bd0efd85d09c379741b0f78ea1d86be2416"
2560
2561[[package]]
2562name = "unicode-bom"
2563version = "2.0.3"
2564source = "registry+https://github.com/rust-lang/crates.io-index"
2565checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
2566
2567[[package]]
2568name = "unicode-ident"
2569version = "1.0.12"
2570source = "registry+https://github.com/rust-lang/crates.io-index"
2571checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2572
2573[[package]]
2574name = "unicode-normalization"
2575version = "0.1.22"
2576source = "registry+https://github.com/rust-lang/crates.io-index"
2577checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2578dependencies = [
2579 "tinyvec",
2580]
2581
2582[[package]]
2583name = "unicode-width"
2584version = "0.1.11"
2585source = "registry+https://github.com/rust-lang/crates.io-index"
2586checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
2587
2588[[package]]
2589name = "unicode-xid"
2590version = "0.2.4"
2591source = "registry+https://github.com/rust-lang/crates.io-index"
2592checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2593
2594[[package]]
2595name = "url"
2596version = "2.5.0"
2597source = "registry+https://github.com/rust-lang/crates.io-index"
2598checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
2599dependencies = [
2600 "form_urlencoded",
2601 "idna",
2602 "percent-encoding",
2603]
2604
2605[[package]]
2606name = "utf8parse"
2607version = "0.2.1"
2608source = "registry+https://github.com/rust-lang/crates.io-index"
2609checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2610
2611[[package]]
2612name = "vcpkg"
2613version = "0.2.15"
2614source = "registry+https://github.com/rust-lang/crates.io-index"
2615checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2616
2617[[package]]
2618name = "version_check"
2619version = "0.9.4"
2620source = "registry+https://github.com/rust-lang/crates.io-index"
2621checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2622
2623[[package]]
2624name = "vte"
2625version = "0.10.1"
2626source = "registry+https://github.com/rust-lang/crates.io-index"
2627checksum = "6cbce692ab4ca2f1f3047fcf732430249c0e971bfdd2b234cf2c47ad93af5983"
2628dependencies = [
2629 "arrayvec",
2630 "utf8parse",
2631 "vte_generate_state_changes",
2632]
2633
2634[[package]]
2635name = "vte_generate_state_changes"
2636version = "0.1.1"
2637source = "registry+https://github.com/rust-lang/crates.io-index"
2638checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
2639dependencies = [
2640 "proc-macro2",
2641 "quote",
2642]
2643
2644[[package]]
2645name = "walkdir"
2646version = "2.4.0"
2647source = "registry+https://github.com/rust-lang/crates.io-index"
2648checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
2649dependencies = [
2650 "same-file",
2651 "winapi-util",
2652]
2653
2654[[package]]
2655name = "wasi"
2656version = "0.11.0+wasi-snapshot-preview1"
2657source = "registry+https://github.com/rust-lang/crates.io-index"
2658checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2659
2660[[package]]
2661name = "wasm-bindgen"
2662version = "0.2.89"
2663source = "registry+https://github.com/rust-lang/crates.io-index"
2664checksum = "0ed0d4f68a3015cc185aff4db9506a015f4b96f95303897bfa23f846db54064e"
2665dependencies = [
2666 "cfg-if",
2667 "wasm-bindgen-macro",
2668]
2669
2670[[package]]
2671name = "wasm-bindgen-backend"
2672version = "0.2.89"
2673source = "registry+https://github.com/rust-lang/crates.io-index"
2674checksum = "1b56f625e64f3a1084ded111c4d5f477df9f8c92df113852fa5a374dbda78826"
2675dependencies = [
2676 "bumpalo",
2677 "log",
2678 "once_cell",
2679 "proc-macro2",
2680 "quote",
2681 "syn 2.0.47",
2682 "wasm-bindgen-shared",
2683]
2684
2685[[package]]
2686name = "wasm-bindgen-macro"
2687version = "0.2.89"
2688source = "registry+https://github.com/rust-lang/crates.io-index"
2689checksum = "0162dbf37223cd2afce98f3d0785506dcb8d266223983e4b5b525859e6e182b2"
2690dependencies = [
2691 "quote",
2692 "wasm-bindgen-macro-support",
2693]
2694
2695[[package]]
2696name = "wasm-bindgen-macro-support"
2697version = "0.2.89"
2698source = "registry+https://github.com/rust-lang/crates.io-index"
2699checksum = "f0eb82fcb7930ae6219a7ecfd55b217f5f0893484b7a13022ebb2b2bf20b5283"
2700dependencies = [
2701 "proc-macro2",
2702 "quote",
2703 "syn 2.0.47",
2704 "wasm-bindgen-backend",
2705 "wasm-bindgen-shared",
2706]
2707
2708[[package]]
2709name = "wasm-bindgen-shared"
2710version = "0.2.89"
2711source = "registry+https://github.com/rust-lang/crates.io-index"
2712checksum = "7ab9b36309365056cd639da3134bf87fa8f3d86008abf99e612384a6eecd459f"
2713
2714[[package]]
2715name = "winapi"
2716version = "0.3.9"
2717source = "registry+https://github.com/rust-lang/crates.io-index"
2718checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2719dependencies = [
2720 "winapi-i686-pc-windows-gnu",
2721 "winapi-x86_64-pc-windows-gnu",
2722]
2723
2724[[package]]
2725name = "winapi-i686-pc-windows-gnu"
2726version = "0.4.0"
2727source = "registry+https://github.com/rust-lang/crates.io-index"
2728checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2729
2730[[package]]
2731name = "winapi-util"
2732version = "0.1.6"
2733source = "registry+https://github.com/rust-lang/crates.io-index"
2734checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
2735dependencies = [
2736 "winapi",
2737]
2738
2739[[package]]
2740name = "winapi-x86_64-pc-windows-gnu"
2741version = "0.4.0"
2742source = "registry+https://github.com/rust-lang/crates.io-index"
2743checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2744
2745[[package]]
2746name = "windows"
2747version = "0.48.0"
2748source = "registry+https://github.com/rust-lang/crates.io-index"
2749checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
2750dependencies = [
2751 "windows-targets 0.48.5",
2752]
2753
2754[[package]]
2755name = "windows-sys"
2756version = "0.48.0"
2757source = "registry+https://github.com/rust-lang/crates.io-index"
2758checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2759dependencies = [
2760 "windows-targets 0.48.5",
2761]
2762
2763[[package]]
2764name = "windows-sys"
2765version = "0.52.0"
2766source = "registry+https://github.com/rust-lang/crates.io-index"
2767checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2768dependencies = [
2769 "windows-targets 0.52.0",
2770]
2771
2772[[package]]
2773name = "windows-targets"
2774version = "0.48.5"
2775source = "registry+https://github.com/rust-lang/crates.io-index"
2776checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2777dependencies = [
2778 "windows_aarch64_gnullvm 0.48.5",
2779 "windows_aarch64_msvc 0.48.5",
2780 "windows_i686_gnu 0.48.5",
2781 "windows_i686_msvc 0.48.5",
2782 "windows_x86_64_gnu 0.48.5",
2783 "windows_x86_64_gnullvm 0.48.5",
2784 "windows_x86_64_msvc 0.48.5",
2785]
2786
2787[[package]]
2788name = "windows-targets"
2789version = "0.52.0"
2790source = "registry+https://github.com/rust-lang/crates.io-index"
2791checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
2792dependencies = [
2793 "windows_aarch64_gnullvm 0.52.0",
2794 "windows_aarch64_msvc 0.52.0",
2795 "windows_i686_gnu 0.52.0",
2796 "windows_i686_msvc 0.52.0",
2797 "windows_x86_64_gnu 0.52.0",
2798 "windows_x86_64_gnullvm 0.52.0",
2799 "windows_x86_64_msvc 0.52.0",
2800]
2801
2802[[package]]
2803name = "windows_aarch64_gnullvm"
2804version = "0.48.5"
2805source = "registry+https://github.com/rust-lang/crates.io-index"
2806checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2807
2808[[package]]
2809name = "windows_aarch64_gnullvm"
2810version = "0.52.0"
2811source = "registry+https://github.com/rust-lang/crates.io-index"
2812checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
2813
2814[[package]]
2815name = "windows_aarch64_msvc"
2816version = "0.48.5"
2817source = "registry+https://github.com/rust-lang/crates.io-index"
2818checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2819
2820[[package]]
2821name = "windows_aarch64_msvc"
2822version = "0.52.0"
2823source = "registry+https://github.com/rust-lang/crates.io-index"
2824checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
2825
2826[[package]]
2827name = "windows_i686_gnu"
2828version = "0.48.5"
2829source = "registry+https://github.com/rust-lang/crates.io-index"
2830checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2831
2832[[package]]
2833name = "windows_i686_gnu"
2834version = "0.52.0"
2835source = "registry+https://github.com/rust-lang/crates.io-index"
2836checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
2837
2838[[package]]
2839name = "windows_i686_msvc"
2840version = "0.48.5"
2841source = "registry+https://github.com/rust-lang/crates.io-index"
2842checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2843
2844[[package]]
2845name = "windows_i686_msvc"
2846version = "0.52.0"
2847source = "registry+https://github.com/rust-lang/crates.io-index"
2848checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
2849
2850[[package]]
2851name = "windows_x86_64_gnu"
2852version = "0.48.5"
2853source = "registry+https://github.com/rust-lang/crates.io-index"
2854checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2855
2856[[package]]
2857name = "windows_x86_64_gnu"
2858version = "0.52.0"
2859source = "registry+https://github.com/rust-lang/crates.io-index"
2860checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
2861
2862[[package]]
2863name = "windows_x86_64_gnullvm"
2864version = "0.48.5"
2865source = "registry+https://github.com/rust-lang/crates.io-index"
2866checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2867
2868[[package]]
2869name = "windows_x86_64_gnullvm"
2870version = "0.52.0"
2871source = "registry+https://github.com/rust-lang/crates.io-index"
2872checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
2873
2874[[package]]
2875name = "windows_x86_64_msvc"
2876version = "0.48.5"
2877source = "registry+https://github.com/rust-lang/crates.io-index"
2878checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2879
2880[[package]]
2881name = "windows_x86_64_msvc"
2882version = "0.52.0"
2883source = "registry+https://github.com/rust-lang/crates.io-index"
2884checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
2885
2886[[package]]
2887name = "winnow"
2888version = "0.5.32"
2889source = "registry+https://github.com/rust-lang/crates.io-index"
2890checksum = "8434aeec7b290e8da5c3f0d628cb0eac6cabcb31d14bb74f779a08109a5914d6"
2891dependencies = [
2892 "memchr",
2893]
2894
2895[[package]]
2896name = "zerocopy"
2897version = "0.7.32"
2898source = "registry+https://github.com/rust-lang/crates.io-index"
2899checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
2900dependencies = [
2901 "zerocopy-derive",
2902]
2903
2904[[package]]
2905name = "zerocopy-derive"
2906version = "0.7.32"
2907source = "registry+https://github.com/rust-lang/crates.io-index"
2908checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
2909dependencies = [
2910 "proc-macro2",
2911 "quote",
2912 "syn 2.0.47",
2913]
2914
2915[[package]]
2916name = "zeroize"
2917version = "1.7.0"
2918source = "registry+https://github.com/rust-lang/crates.io-index"
2919checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
2920