|
|
@ -67,6 +67,55 @@ dependencies = [ |
|
|
|
"libc", |
|
|
|
"libc", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "anstream" |
|
|
|
|
|
|
|
version = "0.3.2" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"anstyle", |
|
|
|
|
|
|
|
"anstyle-parse", |
|
|
|
|
|
|
|
"anstyle-query", |
|
|
|
|
|
|
|
"anstyle-wincon", |
|
|
|
|
|
|
|
"colorchoice", |
|
|
|
|
|
|
|
"is-terminal", |
|
|
|
|
|
|
|
"utf8parse", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "anstyle" |
|
|
|
|
|
|
|
version = "1.0.1" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "3a30da5c5f2d5e72842e00bcb57657162cdabef0931f40e2deb9b4140440cecd" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "anstyle-parse" |
|
|
|
|
|
|
|
version = "0.2.1" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"utf8parse", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "anstyle-query" |
|
|
|
|
|
|
|
version = "1.0.0" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"windows-sys 0.48.0", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "anstyle-wincon" |
|
|
|
|
|
|
|
version = "1.0.1" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"anstyle", |
|
|
|
|
|
|
|
"windows-sys 0.48.0", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "anyhow" |
|
|
|
name = "anyhow" |
|
|
|
version = "1.0.71" |
|
|
|
version = "1.0.71" |
|
|
@ -254,51 +303,59 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "clap" |
|
|
|
name = "clap" |
|
|
|
version = "3.2.25" |
|
|
|
version = "4.3.10" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123" |
|
|
|
checksum = "384e169cc618c613d5e3ca6404dda77a8685a63e08660dcc64abaf7da7cb0c7a" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"atty", |
|
|
|
"clap_builder", |
|
|
|
"bitflags", |
|
|
|
|
|
|
|
"clap_derive", |
|
|
|
"clap_derive", |
|
|
|
"clap_lex", |
|
|
|
|
|
|
|
"indexmap", |
|
|
|
|
|
|
|
"once_cell", |
|
|
|
"once_cell", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "clap_builder" |
|
|
|
|
|
|
|
version = "4.3.10" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "ef137bbe35aab78bdb468ccfba75a5f4d8321ae011d34063770780545176af2d" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"anstream", |
|
|
|
|
|
|
|
"anstyle", |
|
|
|
|
|
|
|
"clap_lex", |
|
|
|
"strsim", |
|
|
|
"strsim", |
|
|
|
"termcolor", |
|
|
|
|
|
|
|
"textwrap", |
|
|
|
|
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "clap_complete" |
|
|
|
name = "clap_complete" |
|
|
|
version = "3.2.5" |
|
|
|
version = "4.3.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "3f7a2e0a962c45ce25afce14220bc24f9dade0a1787f185cecf96bfba7847cd8" |
|
|
|
checksum = "7f6b5c519bab3ea61843a7923d074b04245624bb84a64a8c150f5deb014e388b" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"clap", |
|
|
|
"clap", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "clap_derive" |
|
|
|
name = "clap_derive" |
|
|
|
version = "3.2.25" |
|
|
|
version = "4.3.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008" |
|
|
|
checksum = "b8cd2b2a819ad6eec39e8f1d6b53001af1e5469f8c177579cdaeb313115b825f" |
|
|
|
dependencies = [ |
|
|
|
dependencies = [ |
|
|
|
"heck", |
|
|
|
"heck", |
|
|
|
"proc-macro-error", |
|
|
|
|
|
|
|
"proc-macro2", |
|
|
|
"proc-macro2", |
|
|
|
"quote", |
|
|
|
"quote", |
|
|
|
"syn 1.0.109", |
|
|
|
"syn 2.0.22", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "clap_lex" |
|
|
|
name = "clap_lex" |
|
|
|
version = "0.2.4" |
|
|
|
version = "0.5.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" |
|
|
|
checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" |
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"os_str_bytes", |
|
|
|
[[package]] |
|
|
|
] |
|
|
|
name = "colorchoice" |
|
|
|
|
|
|
|
version = "1.0.0" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "colored" |
|
|
|
name = "colored" |
|
|
@ -1174,12 +1231,6 @@ dependencies = [ |
|
|
|
"windows-sys 0.48.0", |
|
|
|
"windows-sys 0.48.0", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "os_str_bytes" |
|
|
|
|
|
|
|
version = "6.5.1" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "output_vt100" |
|
|
|
name = "output_vt100" |
|
|
|
version = "0.1.3" |
|
|
|
version = "0.1.3" |
|
|
@ -1248,30 +1299,6 @@ dependencies = [ |
|
|
|
"yansi", |
|
|
|
"yansi", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "proc-macro-error" |
|
|
|
|
|
|
|
version = "1.0.4" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"proc-macro-error-attr", |
|
|
|
|
|
|
|
"proc-macro2", |
|
|
|
|
|
|
|
"quote", |
|
|
|
|
|
|
|
"syn 1.0.109", |
|
|
|
|
|
|
|
"version_check", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "proc-macro-error-attr" |
|
|
|
|
|
|
|
version = "1.0.4" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" |
|
|
|
|
|
|
|
dependencies = [ |
|
|
|
|
|
|
|
"proc-macro2", |
|
|
|
|
|
|
|
"quote", |
|
|
|
|
|
|
|
"version_check", |
|
|
|
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "proc-macro2" |
|
|
|
name = "proc-macro2" |
|
|
|
version = "1.0.63" |
|
|
|
version = "1.0.63" |
|
|
@ -1747,12 +1774,6 @@ dependencies = [ |
|
|
|
"syn 1.0.109", |
|
|
|
"syn 1.0.109", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "textwrap" |
|
|
|
|
|
|
|
version = "0.16.0" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "thiserror" |
|
|
|
name = "thiserror" |
|
|
|
version = "1.0.40" |
|
|
|
version = "1.0.40" |
|
|
@ -1947,6 +1968,12 @@ dependencies = [ |
|
|
|
"percent-encoding", |
|
|
|
"percent-encoding", |
|
|
|
] |
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
|
|
|
name = "utf8parse" |
|
|
|
|
|
|
|
version = "0.2.1" |
|
|
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a" |
|
|
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
[[package]] |
|
|
|
name = "version_check" |
|
|
|
name = "version_check" |
|
|
|
version = "0.9.4" |
|
|
|
version = "0.9.4" |
|
|
|