2016-09-02 03:55:29 -05:00
|
|
|
[root]
|
|
|
|
name = "unwind"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"core 0.0.0",
|
|
|
|
"libc 0.0.0",
|
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "advapi32-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)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2017-03-16 19:05:21 -05:00
|
|
|
version = "0.6.3"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-02-19 18:20:57 -06:00
|
|
|
"memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 17:13:57 -06:00
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "alloc"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"core 0.0.0",
|
2017-06-13 17:52:59 -05:00
|
|
|
"std_unicode 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc_jemalloc"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-06-03 16:54:08 -05:00
|
|
|
"alloc 0.0.0",
|
|
|
|
"alloc_system 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"build_helper 0.1.0",
|
|
|
|
"core 0.0.0",
|
2017-06-14 21:33:06 -05:00
|
|
|
"gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"libc 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc_system"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-06-03 16:54:08 -05:00
|
|
|
"alloc 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"core 0.0.0",
|
|
|
|
"libc 0.0.0",
|
|
|
|
]
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-07-20 07:56:53 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ar"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "arena"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2017-06-14 21:33:06 -05:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.2"
|
|
|
|
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)",
|
2017-08-07 17:42:30 -05:00
|
|
|
"libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-05-08 17:01:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2017-06-14 21:33:06 -05:00
|
|
|
version = "0.3.2"
|
2017-05-08 17:01:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-07-18 20:32:12 -05:00
|
|
|
"backtrace-sys 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 12:33:32 -05:00
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 17:01:13 -05:00
|
|
|
"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)",
|
2017-08-07 17:42:30 -05:00
|
|
|
"libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 00:52:28 -05:00
|
|
|
"rustc-demangle 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 17:01:13 -05:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace-sys"
|
2017-07-18 20:32:12 -05:00
|
|
|
version = "0.1.12"
|
2017-05-08 17:01:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 21:33:06 -05:00
|
|
|
"gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-07 17:42:30 -05:00
|
|
|
"libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 17:01:13 -05:00
|
|
|
]
|
|
|
|
|
2017-06-30 13:58:54 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bin_lib"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bin_lib_no_cfg_test"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2017-03-16 19:05:21 -05:00
|
|
|
version = "0.8.2"
|
2017-03-12 14:28:36 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-06-07 14:42:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bootstrap"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"build_helper 0.1.0",
|
2017-06-14 21:33:06 -05:00
|
|
|
"cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-13 19:48:44 -05:00
|
|
|
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-07 17:42:30 -05:00
|
|
|
"libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 11:26:15 -05:00
|
|
|
"num_cpus 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 00:52:28 -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-07-05 11:46:41 -05:00
|
|
|
"serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 00:52:28 -05:00
|
|
|
"toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-24 16:37:04 -06:00
|
|
|
]
|
|
|
|
|
2017-06-30 13:58:54 -05:00
|
|
|
[[package]]
|
|
|
|
name = "borrow_error"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bufstream"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-01-24 16:37:04 -06:00
|
|
|
[[package]]
|
|
|
|
name = "build-manifest"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-08-24 00:52:28 -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)",
|
|
|
|
"toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "build_helper"
|
|
|
|
version = "0.1.0"
|
2017-01-31 15:27:51 -06:00
|
|
|
dependencies = [
|
|
|
|
"filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2016-09-02 03:55:29 -05:00
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cargo"
|
2017-07-17 11:32:08 -05:00
|
|
|
version = "0.22.0"
|
2017-08-24 00:52:28 -05:00
|
|
|
source = "git+https://github.com/rust-lang/cargo#bcf3997b1fa177afc5b6c632a6fbbf6cc75df427"
|
2017-07-17 11:32:08 -05:00
|
|
|
replace = "cargo 0.22.0"
|
2017-07-18 20:32:12 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cargo"
|
|
|
|
version = "0.22.0"
|
|
|
|
dependencies = [
|
|
|
|
"advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-17 11:32:08 -05:00
|
|
|
"bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cargotest 0.1.0",
|
2017-08-24 00:52:28 -05:00
|
|
|
"core-foundation 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-17 11:32:08 -05:00
|
|
|
"crates-io 0.11.0",
|
2017-07-18 20:32:12 -05:00
|
|
|
"crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"curl 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"docopt 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-29 07:35:09 -05:00
|
|
|
"error-chain 0.11.0-rc.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-18 20:32:12 -05:00
|
|
|
"filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fs2 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"git2 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"git2-curl 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-17 11:32:08 -05:00
|
|
|
"hamcrest 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-18 20:32:12 -05:00
|
|
|
"hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"home 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ignore 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"jobserver 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-07 17:42:30 -05:00
|
|
|
"libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-18 20:32:12 -05:00
|
|
|
"libgit2-sys 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num_cpus 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 00:52:28 -05:00
|
|
|
"openssl 0.9.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"psapi-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 00:52:28 -05:00
|
|
|
"same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-05 11:36:48 -05:00
|
|
|
"scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-26 09:46:41 -05:00
|
|
|
"semver 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 00:52:28 -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-04-29 18:11:58 -05:00
|
|
|
"serde_ignored 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"shell-escape 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-31 19:21:00 -05:00
|
|
|
"tar 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"termcolor 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 00:52:28 -05:00
|
|
|
"toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 11:26:15 -05:00
|
|
|
"url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cargotest"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-07-17 11:32:08 -05:00
|
|
|
"cargo 0.22.0",
|
2017-04-29 18:11:58 -05:00
|
|
|
"filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-07 14:42:17 -05:00
|
|
|
"git2 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"hamcrest 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-31 19:21:00 -05:00
|
|
|
"tar 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 11:26:15 -05:00
|
|
|
"url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
2017-02-15 16:55:26 -06:00
|
|
|
[[package]]
|
|
|
|
name = "cargotest2"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2017-05-08 17:01:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2017-06-27 12:33:32 -05:00
|
|
|
version = "0.1.2"
|
2017-05-08 17:01:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2017-08-24 00:52:28 -05:00
|
|
|
version = "2.26.0"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 12:33:32 -05:00
|
|
|
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"term_size 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 00:52:28 -05:00
|
|
|
"textwrap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-segmentation 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 17:13:57 -06:00
|
|
|
"unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"vec_map 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 17:01:13 -05:00
|
|
|
"yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 17:13:57 -06:00
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cmake"
|
2017-06-14 21:33:06 -05:00
|
|
|
version = "0.1.24"
|
2016-09-02 03:55:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 21:33:06 -05:00
|
|
|
"gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
2017-06-17 14:01:18 -05:00
|
|
|
[[package]]
|
|
|
|
name = "collections"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"alloc 0.0.0",
|
|
|
|
"core 0.0.0",
|
|
|
|
]
|
|
|
|
|
2016-10-07 01:30:38 -05:00
|
|
|
[[package]]
|
|
|
|
name = "compiler_builtins"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"core 0.0.0",
|
2017-06-14 21:33:06 -05:00
|
|
|
"gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-07 01:30:38 -05:00
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "compiletest"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-04-27 14:41:18 -05:00
|
|
|
"diff 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-31 21:16:45 -06:00
|
|
|
"filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-08 16:20:55 -05:00
|
|
|
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-07 17:42:30 -05:00
|
|
|
"libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
2017-06-30 13:58:54 -05:00
|
|
|
[[package]]
|
|
|
|
name = "completion"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "core"
|
|
|
|
version = "0.0.0"
|
2017-06-15 09:08:18 -05:00
|
|
|
dependencies = [
|
|
|
|
"rand 0.0.0",
|
|
|
|
]
|
2016-09-02 03:55:29 -05:00
|
|
|
|
2017-08-24 00:52:28 -05:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-07-18 20:32:12 -05:00
|
|
|
[[package]]
|
|
|
|
name = "crates-io"
|
|
|
|
version = "0.11.0"
|
|
|
|
dependencies = [
|
|
|
|
"curl 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-29 07:35:09 -05:00
|
|
|
"error-chain 0.11.0-rc.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 00:52:28 -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-04-29 18:11:58 -05:00
|
|
|
"serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 11:26:15 -05:00
|
|
|
"url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam"
|
|
|
|
version = "0.2.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "curl"
|
2017-07-18 20:32:12 -05:00
|
|
|
version = "0.4.8"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-26 08:43:09 -05:00
|
|
|
"curl-sys 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-07 17:42:30 -05:00
|
|
|
"libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"openssl-probe 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 00:52:28 -05:00
|
|
|
"openssl-sys 0.9.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"socket2 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "curl-sys"
|
2017-06-26 08:43:09 -05:00
|
|
|
version = "0.3.14"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 21:33:06 -05:00
|
|
|
"gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-07 17:42:30 -05:00
|
|
|
"libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-06 21:32:43 -05:00
|
|
|
"libz-sys 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 00:52:28 -05:00
|
|
|
"openssl-sys 0.9.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-05-08 17:01:13 -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-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "derive-new"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"quote 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-04-27 14:41:18 -05:00
|
|
|
[[package]]
|
|
|
|
name = "diff"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "docopt"
|
2017-06-26 11:26:15 -05:00
|
|
|
version = "0.8.1"
|
2017-04-29 18:11:58 -05:00
|
|
|
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)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 00:52:28 -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-04-29 18:11:58 -05:00
|
|
|
"strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-19 18:20:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "enum_primitive"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-07-18 20:32:12 -05:00
|
|
|
"num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 21:33:06 -05:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-19 18:20:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2017-06-14 21:33:06 -05:00
|
|
|
version = "0.4.3"
|
2017-02-19 18:20:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 21:33:06 -05:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
2017-05-08 17:01:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "error-chain"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 21:33:06 -05:00
|
|
|
"backtrace 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 17:01:13 -05:00
|
|
|
]
|
|
|
|
|
2017-07-29 07:35:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "error-chain"
|
|
|
|
version = "0.11.0-rc.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"backtrace 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "error_index_generator"
|
|
|
|
version = "0.0.0"
|
2017-07-22 21:01:58 -05:00
|
|
|
dependencies = [
|
|
|
|
"rustdoc 0.0.0",
|
|
|
|
]
|
2016-09-02 03:55:29 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-08-07 17:42:30 -05:00
|
|
|
"libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
2017-06-30 13:58:54 -05:00
|
|
|
[[package]]
|
|
|
|
name = "find_all_refs"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "find_all_refs_no_cfg_test"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2017-08-24 00:52:28 -05:00
|
|
|
[[package]]
|
|
|
|
name = "find_impls"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2017-05-08 17:01:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
|
|
|
version = "0.2.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-08-07 17:42:30 -05:00
|
|
|
"libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 17:01:13 -05:00
|
|
|
"miniz-sys 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "fmt_macros"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2017-07-18 16:26:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fs2"
|
2017-06-14 21:33:06 -05:00
|
|
|
version = "0.4.2"
|
2017-04-29 18:11:58 -05:00
|
|
|
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)",
|
2017-08-07 17:42:30 -05:00
|
|
|
"libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-07-18 20:32:12 -05:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
|
|
|
version = "0.1.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "gcc"
|
2017-06-14 21:33:06 -05:00
|
|
|
version = "0.3.51"
|
2016-09-02 03:55:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "git2"
|
2017-06-07 14:42:17 -05:00
|
|
|
version = "0.6.6"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-07 14:42:17 -05:00
|
|
|
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-07 17:42:30 -05:00
|
|
|
"libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-07 14:42:17 -05:00
|
|
|
"libgit2-sys 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"openssl-probe 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 00:52:28 -05:00
|
|
|
"openssl-sys 0.9.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 11:26:15 -05:00
|
|
|
"url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "git2-curl"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-07-18 20:32:12 -05:00
|
|
|
"curl 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-07 14:42:17 -05:00
|
|
|
"git2 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 11:26:15 -05:00
|
|
|
"url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-07-18 16:26:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "globset"
|
|
|
|
version = "0.2.0"
|
|
|
|
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)",
|
|
|
|
"fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-06-30 13:58:54 -05:00
|
|
|
[[package]]
|
|
|
|
name = "goto_def"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "graphviz"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hamcrest"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-07-18 20:32:12 -05:00
|
|
|
"num 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "handlebars"
|
2017-06-27 12:33:32 -05:00
|
|
|
version = "0.26.2"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-05-08 17:01:13 -05:00
|
|
|
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 17:13:57 -06:00
|
|
|
"pest 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"quick-error 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 00:52:28 -05:00
|
|
|
"serde 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 12:33:32 -05:00
|
|
|
"serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
2017-06-14 21:33:06 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-06-30 13:58:54 -05:00
|
|
|
[[package]]
|
|
|
|
name = "highlight"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2017-07-18 20:32:12 -05:00
|
|
|
[[package]]
|
|
|
|
name = "home"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"advapi32-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)",
|
|
|
|
"scopeguard 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"userenv-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-06-30 13:58:54 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hover"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2017-07-18 20:32:12 -05:00
|
|
|
version = "0.1.4"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 21:33:06 -05:00
|
|
|
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 12:33:32 -05:00
|
|
|
"unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 16:55:26 -06:00
|
|
|
]
|
|
|
|
|
2017-07-18 16:26:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ignore"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"globset 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"thread_local 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-08-24 00:52:28 -05:00
|
|
|
[[package]]
|
|
|
|
name = "infer_bin"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "infer_custom_bin"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "infer_lib"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2017-05-08 17:01:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "installer"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-08-24 00:52:28 -05:00
|
|
|
"clap 2.26.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 17:01:13 -05:00
|
|
|
"error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-31 19:21:00 -05:00
|
|
|
"tar 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 17:01:13 -05:00
|
|
|
"walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"xz2 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
2017-06-05 11:36:48 -05:00
|
|
|
name = "itoa"
|
|
|
|
version = "0.3.1"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-19 18:20:57 -06:00
|
|
|
[[package]]
|
2017-06-05 11:36:48 -05:00
|
|
|
name = "jobserver"
|
2017-07-13 00:22:25 -05:00
|
|
|
version = "0.1.6"
|
2017-02-19 18:20:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-06-05 11:36:48 -05:00
|
|
|
dependencies = [
|
2017-08-07 17:42:30 -05:00
|
|
|
"libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-05 11:36:48 -05:00
|
|
|
"rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2017-02-19 18:20:57 -06:00
|
|
|
|
2017-07-18 20:32:12 -05:00
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-core"
|
2017-08-24 00:52:28 -05:00
|
|
|
version = "7.1.0"
|
2017-07-18 20:32:12 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"futures 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 00:52:28 -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-07-18 20:32:12 -05:00
|
|
|
"serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-07 17:13:57 -06: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)",
|
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "languageserver-types"
|
2017-07-18 20:32:12 -05:00
|
|
|
version = "0.12.0"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 00:52:28 -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-04-29 18:11:58 -05:00
|
|
|
"serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 11:26:15 -05:00
|
|
|
"url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2017-05-08 17:01:13 -05:00
|
|
|
version = "0.2.8"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"core 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2017-08-07 17:42:30 -05:00
|
|
|
version = "0.2.29"
|
2016-09-02 03:55:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "libgit2-sys"
|
2017-06-07 14:42:17 -05:00
|
|
|
version = "0.6.12"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 21:33:06 -05:00
|
|
|
"cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 08:43:09 -05:00
|
|
|
"curl-sys 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-07 17:42:30 -05:00
|
|
|
"libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"libssh2-sys 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-06 21:32:43 -05:00
|
|
|
"libz-sys 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 00:52:28 -05:00
|
|
|
"openssl-sys 0.9.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libssh2-sys"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 21:33:06 -05:00
|
|
|
"cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-07 17:42:30 -05:00
|
|
|
"libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-06 21:32:43 -05:00
|
|
|
"libz-sys 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 00:52:28 -05:00
|
|
|
"openssl-sys 0.9.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
2017-06-06 21:32:43 -05:00
|
|
|
version = "1.0.16"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 21:33:06 -05:00
|
|
|
"gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-07 17:42:30 -05:00
|
|
|
"libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "linkchecker"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2017-06-14 21:33:06 -05:00
|
|
|
version = "0.3.8"
|
2016-09-02 03:55:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-05-08 17:01:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "lzma-sys"
|
2017-08-24 00:52:28 -05:00
|
|
|
version = "0.1.8"
|
2017-05-08 17:01:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-07 17:42:30 -05:00
|
|
|
"libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 17:01:13 -05:00
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2017-06-14 21:33:06 -05:00
|
|
|
version = "0.1.6"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "mdbook"
|
2017-06-27 12:33:32 -05:00
|
|
|
version = "0.0.22"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-08-24 00:52:28 -05:00
|
|
|
"clap 2.26.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 12:33:32 -05:00
|
|
|
"handlebars 0.26.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-19 18:20:57 -06:00
|
|
|
"open 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 12:33:32 -05:00
|
|
|
"pulldown-cmark 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 00:52:28 -05:00
|
|
|
"serde 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 12:33:32 -05:00
|
|
|
"serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 00:52:28 -05:00
|
|
|
"toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
|
|
|
version = "0.1.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-08-07 17:42:30 -05:00
|
|
|
"libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 17:13:57 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2017-02-19 18:20:57 -06:00
|
|
|
version = "1.0.1"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-08-07 17:42:30 -05:00
|
|
|
"libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 17:13:57 -06:00
|
|
|
]
|
|
|
|
|
2017-05-08 17:01:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "miniz-sys"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 21:33:06 -05:00
|
|
|
"gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-07 17:42:30 -05:00
|
|
|
"libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 00:52:28 -05:00
|
|
|
"net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-06-30 13:58:54 -05:00
|
|
|
[[package]]
|
|
|
|
name = "multiple_bins"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
2017-08-24 00:52:28 -05:00
|
|
|
version = "0.2.31"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-27 12:33:32 -05:00
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-07 17:42:30 -05:00
|
|
|
"libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num"
|
2017-07-18 20:32:12 -05:00
|
|
|
version = "0.1.40"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-07-18 20:32:12 -05:00
|
|
|
"num-bigint 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 00:52:28 -05:00
|
|
|
"num-complex 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-18 20:32:12 -05:00
|
|
|
"num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-iter 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-rational 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2017-07-18 20:32:12 -05:00
|
|
|
version = "0.1.40"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-07-18 20:32:12 -05:00
|
|
|
"num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-complex"
|
2017-08-24 00:52:28 -05:00
|
|
|
version = "0.1.40"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-07-18 20:32:12 -05:00
|
|
|
"num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2017-07-18 20:32:12 -05:00
|
|
|
version = "0.1.35"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-07-18 20:32:12 -05:00
|
|
|
"num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
2017-07-18 20:32:12 -05:00
|
|
|
version = "0.1.34"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-07-18 20:32:12 -05:00
|
|
|
"num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2017-07-18 20:32:12 -05:00
|
|
|
version = "0.1.39"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-07-18 20:32:12 -05:00
|
|
|
"num-bigint 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 17:01:13 -05:00
|
|
|
]
|
|
|
|
|
2017-02-19 18:20:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2017-07-18 20:32:12 -05:00
|
|
|
version = "0.1.40"
|
2017-02-19 18:20:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2017-06-26 11:26:15 -05:00
|
|
|
version = "1.6.2"
|
2016-09-02 03:55:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-08-07 17:42:30 -05:00
|
|
|
"libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
2017-08-24 00:52:28 -05:00
|
|
|
[[package]]
|
|
|
|
name = "omit_init_build"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2017-02-19 18:20:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "open"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2017-08-24 00:52:28 -05:00
|
|
|
version = "0.9.17"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 21:33:06 -05:00
|
|
|
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"foreign-types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-07 17:42:30 -05:00
|
|
|
"libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 00:52:28 -05:00
|
|
|
"openssl-sys 0.9.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2017-08-24 00:52:28 -05:00
|
|
|
version = "0.9.17"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 21:33:06 -05:00
|
|
|
"gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-07 17:42:30 -05:00
|
|
|
"libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 00:52:28 -05:00
|
|
|
"vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
2017-04-26 16:22:45 -05: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)",
|
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "panic_abort"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"core 0.0.0",
|
|
|
|
"libc 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "panic_unwind"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"alloc 0.0.0",
|
|
|
|
"core 0.0.0",
|
|
|
|
"libc 0.0.0",
|
|
|
|
"unwind 0.0.0",
|
|
|
|
]
|
|
|
|
|
2017-06-14 21:33:06 -05:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "proc_macro"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"syntax 0.0.0",
|
2017-01-17 21:27:09 -06:00
|
|
|
"syntax_pos 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
2017-02-13 03:57:50 -06:00
|
|
|
[[package]]
|
|
|
|
name = "profiler_builtins"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"core 0.0.0",
|
2017-06-14 21:33:06 -05:00
|
|
|
"gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-04 09:54:39 -05:00
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "psapi-sys"
|
|
|
|
version = "0.1.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-03-12 14:28:36 -05:00
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark"
|
2017-03-16 19:05:21 -05:00
|
|
|
version = "0.0.14"
|
2017-03-12 14:28:36 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-03-16 19:05:21 -05:00
|
|
|
"bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 12:33:32 -05:00
|
|
|
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-12 14:28:36 -05:00
|
|
|
]
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
2017-04-29 18:11:58 -05:00
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "0.3.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "racer"
|
2017-08-24 00:52:28 -05:00
|
|
|
version = "2.0.10"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-04-29 18:11:58 -05:00
|
|
|
dependencies = [
|
2017-08-24 00:52:28 -05:00
|
|
|
"clap 2.26.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"syntex_errors 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_syntax 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"toml 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"typed-arena 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
2017-02-07 17:13:57 -06:00
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
2016-10-07 01:30:38 -05:00
|
|
|
name = "rand"
|
2016-09-02 03:55:29 -05:00
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-04-29 18:11:58 -05:00
|
|
|
"core 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.3.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-08-07 17:42:30 -05:00
|
|
|
"libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
2017-06-30 13:58:54 -05:00
|
|
|
[[package]]
|
|
|
|
name = "reformat"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reformat_with_range"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
|
|
|
version = "0.1.80"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2017-06-14 21:33:06 -05:00
|
|
|
version = "0.2.2"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-03-16 19:05:21 -05:00
|
|
|
"aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-19 18:20:57 -06:00
|
|
|
"memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 08:43:09 -05:00
|
|
|
"thread_local 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-19 18:20:57 -06:00
|
|
|
"utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 17:13:57 -06:00
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2017-06-14 21:33:06 -05:00
|
|
|
version = "0.4.1"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
travis: Parallelize tests on Android
Currently our slowest test suite on android, run-pass, takes over 5 times longer
than the x86_64 component (~400 -> ~2200s). Typically QEMU emulation does indeed
add overhead, but not 5x for this kind of workload. One of the slowest parts of
the Android process is that *compilation* happens serially. Tests themselves
need to run single-threaded on the emulator (due to how the test harness works)
and this forces the compiles themselves to be single threaded.
Now Travis gives us more than one core per machine, so it'd be much better if we
could take advantage of them! The emulator itself is still fundamentally
single-threaded, but we should see a nice speedup by sending binaries for it to
run much more quickly.
It turns out that we've already got all the tools to do this in-tree. The
qemu-test-{server,client} that are in use for the ARM Linux testing are a
perfect match for the Android emulator. This commit migrates the custom adb
management code in compiletest/rustbuild to the same qemu-test-{server,client}
implementation that ARM Linux uses.
This allows us to lift the parallelism restriction on the compiletest test
suites, namely run-pass. Consequently although we'll still basically run the
tests themselves in single threaded mode we'll be able to compile all of them in
parallel, keeping the pipeline much more full and using more cores for the work
at hand. Additionally the architecture here should be a bit speedier as it
should have less overhead than adb which is a whole new process on both the host
and the emulator!
Locally on an 8 core machine I've seen the run-pass test suite speed up from
taking nearly an hour to only taking 6 minutes. I don't think we'll see quite a
drastic speedup on Travis but I'm hoping this change can place the Android tests
well below 2 hours instead of just above 2 hours.
Because the client/server here are now repurposed for more than just QEMU,
they've been renamed to `remote-test-{server,client}`.
Note that this PR does not currently modify how debuginfo tests are executed on
Android. While parallelizable it wouldn't be quite as easy, so that's left to
another day. Thankfully that test suite is much smaller than the run-pass test
suite.
As a final fix I discovered that the ARM and Android test suites were actually
running all library unit tests (e.g. stdtest, coretest, etc) twice. I've
corrected that to only run tests once which should also give a nice boost in
overall cycle time here.
2017-04-26 10:52:19 -05:00
|
|
|
[[package]]
|
|
|
|
name = "remote-test-client"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "remote-test-server"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2017-06-30 13:58:54 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rename"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rls"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-07-18 20:32:12 -05:00
|
|
|
"cargo 0.22.0 (git+https://github.com/rust-lang/cargo)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 00:52:28 -05:00
|
|
|
"jsonrpc-core 7.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-18 20:32:12 -05:00
|
|
|
"languageserver-types 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-25 18:27:27 -05:00
|
|
|
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 00:52:28 -05:00
|
|
|
"racer 2.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-06 19:16:04 -05:00
|
|
|
"rls-analysis 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-02 00:21:12 -05:00
|
|
|
"rls-data 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 12:33:32 -05:00
|
|
|
"rls-vfs 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 00:52:28 -05:00
|
|
|
"rustfmt-nightly 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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-04-29 18:11:58 -05:00
|
|
|
"serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 00:52:28 -05:00
|
|
|
"toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 11:26:15 -05:00
|
|
|
"url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rls-analysis"
|
2017-08-06 19:16:04 -05:00
|
|
|
version = "0.6.5"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"derive-new 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-02 00:21:12 -05:00
|
|
|
"rls-data 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-05 11:36:48 -05:00
|
|
|
"rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-08-01 23:57:50 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rls-data"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 00:52:28 -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-08-01 23:57:50 -05:00
|
|
|
]
|
|
|
|
|
2017-03-13 21:16:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rls-span"
|
2017-05-08 14:15:48 -05:00
|
|
|
version = "0.4.0"
|
2017-03-15 03:20:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-03-13 21:16:44 -05:00
|
|
|
dependencies = [
|
2017-04-29 18:11:58 -05:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 00:52:28 -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-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rls-vfs"
|
2017-06-27 12:33:32 -05:00
|
|
|
version = "0.4.4"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-08-24 00:52:28 -05:00
|
|
|
"racer 2.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-13 21:16:44 -05:00
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustbook"
|
2017-02-07 17:13:57 -06:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-08-24 00:52:28 -05:00
|
|
|
"clap 2.26.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 12:33:32 -05:00
|
|
|
"mdbook 0.0.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 17:13:57 -06:00
|
|
|
]
|
2016-09-02 03:55:29 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"arena 0.0.0",
|
2017-06-08 16:20:55 -05:00
|
|
|
"flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"fmt_macros 0.0.0",
|
|
|
|
"graphviz 0.0.0",
|
2017-07-13 00:22:25 -05:00
|
|
|
"jobserver 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-26 16:22:45 -05:00
|
|
|
"owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc_back 0.0.0",
|
|
|
|
"rustc_bitflags 0.0.0",
|
|
|
|
"rustc_const_math 0.0.0",
|
|
|
|
"rustc_data_structures 0.0.0",
|
|
|
|
"rustc_errors 0.0.0",
|
|
|
|
"serialize 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
2017-05-08 17:01:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2017-08-24 00:52:28 -05:00
|
|
|
version = "0.1.5"
|
2017-05-08 17:01:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-main"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"rustc_back 0.0.0",
|
|
|
|
"rustc_driver 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-serialize"
|
2017-04-29 18:11:58 -05:00
|
|
|
version = "0.3.24"
|
2016-09-02 03:55:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-06-03 16:54:08 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_allocator"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_errors 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
2017-07-08 12:46:43 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_apfloat"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"rustc_bitflags 0.0.0",
|
|
|
|
]
|
|
|
|
|
2016-12-29 22:28:11 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_asan"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-06-03 16:54:08 -05:00
|
|
|
"alloc 0.0.0",
|
2016-12-29 22:28:11 -06:00
|
|
|
"alloc_system 0.0.0",
|
2017-02-04 19:10:29 -06:00
|
|
|
"build_helper 0.1.0",
|
2017-06-14 21:33:06 -05:00
|
|
|
"cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-29 22:28:11 -06:00
|
|
|
"core 0.0.0",
|
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_back"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-06-14 21:33:06 -05:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"serialize 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_bitflags"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_borrowck"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"graphviz 0.0.0",
|
2017-06-14 21:33:06 -05:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_errors 0.0.0",
|
|
|
|
"rustc_mir 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_const_eval"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2016-09-25 18:53:26 -05:00
|
|
|
"arena 0.0.0",
|
2017-06-14 21:33:06 -05:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_back 0.0.0",
|
|
|
|
"rustc_const_math 0.0.0",
|
2016-09-24 09:45:24 -05:00
|
|
|
"rustc_data_structures 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc_errors 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_const_math"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-07-08 12:46:43 -05:00
|
|
|
"rustc_apfloat 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"serialize 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_data_structures"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-06-14 21:33:06 -05:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"serialize 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_driver"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-07-20 07:56:53 -05:00
|
|
|
"ar 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"arena 0.0.0",
|
2017-06-14 21:33:06 -05:00
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"graphviz 0.0.0",
|
2017-06-14 21:33:06 -05:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-11 03:35:01 -05:00
|
|
|
"owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc 0.0.0",
|
2017-06-03 16:54:08 -05:00
|
|
|
"rustc_allocator 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc_back 0.0.0",
|
|
|
|
"rustc_borrowck 0.0.0",
|
|
|
|
"rustc_const_eval 0.0.0",
|
2016-10-28 20:26:01 -05:00
|
|
|
"rustc_data_structures 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc_errors 0.0.0",
|
|
|
|
"rustc_incremental 0.0.0",
|
|
|
|
"rustc_lint 0.0.0",
|
|
|
|
"rustc_metadata 0.0.0",
|
|
|
|
"rustc_mir 0.0.0",
|
|
|
|
"rustc_passes 0.0.0",
|
|
|
|
"rustc_plugin 0.0.0",
|
|
|
|
"rustc_privacy 0.0.0",
|
|
|
|
"rustc_resolve 0.0.0",
|
|
|
|
"rustc_save_analysis 0.0.0",
|
|
|
|
"rustc_trans 0.0.0",
|
2017-08-05 09:55:23 -05:00
|
|
|
"rustc_trans_utils 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc_typeck 0.0.0",
|
|
|
|
"serialize 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_ext 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_errors"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-01-28 17:13:21 -06:00
|
|
|
"serialize 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_incremental"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"graphviz 0.0.0",
|
2017-06-14 21:33:06 -05:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_data_structures 0.0.0",
|
|
|
|
"serialize 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_lint"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-06-14 21:33:06 -05:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_back 0.0.0",
|
|
|
|
"rustc_const_eval 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_llvm"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"build_helper 0.1.0",
|
2017-06-14 21:33:06 -05:00
|
|
|
"gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-18 16:15:14 -06:00
|
|
|
"rustc_bitflags 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
2016-12-29 22:28:11 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_lsan"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-06-03 16:54:08 -05:00
|
|
|
"alloc 0.0.0",
|
2016-12-29 22:28:11 -06:00
|
|
|
"alloc_system 0.0.0",
|
2017-02-04 19:10:29 -06:00
|
|
|
"build_helper 0.1.0",
|
2017-06-14 21:33:06 -05:00
|
|
|
"cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-29 22:28:11 -06:00
|
|
|
"core 0.0.0",
|
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_metadata"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-06-08 16:20:55 -05:00
|
|
|
"flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-26 16:22:45 -05:00
|
|
|
"owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-07 01:30:38 -05:00
|
|
|
"proc_macro 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_back 0.0.0",
|
|
|
|
"rustc_data_structures 0.0.0",
|
|
|
|
"rustc_errors 0.0.0",
|
|
|
|
"serialize 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
2016-10-07 01:30:38 -05:00
|
|
|
"syntax_ext 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_mir"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"graphviz 0.0.0",
|
2017-06-14 21:33:06 -05:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_bitflags 0.0.0",
|
|
|
|
"rustc_const_eval 0.0.0",
|
|
|
|
"rustc_const_math 0.0.0",
|
|
|
|
"rustc_data_structures 0.0.0",
|
2017-07-03 10:25:03 -05:00
|
|
|
"rustc_errors 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
2016-12-29 22:28:11 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_msan"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-06-03 16:54:08 -05:00
|
|
|
"alloc 0.0.0",
|
2016-12-29 22:28:11 -06:00
|
|
|
"alloc_system 0.0.0",
|
2017-02-04 19:10:29 -06:00
|
|
|
"build_helper 0.1.0",
|
2017-06-14 21:33:06 -05:00
|
|
|
"cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-29 22:28:11 -06:00
|
|
|
"core 0.0.0",
|
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_passes"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-06-14 21:33:06 -05:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_const_eval 0.0.0",
|
|
|
|
"rustc_const_math 0.0.0",
|
|
|
|
"rustc_errors 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_platform_intrinsics"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_plugin"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_back 0.0.0",
|
|
|
|
"rustc_errors 0.0.0",
|
|
|
|
"rustc_metadata 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_privacy"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"rustc 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_resolve"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"arena 0.0.0",
|
2017-06-14 21:33:06 -05:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_errors 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_save_analysis"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-06-14 21:33:06 -05:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-01 23:57:50 -05:00
|
|
|
"rls-data 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 14:15:48 -05:00
|
|
|
"rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc 0.0.0",
|
2017-04-29 18:11:58 -05:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-31 21:43:11 -05:00
|
|
|
"rustc_data_structures 0.0.0",
|
2017-05-03 11:18:04 -05:00
|
|
|
"rustc_typeck 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_trans"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-06-08 16:20:55 -05:00
|
|
|
"flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-13 00:22:25 -05:00
|
|
|
"jobserver 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-28 07:28:08 -05:00
|
|
|
"num_cpus 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-26 16:22:45 -05:00
|
|
|
"owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc 0.0.0",
|
2017-08-24 00:52:28 -05:00
|
|
|
"rustc-demangle 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-03 16:54:08 -05:00
|
|
|
"rustc_allocator 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc_back 0.0.0",
|
2016-11-16 16:36:08 -06:00
|
|
|
"rustc_bitflags 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc_const_math 0.0.0",
|
|
|
|
"rustc_data_structures 0.0.0",
|
|
|
|
"rustc_errors 0.0.0",
|
|
|
|
"rustc_incremental 0.0.0",
|
|
|
|
"rustc_llvm 0.0.0",
|
|
|
|
"rustc_platform_intrinsics 0.0.0",
|
2017-08-05 09:55:23 -05:00
|
|
|
"rustc_trans_utils 0.0.0",
|
|
|
|
"serialize 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_trans_utils"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"rustc 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
2016-12-29 22:28:11 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_tsan"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-06-24 03:48:27 -05:00
|
|
|
"alloc 0.0.0",
|
2016-12-29 22:28:11 -06:00
|
|
|
"alloc_system 0.0.0",
|
2017-02-04 19:10:29 -06:00
|
|
|
"build_helper 0.1.0",
|
2017-06-14 21:33:06 -05:00
|
|
|
"cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-29 22:28:11 -06:00
|
|
|
"core 0.0.0",
|
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_typeck"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"arena 0.0.0",
|
|
|
|
"fmt_macros 0.0.0",
|
2017-06-14 21:33:06 -05:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_back 0.0.0",
|
|
|
|
"rustc_const_math 0.0.0",
|
2016-11-18 04:31:44 -06:00
|
|
|
"rustc_data_structures 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc_errors 0.0.0",
|
|
|
|
"rustc_platform_intrinsics 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustdoc"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"build_helper 0.1.0",
|
2017-06-14 21:33:06 -05:00
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-16 19:05:21 -05:00
|
|
|
"pulldown-cmark 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-22 21:01:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustdoc-tool"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"rustdoc 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
2017-06-14 21:33:06 -05:00
|
|
|
name = "rustfmt-nightly"
|
2017-08-24 00:52:28 -05:00
|
|
|
version = "0.2.2"
|
2017-06-30 13:58:54 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-04-29 18:11:58 -05:00
|
|
|
dependencies = [
|
|
|
|
"diff 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-07 17:42:30 -05:00
|
|
|
"libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 00:52:28 -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-04-29 18:11:58 -05:00
|
|
|
"serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-05 11:36:48 -05:00
|
|
|
"strings 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 11:26:15 -05:00
|
|
|
"term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 00:52:28 -05:00
|
|
|
"toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-segmentation 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-05-08 17:01:13 -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)",
|
|
|
|
]
|
|
|
|
|
2017-06-05 11:36:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-07-18 20:32:12 -05:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2017-05-26 09:46:41 -05:00
|
|
|
version = "0.7.0"
|
2017-04-29 18:11:58 -05: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)",
|
2017-08-24 00:52:28 -05:00
|
|
|
"serde 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2017-08-24 00:52:28 -05:00
|
|
|
version = "1.0.11"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2017-08-24 00:52:28 -05:00
|
|
|
version = "1.0.11"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"serde_derive_internals 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive_internals"
|
2017-06-14 21:33:06 -05:00
|
|
|
version = "0.15.1"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"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)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_ignored"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-08-24 00:52:28 -05:00
|
|
|
"serde 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
2017-02-19 18:20:57 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2017-04-29 18:11:58 -05:00
|
|
|
version = "1.0.2"
|
2017-02-19 18:20:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"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-18 20:32:12 -05:00
|
|
|
"num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 00:52:28 -05:00
|
|
|
"serde 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-19 18:20:57 -06:00
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "serialize"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "shell-escape"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-06-26 11:26:15 -05:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2017-08-24 00:52:28 -05:00
|
|
|
version = "0.2.2"
|
2017-06-26 11:26:15 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-27 12:33:32 -05:00
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 11:26:15 -05:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-07 17:42:30 -05:00
|
|
|
"libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 11:26:15 -05:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-04-26 16:22:45 -05:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "std"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"alloc 0.0.0",
|
|
|
|
"alloc_jemalloc 0.0.0",
|
|
|
|
"alloc_system 0.0.0",
|
|
|
|
"build_helper 0.1.0",
|
2017-06-17 14:01:18 -05:00
|
|
|
"collections 0.0.0",
|
2016-10-07 01:30:38 -05:00
|
|
|
"compiler_builtins 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"core 0.0.0",
|
2017-06-14 21:33:06 -05:00
|
|
|
"gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"libc 0.0.0",
|
|
|
|
"panic_abort 0.0.0",
|
|
|
|
"panic_unwind 0.0.0",
|
2017-02-13 03:57:50 -06:00
|
|
|
"profiler_builtins 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rand 0.0.0",
|
2016-12-29 22:28:11 -06:00
|
|
|
"rustc_asan 0.0.0",
|
|
|
|
"rustc_lsan 0.0.0",
|
|
|
|
"rustc_msan 0.0.0",
|
|
|
|
"rustc_tsan 0.0.0",
|
2016-11-29 13:38:08 -06:00
|
|
|
"std_unicode 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"unwind 0.0.0",
|
|
|
|
]
|
|
|
|
|
2016-11-29 13:38:08 -06:00
|
|
|
[[package]]
|
|
|
|
name = "std_unicode"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"core 0.0.0",
|
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "strings"
|
2017-06-05 11:36:48 -05:00
|
|
|
version = "0.1.0"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 21:33:06 -05:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2017-02-19 18:20:57 -06:00
|
|
|
version = "0.6.0"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "0.8.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"quote 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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)",
|
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "syntax"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-05-03 12:54:03 -05:00
|
|
|
"bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-02 23:33:35 -05:00
|
|
|
"rustc_data_structures 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc_errors 0.0.0",
|
|
|
|
"serialize 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syntax_ext"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"fmt_macros 0.0.0",
|
2016-10-07 01:30:38 -05:00
|
|
|
"proc_macro 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc_errors 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syntax_pos"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-06-10 09:09:51 -05:00
|
|
|
"rustc_data_structures 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"serialize 0.0.0",
|
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "syntex_errors"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-08-07 17:42:30 -05:00
|
|
|
"libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_pos 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 11:26:15 -05:00
|
|
|
"term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syntex_pos"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syntex_syntax"
|
|
|
|
version = "0.52.0"
|
|
|
|
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-08-07 17:42:30 -05:00
|
|
|
"libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_errors 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syntex_pos 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 11:26:15 -05:00
|
|
|
"term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-05-08 17:01:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tar"
|
2017-05-31 19:21:00 -05:00
|
|
|
version = "0.4.13"
|
2017-05-08 17:01:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-07 17:42:30 -05:00
|
|
|
"libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 17:01:13 -05:00
|
|
|
"xattr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tempdir"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
2017-06-26 11:26:15 -05:00
|
|
|
version = "0.4.6"
|
2017-04-29 18:11:58 -05:00
|
|
|
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)",
|
|
|
|
]
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "term_size"
|
2017-06-14 21:33:06 -05:00
|
|
|
version = "0.3.0"
|
2017-02-07 17:13:57 -06:00
|
|
|
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)",
|
2017-08-07 17:42:30 -05:00
|
|
|
"libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 17:13:57 -06:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-06-14 21:33:06 -05:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-19 12:44:12 -05:00
|
|
|
"wincolor 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "test"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-06-08 16:20:55 -05:00
|
|
|
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"term 0.0.0",
|
|
|
|
]
|
|
|
|
|
2017-06-27 12:33:32 -05:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2017-08-24 00:52:28 -05:00
|
|
|
version = "0.7.0"
|
2017-06-27 12:33:32 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"term_size 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "thread-id"
|
2017-04-29 18:11:58 -05:00
|
|
|
version = "2.0.0"
|
|
|
|
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)",
|
2017-08-07 17:42:30 -05:00
|
|
|
"libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 17:13:57 -06:00
|
|
|
]
|
|
|
|
|
2017-02-15 16:55:26 -06:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2017-06-26 08:43:09 -05:00
|
|
|
version = "0.3.4"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-26 08:43:09 -05:00
|
|
|
"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-02-07 17:13:57 -06:00
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tidy"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2017-02-19 18:20:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2017-04-29 18:11:58 -05:00
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2017-08-24 00:52:28 -05:00
|
|
|
version = "0.4.5"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-08-24 00:52:28 -05:00
|
|
|
"serde 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typed-arena"
|
2017-06-14 21:33:06 -05:00
|
|
|
version = "1.3.0"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2017-06-27 12:33:32 -05:00
|
|
|
version = "0.3.4"
|
2017-02-19 18:20:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 21:33:06 -05:00
|
|
|
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2017-06-14 21:33:06 -05:00
|
|
|
version = "0.1.5"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2017-08-24 00:52:28 -05:00
|
|
|
version = "1.2.0"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-19 18:20:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "unreachable"
|
2017-06-26 08:43:09 -05:00
|
|
|
version = "1.0.0"
|
2017-02-19 18:20:57 -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)",
|
|
|
|
]
|
|
|
|
|
2017-06-12 14:35:47 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unstable-book-gen"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"tidy 0.1.0",
|
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2017-06-26 11:26:15 -05:00
|
|
|
version = "1.5.1"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-07-18 20:32:12 -05:00
|
|
|
"idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"percent-encoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url_serde"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-08-24 00:52:28 -05:00
|
|
|
"serde 1.0.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 11:26:15 -05:00
|
|
|
"url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
2017-07-18 20:32:12 -05:00
|
|
|
[[package]]
|
|
|
|
name = "userenv-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-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "utf8-ranges"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "utf8-ranges"
|
2017-02-19 18:20:57 -06:00
|
|
|
version = "1.0.0"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-06-14 21:33:06 -05:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2017-06-14 21:33:06 -05:00
|
|
|
version = "0.8.0"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-19 18:20:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-05-08 17:01:13 -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)",
|
|
|
|
]
|
|
|
|
|
2017-02-07 17:13:57 -06: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"
|
|
|
|
|
2017-06-14 21:33:06 -05:00
|
|
|
[[package]]
|
|
|
|
name = "wincolor"
|
2017-06-19 12:44:12 -05:00
|
|
|
version = "0.1.4"
|
2017-06-14 21:33:06 -05:00
|
|
|
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)",
|
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ws2_32-sys"
|
|
|
|
version = "0.2.1"
|
|
|
|
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-05-08 17:01:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "xattr"
|
|
|
|
version = "0.1.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-08-07 17:42:30 -05:00
|
|
|
"libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 17:01:13 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xz2"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-08-24 00:52:28 -05:00
|
|
|
"lzma-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 17:01:13 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[metadata]
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e06588080cb19d0acb6739808aafa5f26bfb2ca015b2b6370028b44cf7cb8a9a"
|
|
|
|
"checksum aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ca972c2ea5f742bfce5687b9aef75506a764f61d37f8f649047846a9686ddb66"
|
2017-03-16 19:05:21 -05:00
|
|
|
"checksum aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "500909c4f87a9e52355b26626d890833e9e1d53ac566db76c36faa984b889699"
|
2017-02-07 17:13:57 -06:00
|
|
|
"checksum ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23ac7c30002a5accbf7e8987d0632fa6de155b7c3d39d0067317a391e00a2ef6"
|
2017-07-20 07:56:53 -05:00
|
|
|
"checksum ar 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b24e4eef8e3fa7e2ca75b157e6039cdf8d9d3a68213ddc19d0fd9d576b9717c9"
|
2017-06-14 21:33:06 -05:00
|
|
|
"checksum atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d912da0db7fa85514874458ca3651fe2cddace8d0b0505571dbdcd41ab490159"
|
|
|
|
"checksum backtrace 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "72f9b4182546f4b04ebc4ab7f84948953a118bd6021a1b6a6c909e3e94f6be76"
|
2017-07-18 20:32:12 -05:00
|
|
|
"checksum backtrace-sys 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "afccc5772ba333abccdf60d55200fa3406f8c59dcf54d5f7998c9107d3799c7c"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
|
2017-03-16 19:05:21 -05:00
|
|
|
"checksum bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1370e9fc2a6ae53aea8b7a5110edbd08836ed87c88736dfabccade1c2b44bff4"
|
2017-06-07 14:42:17 -05:00
|
|
|
"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f2f382711e76b9de6c744cc00d0497baba02fb00a787f088c879f01d09468e32"
|
2017-07-18 20:32:12 -05:00
|
|
|
"checksum cargo 0.22.0 (git+https://github.com/rust-lang/cargo)" = "<none>"
|
2017-06-27 12:33:32 -05:00
|
|
|
"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
|
2017-08-24 00:52:28 -05:00
|
|
|
"checksum clap 2.26.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2267a8fdd4dce6956ba6649e130f62fb279026e5e84b92aa939ac8f85ce3f9f0"
|
2017-06-14 21:33:06 -05:00
|
|
|
"checksum cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b8ebbb35d3dc9cd09497168f33de1acb79b265d350ab0ac34133b98f8509af1f"
|
2017-08-24 00:52:28 -05:00
|
|
|
"checksum core-foundation 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5909502e547762013619f4c4e01cc7393c20fe2d52d7fa471c1210adb2320dc7"
|
|
|
|
"checksum core-foundation-sys 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bc9fb3d6cb663e6fd7cf1c63f9b144ee2b1e4a78595a0451dd34bff85b9a3387"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0c5ea215664ca264da8a9d9c3be80d2eaf30923c259d03e870388eb927508f97"
|
2017-07-18 20:32:12 -05:00
|
|
|
"checksum curl 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7034c534a1d7d22f7971d6088aa9d281d219ef724026c3428092500f41ae9c2c"
|
2017-06-26 08:43:09 -05:00
|
|
|
"checksum curl-sys 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d5481162dc4f424d088581db2f979fa7d4c238fe9794595de61d8d7522e277de"
|
2017-05-08 17:01:13 -05:00
|
|
|
"checksum dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97590ba53bcb8ac28279161ca943a924d1fd4a8fb3fa63302591647c4fc5b850"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum derive-new 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "41be6ca3b99e0c0483fb2389685448f650459c3ecbe4e18d7705d8010ec4ab8e"
|
2017-04-27 14:41:18 -05:00
|
|
|
"checksum diff 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0a515461b6c8c08419850ced27bc29e86166dcdcde8fbe76f8b1f0589bb49472"
|
2017-06-26 11:26:15 -05:00
|
|
|
"checksum docopt 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3b5b93718f8b3e5544fcc914c43de828ca6c6ace23e0332c6080a2977b49787a"
|
2017-02-19 18:20:57 -06:00
|
|
|
"checksum dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80c8b71fd71146990a9742fc06dcbbde19161a267e0ad4e572c35162f4578c90"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "be4551092f4d519593039259a9ed8daedf0da12e5109c5280338073eaeb81180"
|
|
|
|
"checksum env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "15abd780e45b3ea4f76b4e9a26ff4843258dd8a3eed2775a0e7368c2e7936c2f"
|
2017-06-14 21:33:06 -05:00
|
|
|
"checksum env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3ddf21e73e016298f5cb37d6ef8e8da8e39f91f9ec8b0df44b7deb16a9f8cd5b"
|
2017-05-08 17:01:13 -05:00
|
|
|
"checksum error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d9435d864e017c3c6afeac1654189b06cdb491cf2ff73dbf0d73b0f292f42ff8"
|
2017-07-29 07:35:09 -05:00
|
|
|
"checksum error-chain 0.11.0-rc.2 (registry+https://github.com/rust-lang/crates.io-index)" = "38d3a55d9a7a456748f2a3912c0941a5d9a68006eb15b3c3c9836b8420dc102d"
|
2016-09-02 03:55:29 -05:00
|
|
|
"checksum filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "5363ab8e4139b8568a6237db5248646e5a8a2f89bd5ccb02092182b11fd3e922"
|
2017-05-08 17:01:13 -05:00
|
|
|
"checksum flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)" = "36df0166e856739905cd3d7e0b210fe818592211a008862599845e012d8d304c"
|
2017-07-18 16:26:55 -05:00
|
|
|
"checksum fnv 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6cc484842f1e2884faf56f529f960cc12ad8c71ce96cc7abba0a067c98fee344"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum foreign-types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3e4056b9bd47f8ac5ba12be771f77a0dae796d1bbaaf5fd0b9c2d38b69b8a29d"
|
2017-06-14 21:33:06 -05:00
|
|
|
"checksum fs2 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9ab76cfd2aaa59b7bf6688ad9ba15bbae64bff97f04ea02144cfd3443e5c2866"
|
2017-07-18 20:32:12 -05:00
|
|
|
"checksum futures 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "4b63a4792d4f8f686defe3b39b92127fea6344de5d38202b2ee5a11bbbf29d6a"
|
2017-06-14 21:33:06 -05:00
|
|
|
"checksum gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)" = "120d07f202dcc3f72859422563522b66fe6463a4c513df062874daad05f85f0a"
|
2016-09-02 03:55:29 -05:00
|
|
|
"checksum getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9047cfbd08a437050b363d35ef160452c5fe8ea5187ae0a624708c91581d685"
|
2017-06-07 14:42:17 -05:00
|
|
|
"checksum git2 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aa01936ac96555c083c0e8553f672616274408d9d3fc5b8696603fbf63ff43ee"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum git2-curl 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "68676bc784bf0bef83278898929bf64a251e87c0340723d0b93fa096c9c5bf8e"
|
|
|
|
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
|
2017-07-18 16:26:55 -05:00
|
|
|
"checksum globset 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "feeb1b6840809ef5efcf7a4a990bc4e1b7ee3df8cf9e2379a75aeb2ba42ac9c3"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum hamcrest 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bf088f042a467089e9baa4972f57f9247e42a0cc549ba264c7a04fbb8ecb89d4"
|
2017-06-27 12:33:32 -05:00
|
|
|
"checksum handlebars 0.26.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fbba80e74e9591a5f6a4ffff6b7f9d645759a896e431cfbdc853e9184370294a"
|
2017-06-14 21:33:06 -05:00
|
|
|
"checksum hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d6a22814455d41612f41161581c2883c0c6a1c41852729b17d5ed88f01e153aa"
|
2017-07-18 20:32:12 -05:00
|
|
|
"checksum home 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9f25ae61099d8f3fee8b483df0bd4ecccf4b2731897aad40d50eca1b641fe6db"
|
|
|
|
"checksum idna 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "014b298351066f1512874135335d62a789ffe78a9974f94b43ed5621951eaf7d"
|
2017-07-18 16:26:55 -05:00
|
|
|
"checksum ignore 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b3fcaf2365eb14b28ec7603c98c06cc531f19de9eb283d89a3dff8417c8c99f5"
|
2017-02-19 18:20:57 -06:00
|
|
|
"checksum itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eb2f404fbc66fd9aac13e998248505e7ecb2ad8e44ab6388684c5fb11c6c251c"
|
2017-07-13 00:22:25 -05:00
|
|
|
"checksum jobserver 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "443ae8bc0af6c106e6e8b77e04684faecc1a5ce94e058f4c2b0a037b0ea1b133"
|
2017-08-24 00:52:28 -05:00
|
|
|
"checksum jsonrpc-core 7.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "903e5eee845f3d83c1436d12848d97b1247cf850ff06a8e1db2f1ce3543af2cf"
|
2017-02-07 17:13:57 -06:00
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2017-07-18 20:32:12 -05:00
|
|
|
"checksum languageserver-types 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d52e477b23bf52cd3ca0f9fc6c5d14be954eec97e3b9cdfbd962d911bd533caf"
|
2017-05-08 17:01:13 -05:00
|
|
|
"checksum lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3b37545ab726dd833ec6420aaba8231c5b320814b9029ad585555d2a03e94fbf"
|
2017-08-07 17:42:30 -05:00
|
|
|
"checksum libc 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)" = "8a014d9226c2cc402676fbe9ea2e15dd5222cd1dd57f576b5b283178c944a264"
|
2017-06-07 14:42:17 -05:00
|
|
|
"checksum libgit2-sys 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "df18a822100352d9863b302faf6f8f25c0e77f0e60feb40e5dbe1238b7f13b1d"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum libssh2-sys 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0db4ec23611747ef772db1c4d650f8bd762f07b461727ec998f953c614024b75"
|
2017-06-06 21:32:43 -05:00
|
|
|
"checksum libz-sys 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)" = "3fdd64ef8ee652185674455c1d450b83cbc8ad895625d543b5324d923f82e4d8"
|
2017-06-14 21:33:06 -05:00
|
|
|
"checksum log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "880f77541efa6e5cc74e76910c9884d9859683118839d6a1dc3b11e63512565b"
|
2017-08-24 00:52:28 -05:00
|
|
|
"checksum lzma-sys 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "66b2e318eb97ab84f05725471f90c52a09c964053a5899a13fd0165acc26d00b"
|
2017-06-14 21:33:06 -05:00
|
|
|
"checksum matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "100aabe6b8ff4e4a7e32c1c13523379802df0772b82466207ac25b013f193376"
|
2017-06-27 12:33:32 -05:00
|
|
|
"checksum mdbook 0.0.22 (registry+https://github.com/rust-lang/crates.io-index)" = "22911d86cde6f80fa9f0fb2a68bbbde85d97af4fe0ce267141c83a4187d28700"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20"
|
2017-02-19 18:20:57 -06:00
|
|
|
"checksum memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1dbccc0e46f1ea47b9f17e6d67c5a96bd27030519c519c9c91327e31275a47b4"
|
2017-05-08 17:01:13 -05:00
|
|
|
"checksum miniz-sys 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "28eaee17666671fa872e567547e8428e83308ebe5808cdf6a0e28397dbe2c726"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
2017-08-24 00:52:28 -05:00
|
|
|
"checksum net2 0.2.31 (registry+https://github.com/rust-lang/crates.io-index)" = "3a80f842784ef6c9a958b68b7516bc7e35883c614004dd94959a4dca1b716c09"
|
2017-07-18 20:32:12 -05:00
|
|
|
"checksum num 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "a311b77ebdc5dd4cf6449d81e4135d9f0e3b153839ac90e648a8ef538f923525"
|
|
|
|
"checksum num-bigint 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "8fd0f8dbb4c0960998958a796281d88c16fbe68d87b1baa6f31e2979e81fd0bd"
|
2017-08-24 00:52:28 -05:00
|
|
|
"checksum num-complex 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "503e668405c5492d67cf662a81e05be40efe2e6bcf10f7794a07bd9865e704e6"
|
2017-07-18 20:32:12 -05:00
|
|
|
"checksum num-integer 0.1.35 (registry+https://github.com/rust-lang/crates.io-index)" = "d1452e8b06e448a07f0e6ebb0bb1d92b8890eea63288c0b627331d53514d0fba"
|
|
|
|
"checksum num-iter 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)" = "7485fcc84f85b4ecd0ea527b14189281cf27d60e583ae65ebc9c088b13dffe01"
|
|
|
|
"checksum num-rational 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "288629c76fac4b33556f4b7ab57ba21ae202da65ba8b77466e6d598e31990790"
|
|
|
|
"checksum num-traits 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "99843c856d68d8b4313b03a17e33c4bb42ae8f6610ea81b28abe076ac721b9b0"
|
2017-06-26 11:26:15 -05:00
|
|
|
"checksum num_cpus 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aec53c34f2d0247c5ca5d32cca1478762f301740468ee9ee6dcb7a0dd7a0c584"
|
2017-02-19 18:20:57 -06:00
|
|
|
"checksum open 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3478ed1686bd1300c8a981a940abc92b06fac9cbef747f4c668d4e032ff7b842"
|
2017-08-24 00:52:28 -05:00
|
|
|
"checksum openssl 0.9.17 (registry+https://github.com/rust-lang/crates.io-index)" = "085aaedcc89a2fac1eb2bc19cd66f29d4ea99fec60f82a5f3a88a6be7dbd90b5"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum openssl-probe 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d98df0270d404ccd3c050a41d579c52d1db15375168bb3471e04ec0f5f378daf"
|
2017-08-24 00:52:28 -05:00
|
|
|
"checksum openssl-sys 0.9.17 (registry+https://github.com/rust-lang/crates.io-index)" = "7e3a9845a4c9fdb321931868aae5549e96bb7b979bf9af7de03603d74691b5f3"
|
2017-04-26 16:22:45 -05:00
|
|
|
"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
|
2017-06-14 21:33:06 -05:00
|
|
|
"checksum percent-encoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de154f638187706bde41d9b4738748933d64e6b37bdbffc0b47a97d16a6ae356"
|
2017-02-07 17:13:57 -06:00
|
|
|
"checksum pest 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0a6dda33d67c26f0aac90d324ab2eb7239c819fc7b2552fe9faa4fe88441edc8"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903"
|
|
|
|
"checksum psapi-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "abcd5d1a07d360e29727f757a9decb3ce8bc6e0efa8969cfaad669a8317a2478"
|
2017-03-16 19:05:21 -05:00
|
|
|
"checksum pulldown-cmark 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9ab1e588ef8efd702c7ed9d2bd774db5e6f4d878bb5a1a9f371828fbdff6973"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum quick-error 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c36987d4978eb1be2e422b1e0423a557923a5c3e7e6f31d5699e9aafaefa469"
|
|
|
|
"checksum quote 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4c5cf478fe1006dbcc72567121d23dbdae5f1632386068c5c86ff4f645628504"
|
|
|
|
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
|
2017-08-24 00:52:28 -05:00
|
|
|
"checksum racer 2.0.10 (registry+https://github.com/rust-lang/crates.io-index)" = "f120c7510ef7aff254aeb06067fb6fac573ec96a1660e194787cf9dced412bf0"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "022e0636ec2519ddae48154b028864bdce4eaf7d35226ab8e65c611be97b189d"
|
|
|
|
"checksum regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)" = "4fd4ace6a8cf7860714a2c2280d6c1f7e6a413486c13298bbc86fd3da019402f"
|
2017-06-14 21:33:06 -05:00
|
|
|
"checksum regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1731164734096285ec2a5ec7fea5248ae2f5485b3feeb0115af4fda2183b2d1b"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "f9ec002c35e86791825ed294b50008eea9ddfc8def4420124fbc6b08db834957"
|
2017-06-14 21:33:06 -05:00
|
|
|
"checksum regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad890a5eef7953f55427c50575c680c42841653abd2b028b68cd223d157f62db"
|
2017-08-06 19:16:04 -05:00
|
|
|
"checksum rls-analysis 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d2cb40c0371765897ae428b5706bb17135705ad4f6d1b8b6afbaabcf8c9b5cff"
|
2017-08-01 23:57:50 -05:00
|
|
|
"checksum rls-data 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "11d339f1888e33e74d8032de0f83c40b2bdaaaf04a8cfc03b32186c3481fb534"
|
2017-05-08 14:15:48 -05:00
|
|
|
"checksum rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d7c7046dc6a92f2ae02ed302746db4382e75131b9ce20ce967259f6b5867a6a"
|
2017-06-27 12:33:32 -05:00
|
|
|
"checksum rls-vfs 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ffd34691a510938bb67fe0444fb363103c73ffb31c121d1e16bc92d8945ea8ff"
|
2017-08-24 00:52:28 -05:00
|
|
|
"checksum rustc-demangle 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "aee45432acc62f7b9a108cc054142dac51f979e69e71ddce7d6fc7adf29e817e"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
|
2017-08-24 00:52:28 -05:00
|
|
|
"checksum rustfmt-nightly 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6eea0d0590ae793fc4d281df56e01dc7531575c8ed9a72fadf5fdc7305a0d32f"
|
2017-05-08 17:01:13 -05:00
|
|
|
"checksum same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d931a44fdaa43b8637009e7632a02adc4f2b2e0733c08caa4cf00e8da4a117a7"
|
2017-06-05 11:36:48 -05:00
|
|
|
"checksum scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f417c22df063e9450888a7561788e9bd46d3bb3c1466435b4eccb903807f147d"
|
2017-07-18 20:32:12 -05:00
|
|
|
"checksum scopeguard 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "59a076157c1e2dc561d8de585151ee6965d910dd4dcb5dabb7ae3e83981a6c57"
|
2017-05-26 09:46:41 -05:00
|
|
|
"checksum semver 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3fdd61b85a0fa777f7fb7c454b9189b2941b110d1385ce84d7f76efdf1606a85"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2017-08-24 00:52:28 -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-06-14 21:33:06 -05:00
|
|
|
"checksum serde_derive_internals 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "37aee4e0da52d801acfbc0cc219eb1eda7142112339726e427926a6f6ee65d3a"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum serde_ignored 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c10e798e4405d7dcec3658989e35ee6706f730a9ed7c1184d5ebd84317e82f46"
|
|
|
|
"checksum serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "48b04779552e92037212c3615370f6bd57a40ebba7f20e554ff9f55e41a69a7b"
|
|
|
|
"checksum shell-escape 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "dd5cc96481d54583947bfe88bf30c23d53f883c6cd0145368b69989d97b84ef8"
|
2017-08-24 00:52:28 -05:00
|
|
|
"checksum socket2 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4daf80fcf54186fac4fe049e0b39d36a5cfde69a11a06413e61e77f553cccf9a"
|
2017-04-26 16:22:45 -05:00
|
|
|
"checksum stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "15132e0e364248108c5e2c02e3ab539be8d6f5d52a01ca9bbf27ed657316f02b"
|
2017-06-05 11:36:48 -05:00
|
|
|
"checksum strings 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "da75d8bf2c4d210d63dd09581a041b036001f9f6e03d9b151dbff810fb7ba26a"
|
2017-02-19 18:20:57 -06:00
|
|
|
"checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
|
|
|
|
"checksum syn 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6ae6fb0dcc9bd85f89a1a4adc0df2fd90c90c98849d61433983dd7a9df6363f7"
|
|
|
|
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
|
|
|
|
"checksum syntex_errors 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9e52bffe6202cfb67587784cf23e0ec5bf26d331eef4922a16d5c42e12aa1e9b"
|
|
|
|
"checksum syntex_pos 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)" = "955ef4b16af4c468e4680d1497f873ff288f557d338180649e18f915af5e15ac"
|
|
|
|
"checksum syntex_syntax 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)" = "76a302e717e348aa372ff577791c3832395650073b8d8432f8b3cb170b34afde"
|
2017-05-31 19:21:00 -05:00
|
|
|
"checksum tar 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "281285b717926caa919ad905ef89c63d75805c7d89437fb873100925a53f2b1b"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6"
|
2017-06-26 11:26:15 -05:00
|
|
|
"checksum term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "fa63644f74ce96fbeb9b794f66aff2a52d601cbd5e80f4b97123e3899f4570f1"
|
2017-06-14 21:33:06 -05:00
|
|
|
"checksum term_size 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2b6b55df3198cc93372e85dd2ed817f0e38ce8cc0f22eb32391bfad9c4bf209"
|
|
|
|
"checksum termcolor 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9a5193a56b8d82014662c4b933dea6bec851daf018a2b01722e007daaf5f9dca"
|
2017-08-24 00:52:28 -05:00
|
|
|
"checksum textwrap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f728584ea33b0ad19318e20557cb0a39097751dbb07171419673502f848c7af6"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9539db560102d1cef46b8b78ce737ff0bb64e7e18d35b2a5688f7d097d0ff03"
|
|
|
|
"checksum thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8576dbbfcaef9641452d5cf0df9b0e7eeab7694956dd33bb61515fb8f18cfdd5"
|
2017-06-26 08:43:09 -05:00
|
|
|
"checksum thread_local 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1697c4b57aeeb7a536b647165a2825faddffb1d3bad386d507709bd51a90bb14"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum toml 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "736b60249cb25337bc196faa43ee12c705e426f3d55c214d73a4e7be06f92cb4"
|
2017-08-24 00:52:28 -05:00
|
|
|
"checksum toml 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a7540f4ffc193e0d3c94121edb19b055670d369f77d5804db11ae053a45b6e7e"
|
2017-06-14 21:33:06 -05:00
|
|
|
"checksum typed-arena 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5934776c3ac1bea4a9d56620d6bf2d483b20d394e49581db40f187e1118ff667"
|
2017-06-27 12:33:32 -05:00
|
|
|
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
2017-06-14 21:33:06 -05:00
|
|
|
"checksum unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "51ccda9ef9efa3f7ef5d91e8f9b83bbe6955f9bf86aec89d5cce2c874625920f"
|
2017-08-24 00:52:28 -05:00
|
|
|
"checksum unicode-segmentation 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a8083c594e02b8ae1654ae26f0ade5158b119bd88ad0e8227a5d8fcd72407946"
|
2017-02-07 17:13:57 -06:00
|
|
|
"checksum unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "36dff09cafb4ec7c8cf0023eb0b686cb6ce65499116a12201c9e11840ca01beb"
|
|
|
|
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
|
2017-06-26 08:43:09 -05:00
|
|
|
"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
|
2017-06-26 11:26:15 -05:00
|
|
|
"checksum url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eeb819346883532a271eb626deb43c4a1bb4c4dd47c519bd78137c3e72a4fe27"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea"
|
2017-07-18 20:32:12 -05:00
|
|
|
"checksum userenv-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "71d28ea36bbd9192d75bd9fa9b39f96ddb986eaee824adae5d53b6e51919b2f3"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1ca13c08c41c9c3e04224ed9ff80461d97e121589ff27c753a16cb10830ae0f"
|
2017-02-19 18:20:57 -06:00
|
|
|
"checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122"
|
2017-06-14 21:33:06 -05:00
|
|
|
"checksum vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9e0a7d8bed3178a8fb112199d466eeca9ed09a14ba8ad67718179b4fd5487d0b"
|
|
|
|
"checksum vec_map 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "887b5b631c2ad01628bbbaa7dd4c869f80d3186688f8d0b6f58774fbe324988c"
|
2017-02-19 18:20:57 -06:00
|
|
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2017-05-08 17:01:13 -05:00
|
|
|
"checksum walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bb08f9e670fab86099470b97cd2b252d6527f0b3cc1401acdb595ffc9dd288ff"
|
2017-02-07 17:13:57 -06: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"
|
2017-06-19 12:44:12 -05:00
|
|
|
"checksum wincolor 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a39ee4464208f6430992ff20154216ab2357772ac871d994c51628d60e58b8b0"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
2017-05-08 17:01:13 -05:00
|
|
|
"checksum xattr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "5f04de8a1346489a2f9e9bd8526b73d135ec554227b17568456e86aa35b6f3fc"
|
|
|
|
"checksum xz2 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e9510bdf100731599107c61f77daf46713a69a568f75458999c1f9dbf6ba25b0"
|
|
|
|
"checksum yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"
|