2015-06-19 18:39:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2017-12-11 07:09:48 -06:00
|
|
|
version = "0.6.4"
|
2015-06-19 18:39:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-12-11 07:09:48 -06:00
|
|
|
"memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-06-19 18:39:13 -05:00
|
|
|
]
|
|
|
|
|
2018-05-13 03:34:52 -05:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.4.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-04-19 18:14:11 -05:00
|
|
|
[[package]]
|
|
|
|
name = "assert_cli"
|
2018-05-12 11:58:27 -05:00
|
|
|
version = "0.6.0"
|
2018-04-19 18:14:11 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-12 11:58:27 -05:00
|
|
|
"difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-19 18:14:11 -05:00
|
|
|
"environment 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-12 11:58:27 -05:00
|
|
|
"failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-13 03:34:52 -05:00
|
|
|
"serde_json 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-19 18:14:11 -05:00
|
|
|
]
|
|
|
|
|
2018-03-02 06:08:23 -06:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2018-05-13 03:34:52 -05:00
|
|
|
version = "0.2.10"
|
2018-03-02 06:08:23 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-03-30 03:52:09 -05:00
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 06:08:23 -06:00
|
|
|
"termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-01 19:12:33 -06:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2018-05-13 03:34:52 -05:00
|
|
|
version = "0.3.7"
|
2018-03-01 19:12:33 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"backtrace-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-13 03:34:52 -05:00
|
|
|
"cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-30 03:52:09 -05:00
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-13 03:34:52 -05:00
|
|
|
"rustc-demangle 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-01 19:12:33 -06:00
|
|
|
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace-sys"
|
|
|
|
version = "0.1.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-05-13 03:34:52 -05:00
|
|
|
"cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-30 03:52:09 -05:00
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-01 19:12:33 -06:00
|
|
|
]
|
|
|
|
|
2018-01-10 23:21:35 -06:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2018-05-13 03:34:52 -05:00
|
|
|
version = "1.0.3"
|
2018-01-10 23:21:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-06 04:45:17 -06:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2018-05-13 03:34:52 -05:00
|
|
|
version = "1.2.3"
|
2018-03-06 04:45:17 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-01 19:12:33 -06:00
|
|
|
[[package]]
|
|
|
|
name = "cargo_metadata"
|
2018-03-30 03:52:09 -05:00
|
|
|
version = "0.5.4"
|
2018-03-01 19:12:33 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-15 04:55:31 -05:00
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-13 03:34:52 -05:00
|
|
|
"serde 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-01 19:12:33 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2018-05-13 03:34:52 -05:00
|
|
|
version = "1.0.15"
|
2018-03-01 19:12:33 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-11-27 03:37:21 -06:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2018-05-13 03:34:52 -05:00
|
|
|
version = "0.1.3"
|
2017-11-27 03:37:21 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-19 18:14:11 -05:00
|
|
|
[[package]]
|
|
|
|
name = "colored"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-05-13 03:34:52 -05:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-11-06 06:43:17 -06:00
|
|
|
[[package]]
|
|
|
|
name = "derive-new"
|
2018-04-19 18:14:11 -05:00
|
|
|
version = "0.5.4"
|
2017-11-06 06:43:17 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-05-13 03:34:52 -05:00
|
|
|
"proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-24 17:21:23 -05:00
|
|
|
"quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-13 03:34:52 -05:00
|
|
|
"syn 0.13.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-06 06:43:17 -06:00
|
|
|
]
|
|
|
|
|
2015-05-11 19:16:46 -05:00
|
|
|
[[package]]
|
|
|
|
name = "diff"
|
2017-11-16 21:20:00 -06:00
|
|
|
version = "0.1.11"
|
2015-12-13 13:03:58 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-05-11 19:16:46 -05:00
|
|
|
|
2018-04-19 18:14:11 -05:00
|
|
|
[[package]]
|
|
|
|
name = "difference"
|
2018-05-12 11:58:27 -05:00
|
|
|
version = "2.0.0"
|
2018-04-19 18:14:11 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-05-03 03:23:50 -05:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
2017-08-28 09:39:56 -05:00
|
|
|
version = "0.4.2"
|
2017-05-03 03:23:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-09 10:19:38 -06:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2018-03-30 03:52:09 -05:00
|
|
|
version = "1.5.0"
|
2018-03-09 10:19:38 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-06 04:45:17 -06:00
|
|
|
[[package]]
|
|
|
|
name = "ena"
|
2018-05-13 03:34:52 -05:00
|
|
|
version = "0.9.3"
|
2018-03-06 04:45:17 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-01 19:12:33 -06:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2018-05-12 11:58:27 -05:00
|
|
|
version = "0.5.10"
|
2018-03-01 19:12:33 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-05-13 03:34:52 -05:00
|
|
|
"atty 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 06:08:23 -06:00
|
|
|
"humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-12 11:58:27 -05:00
|
|
|
"regex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-30 03:52:09 -05:00
|
|
|
"termcolor 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-01 19:12:33 -06:00
|
|
|
]
|
|
|
|
|
2018-04-19 18:14:11 -05:00
|
|
|
[[package]]
|
|
|
|
name = "environment"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-01 19:12:33 -06:00
|
|
|
[[package]]
|
|
|
|
name = "error-chain"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-05-13 03:34:52 -05:00
|
|
|
"backtrace 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-01 19:12:33 -06:00
|
|
|
]
|
|
|
|
|
2018-04-24 00:45:28 -05:00
|
|
|
[[package]]
|
|
|
|
name = "failure"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-05-13 03:34:52 -05:00
|
|
|
"backtrace 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-24 00:45:28 -05:00
|
|
|
"failure_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "failure_derive"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"synstructure 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-01-10 23:21:35 -06:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-05-13 03:34:52 -05:00
|
|
|
"bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-10 23:21:35 -06:00
|
|
|
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon-sys"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-10-22 16:38:16 -05:00
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
2018-01-29 06:43:44 -06:00
|
|
|
version = "0.2.17"
|
2015-10-22 16:38:16 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-02 06:08:23 -06:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"quick-error 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-09 10:19:38 -06:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2018-03-30 03:52:09 -05:00
|
|
|
version = "0.7.8"
|
2018-03-09 10:19:38 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-03-30 03:52:09 -05:00
|
|
|
"either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-09 10:19:38 -06:00
|
|
|
]
|
|
|
|
|
2017-05-03 03:23:50 -05:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2018-03-30 03:52:09 -05:00
|
|
|
version = "0.4.1"
|
2017-05-03 03:23:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-19 18:14:11 -05:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-07-09 23:18:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2017-12-11 07:09:48 -06:00
|
|
|
version = "1.0.0"
|
2017-07-09 23:18:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-11-12 14:38:41 -06:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2018-03-30 03:52:09 -05:00
|
|
|
version = "0.2.40"
|
2015-06-19 18:39:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-11-14 07:42:48 -06:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2018-01-15 05:50:47 -06:00
|
|
|
version = "0.4.1"
|
2017-11-14 07:42:48 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-05-13 03:34:52 -05:00
|
|
|
"cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-14 07:42:48 -06:00
|
|
|
]
|
2015-09-14 13:17:51 -05:00
|
|
|
|
2015-06-19 18:39:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2017-12-11 07:09:48 -06:00
|
|
|
version = "2.0.1"
|
2015-06-19 18:39:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-03-30 03:52:09 -05:00
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-07 07:51:14 -06:00
|
|
|
]
|
|
|
|
|
2018-05-13 03:34:52 -05:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nodrop"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
|
|
|
version = "1.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-01-10 23:21:35 -06:00
|
|
|
[[package]]
|
|
|
|
name = "owning_ref"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2018-05-13 03:34:52 -05:00
|
|
|
version = "0.5.5"
|
2018-01-10 23:21:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-13 03:34:52 -05:00
|
|
|
"parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-10 23:21:35 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2018-05-13 03:34:52 -05:00
|
|
|
version = "0.2.14"
|
2018-01-10 23:21:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-03-30 03:52:09 -05:00
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-25 21:39:36 -06:00
|
|
|
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-24 17:21:23 -05:00
|
|
|
"smallvec 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-18 03:54:21 -06:00
|
|
|
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-10 23:21:35 -06:00
|
|
|
]
|
|
|
|
|
2018-03-06 04:45:17 -06:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2018-05-13 03:34:52 -05:00
|
|
|
version = "0.3.8"
|
2018-03-06 04:45:17 -06: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-03-02 06:08:23 -06:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-24 00:45:28 -05:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "0.3.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-06 09:09:45 -05:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2018-04-24 17:21:23 -05:00
|
|
|
version = "0.5.2"
|
2018-04-06 09:09:45 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-05-13 03:34:52 -05:00
|
|
|
"proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-06 09:09:45 -05:00
|
|
|
]
|
|
|
|
|
2018-02-07 07:51:14 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-30 03:52:09 -05:00
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-07 07:51:14 -06:00
|
|
|
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-10 23:21:35 -06:00
|
|
|
]
|
|
|
|
|
2018-03-02 06:08:23 -06:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.1.37"
|
|
|
|
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.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2015-05-28 12:23:07 -05:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2018-05-12 11:58:27 -05:00
|
|
|
version = "1.0.0"
|
2015-05-28 12:23:07 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-12-11 07:09:48 -06:00
|
|
|
"aho-corasick 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-12 11:58:27 -05:00
|
|
|
"regex-syntax 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-11 07:09:48 -06:00
|
|
|
"thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-01 20:03:32 -06:00
|
|
|
"utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-05-28 12:23:07 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2018-05-12 11:58:27 -05:00
|
|
|
version = "0.6.0"
|
2015-05-28 12:23:07 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-03-08 01:29:00 -06:00
|
|
|
dependencies = [
|
|
|
|
"ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2015-05-28 12:23:07 -05:00
|
|
|
|
2018-05-13 03:34:52 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-ap-arena"
|
|
|
|
version = "134.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rustc-ap-rustc_data_structures 134.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-01-10 23:21:35 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-ap-rustc_cratesio_shim"
|
2018-05-13 03:34:52 -05:00
|
|
|
version = "134.0.0"
|
2018-01-10 23:21:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-05-13 03:34:52 -05:00
|
|
|
"bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-28 02:08:58 -05:00
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-10 23:21:35 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-ap-rustc_data_structures"
|
2018-05-13 03:34:52 -05:00
|
|
|
version = "134.0.0"
|
2018-01-10 23:21:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-05-13 03:34:52 -05:00
|
|
|
"cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ena 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-15 05:50:47 -06:00
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-13 03:34:52 -05:00
|
|
|
"parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-rustc_cratesio_shim 134.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-serialize 134.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-rayon 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-10 23:21:35 -06:00
|
|
|
"stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-ap-rustc_errors"
|
2018-05-13 03:34:52 -05:00
|
|
|
version = "134.0.0"
|
2018-01-10 23:21:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-05-13 03:34:52 -05:00
|
|
|
"atty 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-rustc_data_structures 134.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-serialize 134.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-syntax_pos 134.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-30 03:52:09 -05:00
|
|
|
"termcolor 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-10 23:21:35 -06:00
|
|
|
"unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-04-28 02:08:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-ap-rustc_target"
|
2018-05-13 03:34:52 -05:00
|
|
|
version = "134.0.0"
|
2018-04-28 02:08:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-05-13 03:34:52 -05:00
|
|
|
"bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-28 02:08:58 -05:00
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-13 03:34:52 -05:00
|
|
|
"rustc-ap-rustc_cratesio_shim 134.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-serialize 134.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-28 02:08:58 -05:00
|
|
|
]
|
|
|
|
|
2018-01-10 23:21:35 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-ap-serialize"
|
2018-05-13 03:34:52 -05:00
|
|
|
version = "134.0.0"
|
2018-01-10 23:21:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-ap-syntax"
|
2018-05-13 03:34:52 -05:00
|
|
|
version = "134.0.0"
|
2018-01-10 23:21:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-05-13 03:34:52 -05:00
|
|
|
"bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-15 05:50:47 -06:00
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-13 03:34:52 -05:00
|
|
|
"rustc-ap-rustc_data_structures 134.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-rustc_errors 134.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-rustc_target 134.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-serialize 134.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-syntax_pos 134.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-10 23:21:35 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-ap-syntax_pos"
|
2018-05-13 03:34:52 -05:00
|
|
|
version = "134.0.0"
|
2018-01-10 23:21:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-05-13 03:34:52 -05:00
|
|
|
"rustc-ap-arena 134.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-rustc_data_structures 134.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-serialize 134.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-10 23:21:35 -06:00
|
|
|
"unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-01 19:12:33 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2018-05-13 03:34:52 -05:00
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-rayon"
|
|
|
|
version = "0.1.0"
|
2018-03-01 19:12:33 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-05-13 03:34:52 -05:00
|
|
|
dependencies = [
|
|
|
|
"either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-rayon-core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-rayon-core"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2018-03-01 19:12:33 -06:00
|
|
|
|
|
|
|
[[package]]
|
2018-03-01 19:28:34 -06:00
|
|
|
name = "rustfmt-nightly"
|
2018-05-13 18:09:40 -05:00
|
|
|
version = "0.7.0"
|
2018-02-07 07:51:14 -06:00
|
|
|
dependencies = [
|
2018-05-12 11:58:27 -05:00
|
|
|
"assert_cli 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-30 03:52:09 -05:00
|
|
|
"cargo_metadata 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-19 18:14:11 -05:00
|
|
|
"derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-07 07:51:14 -06:00
|
|
|
"diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-12 11:58:27 -05:00
|
|
|
"env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-24 00:45:28 -05:00
|
|
|
"failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-01 19:28:34 -06:00
|
|
|
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-30 03:52:09 -05:00
|
|
|
"itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-13 02:40:07 -06:00
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-30 03:52:09 -05:00
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 06:08:23 -06:00
|
|
|
"log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-12 11:58:27 -05:00
|
|
|
"regex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-13 03:34:52 -05:00
|
|
|
"rustc-ap-rustc_target 134.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-syntax 134.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-06 04:45:17 -06:00
|
|
|
"term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-06 09:09:45 -05:00
|
|
|
"toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-13 03:34:52 -05:00
|
|
|
"unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 08:20:26 -06:00
|
|
|
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-07 07:51:14 -06:00
|
|
|
]
|
|
|
|
|
2018-03-15 04:55:31 -05:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
2018-05-13 03:34:52 -05:00
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "0.3.3"
|
2018-03-15 04:55:31 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-01 19:12:33 -06:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2018-03-15 04:55:31 -05:00
|
|
|
version = "0.9.0"
|
2018-03-01 19:12:33 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-13 03:34:52 -05:00
|
|
|
"serde 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-01 19:12:33 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-05-03 03:23:50 -05:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2018-05-13 03:34:52 -05:00
|
|
|
version = "1.0.56"
|
2017-05-03 03:23:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2018-05-13 03:34:52 -05:00
|
|
|
version = "1.0.56"
|
2017-05-03 03:23:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-05-13 03:34:52 -05:00
|
|
|
"proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-24 17:21:23 -05:00
|
|
|
"quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-13 03:34:52 -05:00
|
|
|
"syn 0.13.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-03 03:23:50 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2018-05-13 03:34:52 -05:00
|
|
|
version = "1.0.17"
|
2017-05-03 03:23:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-08-28 09:39:56 -05:00
|
|
|
"dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-30 03:52:09 -05:00
|
|
|
"itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-13 03:34:52 -05:00
|
|
|
"serde 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-19 18:14:11 -05:00
|
|
|
]
|
|
|
|
|
2018-01-10 23:21:35 -06:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2018-04-24 17:21:23 -05:00
|
|
|
version = "0.6.1"
|
2018-01-10 23:21:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-24 00:45:28 -05:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "0.11.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-05-03 03:23:50 -05:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2018-05-13 03:34:52 -05:00
|
|
|
version = "0.13.10"
|
2018-03-06 04:45:17 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-05-13 03:34:52 -05:00
|
|
|
"proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-24 17:21:23 -05:00
|
|
|
"quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-06 04:45:17 -06:00
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-04-24 00:45:28 -05:00
|
|
|
[[package]]
|
|
|
|
name = "synom"
|
|
|
|
version = "0.11.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-06 04:45:17 -06:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-05-13 03:34:52 -05:00
|
|
|
"byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-06 04:45:17 -06:00
|
|
|
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-02 06:08:23 -06:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2018-03-30 03:52:09 -05:00
|
|
|
version = "0.3.6"
|
2018-03-02 06:08:23 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"wincolor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termion"
|
|
|
|
version = "1.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-03-30 03:52:09 -05:00
|
|
|
"libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 06:08:23 -06:00
|
|
|
"redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-05-26 17:39:28 -05:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2017-12-11 07:09:48 -06:00
|
|
|
version = "0.3.5"
|
2016-05-26 17:39:28 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-12-11 07:09:48 -06:00
|
|
|
"lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-09 23:18:41 -05:00
|
|
|
"unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-07 22:51:06 -05:00
|
|
|
]
|
|
|
|
|
2015-05-22 22:28:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2018-04-06 09:09:45 -05:00
|
|
|
version = "0.4.6"
|
2015-05-22 22:28:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-05-13 03:34:52 -05:00
|
|
|
"serde 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-05-22 22:28:41 -05:00
|
|
|
]
|
|
|
|
|
2018-03-08 01:29:00 -06:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-util"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-09-03 22:38:12 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2018-05-13 03:34:52 -05:00
|
|
|
version = "1.2.1"
|
2015-09-03 22:38:12 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-10 23:21:35 -06:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-24 00:45:28 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-06 04:45:17 -06:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-03-01 20:03:32 -06:00
|
|
|
[[package]]
|
|
|
|
name = "unreachable"
|
2017-07-09 23:18:41 -05:00
|
|
|
version = "1.0.0"
|
2017-03-01 20:03:32 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-02-26 13:28:31 -06:00
|
|
|
[[package]]
|
|
|
|
name = "utf8-ranges"
|
2017-03-01 20:03:32 -06:00
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
2016-02-26 13:28:31 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-10 23:21:35 -06:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2018-01-18 03:54:21 -06:00
|
|
|
version = "0.3.4"
|
2018-01-10 23:21:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-01-18 03:54:21 -06:00
|
|
|
"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-01-10 23:21:35 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
2018-01-18 03:54:21 -06:00
|
|
|
version = "0.4.0"
|
2018-01-10 23:21:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
2018-01-18 03:54:21 -06:00
|
|
|
version = "0.4.0"
|
2018-01-10 23:21:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-02 06:08:23 -06:00
|
|
|
[[package]]
|
|
|
|
name = "wincolor"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-08-10 16:53:58 -05:00
|
|
|
[metadata]
|
2017-12-11 07:09:48 -06:00
|
|
|
"checksum aho-corasick 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d6531d44de723825aa81398a6415283229725a00fa30713812ab9323faa82fc4"
|
2018-05-13 03:34:52 -05:00
|
|
|
"checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef"
|
2018-05-12 11:58:27 -05:00
|
|
|
"checksum assert_cli 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5da59dbd8df54562665b925b427221ceda9b771408cb8a6cbd2125d3b001330b"
|
2018-05-13 03:34:52 -05:00
|
|
|
"checksum atty 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "2fc4a1aa4c24c0718a250f0681885c1af91419d242f29eb8f2ab28502d80dbd1"
|
|
|
|
"checksum backtrace 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea58cd16fd6c9d120b5bcb01d63883ae4cc7ba2aed35c1841b862a3c7ef6639"
|
2018-03-01 19:12:33 -06:00
|
|
|
"checksum backtrace-sys 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "44585761d6161b0f57afc49482ab6bd067e4edef48c12a152c237eb0203f7661"
|
2018-05-13 03:34:52 -05:00
|
|
|
"checksum bitflags 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d0c54bb8f454c567f21197eefcdbf5679d0bd99f2ddbe52e84c77061952e6789"
|
|
|
|
"checksum byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "74c0b906e9446b0a2e4f760cdb3fa4b2c48cdc6db8766a845c54b6ff063fd2e9"
|
2018-03-30 03:52:09 -05:00
|
|
|
"checksum cargo_metadata 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6ebd6272a2ca4fd39dbabbd6611eb03df45c2259b3b80b39a9ff8fbdcf42a4b3"
|
2018-05-13 03:34:52 -05:00
|
|
|
"checksum cc 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "0ebb87d1116151416c0cf66a0e3fb6430cccd120fd6300794b4dfaa050ac40ba"
|
|
|
|
"checksum cfg-if 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "405216fd8fe65f718daa7102ea808a946b6ce40c742998fbfd3463645552de18"
|
2018-04-19 18:14:11 -05:00
|
|
|
"checksum colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0aa3473e85a3161b59845d6096b289bb577874cafeaf75ea1b1beaa6572c7fc"
|
2018-05-13 03:34:52 -05:00
|
|
|
"checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3"
|
|
|
|
"checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150"
|
|
|
|
"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9"
|
2018-04-19 18:14:11 -05:00
|
|
|
"checksum derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ceed73957c449214f8440eec8ad7fa282b67dc9eacbb24a3085b15d60397a17a"
|
2017-11-16 21:20:00 -06:00
|
|
|
"checksum diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a"
|
2018-05-12 11:58:27 -05:00
|
|
|
"checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
|
2017-08-28 09:39:56 -05:00
|
|
|
"checksum dtoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "09c3753c3db574d215cba4ea76018483895d7bff25a31b49ba45db21c48e50ab"
|
2018-03-30 03:52:09 -05:00
|
|
|
"checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0"
|
2018-05-13 03:34:52 -05:00
|
|
|
"checksum ena 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "88dc8393b3c7352f94092497f6b52019643e493b6b890eb417cdb7c46117e621"
|
2018-05-12 11:58:27 -05:00
|
|
|
"checksum env_logger 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0e6e40ebb0e66918a37b38c7acab4e10d299e0463fe2af5d29b9cc86710cfd2a"
|
2018-04-19 18:14:11 -05:00
|
|
|
"checksum environment 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1f4b14e20978669064c33b4c1e0fb4083412e40fe56cbea2eae80fd7591503ee"
|
2018-03-01 19:12:33 -06:00
|
|
|
"checksum error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3"
|
2018-04-24 00:45:28 -05:00
|
|
|
"checksum failure 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "934799b6c1de475a012a02dab0ace1ace43789ee4b99bcfbf1a2e3e8ced5de82"
|
|
|
|
"checksum failure_derive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c7cdda555bb90c9bb67a3b670a0f42de8e73f5981524123ad8578aafec8ddb8b"
|
2018-01-10 23:21:35 -06:00
|
|
|
"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"
|
2018-01-29 06:43:44 -06:00
|
|
|
"checksum getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "b900c08c1939860ce8b54dc6a89e26e00c04c380fd0e09796799bd7f12861e05"
|
2018-03-02 06:08:23 -06:00
|
|
|
"checksum humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0484fda3e7007f2a4a0d9c3a703ca38c71c54c55602ce4660c419fd32e188c9e"
|
2018-03-30 03:52:09 -05:00
|
|
|
"checksum itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" = "f58856976b776fedd95533137617a02fb25719f40e7d9b01c7043cd65474f450"
|
|
|
|
"checksum itoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c069bbec61e1ca5a596166e55dfe4773ff745c3d16b700013bcaff9a6df2c682"
|
2018-04-19 18:14:11 -05:00
|
|
|
"checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
|
2017-12-11 07:09:48 -06:00
|
|
|
"checksum lazy_static 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c8f31047daa365f19be14b47c29df4f7c3b581832407daabe6ae77397619237d"
|
2018-03-30 03:52:09 -05:00
|
|
|
"checksum libc 0.2.40 (registry+https://github.com/rust-lang/crates.io-index)" = "6fd41f331ac7c5b8ac259b8bf82c75c0fb2e469bbf37d2becbba9a6a2221965b"
|
2018-01-15 05:50:47 -06:00
|
|
|
"checksum log 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "89f010e843f2b1a31dbd316b3b8d443758bc634bed37aabade59c686d644e0a2"
|
2017-12-11 07:09:48 -06:00
|
|
|
"checksum memchr 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "796fba70e76612589ed2ce7f45282f5af869e0fdd7cc6199fa1aa1f1d591ba9d"
|
2018-05-13 03:34:52 -05:00
|
|
|
"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
|
|
|
|
"checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
|
|
|
|
"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
|
2018-01-10 23:21:35 -06:00
|
|
|
"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
|
2018-05-13 03:34:52 -05:00
|
|
|
"checksum parking_lot 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d4d05f1349491390b1730afba60bb20d55761bef489a954546b58b4b34e1e2ac"
|
|
|
|
"checksum parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "4db1a8ccf734a7bce794cc19b3df06ed87ab2f3907036b693c68f56b4d4537fa"
|
|
|
|
"checksum proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1b06e2f335f48d24442b35a19df506a835fb3547bc3c06ef27340da9acf5cae7"
|
2018-03-02 06:08:23 -06:00
|
|
|
"checksum quick-error 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eda5fe9b71976e62bc81b781206aaa076401769b2143379d3eb2118388babac4"
|
2018-04-24 00:45:28 -05:00
|
|
|
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
|
2018-04-24 17:21:23 -05:00
|
|
|
"checksum quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9949cfe66888ffe1d53e6ec9d9f3b70714083854be20fd5e271b232a017401e8"
|
2018-02-07 07:51:14 -06:00
|
|
|
"checksum rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eba5f8cb59cc50ed56be8880a5c7b496bfd9bd26394e176bc67884094145c2c5"
|
2018-03-02 06:08:23 -06:00
|
|
|
"checksum redox_syscall 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "0d92eecebad22b767915e4d529f89f28ee96dbbf5a4810d2b844373f136417fd"
|
|
|
|
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
|
2018-05-12 11:58:27 -05:00
|
|
|
"checksum regex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "75ecf88252dce580404a22444fc7d626c01815debba56a7f4f536772a5ff19d3"
|
|
|
|
"checksum regex-syntax 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8f1ac0f60d675cc6cf13a20ec076568254472551051ad5dd050364d70671bf6b"
|
2018-05-13 03:34:52 -05:00
|
|
|
"checksum rustc-ap-arena 134.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "344e1a0818921794317f8150e7a512bae62d5fad1291f4847c6d2b910feb7fa7"
|
|
|
|
"checksum rustc-ap-rustc_cratesio_shim 134.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9fa46c45541b0b0a5a98b97f31884a4e724b00c117509b64204dcbcb6a8f7e70"
|
|
|
|
"checksum rustc-ap-rustc_data_structures 134.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a2daa8ad90b98650f48f9d01af24010236a1d859a4ff0c805070de4cb79e46c7"
|
|
|
|
"checksum rustc-ap-rustc_errors 134.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4b76cf284dee3b2e5e3aae46486af4ac89005b1f3c9032fee96afd54c2dc4672"
|
|
|
|
"checksum rustc-ap-rustc_target 134.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "65988f8194c120897051c02d8a8f4b3a6050f7ca5678f220bbde06d42361c2bd"
|
|
|
|
"checksum rustc-ap-serialize 134.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dc7d59e56724fb63bfddb1d39a942be0d778eb9815a2c8d5e05b0bcaf5cd2b5b"
|
|
|
|
"checksum rustc-ap-syntax 134.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bbc131f09b8c08dfaa865bb3b7bf891def0d5f682abb7e9bc0b77df3c21db1fd"
|
|
|
|
"checksum rustc-ap-syntax_pos 134.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e759d219769d737d5cbbc0bb33f19d3bca68e2902c81e3d33c3bcdb96b22a0d5"
|
|
|
|
"checksum rustc-demangle 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "76d7ba1feafada44f2d38eed812bd2489a03c0f5abb975799251518b68848649"
|
|
|
|
"checksum rustc-rayon 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b1aa5cd8c3a706edb19b6ec6aa7b056bdc635b6e99c5cf7014f9af9d92f15e99"
|
|
|
|
"checksum rustc-rayon-core 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d69983f8613a9c3ba1a3bbf5e8bdf2fd5c42317b1d8dd8623ca8030173bf8a6b"
|
|
|
|
"checksum scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28"
|
|
|
|
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
|
2018-03-15 04:55:31 -05:00
|
|
|
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
2018-03-01 19:12:33 -06:00
|
|
|
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2018-05-13 03:34:52 -05:00
|
|
|
"checksum serde 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)" = "490a3394c94953e6f2613b5c7bd58a4dc02e914b313a750311dcd3a230cd50e9"
|
|
|
|
"checksum serde_derive 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)" = "20ea26d857f7763659029de788973b82431ec660b62e4ad9f7bf471701048663"
|
|
|
|
"checksum serde_json 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)" = "f3ad6d546e765177cf3dded3c2e424a8040f870083a0e64064746b958ece9cb1"
|
2018-04-24 17:21:23 -05:00
|
|
|
"checksum smallvec 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03dab98ab5ded3a8b43b2c80751194608d0b2aa0f1d46cf95d1c35e192844aa7"
|
2018-01-10 23:21:35 -06:00
|
|
|
"checksum stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "15132e0e364248108c5e2c02e3ab539be8d6f5d52a01ca9bbf27ed657316f02b"
|
2018-04-24 00:45:28 -05:00
|
|
|
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
|
2018-05-13 03:34:52 -05:00
|
|
|
"checksum syn 0.13.10 (registry+https://github.com/rust-lang/crates.io-index)" = "77961dcdac942fa8bc033c16f3a790b311c8a27d00811b878ebd8cf9b7ba39d5"
|
2018-04-24 00:45:28 -05:00
|
|
|
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
|
|
|
|
"checksum synstructure 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a761d12e6d8dcb4dcf952a7a89b475e3a9d69e4a69307e01a470977642914bd"
|
2018-03-06 04:45:17 -06:00
|
|
|
"checksum term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5e6b677dd1e8214ea1ef4297f85dbcbed8e8cdddb561040cc998ca2551c37561"
|
2018-03-30 03:52:09 -05:00
|
|
|
"checksum termcolor 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "adc4587ead41bf016f11af03e55a624c06568b5a19db4e90fde573d805074f83"
|
2018-03-02 06:08:23 -06:00
|
|
|
"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
|
2017-12-11 07:09:48 -06:00
|
|
|
"checksum thread_local 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "279ef31c19ededf577bfd12dfae728040a21f635b06a24cd670ff510edd38963"
|
2018-04-06 09:09:45 -05:00
|
|
|
"checksum toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a0263c6c02c4db6c8f7681f9fd35e90de799ebd4cfdeab77a38f4ff6b3d8c0d9"
|
2018-03-08 01:29:00 -06:00
|
|
|
"checksum ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd2be2d6639d0f8fe6cdda291ad456e23629558d466e2789d2c3e9892bda285d"
|
2018-05-13 03:34:52 -05:00
|
|
|
"checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1"
|
2018-01-10 23:21:35 -06:00
|
|
|
"checksum unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f"
|
2018-04-24 00:45:28 -05:00
|
|
|
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
|
2018-03-06 04:45:17 -06:00
|
|
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
2017-07-09 23:18:41 -05:00
|
|
|
"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
|
2017-03-01 20:03:32 -06:00
|
|
|
"checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122"
|
|
|
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2018-01-18 03:54:21 -06:00
|
|
|
"checksum winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "04e3bd221fcbe8a271359c04f21a76db7d0c6028862d1bb5512d85e1e2eb5bb3"
|
|
|
|
"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"
|
2018-03-02 06:08:23 -06:00
|
|
|
"checksum wincolor 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eeb06499a3a4d44302791052df005d5232b927ed1a9658146d842165c4de7767"
|