2019-04-11 12:30:29 -07:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2016-09-30 23:48:23 -07:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "0.7.3"
|
2016-09-30 23:48:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-11 15:23:14 -07:00
|
|
|
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-30 23:48:23 -07:00
|
|
|
]
|
|
|
|
|
2018-03-05 13:21:35 -08:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-11 15:23:14 -07:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 13:21:35 -08:00
|
|
|
]
|
|
|
|
|
2017-11-18 01:44:59 -08:00
|
|
|
[[package]]
|
|
|
|
name = "assert_matches"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "1.3.0"
|
2017-11-18 01:44:59 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-11-07 21:01:27 -08:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "0.2.11"
|
2016-11-07 21:01:27 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-11 15:23:14 -07:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-06 23:48:07 -07:00
|
|
|
"termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 15:23:14 -07:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-07 21:01:27 -08:00
|
|
|
]
|
|
|
|
|
2019-04-11 15:23:14 -07:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-05 13:21:35 -08:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "0.3.15"
|
2018-03-05 13:21:35 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-11 15:23:14 -07:00
|
|
|
"autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-15 14:45:40 -07:00
|
|
|
"rustc-demangle 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 15:23:14 -07:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 13:21:35 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace-sys"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "0.1.28"
|
2018-03-05 13:21:35 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-11 15:23:14 -07:00
|
|
|
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 13:21:35 -08:00
|
|
|
]
|
|
|
|
|
2017-08-02 20:45:57 -07:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "1.0.4"
|
2016-10-02 22:30:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-10-28 15:25:59 -07:00
|
|
|
[[package]]
|
|
|
|
name = "brev"
|
2018-06-19 13:21:32 -07:00
|
|
|
version = "0.1.14"
|
2016-10-28 15:25:59 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-06 19:15:15 -07:00
|
|
|
"tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-28 15:25:59 -07:00
|
|
|
]
|
|
|
|
|
2018-03-05 13:21:35 -08:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "1.0.35"
|
2018-03-05 13:21:35 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "0.1.7"
|
2018-03-05 13:21:35 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-10-02 22:30:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "2.33.0"
|
2016-10-02 22:30:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-03-20 01:25:32 -07:00
|
|
|
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 15:23:14 -07:00
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-19 13:21:32 -07: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-03-05 13:21:35 -08:00
|
|
|
]
|
|
|
|
|
2018-08-27 16:03:52 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ctrlc"
|
|
|
|
version = "3.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"nix 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 15:23:14 -07:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-27 16:03:52 -07:00
|
|
|
]
|
|
|
|
|
2018-03-05 13:21:35 -08:00
|
|
|
[[package]]
|
|
|
|
name = "dotenv"
|
2018-06-19 13:21:32 -07:00
|
|
|
version = "0.13.0"
|
2018-03-05 13:21:35 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-11 15:23:14 -07:00
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 1.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 13:21:35 -08:00
|
|
|
]
|
|
|
|
|
2017-08-02 20:45:57 -07:00
|
|
|
[[package]]
|
2017-10-06 23:48:07 -07:00
|
|
|
name = "edit-distance"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "2.1.0"
|
2017-08-02 20:45:57 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2016-10-02 22:30:28 -07:00
|
|
|
|
2017-08-02 20:45:57 -07:00
|
|
|
[[package]]
|
2017-10-06 23:48:07 -07:00
|
|
|
name = "either"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "1.5.2"
|
2017-08-02 20:45:57 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-27 16:03:52 -07:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2019-04-11 16:35:16 -07:00
|
|
|
version = "0.6.1"
|
2018-08-27 16:03:52 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-11 15:23:14 -07:00
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 1.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-27 16:03:52 -07:00
|
|
|
]
|
|
|
|
|
2018-03-05 13:21:35 -08:00
|
|
|
[[package]]
|
2018-06-19 13:21:32 -07:00
|
|
|
name = "executable-path"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "failure"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "0.1.5"
|
2018-03-05 13:21:35 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-11 15:23:14 -07:00
|
|
|
"backtrace 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 13:21:35 -08:00
|
|
|
]
|
|
|
|
|
2017-11-30 10:38:44 -08:00
|
|
|
[[package]]
|
2018-06-19 13:21:32 -07:00
|
|
|
name = "failure_derive"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "0.1.5"
|
2016-11-12 12:36:12 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-10-06 23:48:07 -07:00
|
|
|
dependencies = [
|
2019-04-11 15:23:14 -07:00
|
|
|
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-15 14:45:40 -07:00
|
|
|
"syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 15:23:14 -07:00
|
|
|
"synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-06 23:48:07 -07:00
|
|
|
]
|
2016-11-12 12:36:12 -08:00
|
|
|
|
2016-10-30 16:15:18 -07:00
|
|
|
[[package]]
|
2019-04-11 15:23:14 -07:00
|
|
|
name = "fuchsia-cprng"
|
|
|
|
version = "0.1.1"
|
2016-10-30 16:15:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-10-28 15:25:59 -07:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-27 16:03:52 -07:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "1.2.0"
|
2018-08-27 16:03:52 -07:00
|
|
|
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)",
|
|
|
|
]
|
|
|
|
|
2016-10-30 16:15:18 -07:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2019-04-11 16:35:16 -07:00
|
|
|
version = "0.8.0"
|
2016-10-30 16:15:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-11 15:23:14 -07:00
|
|
|
"either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-17 17:28:06 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "just"
|
2019-04-15 23:39:18 -07:00
|
|
|
version = "0.4.2"
|
2017-11-17 17:28:06 -08:00
|
|
|
dependencies = [
|
2018-03-05 13:21:35 -08:00
|
|
|
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 15:23:14 -07:00
|
|
|
"assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-19 13:21:32 -07:00
|
|
|
"brev 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 15:23:14 -07:00
|
|
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-27 16:03:52 -07:00
|
|
|
"ctrlc 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-19 13:21:32 -07:00
|
|
|
"dotenv 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 15:23:14 -07:00
|
|
|
"edit-distance 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 16:35:16 -07:00
|
|
|
"env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-30 10:38:44 -08:00
|
|
|
"executable-path 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 16:35:16 -07:00
|
|
|
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 15:23:14 -07:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-02 05:37:10 -08:00
|
|
|
"target 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-06 19:15:15 -07:00
|
|
|
"tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-19 13:21:32 -07:00
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-30 16:15:18 -07:00
|
|
|
]
|
|
|
|
|
2017-11-30 08:46:57 -08:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "1.3.0"
|
2016-10-22 23:18:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-30 23:48:23 -07:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "0.2.51"
|
2016-09-30 23:48:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-27 16:03:52 -07:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "0.4.6"
|
2018-08-27 16:03:52 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-11 15:23:14 -07:00
|
|
|
"cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-27 16:03:52 -07:00
|
|
|
]
|
|
|
|
|
2017-08-02 20:45:57 -07:00
|
|
|
[[package]]
|
2017-10-06 23:48:07 -07:00
|
|
|
name = "memchr"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "2.2.0"
|
2017-08-02 20:45:57 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-27 16:03:52 -07:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-11 15:23:14 -07:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-27 16:03:52 -07:00
|
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-04-11 15:23:14 -07:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
|
|
|
version = "0.4.27"
|
|
|
|
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-08-27 16:03:52 -07:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "1.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-05 13:21:35 -08:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "0.6.12"
|
2018-03-05 13:21:35 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-04-11 15:23:14 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2018-03-05 13:21:35 -08:00
|
|
|
|
2017-08-02 20:45:57 -07:00
|
|
|
[[package]]
|
2017-10-06 23:48:07 -07:00
|
|
|
name = "rand"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "0.4.6"
|
2017-08-02 20:45:57 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-11 15:23:14 -07:00
|
|
|
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rdrand"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-02 20:45:57 -07:00
|
|
|
]
|
|
|
|
|
2016-09-30 23:48:23 -07:00
|
|
|
[[package]]
|
2017-10-06 23:48:07 -07:00
|
|
|
name = "redox_syscall"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "0.1.54"
|
2016-09-30 23:48:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-10-05 13:58:18 -07:00
|
|
|
[[package]]
|
2017-10-06 23:48:07 -07:00
|
|
|
name = "redox_termios"
|
|
|
|
version = "0.1.1"
|
2016-10-05 13:58:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-11 15:23:14 -07:00
|
|
|
"redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-06 19:15:15 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "1.1.5"
|
2016-09-30 23:48:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-11 15:23:14 -07:00
|
|
|
"aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-30 23:48:23 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "0.6.6"
|
2018-02-16 01:24:38 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-03-20 01:25:32 -07:00
|
|
|
dependencies = [
|
2019-04-11 15:23:14 -07:00
|
|
|
"ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-20 01:25:32 -07:00
|
|
|
]
|
2018-02-16 01:24:38 -08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2018-05-06 19:15:15 -07:00
|
|
|
version = "0.5.1"
|
2016-09-30 23:48:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-02-16 01:24:38 -08:00
|
|
|
dependencies = [
|
2019-04-11 15:23:14 -07:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-16 01:24:38 -08:00
|
|
|
]
|
2016-09-30 23:48:23 -07:00
|
|
|
|
2018-03-05 13:21:35 -08:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2019-04-15 14:45:40 -07:00
|
|
|
version = "0.1.14"
|
2018-03-05 13:21:35 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-10-02 22:30:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "0.8.0"
|
2016-10-02 22:30:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-05 13:21:35 -08:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2019-04-15 14:45:40 -07:00
|
|
|
version = "0.15.31"
|
2018-03-05 13:21:35 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-11 15:23:14 -07:00
|
|
|
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-19 13:21:32 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "0.10.1"
|
2018-06-19 13:21:32 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-11 15:23:14 -07:00
|
|
|
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-15 14:45:40 -07:00
|
|
|
"syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 15:23:14 -07:00
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-05 13:21:35 -08:00
|
|
|
]
|
|
|
|
|
2017-12-02 05:37:10 -08:00
|
|
|
[[package]]
|
|
|
|
name = "target"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-10-05 13:58:18 -07:00
|
|
|
[[package]]
|
|
|
|
name = "tempdir"
|
2018-05-06 19:15:15 -07:00
|
|
|
version = "0.3.7"
|
2016-10-05 13:58:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-11 15:23:14 -07:00
|
|
|
"rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-06 19:15:15 -07:00
|
|
|
"remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-02 22:30:28 -07:00
|
|
|
]
|
|
|
|
|
2018-08-27 16:03:52 -07:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "1.0.4"
|
2018-08-27 16:03:52 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-11 15:23:14 -07:00
|
|
|
"wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-27 16:03:52 -07:00
|
|
|
]
|
|
|
|
|
2017-10-06 23:48:07 -07:00
|
|
|
[[package]]
|
|
|
|
name = "termion"
|
|
|
|
version = "1.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-11 15:23:14 -07:00
|
|
|
"libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-10-06 23:48:07 -07:00
|
|
|
"redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-08-02 20:45:57 -07:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "0.11.0"
|
2017-08-02 20:45:57 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-19 13:21:32 -07:00
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-02 20:45:57 -07:00
|
|
|
]
|
|
|
|
|
2016-09-30 23:48:23 -07:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "0.3.6"
|
2016-09-30 23:48:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-11 15:23:14 -07:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-30 23:48:23 -07:00
|
|
|
]
|
|
|
|
|
2018-03-20 01:25:32 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-util"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "0.1.3"
|
2018-03-20 01:25:32 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-10-02 22:30:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2018-06-19 13:21:32 -07:00
|
|
|
version = "0.1.5"
|
2016-10-02 22:30:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-05 13:21:35 -08:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "0.1.0"
|
2018-03-05 13:21:35 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-30 23:48:23 -07:00
|
|
|
[[package]]
|
|
|
|
name = "utf8-ranges"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "1.0.2"
|
2016-09-30 23:48:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-10-02 22:30:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2018-06-19 13:21:32 -07:00
|
|
|
version = "0.8.1"
|
2016-10-02 22:30:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-09-10 17:28:00 -07:00
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-02-16 01:24:38 -08:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "0.3.7"
|
2018-02-16 01:24:38 -08: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)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-04-11 15:23:14 -07:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-02-16 01:24:38 -08:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-27 16:03:52 -07:00
|
|
|
[[package]]
|
|
|
|
name = "wincolor"
|
2019-04-11 15:23:14 -07:00
|
|
|
version = "1.0.1"
|
2018-08-27 16:03:52 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-11 15:23:14 -07:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-27 16:03:52 -07:00
|
|
|
]
|
|
|
|
|
2016-09-30 23:48:23 -07:00
|
|
|
[metadata]
|
2019-04-11 15:23:14 -07:00
|
|
|
"checksum aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e6f484ae0c99fec2e858eb6134949117399f222608d84cadb3f58c1f97c2364c"
|
2018-03-05 13:21:35 -08:00
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2019-04-11 15:23:14 -07:00
|
|
|
"checksum assert_matches 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7deb0a829ca7bcfaf5da70b073a8d128619259a7be8216a355e23f00763059e5"
|
|
|
|
"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
|
|
|
|
"checksum autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a6d640bee2da49f60a4068a7fae53acde8982514ab7bae8b8cea9e88cbcfd799"
|
|
|
|
"checksum backtrace 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "f106c02a3604afcdc0df5d36cc47b44b55917dbaf3d808f71c163a0ddba64637"
|
|
|
|
"checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6"
|
|
|
|
"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
|
2018-06-19 13:21:32 -07:00
|
|
|
"checksum brev 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "423c06240bda0044486c500264dd450b24eb25d1223103a6b8b817ed7fc0be7a"
|
2019-04-11 15:23:14 -07:00
|
|
|
"checksum cc 1.0.35 (registry+https://github.com/rust-lang/crates.io-index)" = "5e5f3fee5eeb60324c2781f1e41286bdee933850fff9b3c672587fed5ec58c83"
|
|
|
|
"checksum cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4"
|
|
|
|
"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
|
2018-08-27 16:03:52 -07:00
|
|
|
"checksum ctrlc 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "630391922b1b893692c6334369ff528dcc3a9d8061ccf4c803aa8f83cb13db5e"
|
2018-06-19 13:21:32 -07:00
|
|
|
"checksum dotenv 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c0d0a1279c96732bc6800ce6337b6a614697b0e74ae058dc03c62ebeb78b4d86"
|
2019-04-11 15:23:14 -07:00
|
|
|
"checksum edit-distance 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bbbaaaf38131deb9ca518a274a45bfdb8771f139517b073b16c2d3d32ae5037b"
|
|
|
|
"checksum either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b"
|
2019-04-11 16:35:16 -07:00
|
|
|
"checksum env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b61fa891024a945da30a9581546e8cfaf5602c7b3f4c137a2805cf388f92075a"
|
2017-11-30 10:38:44 -08:00
|
|
|
"checksum executable-path 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ebc5a6d89e3c90b84e8f33c8737933dda8f1c106b5415900b38b9d433841478"
|
2019-04-11 15:23:14 -07:00
|
|
|
"checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2"
|
|
|
|
"checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1"
|
|
|
|
"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
2016-10-28 15:25:59 -07:00
|
|
|
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
|
2019-04-11 15:23:14 -07:00
|
|
|
"checksum humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114"
|
2019-04-11 16:35:16 -07:00
|
|
|
"checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358"
|
2019-04-11 15:23:14 -07:00
|
|
|
"checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14"
|
|
|
|
"checksum libc 0.2.51 (registry+https://github.com/rust-lang/crates.io-index)" = "bedcc7a809076656486ffe045abeeac163da1b558e963a31e29fbfbeba916917"
|
|
|
|
"checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6"
|
|
|
|
"checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39"
|
2018-08-27 16:03:52 -07:00
|
|
|
"checksum nix 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d37e713a259ff641624b6cb20e3b12b2952313ba36b6823c0f16e6cfd9e5de17"
|
2019-04-11 15:23:14 -07:00
|
|
|
"checksum proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)" = "4d317f9caece796be1980837fd5cb3dfec5613ebdb04ad0956deea83ce168915"
|
2018-08-27 16:03:52 -07:00
|
|
|
"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
|
2019-04-11 15:23:14 -07:00
|
|
|
"checksum quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db"
|
|
|
|
"checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
|
|
|
|
"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
|
|
|
"checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0"
|
|
|
|
"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
|
|
|
"checksum redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)" = "12229c14a0f65c4f1cb046a3b52047cdd9da1f4b30f8a39c5063c8bae515e252"
|
2017-10-06 23:48:07 -07:00
|
|
|
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
|
2019-04-11 15:23:14 -07:00
|
|
|
"checksum regex 1.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "559008764a17de49a3146b234641644ed37d118d1ef641a0bb573d146edc6ce0"
|
|
|
|
"checksum regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "dcfd8681eebe297b81d98498869d4aae052137651ad7b96822f09ceb690d0a96"
|
2018-05-06 19:15:15 -07:00
|
|
|
"checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
|
2019-04-15 14:45:40 -07:00
|
|
|
"checksum rustc-demangle 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "ccc78bfd5acd7bf3e89cffcf899e5cb1a52d6fafa8dec2739ad70c9577a57288"
|
2019-04-11 15:23:14 -07:00
|
|
|
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2019-04-15 14:45:40 -07:00
|
|
|
"checksum syn 0.15.31 (registry+https://github.com/rust-lang/crates.io-index)" = "d2b4cfac95805274c6afdb12d8f770fa2d27c045953e7b630a81801953699a9a"
|
2019-04-11 15:23:14 -07:00
|
|
|
"checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015"
|
2017-12-02 05:37:10 -08:00
|
|
|
"checksum target 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "10000465bb0cc031c87a44668991b284fd84c0e6bd945f62d4af04e9e52a222a"
|
2018-05-06 19:15:15 -07:00
|
|
|
"checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
|
2019-04-11 15:23:14 -07:00
|
|
|
"checksum termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f"
|
2017-10-06 23:48:07 -07:00
|
|
|
"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
|
2019-04-11 15:23:14 -07:00
|
|
|
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
|
|
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
|
|
|
|
"checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86"
|
2018-06-19 13:21:32 -07:00
|
|
|
"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
|
2019-04-11 15:23:14 -07:00
|
|
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
|
|
|
"checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737"
|
2018-06-19 13:21:32 -07:00
|
|
|
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
|
2017-09-10 17:28:00 -07:00
|
|
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2019-04-11 15:23:14 -07:00
|
|
|
"checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770"
|
2018-02-16 01:24:38 -08:00
|
|
|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2019-04-11 15:23:14 -07:00
|
|
|
"checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9"
|
2018-02-16 01:24:38 -08:00
|
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2019-04-11 15:23:14 -07:00
|
|
|
"checksum wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba"
|