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 = "aho-corasick"
13version = "0.7.20"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
16dependencies = [
17 "memchr",
18]
19
20[[package]]
21name = "aho-corasick"
22version = "1.0.1"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
25dependencies = [
26 "memchr",
27]
28
29[[package]]
30name = "anstream"
31version = "0.3.2"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
34dependencies = [
35 "anstyle",
36 "anstyle-parse",
37 "anstyle-query",
38 "anstyle-wincon",
39 "colorchoice",
40 "is-terminal",
41 "utf8parse",
42]
43
44[[package]]
45name = "anstyle"
46version = "1.0.0"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d"
49
50[[package]]
51name = "anstyle-parse"
52version = "0.2.0"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee"
55dependencies = [
56 "utf8parse",
57]
58
59[[package]]
60name = "anstyle-query"
61version = "1.0.0"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
64dependencies = [
65 "windows-sys 0.48.0",
66]
67
68[[package]]
69name = "anstyle-wincon"
70version = "1.0.1"
71source = "registry+https://github.com/rust-lang/crates.io-index"
72checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"
73dependencies = [
74 "anstyle",
75 "windows-sys 0.48.0",
76]
77
78[[package]]
79name = "anyhow"
80version = "1.0.71"
81source = "registry+https://github.com/rust-lang/crates.io-index"
82checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
83
84[[package]]
85name = "assert_cmd"
86version = "2.0.11"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "86d6b683edf8d1119fe420a94f8a7e389239666aa72e65495d91c00462510151"
89dependencies = [
90 "anstream",
91 "anstyle",
92 "bstr",
93 "doc-comment",
94 "predicates",
95 "predicates-core",
96 "predicates-tree",
97 "wait-timeout",
98]
99
100[[package]]
101name = "assert_fs"
102version = "1.0.13"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "f070617a68e5c2ed5d06ee8dd620ee18fb72b99f6c094bed34cf8ab07c875b48"
105dependencies = [
106 "anstream",
107 "anstyle",
108 "doc-comment",
109 "globwalk",
110 "predicates",
111 "predicates-core",
112 "predicates-tree",
113 "tempfile",
114]
115
116[[package]]
117name = "atty"
118version = "0.2.14"
119source = "registry+https://github.com/rust-lang/crates.io-index"
120checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
121dependencies = [
122 "hermit-abi 0.1.19",
123 "libc",
124 "winapi",
125]
126
127[[package]]
128name = "autocfg"
129version = "1.1.0"
130source = "registry+https://github.com/rust-lang/crates.io-index"
131checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
132
133[[package]]
134name = "base16ct"
135version = "0.2.0"
136source = "registry+https://github.com/rust-lang/crates.io-index"
137checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
138
139[[package]]
140name = "base64"
141version = "0.13.1"
142source = "registry+https://github.com/rust-lang/crates.io-index"
143checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
144
145[[package]]
146name = "base64ct"
147version = "1.6.0"
148source = "registry+https://github.com/rust-lang/crates.io-index"
149checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
150
151[[package]]
152name = "bitflags"
153version = "1.3.2"
154source = "registry+https://github.com/rust-lang/crates.io-index"
155checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
156
157[[package]]
158name = "block-buffer"
159version = "0.10.4"
160source = "registry+https://github.com/rust-lang/crates.io-index"
161checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
162dependencies = [
163 "generic-array",
164]
165
166[[package]]
167name = "bstr"
168version = "1.4.0"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09"
171dependencies = [
172 "memchr",
173 "once_cell",
174 "regex-automata",
175 "serde",
176]
177
178[[package]]
179name = "bumpalo"
180version = "3.13.0"
181source = "registry+https://github.com/rust-lang/crates.io-index"
182checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
183
184[[package]]
185name = "byteorder"
186version = "1.4.3"
187source = "registry+https://github.com/rust-lang/crates.io-index"
188checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
189
190[[package]]
191name = "camino"
192version = "1.1.4"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "c530edf18f37068ac2d977409ed5cd50d53d73bc653c7647b48eb78976ac9ae2"
195dependencies = [
196 "serde",
197]
198
199[[package]]
200name = "cargo-edit"
201version = "0.12.0"
202dependencies = [
203 "anyhow",
204 "assert_cmd",
205 "assert_fs",
206 "cargo-test-macro",
207 "cargo-test-support",
208 "cargo_metadata",
209 "clap",
210 "concolor-control",
211 "crates-index",
212 "dunce",
213 "env_proxy",
214 "git2",
215 "hex",
216 "home",
217 "indexmap",
218 "native-tls",
219 "pathdiff",
220 "predicates",
221 "regex",
222 "semver",
223 "serde",
224 "serde_derive",
225 "serde_json",
226 "snapbox",
227 "subprocess",
228 "termcolor",
229 "toml",
230 "toml_edit",
231 "trycmd",
232 "ureq",
233 "url",
234]
235
236[[package]]
237name = "cargo-platform"
238version = "0.1.2"
239source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "cbdb825da8a5df079a43676dbe042702f1707b1109f713a01420fbb4cc71fa27"
241dependencies = [
242 "serde",
243]
244
245[[package]]
246name = "cargo-test-macro"
247version = "0.1.0"
248source = "git+https://github.com/rust-lang/cargo#13413c64ff88dd6c2824e9eb9374fc5f10895d28"
249
250[[package]]
251name = "cargo-test-support"
252version = "0.1.0"
253source = "git+https://github.com/rust-lang/cargo#13413c64ff88dd6c2824e9eb9374fc5f10895d28"
254dependencies = [
255 "anyhow",
256 "cargo-test-macro",
257 "cargo-util",
258 "crates-io",
259 "filetime",
260 "flate2",
261 "git2",
262 "glob",
263 "itertools",
264 "lazy_static",
265 "pasetors",
266 "serde",
267 "serde_json",
268 "snapbox",
269 "tar",
270 "termcolor",
271 "time",
272 "toml",
273 "url",
274 "windows-sys 0.48.0",
275]
276
277[[package]]
278name = "cargo-util"
279version = "0.2.4"
280source = "git+https://github.com/rust-lang/cargo#13413c64ff88dd6c2824e9eb9374fc5f10895d28"
281dependencies = [
282 "anyhow",
283 "core-foundation",
284 "filetime",
285 "hex",
286 "jobserver",
287 "libc",
288 "log",
289 "miow",
290 "same-file",
291 "sha2",
292 "shell-escape",
293 "tempfile",
294 "walkdir",
295 "windows-sys 0.48.0",
296]
297
298[[package]]
299name = "cargo_metadata"
300version = "0.15.4"
301source = "registry+https://github.com/rust-lang/crates.io-index"
302checksum = "eee4243f1f26fc7a42710e7439c149e2b10b05472f88090acce52632f231a73a"
303dependencies = [
304 "camino",
305 "cargo-platform",
306 "semver",
307 "serde",
308 "serde_json",
309 "thiserror",
310]
311
312[[package]]
313name = "cc"
314version = "1.0.79"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
317dependencies = [
318 "jobserver",
319]
320
321[[package]]
322name = "cfg-if"
323version = "1.0.0"
324source = "registry+https://github.com/rust-lang/crates.io-index"
325checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
326
327[[package]]
328name = "clap"
329version = "4.3.0"
330source = "registry+https://github.com/rust-lang/crates.io-index"
331checksum = "93aae7a4192245f70fe75dd9157fc7b4a5bf53e88d30bd4396f7d8f9284d5acc"
332dependencies = [
333 "clap_builder",
334 "clap_derive",
335 "once_cell",
336]
337
338[[package]]
339name = "clap_builder"
340version = "4.3.0"
341source = "registry+https://github.com/rust-lang/crates.io-index"
342checksum = "4f423e341edefb78c9caba2d9c7f7687d0e72e89df3ce3394554754393ac3990"
343dependencies = [
344 "anstream",
345 "anstyle",
346 "bitflags",
347 "clap_lex",
348 "strsim",
349 "terminal_size",
350]
351
352[[package]]
353name = "clap_derive"
354version = "4.3.0"
355source = "registry+https://github.com/rust-lang/crates.io-index"
356checksum = "191d9573962933b4027f932c600cd252ce27a8ad5979418fe78e43c07996f27b"
357dependencies = [
358 "heck",
359 "proc-macro2",
360 "quote",
361 "syn",
362]
363
364[[package]]
365name = "clap_lex"
366version = "0.5.0"
367source = "registry+https://github.com/rust-lang/crates.io-index"
368checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
369
370[[package]]
371name = "colorchoice"
372version = "1.0.0"
373source = "registry+https://github.com/rust-lang/crates.io-index"
374checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
375
376[[package]]
377name = "concolor-control"
378version = "0.0.7"
379source = "registry+https://github.com/rust-lang/crates.io-index"
380checksum = "7104119c2f80d887239879d0c50e033cd40eac9a3f3561e0684ba7d5d654f4da"
381dependencies = [
382 "atty",
383 "bitflags",
384 "concolor-query",
385]
386
387[[package]]
388name = "concolor-query"
389version = "0.0.4"
390source = "registry+https://github.com/rust-lang/crates.io-index"
391checksum = "ad159cc964ac8f9d407cbc0aa44b02436c054b541f2b4b5f06972e1efdc54bc7"
392
393[[package]]
394name = "const-oid"
395version = "0.9.2"
396source = "registry+https://github.com/rust-lang/crates.io-index"
397checksum = "520fbf3c07483f94e3e3ca9d0cfd913d7718ef2483d2cfd91c0d9e91474ab913"
398
399[[package]]
400name = "content_inspector"
401version = "0.2.4"
402source = "registry+https://github.com/rust-lang/crates.io-index"
403checksum = "b7bda66e858c683005a53a9a60c69a4aca7eeaa45d124526e389f7aec8e62f38"
404dependencies = [
405 "memchr",
406]
407
408[[package]]
409name = "core-foundation"
410version = "0.9.3"
411source = "registry+https://github.com/rust-lang/crates.io-index"
412checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
413dependencies = [
414 "core-foundation-sys",
415 "libc",
416]
417
418[[package]]
419name = "core-foundation-sys"
420version = "0.8.4"
421source = "registry+https://github.com/rust-lang/crates.io-index"
422checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
423
424[[package]]
425name = "cpufeatures"
426version = "0.2.7"
427source = "registry+https://github.com/rust-lang/crates.io-index"
428checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"
429dependencies = [
430 "libc",
431]
432
433[[package]]
434name = "crates-index"
435version = "0.19.10"
436source = "registry+https://github.com/rust-lang/crates.io-index"
437checksum = "65aa5fcd68f892b56202f15a18a53308b2d489b728958dbce48d2d1f3bbaa685"
438dependencies = [
439 "git2",
440 "hex",
441 "home",
442 "memchr",
443 "num_cpus",
444 "rayon",
445 "rustc-hash",
446 "semver",
447 "serde",
448 "serde_derive",
449 "serde_json",
450 "smol_str",
451 "toml",
452]
453
454[[package]]
455name = "crates-io"
456version = "0.36.1"
457source = "git+https://github.com/rust-lang/cargo#13413c64ff88dd6c2824e9eb9374fc5f10895d28"
458dependencies = [
459 "anyhow",
460 "curl",
461 "percent-encoding",
462 "serde",
463 "serde_json",
464 "url",
465]
466
467[[package]]
468name = "crc32fast"
469version = "1.3.2"
470source = "registry+https://github.com/rust-lang/crates.io-index"
471checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
472dependencies = [
473 "cfg-if",
474]
475
476[[package]]
477name = "crossbeam-channel"
478version = "0.5.8"
479source = "registry+https://github.com/rust-lang/crates.io-index"
480checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
481dependencies = [
482 "cfg-if",
483 "crossbeam-utils",
484]
485
486[[package]]
487name = "crossbeam-deque"
488version = "0.8.3"
489source = "registry+https://github.com/rust-lang/crates.io-index"
490checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
491dependencies = [
492 "cfg-if",
493 "crossbeam-epoch",
494 "crossbeam-utils",
495]
496
497[[package]]
498name = "crossbeam-epoch"
499version = "0.9.14"
500source = "registry+https://github.com/rust-lang/crates.io-index"
501checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
502dependencies = [
503 "autocfg",
504 "cfg-if",
505 "crossbeam-utils",
506 "memoffset",
507 "scopeguard",
508]
509
510[[package]]
511name = "crossbeam-utils"
512version = "0.8.15"
513source = "registry+https://github.com/rust-lang/crates.io-index"
514checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
515dependencies = [
516 "cfg-if",
517]
518
519[[package]]
520name = "crypto-bigint"
521version = "0.5.1"
522source = "registry+https://github.com/rust-lang/crates.io-index"
523checksum = "7c2538c4e68e52548bacb3e83ac549f903d44f011ac9d5abb5e132e67d0808f7"
524dependencies = [
525 "generic-array",
526 "rand_core",
527 "subtle",
528 "zeroize",
529]
530
531[[package]]
532name = "crypto-common"
533version = "0.1.6"
534source = "registry+https://github.com/rust-lang/crates.io-index"
535checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
536dependencies = [
537 "generic-array",
538 "typenum",
539]
540
541[[package]]
542name = "ct-codecs"
543version = "1.1.1"
544source = "registry+https://github.com/rust-lang/crates.io-index"
545checksum = "f3b7eb4404b8195a9abb6356f4ac07d8ba267045c8d6d220ac4dc992e6cc75df"
546
547[[package]]
548name = "curl"
549version = "0.4.44"
550source = "registry+https://github.com/rust-lang/crates.io-index"
551checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
552dependencies = [
553 "curl-sys",
554 "libc",
555 "openssl-probe",
556 "openssl-sys",
557 "schannel",
558 "socket2",
559 "winapi",
560]
561
562[[package]]
563name = "curl-sys"
564version = "0.4.61+curl-8.0.1"
565source = "registry+https://github.com/rust-lang/crates.io-index"
566checksum = "14d05c10f541ae6f3bc5b3d923c20001f47db7d5f0b2bc6ad16490133842db79"
567dependencies = [
568 "cc",
569 "libc",
570 "libz-sys",
571 "openssl-sys",
572 "pkg-config",
573 "vcpkg",
574 "winapi",
575]
576
577[[package]]
578name = "der"
579version = "0.7.4"
580source = "registry+https://github.com/rust-lang/crates.io-index"
581checksum = "86b14af2045fa69ed2b7a48934bebb842d0f33e73e96e78766ecb14bb5347a11"
582dependencies = [
583 "const-oid",
584 "pem-rfc7468",
585 "zeroize",
586]
587
588[[package]]
589name = "difflib"
590version = "0.4.0"
591source = "registry+https://github.com/rust-lang/crates.io-index"
592checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
593
594[[package]]
595name = "digest"
596version = "0.10.7"
597source = "registry+https://github.com/rust-lang/crates.io-index"
598checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
599dependencies = [
600 "block-buffer",
601 "const-oid",
602 "crypto-common",
603 "subtle",
604]
605
606[[package]]
607name = "doc-comment"
608version = "0.3.3"
609source = "registry+https://github.com/rust-lang/crates.io-index"
610checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
611
612[[package]]
613name = "dunce"
614version = "1.0.4"
615source = "registry+https://github.com/rust-lang/crates.io-index"
616checksum = "56ce8c6da7551ec6c462cbaf3bfbc75131ebbfa1c944aeaa9dab51ca1c5f0c3b"
617
618[[package]]
619name = "ecdsa"
620version = "0.16.6"
621source = "registry+https://github.com/rust-lang/crates.io-index"
622checksum = "a48e5d537b8a30c0b023116d981b16334be1485af7ca68db3a2b7024cbc957fd"
623dependencies = [
624 "der",
625 "digest",
626 "elliptic-curve",
627 "rfc6979",
628 "signature",
629]
630
631[[package]]
632name = "ed25519-compact"
633version = "2.0.4"
634source = "registry+https://github.com/rust-lang/crates.io-index"
635checksum = "6a3d382e8464107391c8706b4c14b087808ecb909f6c15c34114bc42e53a9e4c"
636dependencies = [
637 "getrandom",
638]
639
640[[package]]
641name = "either"
642version = "1.8.1"
643source = "registry+https://github.com/rust-lang/crates.io-index"
644checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
645
646[[package]]
647name = "elliptic-curve"
648version = "0.13.4"
649source = "registry+https://github.com/rust-lang/crates.io-index"
650checksum = "75c71eaa367f2e5d556414a8eea812bc62985c879748d6403edabd9cb03f16e7"
651dependencies = [
652 "base16ct",
653 "crypto-bigint",
654 "digest",
655 "ff",
656 "generic-array",
657 "group",
658 "hkdf",
659 "pem-rfc7468",
660 "pkcs8",
661 "rand_core",
662 "sec1",
663 "subtle",
664 "zeroize",
665]
666
667[[package]]
668name = "env_proxy"
669version = "0.4.1"
670source = "registry+https://github.com/rust-lang/crates.io-index"
671checksum = "3a5019be18538406a43b5419a5501461f0c8b49ea7dfda0cfc32f4e51fc44be1"
672dependencies = [
673 "log",
674 "url",
675]
676
677[[package]]
678name = "errno"
679version = "0.3.1"
680source = "registry+https://github.com/rust-lang/crates.io-index"
681checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
682dependencies = [
683 "errno-dragonfly",
684 "libc",
685 "windows-sys 0.48.0",
686]
687
688[[package]]
689name = "errno-dragonfly"
690version = "0.1.2"
691source = "registry+https://github.com/rust-lang/crates.io-index"
692checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
693dependencies = [
694 "cc",
695 "libc",
696]
697
698[[package]]
699name = "fastrand"
700version = "1.9.0"
701source = "registry+https://github.com/rust-lang/crates.io-index"
702checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
703dependencies = [
704 "instant",
705]
706
707[[package]]
708name = "ff"
709version = "0.13.0"
710source = "registry+https://github.com/rust-lang/crates.io-index"
711checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449"
712dependencies = [
713 "rand_core",
714 "subtle",
715]
716
717[[package]]
718name = "fiat-crypto"
719version = "0.1.20"
720source = "registry+https://github.com/rust-lang/crates.io-index"
721checksum = "e825f6987101665dea6ec934c09ec6d721de7bc1bf92248e1d5810c8cd636b77"
722
723[[package]]
724name = "filetime"
725version = "0.2.21"
726source = "registry+https://github.com/rust-lang/crates.io-index"
727checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
728dependencies = [
729 "cfg-if",
730 "libc",
731 "redox_syscall 0.2.16",
732 "windows-sys 0.48.0",
733]
734
735[[package]]
736name = "flate2"
737version = "1.0.26"
738source = "registry+https://github.com/rust-lang/crates.io-index"
739checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
740dependencies = [
741 "crc32fast",
742 "libz-sys",
743 "miniz_oxide",
744]
745
746[[package]]
747name = "float-cmp"
748version = "0.9.0"
749source = "registry+https://github.com/rust-lang/crates.io-index"
750checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
751dependencies = [
752 "num-traits",
753]
754
755[[package]]
756name = "fnv"
757version = "1.0.7"
758source = "registry+https://github.com/rust-lang/crates.io-index"
759checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
760
761[[package]]
762name = "foreign-types"
763version = "0.3.2"
764source = "registry+https://github.com/rust-lang/crates.io-index"
765checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
766dependencies = [
767 "foreign-types-shared",
768]
769
770[[package]]
771name = "foreign-types-shared"
772version = "0.1.1"
773source = "registry+https://github.com/rust-lang/crates.io-index"
774checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
775
776[[package]]
777name = "form_urlencoded"
778version = "1.1.0"
779source = "registry+https://github.com/rust-lang/crates.io-index"
780checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
781dependencies = [
782 "percent-encoding",
783]
784
785[[package]]
786name = "generic-array"
787version = "0.14.7"
788source = "registry+https://github.com/rust-lang/crates.io-index"
789checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
790dependencies = [
791 "typenum",
792 "version_check",
793 "zeroize",
794]
795
796[[package]]
797name = "getrandom"
798version = "0.2.9"
799source = "registry+https://github.com/rust-lang/crates.io-index"
800checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
801dependencies = [
802 "cfg-if",
803 "js-sys",
804 "libc",
805 "wasi",
806 "wasm-bindgen",
807]
808
809[[package]]
810name = "git2"
811version = "0.17.1"
812source = "registry+https://github.com/rust-lang/crates.io-index"
813checksum = "8b7905cdfe33d31a88bb2e8419ddd054451f5432d1da9eaf2ac7804ee1ea12d5"
814dependencies = [
815 "bitflags",
816 "libc",
817 "libgit2-sys",
818 "log",
819 "openssl-probe",
820 "openssl-sys",
821 "url",
822]
823
824[[package]]
825name = "glob"
826version = "0.3.1"
827source = "registry+https://github.com/rust-lang/crates.io-index"
828checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
829
830[[package]]
831name = "globset"
832version = "0.4.10"
833source = "registry+https://github.com/rust-lang/crates.io-index"
834checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
835dependencies = [
836 "aho-corasick 0.7.20",
837 "bstr",
838 "fnv",
839 "log",
840 "regex",
841]
842
843[[package]]
844name = "globwalk"
845version = "0.8.1"
846source = "registry+https://github.com/rust-lang/crates.io-index"
847checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc"
848dependencies = [
849 "bitflags",
850 "ignore",
851 "walkdir",
852]
853
854[[package]]
855name = "group"
856version = "0.13.0"
857source = "registry+https://github.com/rust-lang/crates.io-index"
858checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
859dependencies = [
860 "ff",
861 "rand_core",
862 "subtle",
863]
864
865[[package]]
866name = "hashbrown"
867version = "0.12.3"
868source = "registry+https://github.com/rust-lang/crates.io-index"
869checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
870
871[[package]]
872name = "heck"
873version = "0.4.1"
874source = "registry+https://github.com/rust-lang/crates.io-index"
875checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
876
877[[package]]
878name = "hermit-abi"
879version = "0.1.19"
880source = "registry+https://github.com/rust-lang/crates.io-index"
881checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
882dependencies = [
883 "libc",
884]
885
886[[package]]
887name = "hermit-abi"
888version = "0.2.6"
889source = "registry+https://github.com/rust-lang/crates.io-index"
890checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
891dependencies = [
892 "libc",
893]
894
895[[package]]
896name = "hermit-abi"
897version = "0.3.1"
898source = "registry+https://github.com/rust-lang/crates.io-index"
899checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
900
901[[package]]
902name = "hex"
903version = "0.4.3"
904source = "registry+https://github.com/rust-lang/crates.io-index"
905checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
906dependencies = [
907 "serde",
908]
909
910[[package]]
911name = "hkdf"
912version = "0.12.3"
913source = "registry+https://github.com/rust-lang/crates.io-index"
914checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
915dependencies = [
916 "hmac",
917]
918
919[[package]]
920name = "hmac"
921version = "0.12.1"
922source = "registry+https://github.com/rust-lang/crates.io-index"
923checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
924dependencies = [
925 "digest",
926]
927
928[[package]]
929name = "home"
930version = "0.5.5"
931source = "registry+https://github.com/rust-lang/crates.io-index"
932checksum = "5444c27eef6923071f7ebcc33e3444508466a76f7a2b93da00ed6e19f30c1ddb"
933dependencies = [
934 "windows-sys 0.48.0",
935]
936
937[[package]]
938name = "humantime"
939version = "2.1.0"
940source = "registry+https://github.com/rust-lang/crates.io-index"
941checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
942
943[[package]]
944name = "humantime-serde"
945version = "1.1.1"
946source = "registry+https://github.com/rust-lang/crates.io-index"
947checksum = "57a3db5ea5923d99402c94e9feb261dc5ee9b4efa158b0315f788cf549cc200c"
948dependencies = [
949 "humantime",
950 "serde",
951]
952
953[[package]]
954name = "idna"
955version = "0.3.0"
956source = "registry+https://github.com/rust-lang/crates.io-index"
957checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
958dependencies = [
959 "unicode-bidi",
960 "unicode-normalization",
961]
962
963[[package]]
964name = "ignore"
965version = "0.4.20"
966source = "registry+https://github.com/rust-lang/crates.io-index"
967checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
968dependencies = [
969 "globset",
970 "lazy_static",
971 "log",
972 "memchr",
973 "regex",
974 "same-file",
975 "thread_local",
976 "walkdir",
977 "winapi-util",
978]
979
980[[package]]
981name = "indexmap"
982version = "1.9.3"
983source = "registry+https://github.com/rust-lang/crates.io-index"
984checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
985dependencies = [
986 "autocfg",
987 "hashbrown",
988]
989
990[[package]]
991name = "instant"
992version = "0.1.12"
993source = "registry+https://github.com/rust-lang/crates.io-index"
994checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
995dependencies = [
996 "cfg-if",
997]
998
999[[package]]
1000name = "io-lifetimes"
1001version = "1.0.10"
1002source = "registry+https://github.com/rust-lang/crates.io-index"
1003checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
1004dependencies = [
1005 "hermit-abi 0.3.1",
1006 "libc",
1007 "windows-sys 0.48.0",
1008]
1009
1010[[package]]
1011name = "is-terminal"
1012version = "0.4.7"
1013source = "registry+https://github.com/rust-lang/crates.io-index"
1014checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
1015dependencies = [
1016 "hermit-abi 0.3.1",
1017 "io-lifetimes",
1018 "rustix",
1019 "windows-sys 0.48.0",
1020]
1021
1022[[package]]
1023name = "itertools"
1024version = "0.10.5"
1025source = "registry+https://github.com/rust-lang/crates.io-index"
1026checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
1027dependencies = [
1028 "either",
1029]
1030
1031[[package]]
1032name = "itoa"
1033version = "1.0.6"
1034source = "registry+https://github.com/rust-lang/crates.io-index"
1035checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
1036
1037[[package]]
1038name = "jobserver"
1039version = "0.1.26"
1040source = "registry+https://github.com/rust-lang/crates.io-index"
1041checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
1042dependencies = [
1043 "libc",
1044]
1045
1046[[package]]
1047name = "js-sys"
1048version = "0.3.63"
1049source = "registry+https://github.com/rust-lang/crates.io-index"
1050checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790"
1051dependencies = [
1052 "wasm-bindgen",
1053]
1054
1055[[package]]
1056name = "lazy_static"
1057version = "1.4.0"
1058source = "registry+https://github.com/rust-lang/crates.io-index"
1059checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1060
1061[[package]]
1062name = "libc"
1063version = "0.2.144"
1064source = "registry+https://github.com/rust-lang/crates.io-index"
1065checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
1066
1067[[package]]
1068name = "libgit2-sys"
1069version = "0.15.1+1.6.4"
1070source = "registry+https://github.com/rust-lang/crates.io-index"
1071checksum = "fb4577bde8cdfc7d6a2a4bcb7b049598597de33ffd337276e9c7db6cd4a2cee7"
1072dependencies = [
1073 "cc",
1074 "libc",
1075 "libssh2-sys",
1076 "libz-sys",
1077 "openssl-sys",
1078 "pkg-config",
1079]
1080
1081[[package]]
1082name = "libssh2-sys"
1083version = "0.3.0"
1084source = "registry+https://github.com/rust-lang/crates.io-index"
1085checksum = "2dc8a030b787e2119a731f1951d6a773e2280c660f8ec4b0f5e1505a386e71ee"
1086dependencies = [
1087 "cc",
1088 "libc",
1089 "libz-sys",
1090 "openssl-sys",
1091 "pkg-config",
1092 "vcpkg",
1093]
1094
1095[[package]]
1096name = "libz-sys"
1097version = "1.1.9"
1098source = "registry+https://github.com/rust-lang/crates.io-index"
1099checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db"
1100dependencies = [
1101 "cc",
1102 "libc",
1103 "pkg-config",
1104 "vcpkg",
1105]
1106
1107[[package]]
1108name = "linux-raw-sys"
1109version = "0.3.8"
1110source = "registry+https://github.com/rust-lang/crates.io-index"
1111checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
1112
1113[[package]]
1114name = "log"
1115version = "0.4.17"
1116source = "registry+https://github.com/rust-lang/crates.io-index"
1117checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
1118dependencies = [
1119 "cfg-if",
1120]
1121
1122[[package]]
1123name = "memchr"
1124version = "2.5.0"
1125source = "registry+https://github.com/rust-lang/crates.io-index"
1126checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
1127
1128[[package]]
1129name = "memoffset"
1130version = "0.8.0"
1131source = "registry+https://github.com/rust-lang/crates.io-index"
1132checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
1133dependencies = [
1134 "autocfg",
1135]
1136
1137[[package]]
1138name = "miniz_oxide"
1139version = "0.7.1"
1140source = "registry+https://github.com/rust-lang/crates.io-index"
1141checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
1142dependencies = [
1143 "adler",
1144]
1145
1146[[package]]
1147name = "miow"
1148version = "0.5.0"
1149source = "registry+https://github.com/rust-lang/crates.io-index"
1150checksum = "52ffbca2f655e33c08be35d87278e5b18b89550a37dbd598c20db92f6a471123"
1151dependencies = [
1152 "windows-sys 0.42.0",
1153]
1154
1155[[package]]
1156name = "native-tls"
1157version = "0.2.11"
1158source = "registry+https://github.com/rust-lang/crates.io-index"
1159checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
1160dependencies = [
1161 "lazy_static",
1162 "libc",
1163 "log",
1164 "openssl",
1165 "openssl-probe",
1166 "openssl-sys",
1167 "schannel",
1168 "security-framework",
1169 "security-framework-sys",
1170 "tempfile",
1171]
1172
1173[[package]]
1174name = "normalize-line-endings"
1175version = "0.3.0"
1176source = "registry+https://github.com/rust-lang/crates.io-index"
1177checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
1178
1179[[package]]
1180name = "num-traits"
1181version = "0.2.15"
1182source = "registry+https://github.com/rust-lang/crates.io-index"
1183checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
1184dependencies = [
1185 "autocfg",
1186]
1187
1188[[package]]
1189name = "num_cpus"
1190version = "1.15.0"
1191source = "registry+https://github.com/rust-lang/crates.io-index"
1192checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
1193dependencies = [
1194 "hermit-abi 0.2.6",
1195 "libc",
1196]
1197
1198[[package]]
1199name = "once_cell"
1200version = "1.17.1"
1201source = "registry+https://github.com/rust-lang/crates.io-index"
1202checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
1203
1204[[package]]
1205name = "openssl"
1206version = "0.10.52"
1207source = "registry+https://github.com/rust-lang/crates.io-index"
1208checksum = "01b8574602df80f7b85fdfc5392fa884a4e3b3f4f35402c070ab34c3d3f78d56"
1209dependencies = [
1210 "bitflags",
1211 "cfg-if",
1212 "foreign-types",
1213 "libc",
1214 "once_cell",
1215 "openssl-macros",
1216 "openssl-sys",
1217]
1218
1219[[package]]
1220name = "openssl-macros"
1221version = "0.1.1"
1222source = "registry+https://github.com/rust-lang/crates.io-index"
1223checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1224dependencies = [
1225 "proc-macro2",
1226 "quote",
1227 "syn",
1228]
1229
1230[[package]]
1231name = "openssl-probe"
1232version = "0.1.5"
1233source = "registry+https://github.com/rust-lang/crates.io-index"
1234checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
1235
1236[[package]]
1237name = "openssl-src"
1238version = "111.25.3+1.1.1t"
1239source = "registry+https://github.com/rust-lang/crates.io-index"
1240checksum = "924757a6a226bf60da5f7dd0311a34d2b52283dd82ddeb103208ddc66362f80c"
1241dependencies = [
1242 "cc",
1243]
1244
1245[[package]]
1246name = "openssl-sys"
1247version = "0.9.87"
1248source = "registry+https://github.com/rust-lang/crates.io-index"
1249checksum = "8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e"
1250dependencies = [
1251 "cc",
1252 "libc",
1253 "openssl-src",
1254 "pkg-config",
1255 "vcpkg",
1256]
1257
1258[[package]]
1259name = "orion"
1260version = "0.17.4"
1261source = "registry+https://github.com/rust-lang/crates.io-index"
1262checksum = "cbe74a766292f94f7e69db5a7bf010eadd944f24186c463fe578a7e637582066"
1263dependencies = [
1264 "fiat-crypto",
1265 "subtle",
1266 "zeroize",
1267]
1268
1269[[package]]
1270name = "os_pipe"
1271version = "1.1.4"
1272source = "registry+https://github.com/rust-lang/crates.io-index"
1273checksum = "0ae859aa07428ca9a929b936690f8b12dc5f11dd8c6992a18ca93919f28bc177"
1274dependencies = [
1275 "libc",
1276 "windows-sys 0.48.0",
1277]
1278
1279[[package]]
1280name = "p384"
1281version = "0.13.0"
1282source = "registry+https://github.com/rust-lang/crates.io-index"
1283checksum = "70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209"
1284dependencies = [
1285 "ecdsa",
1286 "elliptic-curve",
1287 "primeorder",
1288 "sha2",
1289]
1290
1291[[package]]
1292name = "pasetors"
1293version = "0.6.6"
1294source = "registry+https://github.com/rust-lang/crates.io-index"
1295checksum = "824bf633b85dc1dece2eb07161627ba5d90a951597cd5dbf8d85f4d82b7aea69"
1296dependencies = [
1297 "ct-codecs",
1298 "ed25519-compact",
1299 "getrandom",
1300 "orion",
1301 "p384",
1302 "rand_core",
1303 "regex",
1304 "serde",
1305 "serde_json",
1306 "sha2",
1307 "subtle",
1308 "time",
1309 "zeroize",
1310]
1311
1312[[package]]
1313name = "pathdiff"
1314version = "0.2.1"
1315source = "registry+https://github.com/rust-lang/crates.io-index"
1316checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
1317
1318[[package]]
1319name = "pem-rfc7468"
1320version = "0.7.0"
1321source = "registry+https://github.com/rust-lang/crates.io-index"
1322checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
1323dependencies = [
1324 "base64ct",
1325]
1326
1327[[package]]
1328name = "percent-encoding"
1329version = "2.2.0"
1330source = "registry+https://github.com/rust-lang/crates.io-index"
1331checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
1332
1333[[package]]
1334name = "pkcs8"
1335version = "0.10.2"
1336source = "registry+https://github.com/rust-lang/crates.io-index"
1337checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
1338dependencies = [
1339 "der",
1340 "spki",
1341]
1342
1343[[package]]
1344name = "pkg-config"
1345version = "0.3.27"
1346source = "registry+https://github.com/rust-lang/crates.io-index"
1347checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
1348
1349[[package]]
1350name = "predicates"
1351version = "3.0.3"
1352source = "registry+https://github.com/rust-lang/crates.io-index"
1353checksum = "09963355b9f467184c04017ced4a2ba2d75cbcb4e7462690d388233253d4b1a9"
1354dependencies = [
1355 "anstyle",
1356 "difflib",
1357 "float-cmp",
1358 "itertools",
1359 "normalize-line-endings",
1360 "predicates-core",
1361 "regex",
1362]
1363
1364[[package]]
1365name = "predicates-core"
1366version = "1.0.6"
1367source = "registry+https://github.com/rust-lang/crates.io-index"
1368checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"
1369
1370[[package]]
1371name = "predicates-tree"
1372version = "1.0.8"
1373source = "registry+https://github.com/rust-lang/crates.io-index"
1374checksum = "2cfd78a1cd6926a74e7f263eb466b765c79409b176be05c3676fac27df378e96"
1375dependencies = [
1376 "predicates-core",
1377 "termtree",
1378]
1379
1380[[package]]
1381name = "primeorder"
1382version = "0.13.1"
1383source = "registry+https://github.com/rust-lang/crates.io-index"
1384checksum = "cf8d3875361e28f7753baefef104386e7aa47642c93023356d97fdef4003bfb5"
1385dependencies = [
1386 "elliptic-curve",
1387]
1388
1389[[package]]
1390name = "proc-macro2"
1391version = "1.0.58"
1392source = "registry+https://github.com/rust-lang/crates.io-index"
1393checksum = "fa1fb82fc0c281dd9671101b66b771ebbe1eaf967b96ac8740dcba4b70005ca8"
1394dependencies = [
1395 "unicode-ident",
1396]
1397
1398[[package]]
1399name = "quote"
1400version = "1.0.27"
1401source = "registry+https://github.com/rust-lang/crates.io-index"
1402checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500"
1403dependencies = [
1404 "proc-macro2",
1405]
1406
1407[[package]]
1408name = "rand_core"
1409version = "0.6.4"
1410source = "registry+https://github.com/rust-lang/crates.io-index"
1411checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
1412dependencies = [
1413 "getrandom",
1414]
1415
1416[[package]]
1417name = "rayon"
1418version = "1.7.0"
1419source = "registry+https://github.com/rust-lang/crates.io-index"
1420checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
1421dependencies = [
1422 "either",
1423 "rayon-core",
1424]
1425
1426[[package]]
1427name = "rayon-core"
1428version = "1.11.0"
1429source = "registry+https://github.com/rust-lang/crates.io-index"
1430checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
1431dependencies = [
1432 "crossbeam-channel",
1433 "crossbeam-deque",
1434 "crossbeam-utils",
1435 "num_cpus",
1436]
1437
1438[[package]]
1439name = "redox_syscall"
1440version = "0.2.16"
1441source = "registry+https://github.com/rust-lang/crates.io-index"
1442checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
1443dependencies = [
1444 "bitflags",
1445]
1446
1447[[package]]
1448name = "redox_syscall"
1449version = "0.3.5"
1450source = "registry+https://github.com/rust-lang/crates.io-index"
1451checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
1452dependencies = [
1453 "bitflags",
1454]
1455
1456[[package]]
1457name = "regex"
1458version = "1.8.2"
1459source = "registry+https://github.com/rust-lang/crates.io-index"
1460checksum = "d1a59b5d8e97dee33696bf13c5ba8ab85341c002922fba050069326b9c498974"
1461dependencies = [
1462 "aho-corasick 1.0.1",
1463 "memchr",
1464 "regex-syntax",
1465]
1466
1467[[package]]
1468name = "regex-automata"
1469version = "0.1.10"
1470source = "registry+https://github.com/rust-lang/crates.io-index"
1471checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
1472
1473[[package]]
1474name = "regex-syntax"
1475version = "0.7.2"
1476source = "registry+https://github.com/rust-lang/crates.io-index"
1477checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
1478
1479[[package]]
1480name = "rfc6979"
1481version = "0.4.0"
1482source = "registry+https://github.com/rust-lang/crates.io-index"
1483checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
1484dependencies = [
1485 "hmac",
1486 "subtle",
1487]
1488
1489[[package]]
1490name = "ring"
1491version = "0.16.20"
1492source = "registry+https://github.com/rust-lang/crates.io-index"
1493checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
1494dependencies = [
1495 "cc",
1496 "libc",
1497 "once_cell",
1498 "spin",
1499 "untrusted",
1500 "web-sys",
1501 "winapi",
1502]
1503
1504[[package]]
1505name = "rustc-hash"
1506version = "1.1.0"
1507source = "registry+https://github.com/rust-lang/crates.io-index"
1508checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1509
1510[[package]]
1511name = "rustix"
1512version = "0.37.19"
1513source = "registry+https://github.com/rust-lang/crates.io-index"
1514checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
1515dependencies = [
1516 "bitflags",
1517 "errno",
1518 "io-lifetimes",
1519 "libc",
1520 "linux-raw-sys",
1521 "windows-sys 0.48.0",
1522]
1523
1524[[package]]
1525name = "rustls"
1526version = "0.20.8"
1527source = "registry+https://github.com/rust-lang/crates.io-index"
1528checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
1529dependencies = [
1530 "log",
1531 "ring",
1532 "sct",
1533 "webpki",
1534]
1535
1536[[package]]
1537name = "ryu"
1538version = "1.0.13"
1539source = "registry+https://github.com/rust-lang/crates.io-index"
1540checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
1541
1542[[package]]
1543name = "same-file"
1544version = "1.0.6"
1545source = "registry+https://github.com/rust-lang/crates.io-index"
1546checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1547dependencies = [
1548 "winapi-util",
1549]
1550
1551[[package]]
1552name = "schannel"
1553version = "0.1.21"
1554source = "registry+https://github.com/rust-lang/crates.io-index"
1555checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
1556dependencies = [
1557 "windows-sys 0.42.0",
1558]
1559
1560[[package]]
1561name = "scopeguard"
1562version = "1.1.0"
1563source = "registry+https://github.com/rust-lang/crates.io-index"
1564checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1565
1566[[package]]
1567name = "sct"
1568version = "0.7.0"
1569source = "registry+https://github.com/rust-lang/crates.io-index"
1570checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
1571dependencies = [
1572 "ring",
1573 "untrusted",
1574]
1575
1576[[package]]
1577name = "sec1"
1578version = "0.7.2"
1579source = "registry+https://github.com/rust-lang/crates.io-index"
1580checksum = "f0aec48e813d6b90b15f0b8948af3c63483992dee44c03e9930b3eebdabe046e"
1581dependencies = [
1582 "base16ct",
1583 "der",
1584 "generic-array",
1585 "pkcs8",
1586 "subtle",
1587 "zeroize",
1588]
1589
1590[[package]]
1591name = "security-framework"
1592version = "2.8.2"
1593source = "registry+https://github.com/rust-lang/crates.io-index"
1594checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
1595dependencies = [
1596 "bitflags",
1597 "core-foundation",
1598 "core-foundation-sys",
1599 "libc",
1600 "security-framework-sys",
1601]
1602
1603[[package]]
1604name = "security-framework-sys"
1605version = "2.8.0"
1606source = "registry+https://github.com/rust-lang/crates.io-index"
1607checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
1608dependencies = [
1609 "core-foundation-sys",
1610 "libc",
1611]
1612
1613[[package]]
1614name = "semver"
1615version = "1.0.17"
1616source = "registry+https://github.com/rust-lang/crates.io-index"
1617checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
1618dependencies = [
1619 "serde",
1620]
1621
1622[[package]]
1623name = "serde"
1624version = "1.0.163"
1625source = "registry+https://github.com/rust-lang/crates.io-index"
1626checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2"
1627dependencies = [
1628 "serde_derive",
1629]
1630
1631[[package]]
1632name = "serde_derive"
1633version = "1.0.163"
1634source = "registry+https://github.com/rust-lang/crates.io-index"
1635checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e"
1636dependencies = [
1637 "proc-macro2",
1638 "quote",
1639 "syn",
1640]
1641
1642[[package]]
1643name = "serde_json"
1644version = "1.0.96"
1645source = "registry+https://github.com/rust-lang/crates.io-index"
1646checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
1647dependencies = [
1648 "itoa",
1649 "ryu",
1650 "serde",
1651]
1652
1653[[package]]
1654name = "serde_spanned"
1655version = "0.6.2"
1656source = "registry+https://github.com/rust-lang/crates.io-index"
1657checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d"
1658dependencies = [
1659 "serde",
1660]
1661
1662[[package]]
1663name = "sha2"
1664version = "0.10.6"
1665source = "registry+https://github.com/rust-lang/crates.io-index"
1666checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
1667dependencies = [
1668 "cfg-if",
1669 "cpufeatures",
1670 "digest",
1671]
1672
1673[[package]]
1674name = "shell-escape"
1675version = "0.1.5"
1676source = "registry+https://github.com/rust-lang/crates.io-index"
1677checksum = "45bb67a18fa91266cc7807181f62f9178a6873bfad7dc788c42e6430db40184f"
1678
1679[[package]]
1680name = "shlex"
1681version = "1.1.0"
1682source = "registry+https://github.com/rust-lang/crates.io-index"
1683checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
1684
1685[[package]]
1686name = "signature"
1687version = "2.1.0"
1688source = "registry+https://github.com/rust-lang/crates.io-index"
1689checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"
1690dependencies = [
1691 "digest",
1692 "rand_core",
1693]
1694
1695[[package]]
1696name = "similar"
1697version = "2.2.1"
1698source = "registry+https://github.com/rust-lang/crates.io-index"
1699checksum = "420acb44afdae038210c99e69aae24109f32f15500aa708e81d46c9f29d55fcf"
1700
1701[[package]]
1702name = "smol_str"
1703version = "0.2.0"
1704source = "registry+https://github.com/rust-lang/crates.io-index"
1705checksum = "74212e6bbe9a4352329b2f68ba3130c15a3f26fe88ff22dbdc6cdd58fa85e99c"
1706dependencies = [
1707 "serde",
1708]
1709
1710[[package]]
1711name = "snapbox"
1712version = "0.4.11"
1713source = "registry+https://github.com/rust-lang/crates.io-index"
1714checksum = "f6bccd62078347f89a914e3004d94582e13824d4e3d8a816317862884c423835"
1715dependencies = [
1716 "anstream",
1717 "anstyle",
1718 "content_inspector",
1719 "dunce",
1720 "filetime",
1721 "libc",
1722 "normalize-line-endings",
1723 "os_pipe",
1724 "similar",
1725 "snapbox-macros",
1726 "tempfile",
1727 "wait-timeout",
1728 "walkdir",
1729 "windows-sys 0.45.0",
1730]
1731
1732[[package]]
1733name = "snapbox-macros"
1734version = "0.3.4"
1735source = "registry+https://github.com/rust-lang/crates.io-index"
1736checksum = "eaaf09df9f0eeae82be96290918520214530e738a7fe5a351b0f24cf77c0ca31"
1737dependencies = [
1738 "anstream",
1739]
1740
1741[[package]]
1742name = "socket2"
1743version = "0.4.9"
1744source = "registry+https://github.com/rust-lang/crates.io-index"
1745checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
1746dependencies = [
1747 "libc",
1748 "winapi",
1749]
1750
1751[[package]]
1752name = "socks"
1753version = "0.3.4"
1754source = "registry+https://github.com/rust-lang/crates.io-index"
1755checksum = "f0c3dbbd9ae980613c6dd8e28a9407b50509d3803b57624d5dfe8315218cd58b"
1756dependencies = [
1757 "byteorder",
1758 "libc",
1759 "winapi",
1760]
1761
1762[[package]]
1763name = "spin"
1764version = "0.5.2"
1765source = "registry+https://github.com/rust-lang/crates.io-index"
1766checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
1767
1768[[package]]
1769name = "spki"
1770version = "0.7.1"
1771source = "registry+https://github.com/rust-lang/crates.io-index"
1772checksum = "37a5be806ab6f127c3da44b7378837ebf01dadca8510a0e572460216b228bd0e"
1773dependencies = [
1774 "base64ct",
1775 "der",
1776]
1777
1778[[package]]
1779name = "strsim"
1780version = "0.10.0"
1781source = "registry+https://github.com/rust-lang/crates.io-index"
1782checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
1783
1784[[package]]
1785name = "subprocess"
1786version = "0.2.9"
1787source = "registry+https://github.com/rust-lang/crates.io-index"
1788checksum = "0c2e86926081dda636c546d8c5e641661049d7562a68f5488be4a1f7f66f6086"
1789dependencies = [
1790 "libc",
1791 "winapi",
1792]
1793
1794[[package]]
1795name = "subtle"
1796version = "2.4.1"
1797source = "registry+https://github.com/rust-lang/crates.io-index"
1798checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
1799
1800[[package]]
1801name = "syn"
1802version = "2.0.16"
1803source = "registry+https://github.com/rust-lang/crates.io-index"
1804checksum = "a6f671d4b5ffdb8eadec19c0ae67fe2639df8684bd7bc4b83d986b8db549cf01"
1805dependencies = [
1806 "proc-macro2",
1807 "quote",
1808 "unicode-ident",
1809]
1810
1811[[package]]
1812name = "tar"
1813version = "0.4.38"
1814source = "registry+https://github.com/rust-lang/crates.io-index"
1815checksum = "4b55807c0344e1e6c04d7c965f5289c39a8d94ae23ed5c0b57aabac549f871c6"
1816dependencies = [
1817 "filetime",
1818 "libc",
1819]
1820
1821[[package]]
1822name = "tempfile"
1823version = "3.5.0"
1824source = "registry+https://github.com/rust-lang/crates.io-index"
1825checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
1826dependencies = [
1827 "cfg-if",
1828 "fastrand",
1829 "redox_syscall 0.3.5",
1830 "rustix",
1831 "windows-sys 0.45.0",
1832]
1833
1834[[package]]
1835name = "termcolor"
1836version = "1.2.0"
1837source = "registry+https://github.com/rust-lang/crates.io-index"
1838checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
1839dependencies = [
1840 "winapi-util",
1841]
1842
1843[[package]]
1844name = "terminal_size"
1845version = "0.2.6"
1846source = "registry+https://github.com/rust-lang/crates.io-index"
1847checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237"
1848dependencies = [
1849 "rustix",
1850 "windows-sys 0.48.0",
1851]
1852
1853[[package]]
1854name = "termtree"
1855version = "0.4.1"
1856source = "registry+https://github.com/rust-lang/crates.io-index"
1857checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
1858
1859[[package]]
1860name = "thiserror"
1861version = "1.0.40"
1862source = "registry+https://github.com/rust-lang/crates.io-index"
1863checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
1864dependencies = [
1865 "thiserror-impl",
1866]
1867
1868[[package]]
1869name = "thiserror-impl"
1870version = "1.0.40"
1871source = "registry+https://github.com/rust-lang/crates.io-index"
1872checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
1873dependencies = [
1874 "proc-macro2",
1875 "quote",
1876 "syn",
1877]
1878
1879[[package]]
1880name = "thread_local"
1881version = "1.1.7"
1882source = "registry+https://github.com/rust-lang/crates.io-index"
1883checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
1884dependencies = [
1885 "cfg-if",
1886 "once_cell",
1887]
1888
1889[[package]]
1890name = "time"
1891version = "0.3.21"
1892source = "registry+https://github.com/rust-lang/crates.io-index"
1893checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc"
1894dependencies = [
1895 "itoa",
1896 "serde",
1897 "time-core",
1898 "time-macros",
1899]
1900
1901[[package]]
1902name = "time-core"
1903version = "0.1.1"
1904source = "registry+https://github.com/rust-lang/crates.io-index"
1905checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
1906
1907[[package]]
1908name = "time-macros"
1909version = "0.2.9"
1910source = "registry+https://github.com/rust-lang/crates.io-index"
1911checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
1912dependencies = [
1913 "time-core",
1914]
1915
1916[[package]]
1917name = "tinyvec"
1918version = "1.6.0"
1919source = "registry+https://github.com/rust-lang/crates.io-index"
1920checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
1921dependencies = [
1922 "tinyvec_macros",
1923]
1924
1925[[package]]
1926name = "tinyvec_macros"
1927version = "0.1.1"
1928source = "registry+https://github.com/rust-lang/crates.io-index"
1929checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1930
1931[[package]]
1932name = "toml"
1933version = "0.7.4"
1934source = "registry+https://github.com/rust-lang/crates.io-index"
1935checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec"
1936dependencies = [
1937 "serde",
1938 "serde_spanned",
1939 "toml_datetime",
1940 "toml_edit",
1941]
1942
1943[[package]]
1944name = "toml_datetime"
1945version = "0.6.2"
1946source = "registry+https://github.com/rust-lang/crates.io-index"
1947checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f"
1948dependencies = [
1949 "serde",
1950]
1951
1952[[package]]
1953name = "toml_edit"
1954version = "0.19.9"
1955source = "registry+https://github.com/rust-lang/crates.io-index"
1956checksum = "92d964908cec0d030b812013af25a0e57fddfadb1e066ecc6681d86253129d4f"
1957dependencies = [
1958 "indexmap",
1959 "serde",
1960 "serde_spanned",
1961 "toml_datetime",
1962 "winnow",
1963]
1964
1965[[package]]
1966name = "trycmd"
1967version = "0.14.16"
1968source = "registry+https://github.com/rust-lang/crates.io-index"
1969checksum = "2925e71868a12b173c1eb166018c2d2f9dfaedfcaec747bdb6ea2246785d258e"
1970dependencies = [
1971 "glob",
1972 "humantime",
1973 "humantime-serde",
1974 "rayon",
1975 "serde",
1976 "shlex",
1977 "snapbox",
1978 "toml_edit",
1979]
1980
1981[[package]]
1982name = "typenum"
1983version = "1.16.0"
1984source = "registry+https://github.com/rust-lang/crates.io-index"
1985checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
1986
1987[[package]]
1988name = "unicode-bidi"
1989version = "0.3.13"
1990source = "registry+https://github.com/rust-lang/crates.io-index"
1991checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
1992
1993[[package]]
1994name = "unicode-ident"
1995version = "1.0.8"
1996source = "registry+https://github.com/rust-lang/crates.io-index"
1997checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
1998
1999[[package]]
2000name = "unicode-normalization"
2001version = "0.1.22"
2002source = "registry+https://github.com/rust-lang/crates.io-index"
2003checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2004dependencies = [
2005 "tinyvec",
2006]
2007
2008[[package]]
2009name = "untrusted"
2010version = "0.7.1"
2011source = "registry+https://github.com/rust-lang/crates.io-index"
2012checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2013
2014[[package]]
2015name = "ureq"
2016version = "2.6.2"
2017source = "registry+https://github.com/rust-lang/crates.io-index"
2018checksum = "338b31dd1314f68f3aabf3ed57ab922df95ffcd902476ca7ba3c4ce7b908c46d"
2019dependencies = [
2020 "base64",
2021 "log",
2022 "native-tls",
2023 "once_cell",
2024 "rustls",
2025 "serde",
2026 "serde_json",
2027 "socks",
2028 "url",
2029 "webpki",
2030 "webpki-roots",
2031]
2032
2033[[package]]
2034name = "url"
2035version = "2.3.1"
2036source = "registry+https://github.com/rust-lang/crates.io-index"
2037checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
2038dependencies = [
2039 "form_urlencoded",
2040 "idna",
2041 "percent-encoding",
2042]
2043
2044[[package]]
2045name = "utf8parse"
2046version = "0.2.1"
2047source = "registry+https://github.com/rust-lang/crates.io-index"
2048checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2049
2050[[package]]
2051name = "vcpkg"
2052version = "0.2.15"
2053source = "registry+https://github.com/rust-lang/crates.io-index"
2054checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2055
2056[[package]]
2057name = "version_check"
2058version = "0.9.4"
2059source = "registry+https://github.com/rust-lang/crates.io-index"
2060checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2061
2062[[package]]
2063name = "wait-timeout"
2064version = "0.2.0"
2065source = "registry+https://github.com/rust-lang/crates.io-index"
2066checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
2067dependencies = [
2068 "libc",
2069]
2070
2071[[package]]
2072name = "walkdir"
2073version = "2.3.3"
2074source = "registry+https://github.com/rust-lang/crates.io-index"
2075checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
2076dependencies = [
2077 "same-file",
2078 "winapi-util",
2079]
2080
2081[[package]]
2082name = "wasi"
2083version = "0.11.0+wasi-snapshot-preview1"
2084source = "registry+https://github.com/rust-lang/crates.io-index"
2085checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2086
2087[[package]]
2088name = "wasm-bindgen"
2089version = "0.2.86"
2090source = "registry+https://github.com/rust-lang/crates.io-index"
2091checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73"
2092dependencies = [
2093 "cfg-if",
2094 "wasm-bindgen-macro",
2095]
2096
2097[[package]]
2098name = "wasm-bindgen-backend"
2099version = "0.2.86"
2100source = "registry+https://github.com/rust-lang/crates.io-index"
2101checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb"
2102dependencies = [
2103 "bumpalo",
2104 "log",
2105 "once_cell",
2106 "proc-macro2",
2107 "quote",
2108 "syn",
2109 "wasm-bindgen-shared",
2110]
2111
2112[[package]]
2113name = "wasm-bindgen-macro"
2114version = "0.2.86"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258"
2117dependencies = [
2118 "quote",
2119 "wasm-bindgen-macro-support",
2120]
2121
2122[[package]]
2123name = "wasm-bindgen-macro-support"
2124version = "0.2.86"
2125source = "registry+https://github.com/rust-lang/crates.io-index"
2126checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8"
2127dependencies = [
2128 "proc-macro2",
2129 "quote",
2130 "syn",
2131 "wasm-bindgen-backend",
2132 "wasm-bindgen-shared",
2133]
2134
2135[[package]]
2136name = "wasm-bindgen-shared"
2137version = "0.2.86"
2138source = "registry+https://github.com/rust-lang/crates.io-index"
2139checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93"
2140
2141[[package]]
2142name = "web-sys"
2143version = "0.3.61"
2144source = "registry+https://github.com/rust-lang/crates.io-index"
2145checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
2146dependencies = [
2147 "js-sys",
2148 "wasm-bindgen",
2149]
2150
2151[[package]]
2152name = "webpki"
2153version = "0.22.0"
2154source = "registry+https://github.com/rust-lang/crates.io-index"
2155checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
2156dependencies = [
2157 "ring",
2158 "untrusted",
2159]
2160
2161[[package]]
2162name = "webpki-roots"
2163version = "0.22.6"
2164source = "registry+https://github.com/rust-lang/crates.io-index"
2165checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
2166dependencies = [
2167 "webpki",
2168]
2169
2170[[package]]
2171name = "winapi"
2172version = "0.3.9"
2173source = "registry+https://github.com/rust-lang/crates.io-index"
2174checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2175dependencies = [
2176 "winapi-i686-pc-windows-gnu",
2177 "winapi-x86_64-pc-windows-gnu",
2178]
2179
2180[[package]]
2181name = "winapi-i686-pc-windows-gnu"
2182version = "0.4.0"
2183source = "registry+https://github.com/rust-lang/crates.io-index"
2184checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2185
2186[[package]]
2187name = "winapi-util"
2188version = "0.1.5"
2189source = "registry+https://github.com/rust-lang/crates.io-index"
2190checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2191dependencies = [
2192 "winapi",
2193]
2194
2195[[package]]
2196name = "winapi-x86_64-pc-windows-gnu"
2197version = "0.4.0"
2198source = "registry+https://github.com/rust-lang/crates.io-index"
2199checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2200
2201[[package]]
2202name = "windows-sys"
2203version = "0.42.0"
2204source = "registry+https://github.com/rust-lang/crates.io-index"
2205checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
2206dependencies = [
2207 "windows_aarch64_gnullvm 0.42.2",
2208 "windows_aarch64_msvc 0.42.2",
2209 "windows_i686_gnu 0.42.2",
2210 "windows_i686_msvc 0.42.2",
2211 "windows_x86_64_gnu 0.42.2",
2212 "windows_x86_64_gnullvm 0.42.2",
2213 "windows_x86_64_msvc 0.42.2",
2214]
2215
2216[[package]]
2217name = "windows-sys"
2218version = "0.45.0"
2219source = "registry+https://github.com/rust-lang/crates.io-index"
2220checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
2221dependencies = [
2222 "windows-targets 0.42.2",
2223]
2224
2225[[package]]
2226name = "windows-sys"
2227version = "0.48.0"
2228source = "registry+https://github.com/rust-lang/crates.io-index"
2229checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2230dependencies = [
2231 "windows-targets 0.48.0",
2232]
2233
2234[[package]]
2235name = "windows-targets"
2236version = "0.42.2"
2237source = "registry+https://github.com/rust-lang/crates.io-index"
2238checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
2239dependencies = [
2240 "windows_aarch64_gnullvm 0.42.2",
2241 "windows_aarch64_msvc 0.42.2",
2242 "windows_i686_gnu 0.42.2",
2243 "windows_i686_msvc 0.42.2",
2244 "windows_x86_64_gnu 0.42.2",
2245 "windows_x86_64_gnullvm 0.42.2",
2246 "windows_x86_64_msvc 0.42.2",
2247]
2248
2249[[package]]
2250name = "windows-targets"
2251version = "0.48.0"
2252source = "registry+https://github.com/rust-lang/crates.io-index"
2253checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
2254dependencies = [
2255 "windows_aarch64_gnullvm 0.48.0",
2256 "windows_aarch64_msvc 0.48.0",
2257 "windows_i686_gnu 0.48.0",
2258 "windows_i686_msvc 0.48.0",
2259 "windows_x86_64_gnu 0.48.0",
2260 "windows_x86_64_gnullvm 0.48.0",
2261 "windows_x86_64_msvc 0.48.0",
2262]
2263
2264[[package]]
2265name = "windows_aarch64_gnullvm"
2266version = "0.42.2"
2267source = "registry+https://github.com/rust-lang/crates.io-index"
2268checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2269
2270[[package]]
2271name = "windows_aarch64_gnullvm"
2272version = "0.48.0"
2273source = "registry+https://github.com/rust-lang/crates.io-index"
2274checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
2275
2276[[package]]
2277name = "windows_aarch64_msvc"
2278version = "0.42.2"
2279source = "registry+https://github.com/rust-lang/crates.io-index"
2280checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2281
2282[[package]]
2283name = "windows_aarch64_msvc"
2284version = "0.48.0"
2285source = "registry+https://github.com/rust-lang/crates.io-index"
2286checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
2287
2288[[package]]
2289name = "windows_i686_gnu"
2290version = "0.42.2"
2291source = "registry+https://github.com/rust-lang/crates.io-index"
2292checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2293
2294[[package]]
2295name = "windows_i686_gnu"
2296version = "0.48.0"
2297source = "registry+https://github.com/rust-lang/crates.io-index"
2298checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
2299
2300[[package]]
2301name = "windows_i686_msvc"
2302version = "0.42.2"
2303source = "registry+https://github.com/rust-lang/crates.io-index"
2304checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2305
2306[[package]]
2307name = "windows_i686_msvc"
2308version = "0.48.0"
2309source = "registry+https://github.com/rust-lang/crates.io-index"
2310checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
2311
2312[[package]]
2313name = "windows_x86_64_gnu"
2314version = "0.42.2"
2315source = "registry+https://github.com/rust-lang/crates.io-index"
2316checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2317
2318[[package]]
2319name = "windows_x86_64_gnu"
2320version = "0.48.0"
2321source = "registry+https://github.com/rust-lang/crates.io-index"
2322checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
2323
2324[[package]]
2325name = "windows_x86_64_gnullvm"
2326version = "0.42.2"
2327source = "registry+https://github.com/rust-lang/crates.io-index"
2328checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2329
2330[[package]]
2331name = "windows_x86_64_gnullvm"
2332version = "0.48.0"
2333source = "registry+https://github.com/rust-lang/crates.io-index"
2334checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
2335
2336[[package]]
2337name = "windows_x86_64_msvc"
2338version = "0.42.2"
2339source = "registry+https://github.com/rust-lang/crates.io-index"
2340checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2341
2342[[package]]
2343name = "windows_x86_64_msvc"
2344version = "0.48.0"
2345source = "registry+https://github.com/rust-lang/crates.io-index"
2346checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
2347
2348[[package]]
2349name = "winnow"
2350version = "0.4.6"
2351source = "registry+https://github.com/rust-lang/crates.io-index"
2352checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699"
2353dependencies = [
2354 "memchr",
2355]
2356
2357[[package]]
2358name = "zeroize"
2359version = "1.6.0"
2360source = "registry+https://github.com/rust-lang/crates.io-index"
2361checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"