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-04-19 18:14:11 -05:00
|
|
|
[[package]]
|
|
|
|
name = "assert_cli"
|
|
|
|
version = "0.5.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"difference 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"environment 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"skeptic 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-02 06:08:23 -06:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2018-03-08 01:29:00 -06:00
|
|
|
version = "0.2.8"
|
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-04-19 18:14:11 -05:00
|
|
|
version = "0.3.6"
|
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)",
|
|
|
|
"cfg-if 0.1.2 (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
|
|
|
"rustc-demangle 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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-04-19 18:14:11 -05:00
|
|
|
"cc 1.0.10 (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-04-19 18:14:11 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-10 23:21:35 -06:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-19 18:14:11 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bytecount"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-06 04:45:17 -06:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2018-04-06 09:09:45 -05:00
|
|
|
version = "1.2.2"
|
2018-03-06 04:45:17 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-19 18:14:11 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cargo_metadata"
|
|
|
|
version = "0.3.3"
|
|
|
|
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)",
|
|
|
|
"semver 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.15 (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-04-19 18:14:11 -05:00
|
|
|
"serde 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-01 19:12:33 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2018-04-19 18:14:11 -05:00
|
|
|
version = "1.0.10"
|
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"
|
|
|
|
version = "0.1.2"
|
|
|
|
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)",
|
|
|
|
]
|
|
|
|
|
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-04-19 18:14:11 -05:00
|
|
|
"proc-macro2 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.13.1 (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"
|
|
|
|
version = "1.0.0"
|
|
|
|
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"
|
|
|
|
version = "0.9.2"
|
|
|
|
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-04-19 18:14:11 -05:00
|
|
|
version = "0.5.8"
|
2018-03-01 19:12:33 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-03-08 01:29:00 -06:00
|
|
|
"atty 0.2.8 (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-03-22 01:53:08 -05:00
|
|
|
"regex 0.2.10 (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-04-19 18:14:11 -05:00
|
|
|
"backtrace 0.3.6 (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 = "fuchsia-zircon"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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-04-19 18:14:11 -05:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.2.11"
|
|
|
|
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"
|
|
|
|
|
2015-08-30 13:47:46 -05:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
2016-05-26 17:39:28 -05:00
|
|
|
version = "0.2.2"
|
2015-08-30 13:47:46 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-08-10 16:53:58 -05:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-08-30 13:47:46 -05:00
|
|
|
"winapi-build 0.1.1 (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 = [
|
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2018-03-22 01:53:08 -05:00
|
|
|
version = "0.2.2"
|
2017-05-03 03:23:50 -05:00
|
|
|
source = "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-02-25 21:39:36 -06:00
|
|
|
version = "0.5.4"
|
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-02-25 21:39:36 -06:00
|
|
|
"parking_lot_core 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-10 23:21:35 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2018-02-25 21:39:36 -06:00
|
|
|
version = "0.2.13"
|
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-01-10 23:21:35 -06:00
|
|
|
"smallvec 0.6.0 (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-04-19 18:14:11 -05:00
|
|
|
version = "0.3.6"
|
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-04-06 09:09:45 -05:00
|
|
|
[[package]]
|
2018-04-19 18:14:11 -05:00
|
|
|
name = "pulldown-cmark"
|
|
|
|
version = "0.1.2"
|
2018-04-06 09:09:45 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-04-19 18:14:11 -05:00
|
|
|
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-06 09:09:45 -05:00
|
|
|
]
|
|
|
|
|
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-06 09:09:45 -05:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-04-11 22:48:27 -05:00
|
|
|
"proc-macro2 0.3.6 (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-03-22 01:53:08 -05:00
|
|
|
version = "0.2.10"
|
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-04-19 18:14:11 -05:00
|
|
|
"regex-syntax 0.5.5 (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-04-19 18:14:11 -05:00
|
|
|
version = "0.5.5"
|
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-04-19 18:14:11 -05:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.4 (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-04-17 15:19:57 -05:00
|
|
|
version = "103.0.0"
|
2018-01-10 23:21:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-ap-rustc_data_structures"
|
2018-04-17 15:19:57 -05:00
|
|
|
version = "103.0.0"
|
2018-01-10 23:21:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-06 04:45:17 -06:00
|
|
|
"ena 0.9.2 (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-02-25 21:39:36 -06:00
|
|
|
"parking_lot 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot_core 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-17 15:19:57 -05:00
|
|
|
"rustc-ap-serialize 103.0.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)",
|
|
|
|
"term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-ap-rustc_errors"
|
2018-04-17 15:19:57 -05:00
|
|
|
version = "103.0.0"
|
2018-01-10 23:21:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-03-15 04:55:31 -05:00
|
|
|
"atty 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-17 15:19:57 -05:00
|
|
|
"rustc-ap-rustc_data_structures 103.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-serialize 103.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-syntax_pos 103.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-10 23:21:35 -06:00
|
|
|
"term 0.4.6 (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)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-ap-serialize"
|
2018-04-17 15:19:57 -05:00
|
|
|
version = "103.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-04-17 15:19:57 -05:00
|
|
|
version = "103.0.0"
|
2018-01-10 23:21:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.0.1 (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-04-17 15:19:57 -05:00
|
|
|
"rustc-ap-rustc_cratesio_shim 103.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-rustc_data_structures 103.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-rustc_errors 103.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-serialize 103.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-syntax_pos 103.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-15 04:55:31 -05:00
|
|
|
"scoped-tls 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-10 23:21:35 -06:00
|
|
|
"term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-ap-syntax_pos"
|
2018-04-17 15:19:57 -05:00
|
|
|
version = "103.0.0"
|
2018-01-10 23:21:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-04-17 15:19:57 -05:00
|
|
|
"rustc-ap-rustc_data_structures 103.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-serialize 103.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-15 04:55:31 -05:00
|
|
|
"scoped-tls 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-10 23:21:35 -06:00
|
|
|
"term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2018-03-01 19:28:34 -06:00
|
|
|
name = "rustfmt-nightly"
|
2018-04-20 05:10:48 -05:00
|
|
|
version = "0.6.0"
|
2018-02-07 07:51:14 -06:00
|
|
|
dependencies = [
|
2018-04-19 18:14:11 -05:00
|
|
|
"assert_cli 0.5.4 (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-04-19 18:14:11 -05:00
|
|
|
"env_logger 0.5.8 (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-03-22 01:53:08 -05:00
|
|
|
"regex 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-17 15:19:57 -05:00
|
|
|
"rustc-ap-syntax 103.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-19 18:14:11 -05:00
|
|
|
"serde 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.15 (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-03-01 19:28:34 -06:00
|
|
|
"unicode-segmentation 1.2.0 (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-04-19 18:14:11 -05:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-15 04:55:31 -05:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-19 18:14:11 -05:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.8.0"
|
|
|
|
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)",
|
|
|
|
"serde 1.0.39 (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-04-19 18:14:11 -05:00
|
|
|
"serde 1.0.39 (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-04-19 18:14:11 -05:00
|
|
|
version = "1.0.39"
|
2017-05-03 03:23:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2018-04-19 18:14:11 -05:00
|
|
|
version = "1.0.39"
|
2017-05-03 03:23:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-04-11 22:48:27 -05:00
|
|
|
"proc-macro2 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-06 09:09:45 -05:00
|
|
|
"quote 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-19 18:14:11 -05:00
|
|
|
"serde_derive_internals 0.23.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-06 09:09:45 -05:00
|
|
|
"syn 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-03 03:23:50 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive_internals"
|
2018-04-19 18:14:11 -05:00
|
|
|
version = "0.23.1"
|
2017-05-03 03:23:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-04-11 22:48:27 -05:00
|
|
|
"proc-macro2 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-06 09:09:45 -05:00
|
|
|
"syn 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-03 03:23:50 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2018-04-19 18:14:11 -05:00
|
|
|
version = "1.0.15"
|
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-03-22 01:53:08 -05:00
|
|
|
"num-traits 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-19 18:14:11 -05:00
|
|
|
"serde 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "skeptic"
|
|
|
|
version = "0.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bytecount 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cargo_metadata 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-03 03:23:50 -05:00
|
|
|
]
|
|
|
|
|
2018-01-10 23:21:35 -06:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
|
|
|
version = "0.6.0"
|
|
|
|
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"
|
|
|
|
|
2017-05-03 03:23:50 -05:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2018-04-19 18:14:11 -05:00
|
|
|
version = "0.13.1"
|
2018-03-06 04:45:17 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-04-19 18:14:11 -05:00
|
|
|
"proc-macro2 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.5.1 (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-06 09:09:45 -05:00
|
|
|
[[package]]
|
2018-04-19 18:14:11 -05:00
|
|
|
name = "tempdir"
|
|
|
|
version = "0.3.7"
|
2018-04-06 09:09:45 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-04-19 18:14:11 -05:00
|
|
|
"rand 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"remove_dir_all 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-06 09:09:45 -05:00
|
|
|
]
|
|
|
|
|
2016-04-07 22:51:06 -05:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
2017-07-09 23:18:41 -05:00
|
|
|
version = "0.4.6"
|
2016-04-07 22:51:06 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2016-05-26 17:39:28 -05:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-08-10 16:53:58 -05:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-26 17:39:28 -05:00
|
|
|
]
|
|
|
|
|
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-04-06 09:09:45 -05:00
|
|
|
"byteorder 1.2.2 (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-04-19 18:14:11 -05:00
|
|
|
"serde 1.0.39 (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"
|
2017-05-17 14:59:09 -05:00
|
|
|
version = "1.2.0"
|
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-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-04-19 18:14:11 -05:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2015-08-30 13:47:46 -05:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2016-08-10 16:53:58 -05:00
|
|
|
version = "0.2.8"
|
2015-08-30 13:47:46 -05: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
|
|
|
]
|
|
|
|
|
2015-08-30 13:47:46 -05:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "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-04-19 18:14:11 -05:00
|
|
|
"checksum assert_cli 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "72342c21057a3cb5f7c2d849bf7999a83795434dd36d74fa8c24680581bd1930"
|
2018-03-08 01:29:00 -06:00
|
|
|
"checksum atty 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "af80143d6f7608d746df1520709e5d141c96f240b0e62b0aa41bdfb53374d9d4"
|
2018-04-19 18:14:11 -05:00
|
|
|
"checksum backtrace 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ebbe525f66f42d207968308ee86bc2dd60aa5fab535b22e616323a173d097d8e"
|
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-04-19 18:14:11 -05:00
|
|
|
"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
|
2018-01-10 23:21:35 -06:00
|
|
|
"checksum bitflags 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b3c30d3802dfb7281680d6285f2ccdaa8c2d8fee41f93805dba5c4cf50dc23cf"
|
2018-04-19 18:14:11 -05:00
|
|
|
"checksum bytecount 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "af27422163679dea46a1a7239dffff64d3dcdc3ba5fe9c49c789fbfe0eb949de"
|
2018-04-06 09:09:45 -05:00
|
|
|
"checksum byteorder 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "73b5bdfe7ee3ad0b99c9801d58807a9dbc9e09196365b0203853b99889ab3c87"
|
2018-04-19 18:14:11 -05:00
|
|
|
"checksum cargo_metadata 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1f56ec3e469bca7c276f2eea015aa05c5e381356febdbb0683c2580189604537"
|
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-04-19 18:14:11 -05:00
|
|
|
"checksum cc 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)" = "8b9d2900f78631a5876dc5d6c9033ede027253efcd33dd36b1309fc6cab97ee0"
|
2017-11-27 03:37:21 -06:00
|
|
|
"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
|
2018-04-19 18:14:11 -05:00
|
|
|
"checksum colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0aa3473e85a3161b59845d6096b289bb577874cafeaf75ea1b1beaa6572c7fc"
|
|
|
|
"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-04-19 18:14:11 -05:00
|
|
|
"checksum difference 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b3304d19798a8e067e48d8e69b2c37f0b5e9b4e462504ad9e27e9f3fce02bba8"
|
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-03-06 04:45:17 -06:00
|
|
|
"checksum ena 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f8b449f3b18c89d2dbe40548d2ee4fa58ea0a08b761992da6ecb9788e4688834"
|
2018-04-19 18:14:11 -05:00
|
|
|
"checksum env_logger 0.5.8 (registry+https://github.com/rust-lang/crates.io-index)" = "be27f8ea102a7182093a80d98f0b78623b580eda8791cbe8e2345fe6e57567a6"
|
|
|
|
"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-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-04-19 18:14:11 -05:00
|
|
|
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
|
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"
|
2016-08-10 16:53:58 -05:00
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
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-03-22 01:53:08 -05:00
|
|
|
"checksum num-traits 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dee092fcdf725aee04dd7da1d21debff559237d49ef1cb3e69bcb8ece44c7364"
|
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-02-25 21:39:36 -06:00
|
|
|
"checksum parking_lot 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "9fd9d732f2de194336fb02fe11f9eed13d9e76f13f4315b4d88a14ca411750cd"
|
|
|
|
"checksum parking_lot_core 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "538ef00b7317875071d5e00f603f24d16f0b474c1a5fc0ccb8b454ca72eafa79"
|
2018-04-11 22:48:27 -05:00
|
|
|
"checksum proc-macro2 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "49b6a521dc81b643e9a51e0d1cf05df46d5a2f3c0280ea72bcb68276ba64a118"
|
2018-04-19 18:14:11 -05:00
|
|
|
"checksum pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d6fdf85cda6cadfae5428a54661d431330b312bc767ddbc57adbedc24da66e32"
|
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-06 09:09:45 -05:00
|
|
|
"checksum quote 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7b0ff51282f28dc1b53fd154298feaa2e77c5ea0dba68e1fd8b03b72fbe13d2a"
|
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-03-22 01:53:08 -05:00
|
|
|
"checksum regex 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "aec3f58d903a7d2a9dc2bf0e41a746f4530e0cab6b615494e058f67a3ef947fb"
|
2018-04-19 18:14:11 -05:00
|
|
|
"checksum regex-syntax 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "bd90079345f4a4c3409214734ae220fd773c6f2e8a543d07370c6c1c369cfbfb"
|
|
|
|
"checksum remove_dir_all 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dfc5b3ce5d5ea144bb04ebd093a9e14e9765bcfec866aecda9b6dec43b3d1e24"
|
2018-04-17 15:19:57 -05:00
|
|
|
"checksum rustc-ap-rustc_cratesio_shim 103.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "463834ac5ea777cb56c073586675fac37292f8425aafb3757efca7e6a76545aa"
|
|
|
|
"checksum rustc-ap-rustc_data_structures 103.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d256eeab1b8639c2a1fd341e54f3613f8150bc262e4ec9361a29bbcb162906d"
|
|
|
|
"checksum rustc-ap-rustc_errors 103.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cf6dd73033bb512845a6df347174c65ad430c92ecd35527e24d8bb186f5664ee"
|
|
|
|
"checksum rustc-ap-serialize 103.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "356d338dbe538c7d6428296872d5d68da8f091e34eb89bca3b3f245ed0785e5e"
|
|
|
|
"checksum rustc-ap-syntax 103.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0f02edede4ba70963a7dac2308876f03f76f9edd48a035e5abc8fa37c57a77c8"
|
|
|
|
"checksum rustc-ap-syntax_pos 103.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ad8e50d4c38121fa8ded3ffbf94926ec74c95f24316c3b80de84fbfb42c005cf"
|
2018-03-01 19:12:33 -06:00
|
|
|
"checksum rustc-demangle 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11fb43a206a04116ffd7cfcf9bcb941f8eb6cc7ff667272246b0a1c74259a3cb"
|
2018-04-19 18:14:11 -05:00
|
|
|
"checksum same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d931a44fdaa43b8637009e7632a02adc4f2b2e0733c08caa4cf00e8da4a117a7"
|
2018-03-15 04:55:31 -05:00
|
|
|
"checksum scoped-tls 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8674d439c964889e2476f474a3bf198cc9e199e77499960893bac5de7e9218a4"
|
2018-04-19 18:14:11 -05:00
|
|
|
"checksum semver 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bee2bc909ab2d8d60dab26e8cad85b25d795b14603a0dcb627b78b9d30b6454b"
|
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-04-19 18:14:11 -05:00
|
|
|
"checksum serde 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "53e6b6859395f46cf528414659ce43e70902b2277519707c3bd91797b3320330"
|
|
|
|
"checksum serde_derive 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "16e97f8dc5b2dabc0183e0cde24b1a53835e5bb3d2c9e0fdb077f895bba7f2a9"
|
|
|
|
"checksum serde_derive_internals 0.23.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9d30c4596450fd7bbda79ef15559683f9a79ac0193ea819db90000d7e1cae794"
|
|
|
|
"checksum serde_json 1.0.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7bf1cbb1387028a13739cb018ee0d9b3db534f22ca3c84a5904f7eadfde14e75"
|
|
|
|
"checksum skeptic 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c8431f8fca168e2db4be547bd8329eac70d095dff1444fee4b0fa0fabc7df75a"
|
2018-01-10 23:21:35 -06:00
|
|
|
"checksum smallvec 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44db0ecb22921ef790d17ae13a3f6d15784183ff5f2a01aa32098c7498d2b4b9"
|
|
|
|
"checksum stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "15132e0e364248108c5e2c02e3ab539be8d6f5d52a01ca9bbf27ed657316f02b"
|
2018-04-06 09:09:45 -05:00
|
|
|
"checksum syn 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)" = "91b52877572087400e83d24b9178488541e3d535259e04ff17a63df1e5ceff59"
|
2018-04-19 18:14:11 -05:00
|
|
|
"checksum tempdir 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
|
2017-07-09 23:18:41 -05:00
|
|
|
"checksum term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "fa63644f74ce96fbeb9b794f66aff2a52d601cbd5e80f4b97123e3899f4570f1"
|
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"
|
2017-05-17 14:59:09 -05:00
|
|
|
"checksum unicode-segmentation 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a8083c594e02b8ae1654ae26f0ade5158b119bd88ad0e8227a5d8fcd72407946"
|
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-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-04-19 18:14:11 -05:00
|
|
|
"checksum walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bb08f9e670fab86099470b97cd2b252d6527f0b3cc1401acdb595ffc9dd288ff"
|
2016-08-10 16:53:58 -05:00
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2018-01-18 03:54:21 -06:00
|
|
|
"checksum winapi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "04e3bd221fcbe8a271359c04f21a76db7d0c6028862d1bb5512d85e1e2eb5bb3"
|
2016-08-10 16:53:58 -05:00
|
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
2018-01-18 03:54:21 -06:00
|
|
|
"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"
|