|
@@ -100,6 +100,15 @@ dependencies = [
|
|
|
"memchr",
|
|
"memchr",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
|
|
+[[package]]
|
|
|
|
|
+name = "ansi_term"
|
|
|
|
|
+version = "0.11.0"
|
|
|
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
+checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
|
|
|
|
+dependencies = [
|
|
|
|
|
+ "winapi 0.3.9",
|
|
|
|
|
+]
|
|
|
|
|
+
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "anyhow"
|
|
name = "anyhow"
|
|
|
version = "1.0.43"
|
|
version = "1.0.43"
|
|
@@ -699,35 +708,19 @@ dependencies = [
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "clap"
|
|
name = "clap"
|
|
|
-version = "3.0.0-beta.4"
|
|
|
|
|
|
|
+version = "2.33.3"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "fcd70aa5597dbc42f7217a543f9ef2768b2ef823ba29036072d30e1d88e98406"
|
|
|
|
|
|
|
+checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
|
|
+ "ansi_term",
|
|
|
"atty",
|
|
"atty",
|
|
|
"bitflags",
|
|
"bitflags",
|
|
|
- "clap_derive",
|
|
|
|
|
- "indexmap",
|
|
|
|
|
- "lazy_static",
|
|
|
|
|
- "os_str_bytes",
|
|
|
|
|
"strsim",
|
|
"strsim",
|
|
|
- "termcolor",
|
|
|
|
|
"textwrap",
|
|
"textwrap",
|
|
|
|
|
+ "unicode-width",
|
|
|
"vec_map",
|
|
"vec_map",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "clap_derive"
|
|
|
|
|
-version = "3.0.0-beta.4"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "0b5bb0d655624a0b8770d1c178fb8ffcb1f91cc722cb08f451e3dc72465421ac"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "heck",
|
|
|
|
|
- "proc-macro-error",
|
|
|
|
|
- "proc-macro2",
|
|
|
|
|
- "quote",
|
|
|
|
|
- "syn",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "concurrent-queue"
|
|
name = "concurrent-queue"
|
|
|
version = "1.2.2"
|
|
version = "1.2.2"
|
|
@@ -1574,15 +1567,6 @@ dependencies = [
|
|
|
"hashbrown",
|
|
"hashbrown",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "heck"
|
|
|
|
|
-version = "0.3.3"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "unicode-segmentation",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "hermit-abi"
|
|
name = "hermit-abi"
|
|
|
version = "0.1.19"
|
|
version = "0.1.19"
|
|
@@ -1694,16 +1678,6 @@ dependencies = [
|
|
|
"unicode-normalization",
|
|
"unicode-normalization",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "indexmap"
|
|
|
|
|
-version = "1.7.0"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "autocfg",
|
|
|
|
|
- "hashbrown",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "infer"
|
|
name = "infer"
|
|
|
version = "0.2.3"
|
|
version = "0.2.3"
|
|
@@ -2188,12 +2162,6 @@ dependencies = [
|
|
|
"vcpkg",
|
|
"vcpkg",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "os_str_bytes"
|
|
|
|
|
-version = "3.1.0"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "6acbef58a60fe69ab50510a55bc8cdd4d6cf2283d27ad338f54cb52747a9cf2d"
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "owning_ref"
|
|
name = "owning_ref"
|
|
|
version = "0.4.1"
|
|
version = "0.4.1"
|
|
@@ -2358,30 +2326,6 @@ dependencies = [
|
|
|
"toml",
|
|
"toml",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
-[[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",
|
|
|
|
|
- "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-macro-hack"
|
|
name = "proc-macro-hack"
|
|
|
version = "0.5.19"
|
|
version = "0.5.19"
|
|
@@ -3011,9 +2955,9 @@ checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "strsim"
|
|
name = "strsim"
|
|
|
-version = "0.10.0"
|
|
|
|
|
|
|
+version = "0.8.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
|
|
+checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "subtle"
|
|
name = "subtle"
|
|
@@ -3097,20 +3041,11 @@ dependencies = [
|
|
|
"winapi 0.3.9",
|
|
"winapi 0.3.9",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "termcolor"
|
|
|
|
|
-version = "1.1.2"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "winapi-util",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "textwrap"
|
|
name = "textwrap"
|
|
|
-version = "0.14.2"
|
|
|
|
|
|
|
+version = "0.11.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
-checksum = "0066c8d12af8b5acd21e00547c3797fde4e8677254a7ee429176ccebbe93dd80"
|
|
|
|
|
|
|
+checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"unicode-width",
|
|
"unicode-width",
|
|
|
]
|
|
]
|
|
@@ -3295,12 +3230,6 @@ dependencies = [
|
|
|
"tinyvec",
|
|
"tinyvec",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "unicode-segmentation"
|
|
|
|
|
-version = "1.8.0"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "unicode-width"
|
|
name = "unicode-width"
|
|
|
version = "0.1.8"
|
|
version = "0.1.8"
|
|
@@ -3540,15 +3469,6 @@ version = "0.4.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "winapi-util"
|
|
|
|
|
-version = "0.1.5"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "winapi 0.3.9",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
version = "0.4.0"
|
|
version = "0.4.0"
|