2015-11-12 15:50:58 -06:00
|
|
|
[root]
|
2017-07-21 06:39:06 -05:00
|
|
|
name = "rustc_miri"
|
2015-11-12 15:50:58 -06:00
|
|
|
version = "0.1.0"
|
2016-02-27 19:20:25 -06:00
|
|
|
dependencies = [
|
2017-08-04 12:55:35 -05:00
|
|
|
"backtrace 0.3.2 (git+https://github.com/alexcrichton/backtrace-rs)",
|
2017-07-21 06:39:06 -05:00
|
|
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-24 16:17:58 -05:00
|
|
|
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-21 06:39:06 -05:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-31 09:39:52 -05:00
|
|
|
"log_settings 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-24 16:17:58 -05:00
|
|
|
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-31 09:39:52 -05:00
|
|
|
]
|
|
|
|
|
2017-07-24 16:17:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
|
|
|
version = "0.6.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-08-02 09:59:01 -05:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
|
|
|
version = "0.3.2"
|
2017-08-04 12:55:35 -05:00
|
|
|
source = "git+https://github.com/alexcrichton/backtrace-rs#3d96a9242ed2096984d15d177f4762b699bee6d4"
|
2017-08-02 09:59:01 -05:00
|
|
|
dependencies = [
|
2017-08-04 12:55:35 -05:00
|
|
|
"backtrace-sys 0.1.12 (git+https://github.com/alexcrichton/backtrace-rs)",
|
2017-08-02 09:59:01 -05:00
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-demangle 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace-sys"
|
|
|
|
version = "0.1.12"
|
2017-08-04 12:55:35 -05:00
|
|
|
source = "git+https://github.com/alexcrichton/backtrace-rs#3d96a9242ed2096984d15d177f4762b699bee6d4"
|
2017-08-02 09:59:01 -05:00
|
|
|
dependencies = [
|
|
|
|
"gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-08-26 06:12:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-27 19:20:25 -06:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2017-07-21 06:39:06 -05:00
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-11-12 15:50:58 -06:00
|
|
|
|
2017-01-24 06:28:36 -06:00
|
|
|
[[package]]
|
|
|
|
name = "cargo_metadata"
|
2017-07-21 06:39:06 -05:00
|
|
|
version = "0.2.3"
|
2017-01-24 06:28:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-07-28 03:55:06 -05:00
|
|
|
"serde 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-09 09:47:04 -05:00
|
|
|
"serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-24 06:28:36 -06:00
|
|
|
]
|
|
|
|
|
2017-08-02 09:59:01 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-04-22 03:34:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "compiletest_rs"
|
2017-08-26 05:51:49 -05:00
|
|
|
version = "0.2.9"
|
2016-05-31 09:39:52 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-07-21 06:39:06 -05:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-09 09:47:04 -05:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-31 09:39:52 -05:00
|
|
|
]
|
|
|
|
|
2017-08-26 06:12:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "conv"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"custom_derive 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "custom_derive"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-08-02 09:59:01 -05:00
|
|
|
[[package]]
|
|
|
|
name = "dbghelp-sys"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-01-24 06:28:36 -06:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
2017-05-09 09:47:04 -05:00
|
|
|
version = "0.4.1"
|
2017-01-24 06:28:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-05-31 09:39:52 -05:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2017-07-28 03:55:06 -05:00
|
|
|
version = "0.4.3"
|
2016-04-22 03:34:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-07-21 06:39:06 -05:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-28 03:55:06 -05:00
|
|
|
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-31 09:39:52 -05:00
|
|
|
]
|
|
|
|
|
2017-08-02 09:59:01 -05:00
|
|
|
[[package]]
|
|
|
|
name = "gcc"
|
|
|
|
version = "0.3.51"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-01-24 06:28:36 -06:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2017-05-09 09:47:04 -05:00
|
|
|
version = "0.3.1"
|
2017-01-24 06:28:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-08-02 09:59:01 -05:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-05-31 09:39:52 -05:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2017-05-09 09:47:04 -05:00
|
|
|
version = "0.2.8"
|
2016-05-31 09:39:52 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2017-07-28 03:55:06 -05:00
|
|
|
version = "0.2.28"
|
2016-05-31 09:39:52 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-04-22 03:34:14 -05:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2017-07-21 06:39:06 -05:00
|
|
|
version = "0.3.8"
|
2016-04-22 03:34:14 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-05-31 09:39:52 -05:00
|
|
|
[[package]]
|
|
|
|
name = "log_settings"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-05-09 09:47:04 -05:00
|
|
|
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-05-31 09:39:52 -05:00
|
|
|
]
|
|
|
|
|
2017-08-26 06:12:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "magenta"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"conv 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"magenta-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "magenta-sys"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-07-24 16:17:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-07-28 03:55:06 -05:00
|
|
|
"libc 0.2.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-21 06:39:06 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miri"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cargo_metadata 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-26 05:51:49 -05:00
|
|
|
"compiletest_rs 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-28 03:55:06 -05:00
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-21 06:39:06 -05:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log_settings 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc_miri 0.1.0",
|
2017-08-26 06:12:55 -05:00
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-24 16:17:58 -05:00
|
|
|
]
|
|
|
|
|
2017-01-24 06:28:36 -06:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2017-07-21 06:39:06 -05:00
|
|
|
version = "0.1.40"
|
2017-01-24 06:28:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2017-05-09 09:47:04 -05:00
|
|
|
version = "0.3.15"
|
2017-01-24 06:28:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-08-26 06:12:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.3.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"magenta 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-07-24 16:17:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"thread_local 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-08-02 09:59:01 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-06-15 06:18:35 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-serialize"
|
2017-05-09 09:47:04 -05:00
|
|
|
version = "0.3.24"
|
2016-06-15 06:18:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-01-24 06:28:36 -06:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2017-07-28 03:55:06 -05:00
|
|
|
version = "1.0.11"
|
2017-01-24 06:28:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2017-05-09 09:47:04 -05:00
|
|
|
name = "serde_derive"
|
2017-07-28 03:55:06 -05:00
|
|
|
version = "1.0.11"
|
2017-01-24 06:28:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-05-09 09:47:04 -05:00
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-21 06:39:06 -05:00
|
|
|
"serde_derive_internals 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-09 09:47:04 -05:00
|
|
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-24 06:28:36 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2017-05-09 09:47:04 -05:00
|
|
|
name = "serde_derive_internals"
|
2017-07-21 06:39:06 -05:00
|
|
|
version = "0.15.1"
|
2017-01-24 06:28:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-05-09 09:47:04 -05:00
|
|
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-24 06:28:36 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2017-05-09 09:47:04 -05:00
|
|
|
version = "1.0.2"
|
2017-01-24 06:28:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-05-09 09:47:04 -05:00
|
|
|
"dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-21 06:39:06 -05:00
|
|
|
"num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-28 03:55:06 -05:00
|
|
|
"serde 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-24 06:28:36 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2017-05-09 09:47:04 -05:00
|
|
|
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)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "synom"
|
|
|
|
version = "0.11.3"
|
2017-01-24 06:28:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-01-30 02:45:21 -06:00
|
|
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-24 06:28:36 -06:00
|
|
|
]
|
|
|
|
|
2017-08-26 06:12:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tempdir"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-07-24 16:17:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-01-24 06:28:36 -06:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2017-01-30 02:45:21 -06:00
|
|
|
version = "0.0.4"
|
2017-01-24 06:28:36 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-07-24 16:17:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unreachable"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf8-ranges"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-08-02 09:59:01 -05:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-08-27 02:44:46 -05:00
|
|
|
[metadata]
|
2017-07-24 16:17:58 -05:00
|
|
|
"checksum aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "500909c4f87a9e52355b26626d890833e9e1d53ac566db76c36faa984b889699"
|
2017-08-04 12:55:35 -05:00
|
|
|
"checksum backtrace 0.3.2 (git+https://github.com/alexcrichton/backtrace-rs)" = "<none>"
|
|
|
|
"checksum backtrace-sys 0.1.12 (git+https://github.com/alexcrichton/backtrace-rs)" = "<none>"
|
2017-08-26 06:12:55 -05:00
|
|
|
"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
|
2017-07-21 06:39:06 -05:00
|
|
|
"checksum byteorder 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff81738b726f5d099632ceaffe7fb65b90212e8dce59d518729e7e8634032d3d"
|
|
|
|
"checksum cargo_metadata 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "be1057b8462184f634c3a208ee35b0f935cfd94b694b26deadccd98732088d7b"
|
2017-08-02 09:59:01 -05:00
|
|
|
"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
|
2017-08-26 05:51:49 -05:00
|
|
|
"checksum compiletest_rs 0.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3dc4720203de7b490e2808cad3e9090e8850eed4ecd4176b246551a952f4ead7"
|
2017-08-26 06:12:55 -05:00
|
|
|
"checksum conv 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "78ff10625fd0ac447827aa30ea8b861fead473bb60aeb73af6c1c58caf0d1299"
|
|
|
|
"checksum custom_derive 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "ef8ae57c4978a2acd8b869ce6b9ca1dfe817bff704c220209fdef2c0b75a01b9"
|
2017-08-02 09:59:01 -05:00
|
|
|
"checksum dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97590ba53bcb8ac28279161ca943a924d1fd4a8fb3fa63302591647c4fc5b850"
|
2017-05-09 09:47:04 -05:00
|
|
|
"checksum dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80c8b71fd71146990a9742fc06dcbbde19161a267e0ad4e572c35162f4578c90"
|
2017-07-28 03:55:06 -05:00
|
|
|
"checksum env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3ddf21e73e016298f5cb37d6ef8e8da8e39f91f9ec8b0df44b7deb16a9f8cd5b"
|
2017-08-02 09:59:01 -05:00
|
|
|
"checksum gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)" = "120d07f202dcc3f72859422563522b66fe6463a4c513df062874daad05f85f0a"
|
2017-05-09 09:47:04 -05:00
|
|
|
"checksum itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eb2f404fbc66fd9aac13e998248505e7ecb2ad8e44ab6388684c5fb11c6c251c"
|
2017-08-02 09:59:01 -05:00
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2017-05-09 09:47:04 -05:00
|
|
|
"checksum lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3b37545ab726dd833ec6420aaba8231c5b320814b9029ad585555d2a03e94fbf"
|
2017-07-28 03:55:06 -05:00
|
|
|
"checksum libc 0.2.28 (registry+https://github.com/rust-lang/crates.io-index)" = "bb7b49972ee23d8aa1026c365a5b440ba08e35075f18c459980c7395c221ec48"
|
2017-07-21 06:39:06 -05:00
|
|
|
"checksum log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "880f77541efa6e5cc74e76910c9884d9859683118839d6a1dc3b11e63512565b"
|
2016-08-27 02:44:46 -05:00
|
|
|
"checksum log_settings 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3d382732ea0fbc09790c4899db3255bdea0fc78b54bf234bd18a63bb603915b6"
|
2017-08-26 06:12:55 -05:00
|
|
|
"checksum magenta 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4bf0336886480e671965f794bc9b6fce88503563013d1bfb7a502c81fe3ac527"
|
|
|
|
"checksum magenta-sys 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40d014c7011ac470ae28e2f76a02bfea4a8480f73e701353b49ad7a8d75f4699"
|
2017-07-24 16:17:58 -05:00
|
|
|
"checksum memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1dbccc0e46f1ea47b9f17e6d67c5a96bd27030519c519c9c91327e31275a47b4"
|
2017-07-21 06:39:06 -05:00
|
|
|
"checksum num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "99843c856d68d8b4313b03a17e33c4bb42ae8f6610ea81b28abe076ac721b9b0"
|
2017-05-09 09:47:04 -05:00
|
|
|
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
|
2017-08-26 06:12:55 -05:00
|
|
|
"checksum rand 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)" = "eb250fd207a4729c976794d03db689c9be1d634ab5a1c9da9492a13d8fecbcdf"
|
2017-07-24 16:17:58 -05:00
|
|
|
"checksum regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1731164734096285ec2a5ec7fea5248ae2f5485b3feeb0115af4fda2183b2d1b"
|
|
|
|
"checksum regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad890a5eef7953f55427c50575c680c42841653abd2b028b68cd223d157f62db"
|
2017-08-02 09:59:01 -05:00
|
|
|
"checksum rustc-demangle 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3058a43ada2c2d0b92b3ae38007a2d0fa5e9db971be260e0171408a4ff471c95"
|
2017-05-09 09:47:04 -05:00
|
|
|
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
|
2017-07-28 03:55:06 -05:00
|
|
|
"checksum serde 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "f7726f29ddf9731b17ff113c461e362c381d9d69433f79de4f3dd572488823e9"
|
|
|
|
"checksum serde_derive 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)" = "cf823e706be268e73e7747b147aa31c8f633ab4ba31f115efb57e5047c3a76dd"
|
2017-07-21 06:39:06 -05:00
|
|
|
"checksum serde_derive_internals 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "37aee4e0da52d801acfbc0cc219eb1eda7142112339726e427926a6f6ee65d3a"
|
2017-05-09 09:47:04 -05:00
|
|
|
"checksum serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "48b04779552e92037212c3615370f6bd57a40ebba7f20e554ff9f55e41a69a7b"
|
|
|
|
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
|
|
|
|
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
|
2017-08-26 06:12:55 -05:00
|
|
|
"checksum tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6"
|
2017-07-24 16:17:58 -05:00
|
|
|
"checksum thread_local 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1697c4b57aeeb7a536b647165a2825faddffb1d3bad386d507709bd51a90bb14"
|
2017-01-30 02:45:21 -06:00
|
|
|
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
|
2017-07-24 16:17:58 -05:00
|
|
|
"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
|
|
|
|
"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"
|
2017-08-02 09:59:01 -05:00
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|