|
@@ -1,14 +1,5 @@
|
|
|
# This file is automatically @generated by Cargo.
|
|
# This file is automatically @generated by Cargo.
|
|
|
# It is not intended for manual editing.
|
|
# It is not intended for manual editing.
|
|
|
-[[package]]
|
|
|
|
|
-name = "aho-corasick"
|
|
|
|
|
-version = "0.7.4"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "36b7aa1ccb7d7ea3f437cf025a2ab1c47cc6c1bc9fc84918ff449def12f5e282"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "memchr",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "ansi_term"
|
|
name = "ansi_term"
|
|
|
version = "0.12.0"
|
|
version = "0.12.0"
|
|
@@ -18,16 +9,6 @@ dependencies = [
|
|
|
"winapi 0.3.8",
|
|
"winapi 0.3.8",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "atty"
|
|
|
|
|
-version = "0.2.13"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "libc",
|
|
|
|
|
- "winapi 0.3.8",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "autocfg"
|
|
name = "autocfg"
|
|
|
version = "0.1.5"
|
|
version = "0.1.5"
|
|
@@ -73,26 +54,12 @@ dependencies = [
|
|
|
"winapi 0.3.8",
|
|
"winapi 0.3.8",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "env_logger"
|
|
|
|
|
-version = "0.6.2"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "atty",
|
|
|
|
|
- "humantime",
|
|
|
|
|
- "log",
|
|
|
|
|
- "regex",
|
|
|
|
|
- "termcolor",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "exa"
|
|
name = "exa"
|
|
|
version = "0.9.0"
|
|
version = "0.9.0"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"ansi_term",
|
|
"ansi_term",
|
|
|
"datetime",
|
|
"datetime",
|
|
|
- "env_logger",
|
|
|
|
|
"git2",
|
|
"git2",
|
|
|
"glob",
|
|
"glob",
|
|
|
"lazy_static",
|
|
"lazy_static",
|
|
@@ -130,15 +97,6 @@ version = "0.3.0"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "humantime"
|
|
|
|
|
-version = "1.2.0"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "quick-error",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "idna"
|
|
name = "idna"
|
|
|
version = "0.1.5"
|
|
version = "0.1.5"
|
|
@@ -319,40 +277,12 @@ version = "0.3.14"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c"
|
|
checksum = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c"
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "quick-error"
|
|
|
|
|
-version = "1.2.2"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "redox_syscall"
|
|
name = "redox_syscall"
|
|
|
version = "0.1.56"
|
|
version = "0.1.56"
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
|
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "regex"
|
|
|
|
|
-version = "1.1.9"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "d9d8297cc20bbb6184f8b45ff61c8ee6a9ac56c156cec8e38c3e5084773c44ad"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "aho-corasick",
|
|
|
|
|
- "memchr",
|
|
|
|
|
- "regex-syntax",
|
|
|
|
|
- "thread_local",
|
|
|
|
|
- "utf8-ranges",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "regex-syntax"
|
|
|
|
|
-version = "0.6.8"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "9b01330cce219c1c6b2e209e5ed64ccd587ae5c67bed91c0b49eecf02ae40e21"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "ucd-util",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "scoped_threadpool"
|
|
name = "scoped_threadpool"
|
|
|
version = "0.1.9"
|
|
version = "0.1.9"
|
|
@@ -385,30 +315,6 @@ dependencies = [
|
|
|
"winapi 0.2.8",
|
|
"winapi 0.2.8",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "termcolor"
|
|
|
|
|
-version = "1.0.5"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "wincolor",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "thread_local"
|
|
|
|
|
-version = "0.3.6"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "lazy_static",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "ucd-util"
|
|
|
|
|
-version = "0.1.3"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86"
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "unicode-bidi"
|
|
name = "unicode-bidi"
|
|
|
version = "0.3.4"
|
|
version = "0.3.4"
|
|
@@ -446,20 +352,14 @@ dependencies = [
|
|
|
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "users"
|
|
name = "users"
|
|
|
-version = "0.10.0"
|
|
|
|
|
|
|
+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 = "aa4227e95324a443c9fcb06e03d4d85e91aabe9a5a02aa818688b6918b6af486"
|
|
|
|
|
|
|
+checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
|
|
|
dependencies = [
|
|
dependencies = [
|
|
|
"libc",
|
|
"libc",
|
|
|
"log",
|
|
"log",
|
|
|
]
|
|
]
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "utf8-ranges"
|
|
|
|
|
-version = "1.0.3"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "9d50aa7650df78abf942826607c62468ce18d9019673d4a2ebe1865dbb96ffde"
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "vcpkg"
|
|
name = "vcpkg"
|
|
|
version = "0.2.7"
|
|
version = "0.2.7"
|
|
@@ -500,31 +400,12 @@ 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.2"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "winapi 0.3.8",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
version = "0.4.0"
|
|
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 = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
|
|
|
-[[package]]
|
|
|
|
|
-name = "wincolor"
|
|
|
|
|
-version = "1.0.1"
|
|
|
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
-checksum = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba"
|
|
|
|
|
-dependencies = [
|
|
|
|
|
- "winapi 0.3.8",
|
|
|
|
|
- "winapi-util",
|
|
|
|
|
-]
|
|
|
|
|
-
|
|
|
|
|
[[package]]
|
|
[[package]]
|
|
|
name = "zoneinfo_compiled"
|
|
name = "zoneinfo_compiled"
|
|
|
version = "0.5.0"
|
|
version = "0.5.0"
|