|
|
|
@ -116,7 +116,7 @@ dependencies = [ |
|
|
|
|
"clicolors-control 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"parking_lot 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"termios 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
@ -131,6 +131,35 @@ dependencies = [ |
|
|
|
|
"walkdir 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "curl" |
|
|
|
|
version = "0.4.14" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"curl-sys 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"openssl-sys 0.9.35 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"schannel 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"socket2 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "curl-sys" |
|
|
|
|
version = "0.4.8" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cc 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libz-sys 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"openssl-sys 0.9.35 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "failure" |
|
|
|
|
version = "0.1.2" |
|
|
|
@ -145,12 +174,44 @@ name = "failure_derive" |
|
|
|
|
version = "0.1.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"proc-macro2 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"proc-macro2 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"synstructure 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "filetime" |
|
|
|
|
version = "0.2.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "flate2" |
|
|
|
|
version = "1.0.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"miniz-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "foreign-types" |
|
|
|
|
version = "0.3.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "foreign-types-shared" |
|
|
|
|
version = "0.1.1" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "fuchsia-zircon" |
|
|
|
|
version = "0.3.3" |
|
|
|
@ -188,7 +249,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"console 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"parking_lot 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
@ -234,6 +295,17 @@ name = "libc" |
|
|
|
|
version = "0.2.43" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "libz-sys" |
|
|
|
|
version = "1.0.20" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cc 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "lock_api" |
|
|
|
|
version = "0.1.3" |
|
|
|
@ -251,6 +323,15 @@ dependencies = [ |
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "miniz-sys" |
|
|
|
|
version = "0.1.10" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cc 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "num-integer" |
|
|
|
|
version = "0.1.39" |
|
|
|
@ -264,6 +345,44 @@ name = "num-traits" |
|
|
|
|
version = "0.2.5" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "openssl" |
|
|
|
|
version = "0.10.11" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"openssl-sys 0.9.35 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "openssl-probe" |
|
|
|
|
version = "0.1.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "openssl-src" |
|
|
|
|
version = "110.0.7+1.1.0i" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cc 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "openssl-sys" |
|
|
|
|
version = "0.9.35" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cc 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"openssl-src 110.0.7+1.1.0i (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "os_type" |
|
|
|
|
version = "2.0.0" |
|
|
|
@ -282,27 +401,32 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "parking_lot" |
|
|
|
|
version = "0.6.3" |
|
|
|
|
version = "0.6.4" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"lock_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"parking_lot_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "parking_lot_core" |
|
|
|
|
version = "0.2.14" |
|
|
|
|
version = "0.3.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "pkg-config" |
|
|
|
|
version = "0.3.14" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "proc-macro2" |
|
|
|
|
version = "0.4.13" |
|
|
|
|
version = "0.4.15" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
@ -313,7 +437,7 @@ name = "quote" |
|
|
|
|
version = "0.6.8" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"proc-macro2 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"proc-macro2 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -394,6 +518,15 @@ name = "ryu" |
|
|
|
|
version = "0.2.6" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "schannel" |
|
|
|
|
version = "0.1.13" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "scopeguard" |
|
|
|
|
version = "0.3.3" |
|
|
|
@ -409,7 +542,7 @@ name = "serde_derive" |
|
|
|
|
version = "1.0.75" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"proc-macro2 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"proc-macro2 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
@ -426,7 +559,7 @@ dependencies = [ |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "slog" |
|
|
|
|
version = "2.3.2" |
|
|
|
|
version = "2.3.3" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
@ -434,7 +567,7 @@ name = "slog-async" |
|
|
|
|
version = "2.3.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"slog 2.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"slog 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
@ -446,7 +579,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"chrono 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"isatty 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"slog 2.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"slog 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
@ -459,6 +592,17 @@ dependencies = [ |
|
|
|
|
"unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "socket2" |
|
|
|
|
version = "0.3.7" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "stable_deref_trait" |
|
|
|
|
version = "1.1.1" |
|
|
|
@ -483,7 +627,7 @@ name = "structopt-derive" |
|
|
|
|
version = "0.2.10" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"proc-macro2 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"proc-macro2 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
@ -493,7 +637,7 @@ name = "syn" |
|
|
|
|
version = "0.14.9" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"proc-macro2 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"proc-macro2 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
@ -503,7 +647,7 @@ name = "synstructure" |
|
|
|
|
version = "0.9.0" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"proc-macro2 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"proc-macro2 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
@ -514,6 +658,17 @@ name = "take_mut" |
|
|
|
|
version = "0.2.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "tar" |
|
|
|
|
version = "0.4.16" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "tempdir" |
|
|
|
|
version = "0.3.7" |
|
|
|
@ -641,6 +796,11 @@ dependencies = [ |
|
|
|
|
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "vcpkg" |
|
|
|
|
version = "0.2.6" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "vec_map" |
|
|
|
|
version = "0.8.1" |
|
|
|
@ -671,18 +831,22 @@ version = "0.4.2" |
|
|
|
|
dependencies = [ |
|
|
|
|
"console 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"copy_dir 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"curl 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"flate2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"human-panic 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"indicatif 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"parking_lot 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"openssl 0.10.11 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"serde_json 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"slog 2.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"slog 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"slog-async 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"slog-term 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"structopt 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"tar 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
"which 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
@ -734,6 +898,14 @@ dependencies = [ |
|
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "xattr" |
|
|
|
|
version = "0.2.2" |
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
dependencies = [ |
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
[metadata] |
|
|
|
|
"checksum aho-corasick 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "68f56c7353e5a9547cbd76ed90f7bb5ffc3ba09d4ea9bd1d8c06c8b1142eeb5a" |
|
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
|
|
|
@ -750,8 +922,14 @@ dependencies = [ |
|
|
|
|
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
|
|
|
|
"checksum console 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7649ca90478264b9686aac8d269fcb014f14c2bed7c79a7e51b9f6afd4d783eb" |
|
|
|
|
"checksum copy_dir 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e4281031634644843bd2f5aa9c48cf98fc48d6b083bd90bb11becf10deaf8b0" |
|
|
|
|
"checksum curl 0.4.14 (registry+https://github.com/rust-lang/crates.io-index)" = "444c2f9e71458b34e75471ed8d756947a0bb920b8b8b9bfc56dfcc4fc6819a13" |
|
|
|
|
"checksum curl-sys 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "981bd902fcd8b8b999cf71b81447e27d66c3493a7f62f1372866fd32986c0c82" |
|
|
|
|
"checksum failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7efb22686e4a466b1ec1a15c2898f91fa9cb340452496dca654032de20ff95b9" |
|
|
|
|
"checksum failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "946d0e98a50d9831f5d589038d2ca7f8f455b1c21028c0db0e84116a12696426" |
|
|
|
|
"checksum filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "da4b9849e77b13195302c174324b5ba73eec9b236b24c221a61000daefb95c5f" |
|
|
|
|
"checksum flate2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "37847f133aae7acf82bb9577ccd8bda241df836787642654286e79679826a54b" |
|
|
|
|
"checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
|
|
|
|
"checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
|
|
|
|
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
|
|
|
|
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
|
|
|
|
"checksum human-panic 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "21638c5955a6daf3ecc42cae702335fc37a72a4abcc6959ce457b31a7d43bbdd" |
|
|
|
@ -762,15 +940,22 @@ dependencies = [ |
|
|
|
|
"checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73" |
|
|
|
|
"checksum lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca488b89a5657b0a2ecd45b95609b3e848cf1755da332a0da46e2b2b1cb371a7" |
|
|
|
|
"checksum libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d" |
|
|
|
|
"checksum libz-sys 1.0.20 (registry+https://github.com/rust-lang/crates.io-index)" = "f5f9aba969b3c45fe9c94bec65895868a9ceca9a600699f4054b75747a19c7c6" |
|
|
|
|
"checksum lock_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "949826a5ccf18c1b3a7c3d57692778d21768b79e46eb9dd07bfc4c2160036c54" |
|
|
|
|
"checksum memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a3b4142ab8738a78c51896f704f83c11df047ff1bda9a92a661aa6361552d93d" |
|
|
|
|
"checksum miniz-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "609ce024854aeb19a0ef7567d348aaa5a746b32fb72e336df7fcc16869d7e2b4" |
|
|
|
|
"checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea" |
|
|
|
|
"checksum num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "630de1ef5cc79d0cdd78b7e33b81f083cbfe90de0f4b2b2f07f905867c70e9fe" |
|
|
|
|
"checksum openssl 0.10.11 (registry+https://github.com/rust-lang/crates.io-index)" = "6c24d3508b4fb6da175c10baac54c578b33f09c89ae90c6fe9788b3b4768efdc" |
|
|
|
|
"checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de" |
|
|
|
|
"checksum openssl-src 110.0.7+1.1.0i (registry+https://github.com/rust-lang/crates.io-index)" = "c02d15268b7d1b3f0c83a2358f3d981139b54079440f1e2a29c60c1818ad5516" |
|
|
|
|
"checksum openssl-sys 0.9.35 (registry+https://github.com/rust-lang/crates.io-index)" = "912f301a749394e1025d9dcddef6106ddee9252620e6d0a0e5f8d0681de9b129" |
|
|
|
|
"checksum os_type 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "081f0539f57611638feee0d72fe98ad0b685e99da117be6b254bd1dfd7421609" |
|
|
|
|
"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37" |
|
|
|
|
"checksum parking_lot 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "69376b761943787ebd5cc85a5bc95958651a22609c5c1c2b65de21786baec72b" |
|
|
|
|
"checksum parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "4db1a8ccf734a7bce794cc19b3df06ed87ab2f3907036b693c68f56b4d4537fa" |
|
|
|
|
"checksum proc-macro2 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "ee5697238f0d893c7f0ecc59c0999f18d2af85e424de441178bcacc9f9e6cf67" |
|
|
|
|
"checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5" |
|
|
|
|
"checksum parking_lot_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "06a2b6aae052309c2fd2161ef58f5067bc17bb758377a0de9d4b279d603fdd8a" |
|
|
|
|
"checksum pkg-config 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "676e8eb2b1b4c9043511a9b7bea0915320d7e502b0a079fb03f9635a5252b18c" |
|
|
|
|
"checksum proc-macro2 0.4.15 (registry+https://github.com/rust-lang/crates.io-index)" = "295af93acfb1d5be29c16ca5b3f82d863836efd9cb0c14fd83811eb9a110e452" |
|
|
|
|
"checksum quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dd636425967c33af890042c483632d33fa7a18f19ad1d7ea72e8998c6ef8dea5" |
|
|
|
|
"checksum rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd" |
|
|
|
|
"checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c" |
|
|
|
@ -782,14 +967,16 @@ dependencies = [ |
|
|
|
|
"checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5" |
|
|
|
|
"checksum rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "bcfe5b13211b4d78e5c2cadfebd7769197d95c639c35a50057eb4c05de811395" |
|
|
|
|
"checksum ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7153dd96dade874ab973e098cb62fcdbb89a03682e46b144fd09550998d4a4a7" |
|
|
|
|
"checksum schannel 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "dc1fabf2a7b6483a141426e1afd09ad543520a77ac49bd03c286e7696ccfd77f" |
|
|
|
|
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
|
|
|
|
"checksum serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)" = "22d340507cea0b7e6632900a176101fea959c7065d93ba555072da90aaaafc87" |
|
|
|
|
"checksum serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)" = "234fc8b737737b148ccd625175fc6390f5e4dacfdaa543cb93a3430d984a9119" |
|
|
|
|
"checksum serde_json 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)" = "44dd2cfde475037451fa99b7e5df77aa3cfd1536575fa8e7a538ab36dcde49ae" |
|
|
|
|
"checksum slog 2.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b3253057a9e9e291d19fa9c7645290ab61aff1d009b77b0065fff8accd833c04" |
|
|
|
|
"checksum slog 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "09e4f1d0276ac7d448d98db16f0dab0220c24d4842d88ce4dad4b306fa234f1d" |
|
|
|
|
"checksum slog-async 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e544d16c6b230d84c866662fe55e31aacfca6ae71e6fc49ae9a311cb379bfc2f" |
|
|
|
|
"checksum slog-term 2.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5951a808c40f419922ee014c15b6ae1cd34d963538b57d8a4778b9ca3fff1e0b" |
|
|
|
|
"checksum smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "153ffa32fd170e9944f7e0838edf824a754ec4c1fc64746fcc9fe1f8fa602e5d" |
|
|
|
|
"checksum socket2 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "962a516af4d3a7c272cb3a1d50a8cc4e5b41802e4ad54cfb7bee8ba61d37d703" |
|
|
|
|
"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" |
|
|
|
|
"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550" |
|
|
|
|
"checksum structopt 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d8e9ad6a11096cbecdcca0cc6aa403fdfdbaeda2fb3323a39c98e6a166a1e45a" |
|
|
|
@ -797,6 +984,7 @@ dependencies = [ |
|
|
|
|
"checksum syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)" = "261ae9ecaa397c42b960649561949d69311f08eeaea86a65696e6e46517cf741" |
|
|
|
|
"checksum synstructure 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "85bb9b7550d063ea184027c9b8c20ac167cd36d3e06b3a40bceb9d746dc1a7b7" |
|
|
|
|
"checksum take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60" |
|
|
|
|
"checksum tar 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)" = "e8f41ca4a5689f06998f0247fcb60da6c760f1950cc9df2a10d71575ad0b062a" |
|
|
|
|
"checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8" |
|
|
|
|
"checksum tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c4b103c6d08d323b92ff42c8ce62abcd83ca8efa7fd5bf7927efefec75f58c76" |
|
|
|
|
"checksum term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5e6b677dd1e8214ea1ef4297f85dbcbed8e8cdddb561040cc998ca2551c37561" |
|
|
|
@ -813,6 +1001,7 @@ dependencies = [ |
|
|
|
|
"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56" |
|
|
|
|
"checksum utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd70f467df6810094968e2fce0ee1bd0e87157aceb026a8c083bcf5e25b9efe4" |
|
|
|
|
"checksum uuid 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e1436e58182935dcd9ce0add9ea0b558e8a87befe01c1a301e6020aeb0876363" |
|
|
|
|
"checksum vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "def296d3eb3b12371b2c7d0e83bfe1403e4db2d7a0bba324a12b21c4ee13143d" |
|
|
|
|
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a" |
|
|
|
|
"checksum version_check 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7716c242968ee87e5542f8021178248f267f295a5c4803beae8b8b7fd9bc6051" |
|
|
|
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d" |
|
|
|
@ -824,3 +1013,4 @@ dependencies = [ |
|
|
|
|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
|
|
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
|
|
|
"checksum wincolor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eeb06499a3a4d44302791052df005d5232b927ed1a9658146d842165c4de7767" |
|
|
|
|
"checksum xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c" |
|
|
|
|