2018-06-17 14:17:36 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "aho-corasick"
|
2018-08-27 15:24:08 +03:00
|
|
|
version = "0.6.8"
|
2018-06-17 14:17:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2018-10-02 10:33:08 +03:00
|
|
|
"memchr 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-17 14:17:36 +03:00
|
|
|
]
|
|
|
|
|
|
2018-06-12 11:30:03 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "ansi_term"
|
|
|
|
|
version = "0.11.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2018-10-02 10:33:08 +03:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-12 11:30:03 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "atty"
|
2018-08-07 13:43:34 +03:00
|
|
|
version = "0.2.11"
|
2018-06-12 11:30:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2018-08-23 11:14:16 +03:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-12 11:30:03 +03:00
|
|
|
"termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-02 10:33:08 +03:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-12 11:30:03 +03:00
|
|
|
]
|
|
|
|
|
|
2018-05-29 23:48:30 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "backtrace"
|
2018-07-08 14:30:39 +03:00
|
|
|
version = "0.3.9"
|
2018-05-29 23:48:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2018-08-23 11:14:16 +03:00
|
|
|
"backtrace-sys 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"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)",
|
2018-08-07 13:43:34 +03:00
|
|
|
"rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-02 10:33:08 +03:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-29 23:48:30 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "backtrace-sys"
|
2018-08-23 11:14:16 +03:00
|
|
|
version = "0.1.24"
|
2018-05-29 23:48:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2018-10-02 10:33:08 +03:00
|
|
|
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-23 11:14:16 +03:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-29 23:48:30 +03:00
|
|
|
]
|
|
|
|
|
|
2018-06-12 11:30:03 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "bitflags"
|
2018-08-23 11:14:16 +03:00
|
|
|
version = "1.0.4"
|
2018-06-12 11:30:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2018-05-29 23:48:30 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "cc"
|
2018-10-02 10:33:08 +03:00
|
|
|
version = "1.0.25"
|
2018-05-29 23:48:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cfg-if"
|
2018-08-23 11:14:16 +03:00
|
|
|
version = "0.1.5"
|
2018-05-29 23:48:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2018-06-12 11:30:03 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "clap"
|
2018-06-27 16:42:30 +03:00
|
|
|
version = "2.32.0"
|
2018-06-12 11:30:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 13:43:34 +03:00
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-23 11:14:16 +03:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-12 11:30:03 +03:00
|
|
|
"strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-27 16:42:30 +03:00
|
|
|
"textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-12 11:30:03 +03:00
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
2018-06-08 18:19:07 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "directories"
|
2018-10-02 10:33:08 +03:00
|
|
|
version = "1.0.2"
|
2018-06-08 18:19:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2018-08-23 11:14:16 +03:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-02 10:33:08 +03:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-08 18:19:07 +03:00
|
|
|
]
|
|
|
|
|
|
2018-06-17 14:17:36 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "env_logger"
|
2018-08-27 15:24:08 +03:00
|
|
|
version = "0.5.13"
|
2018-06-17 14:17:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2018-08-07 13:43:34 +03:00
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-17 14:17:36 +03:00
|
|
|
"humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-02 10:33:08 +03:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-17 14:17:36 +03:00
|
|
|
]
|
|
|
|
|
|
2018-05-29 23:48:30 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "failure"
|
2018-08-07 13:43:34 +03:00
|
|
|
version = "0.1.2"
|
2018-05-29 23:48:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2018-07-08 14:30:39 +03:00
|
|
|
"backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 13:43:34 +03:00
|
|
|
"failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-29 23:48:30 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "failure_derive"
|
2018-08-07 13:43:34 +03:00
|
|
|
version = "0.1.2"
|
2018-05-29 23:48:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2018-10-09 10:41:31 +03:00
|
|
|
"proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-23 11:14:16 +03:00
|
|
|
"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)",
|
2018-08-07 13:43:34 +03:00
|
|
|
"synstructure 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-29 23:48:30 +03:00
|
|
|
]
|
|
|
|
|
|
2018-06-17 14:17:36 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "humantime"
|
|
|
|
|
version = "1.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
2018-06-27 22:19:36 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "kernel32-sys"
|
|
|
|
|
version = "0.2.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
2018-06-17 14:17:36 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "lazy_static"
|
2018-08-07 13:43:34 +03:00
|
|
|
version = "1.1.0"
|
2018-06-17 14:17:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-08-07 13:43:34 +03:00
|
|
|
dependencies = [
|
2018-10-02 10:33:08 +03:00
|
|
|
"version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 13:43:34 +03:00
|
|
|
]
|
2018-06-17 14:17:36 +03:00
|
|
|
|
2018-05-29 23:48:30 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "libc"
|
2018-08-23 11:14:16 +03:00
|
|
|
version = "0.2.43"
|
2018-05-29 23:48:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2018-06-17 14:17:36 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "log"
|
2018-10-02 10:33:08 +03:00
|
|
|
version = "0.4.5"
|
2018-06-17 14:17:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2018-08-23 11:14:16 +03:00
|
|
|
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-17 14:17:36 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "memchr"
|
2018-10-02 10:33:08 +03:00
|
|
|
version = "2.1.0"
|
2018-06-17 14:17:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2018-10-02 10:33:08 +03:00
|
|
|
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-23 11:14:16 +03:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-02 10:33:08 +03:00
|
|
|
"version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-17 14:17:36 +03:00
|
|
|
]
|
|
|
|
|
|
2018-06-08 18:19:07 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro2"
|
2018-10-09 10:41:31 +03:00
|
|
|
version = "0.4.20"
|
2018-06-08 18:19:07 +03:00
|
|
|
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)",
|
|
|
|
|
]
|
|
|
|
|
|
2018-06-17 14:17:36 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "quick-error"
|
|
|
|
|
version = "1.2.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2018-05-29 23:48:30 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "quote"
|
2018-08-23 11:14:16 +03:00
|
|
|
version = "0.6.8"
|
2018-06-08 18:19:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2018-10-09 10:41:31 +03:00
|
|
|
"proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-08 18:19:07 +03:00
|
|
|
]
|
|
|
|
|
|
2018-05-31 16:00:01 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "redox_syscall"
|
|
|
|
|
version = "0.1.40"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "redox_termios"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
2018-06-17 14:17:36 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "regex"
|
2018-10-02 10:33:08 +03:00
|
|
|
version = "1.0.5"
|
2018-06-17 14:17:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2018-08-27 15:24:08 +03:00
|
|
|
"aho-corasick 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-02 10:33:08 +03:00
|
|
|
"memchr 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 13:43:34 +03:00
|
|
|
"regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-23 11:14:16 +03:00
|
|
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-27 15:24:08 +03:00
|
|
|
"utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-17 14:17:36 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "regex-syntax"
|
2018-08-07 13:43:34 +03:00
|
|
|
version = "0.6.2"
|
2018-06-17 14:17:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
2018-05-29 23:48:30 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustc-demangle"
|
2018-08-07 13:43:34 +03:00
|
|
|
version = "0.1.9"
|
2018-05-29 23:48:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2018-10-02 11:36:10 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "same-file"
|
|
|
|
|
version = "1.0.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
2018-06-08 18:19:07 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "serde"
|
2018-10-02 10:33:08 +03:00
|
|
|
version = "1.0.79"
|
2018-06-08 18:19:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_derive"
|
2018-10-02 10:33:08 +03:00
|
|
|
version = "1.0.79"
|
2018-06-08 18:19:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2018-10-09 10:41:31 +03:00
|
|
|
"proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-23 11:14:16 +03:00
|
|
|
"quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-09 10:41:31 +03:00
|
|
|
"syn 0.15.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-08 18:19:07 +03:00
|
|
|
]
|
|
|
|
|
|
2018-06-11 13:56:57 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "shellexpand"
|
|
|
|
|
version = "1.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2018-06-12 11:30:03 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "strsim"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2018-09-06 14:42:56 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "structopt"
|
2018-10-09 10:41:31 +03:00
|
|
|
version = "0.2.11"
|
2018-09-06 14:42:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-09 10:41:31 +03:00
|
|
|
"structopt-derive 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-06 14:42:56 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "structopt-derive"
|
2018-10-09 10:41:31 +03:00
|
|
|
version = "0.2.11"
|
2018-09-06 14:42:56 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2018-10-09 10:41:31 +03:00
|
|
|
"proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-06 14:42:56 +03:00
|
|
|
"quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-09 10:41:31 +03:00
|
|
|
"syn 0.15.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-06 14:42:56 +03:00
|
|
|
]
|
|
|
|
|
|
2018-05-29 23:48:30 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "syn"
|
2018-08-23 11:14:16 +03:00
|
|
|
version = "0.14.9"
|
2018-06-08 18:19:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2018-10-09 10:41:31 +03:00
|
|
|
"proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-02 10:33:08 +03:00
|
|
|
"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)",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "syn"
|
2018-10-09 10:41:31 +03:00
|
|
|
version = "0.15.9"
|
2018-10-02 10:33:08 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2018-10-09 10:41:31 +03:00
|
|
|
"proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-23 11:14:16 +03:00
|
|
|
"quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-08 18:19:07 +03:00
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
2018-05-29 23:48:30 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "synstructure"
|
2018-08-07 13:43:34 +03:00
|
|
|
version = "0.9.0"
|
2018-05-29 23:48:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2018-10-09 10:41:31 +03:00
|
|
|
"proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-23 11:14:16 +03:00
|
|
|
"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)",
|
2018-08-07 13:43:34 +03:00
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-29 23:48:30 +03:00
|
|
|
]
|
|
|
|
|
|
2018-06-27 22:19:36 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "term_size"
|
|
|
|
|
version = "0.3.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-23 11:14:16 +03:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-27 22:19:36 +03:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
2018-06-17 14:17:36 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "termcolor"
|
2018-10-02 10:33:08 +03:00
|
|
|
version = "1.0.4"
|
2018-06-17 14:17:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2018-08-27 15:24:08 +03:00
|
|
|
"wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-17 14:17:36 +03:00
|
|
|
]
|
|
|
|
|
|
2018-05-31 16:00:01 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "termion"
|
|
|
|
|
version = "1.5.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2018-08-23 11:14:16 +03:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-31 16:00:01 +03:00
|
|
|
"redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
2018-06-12 11:30:03 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "textwrap"
|
2018-06-27 16:42:30 +03:00
|
|
|
version = "0.10.0"
|
2018-06-12 11:30:03 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
2018-06-17 14:17:36 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "thread_local"
|
2018-08-23 11:14:16 +03:00
|
|
|
version = "0.3.6"
|
2018-06-17 14:17:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2018-08-07 13:43:34 +03:00
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-17 14:17:36 +03:00
|
|
|
]
|
|
|
|
|
|
2018-06-08 18:19:07 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "toml"
|
2018-10-02 10:33:08 +03:00
|
|
|
version = "0.4.8"
|
2018-06-08 18:19:07 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2018-10-02 10:33:08 +03:00
|
|
|
"serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-08 18:19:07 +03:00
|
|
|
]
|
|
|
|
|
|
2018-05-29 23:48:30 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "topgrade"
|
2018-10-09 10:41:31 +03:00
|
|
|
version = "0.16.0"
|
2018-05-29 23:48:30 +03:00
|
|
|
dependencies = [
|
2018-10-02 10:33:08 +03:00
|
|
|
"directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-27 15:24:08 +03:00
|
|
|
"env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 13:43:34 +03:00
|
|
|
"failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-02 10:33:08 +03:00
|
|
|
"log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-11 13:56:57 +03:00
|
|
|
"shellexpand 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-09 10:41:31 +03:00
|
|
|
"structopt 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-27 22:19:36 +03:00
|
|
|
"term_size 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-02 10:33:08 +03:00
|
|
|
"termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"toml 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-02 11:36:10 +03:00
|
|
|
"walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-29 23:48:30 +03:00
|
|
|
"which 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
2018-06-17 14:17:36 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "ucd-util"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2018-06-12 11:30:03 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-width"
|
|
|
|
|
version = "0.1.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2018-06-08 18:19:07 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-xid"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2018-06-17 14:17:36 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "utf8-ranges"
|
2018-08-27 15:24:08 +03:00
|
|
|
version = "1.0.1"
|
2018-06-17 14:17:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2018-06-12 11:30:03 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "vec_map"
|
|
|
|
|
version = "0.8.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2018-08-07 13:43:34 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "version_check"
|
2018-10-02 10:33:08 +03:00
|
|
|
version = "0.1.5"
|
2018-08-07 13:43:34 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2018-10-02 11:36:10 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "walkdir"
|
|
|
|
|
version = "2.2.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"same-file 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
2018-05-29 23:48:30 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "which"
|
|
|
|
|
version = "2.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2018-08-07 13:43:34 +03:00
|
|
|
"failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-23 11:14:16 +03:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-29 23:48:30 +03:00
|
|
|
]
|
|
|
|
|
|
2018-06-27 22:19:36 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "winapi"
|
|
|
|
|
version = "0.2.8"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2018-05-29 23:48:30 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "winapi"
|
2018-10-02 10:33:08 +03:00
|
|
|
version = "0.3.6"
|
2018-05-29 23:48:30 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
|
]
|
|
|
|
|
|
2018-06-27 22:19:36 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "winapi-build"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2018-05-29 23:48:30 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2018-08-27 15:24:08 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "winapi-util"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2018-10-02 10:33:08 +03:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-27 15:24:08 +03:00
|
|
|
]
|
|
|
|
|
|
2018-05-29 23:48:30 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
2018-06-17 14:17:36 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "wincolor"
|
2018-08-27 15:24:08 +03:00
|
|
|
version = "1.0.1"
|
2018-06-17 14:17:36 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
dependencies = [
|
2018-10-02 10:33:08 +03:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-27 15:24:08 +03:00
|
|
|
"winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-17 14:17:36 +03:00
|
|
|
]
|
|
|
|
|
|
2018-05-29 23:48:30 +03:00
|
|
|
[metadata]
|
2018-08-27 15:24:08 +03:00
|
|
|
"checksum aho-corasick 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "68f56c7353e5a9547cbd76ed90f7bb5ffc3ba09d4ea9bd1d8c06c8b1142eeb5a"
|
2018-06-12 11:30:03 +03:00
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2018-08-07 13:43:34 +03:00
|
|
|
"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
|
2018-07-08 14:30:39 +03:00
|
|
|
"checksum backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "89a47830402e9981c5c41223151efcced65a0510c13097c769cede7efb34782a"
|
2018-08-23 11:14:16 +03:00
|
|
|
"checksum backtrace-sys 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)" = "c66d56ac8dabd07f6aacdaf633f4b8262f5b3601a810a0dcddffd5c22c69daa0"
|
|
|
|
|
"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
|
2018-10-02 10:33:08 +03:00
|
|
|
"checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16"
|
2018-08-23 11:14:16 +03:00
|
|
|
"checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3"
|
2018-06-27 16:42:30 +03:00
|
|
|
"checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e"
|
2018-10-02 10:33:08 +03:00
|
|
|
"checksum directories 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "72d337a64190607d4fcca2cb78982c5dd57f4916e19696b48a575fa746b6cb0f"
|
2018-08-27 15:24:08 +03:00
|
|
|
"checksum env_logger 0.5.13 (registry+https://github.com/rust-lang/crates.io-index)" = "15b0a4d2e39f8420210be8b27eeda28029729e2fd4291019455016c348240c38"
|
2018-08-07 13:43:34 +03:00
|
|
|
"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"
|
2018-06-17 14:17:36 +03:00
|
|
|
"checksum humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0484fda3e7007f2a4a0d9c3a703ca38c71c54c55602ce4660c419fd32e188c9e"
|
2018-06-27 22:19:36 +03:00
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2018-08-07 13:43:34 +03:00
|
|
|
"checksum lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca488b89a5657b0a2ecd45b95609b3e848cf1755da332a0da46e2b2b1cb371a7"
|
2018-08-23 11:14:16 +03:00
|
|
|
"checksum libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d"
|
2018-10-02 10:33:08 +03:00
|
|
|
"checksum log 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d4fcce5fa49cc693c312001daf1d13411c4a5283796bac1084299ea3e567113f"
|
|
|
|
|
"checksum memchr 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4b3629fe9fdbff6daa6c33b90f7c08355c1aca05a3d01fa8063b822fcf185f3b"
|
2018-10-09 10:41:31 +03:00
|
|
|
"checksum proc-macro2 0.4.20 (registry+https://github.com/rust-lang/crates.io-index)" = "3d7b7eaaa90b4a90a932a9ea6666c95a389e424eff347f0f793979289429feee"
|
2018-06-17 14:17:36 +03:00
|
|
|
"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
|
2018-08-23 11:14:16 +03:00
|
|
|
"checksum quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dd636425967c33af890042c483632d33fa7a18f19ad1d7ea72e8998c6ef8dea5"
|
2018-05-31 16:00:01 +03:00
|
|
|
"checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1"
|
|
|
|
|
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
|
2018-10-02 10:33:08 +03:00
|
|
|
"checksum regex 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2069749032ea3ec200ca51e4a31df41759190a88edca0d2d86ee8bedf7073341"
|
2018-08-07 13:43:34 +03:00
|
|
|
"checksum regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "747ba3b235651f6e2f67dfa8bcdcd073ddb7c243cb21c442fc12395dfcac212d"
|
|
|
|
|
"checksum rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "bcfe5b13211b4d78e5c2cadfebd7769197d95c639c35a50057eb4c05de811395"
|
2018-10-02 11:36:10 +03:00
|
|
|
"checksum same-file 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "10f7794e2fda7f594866840e95f5c5962e886e228e68b6505885811a94dd728c"
|
2018-10-02 10:33:08 +03:00
|
|
|
"checksum serde 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)" = "84257ccd054dc351472528c8587b4de2dbf0dc0fe2e634030c1a90bfdacebaa9"
|
|
|
|
|
"checksum serde_derive 1.0.79 (registry+https://github.com/rust-lang/crates.io-index)" = "31569d901045afbff7a9479f793177fe9259819aff10ab4f89ef69bbc5f567fe"
|
2018-06-11 13:56:57 +03:00
|
|
|
"checksum shellexpand 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de7a5b5a9142fd278a10e0209b021a1b85849352e6951f4f914735c976737564"
|
2018-06-12 11:30:03 +03:00
|
|
|
"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
|
2018-10-09 10:41:31 +03:00
|
|
|
"checksum structopt 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "ca85f2c9a5a1e2d5ac686fc0be48e40f8ad803f5bbe31f692ff71eb2dd8aad45"
|
|
|
|
|
"checksum structopt-derive 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "1383e5db585da799a5c4acc496c5c868e18bf82e658c00c75cc91038fa26b55f"
|
2018-08-23 11:14:16 +03:00
|
|
|
"checksum syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)" = "261ae9ecaa397c42b960649561949d69311f08eeaea86a65696e6e46517cf741"
|
2018-10-09 10:41:31 +03:00
|
|
|
"checksum syn 0.15.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b10ee269228fb723234fce98e9aac0eaed2bd5f1ad2f6930e8d5b93f04445a1a"
|
2018-08-07 13:43:34 +03:00
|
|
|
"checksum synstructure 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "85bb9b7550d063ea184027c9b8c20ac167cd36d3e06b3a40bceb9d746dc1a7b7"
|
2018-06-27 22:19:36 +03:00
|
|
|
"checksum term_size 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9e5b9a66db815dcfd2da92db471106457082577c3c278d4138ab3e3b4e189327"
|
2018-10-02 10:33:08 +03:00
|
|
|
"checksum termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f"
|
2018-05-31 16:00:01 +03:00
|
|
|
"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
|
2018-06-27 16:42:30 +03:00
|
|
|
"checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6"
|
2018-08-23 11:14:16 +03:00
|
|
|
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
|
2018-10-02 10:33:08 +03:00
|
|
|
"checksum toml 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "4a2ecc31b0351ea18b3fe11274b8db6e4d82bce861bbb22e6dbed40417902c65"
|
2018-06-17 14:17:36 +03:00
|
|
|
"checksum ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd2be2d6639d0f8fe6cdda291ad456e23629558d466e2789d2c3e9892bda285d"
|
2018-06-12 11:30:03 +03:00
|
|
|
"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
|
2018-06-08 18:19:07 +03:00
|
|
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
2018-08-27 15:24:08 +03:00
|
|
|
"checksum utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd70f467df6810094968e2fce0ee1bd0e87157aceb026a8c083bcf5e25b9efe4"
|
2018-06-12 11:30:03 +03:00
|
|
|
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
|
2018-10-02 10:33:08 +03:00
|
|
|
"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
|
2018-10-02 11:36:10 +03:00
|
|
|
"checksum walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "af464bc7be7b785c7ac72e266a6b67c4c9070155606f51655a650a6686204e35"
|
2018-05-29 23:48:30 +03:00
|
|
|
"checksum which 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49c4f580e93079b70ac522e7bdebbe1568c8afa7d8d05ee534ee737ca37d2f51"
|
2018-06-27 22:19:36 +03:00
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2018-10-02 10:33:08 +03:00
|
|
|
"checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0"
|
2018-06-27 22:19:36 +03:00
|
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
2018-05-29 23:48:30 +03:00
|
|
|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2018-08-27 15:24:08 +03:00
|
|
|
"checksum winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "afc5508759c5bf4285e61feb862b6083c8480aec864fa17a81fdec6f69b461ab"
|
2018-05-29 23:48:30 +03:00
|
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2018-08-27 15:24:08 +03:00
|
|
|
"checksum wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba"
|