2016-09-02 01:55:29 -07:00
|
|
|
[root]
|
|
|
|
name = "unwind"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"core 0.0.0",
|
|
|
|
"libc 0.0.0",
|
|
|
|
]
|
|
|
|
|
2017-04-30 08:11:58 +09: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 18:13:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2017-03-17 01:05:21 +01:00
|
|
|
version = "0.6.3"
|
2017-02-07 18:13:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-02-19 19:20:57 -05:00
|
|
|
"memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 18:13:57 -05:00
|
|
|
]
|
|
|
|
|
2016-09-02 01:55:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "alloc"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"core 0.0.0",
|
2017-06-13 15:52:59 -07:00
|
|
|
"std_unicode 0.0.0",
|
2016-09-02 01:55:29 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc_jemalloc"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-06-03 14:54:08 -07:00
|
|
|
"alloc 0.0.0",
|
|
|
|
"alloc_system 0.0.0",
|
2016-09-02 01:55:29 -07:00
|
|
|
"build_helper 0.1.0",
|
|
|
|
"core 0.0.0",
|
2017-06-14 19:33:06 -07:00
|
|
|
"gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 01:55:29 -07:00
|
|
|
"libc 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc_system"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-06-03 14:54:08 -07:00
|
|
|
"alloc 0.0.0",
|
2016-09-02 01:55:29 -07:00
|
|
|
"core 0.0.0",
|
|
|
|
"libc 0.0.0",
|
|
|
|
]
|
|
|
|
|
2017-02-07 18:13:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-02 01:55:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "arena"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2017-06-14 19:33:06 -07: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-06-27 13:33:32 -04:00
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-05-08 15:01:13 -07:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2017-06-14 19:33:06 -07:00
|
|
|
version = "0.3.2"
|
2017-05-08 15:01:13 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 19:33:06 -07:00
|
|
|
"backtrace-sys 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 13:33:32 -04:00
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 15:01:13 -07: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-06-27 13:33:32 -04:00
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 15:01:13 -07:00
|
|
|
"rustc-demangle 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace-sys"
|
2017-06-14 19:33:06 -07:00
|
|
|
version = "0.1.11"
|
2017-05-08 15:01:13 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 19:33:06 -07:00
|
|
|
"gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 13:33:32 -04:00
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 15:01:13 -07:00
|
|
|
]
|
|
|
|
|
2017-07-01 06:58:54 +12:00
|
|
|
[[package]]
|
|
|
|
name = "bin_lib"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bin_lib_no_cfg_test"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2017-04-30 08:11:58 +09:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-07 18:13:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2017-03-17 01:05:21 +01:00
|
|
|
version = "0.8.2"
|
2017-03-12 20:28:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-06-07 21:42:17 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-02 01:55:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "bootstrap"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"build_helper 0.1.0",
|
2017-06-14 19:33:06 -07:00
|
|
|
"cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 01:55:29 -07:00
|
|
|
"filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 01:55:29 -07:00
|
|
|
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 13:33:32 -04:00
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 10:26:15 -06:00
|
|
|
"num_cpus 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-24 14:37:04 -08:00
|
|
|
"toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-07-01 06:58:54 +12:00
|
|
|
[[package]]
|
|
|
|
name = "borrow_error"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2017-04-30 08:11:58 +09:00
|
|
|
[[package]]
|
|
|
|
name = "bufstream"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-01-24 14:37:04 -08:00
|
|
|
[[package]]
|
|
|
|
name = "build-manifest"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-04-30 08:11:58 +09:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 01:55:29 -07:00
|
|
|
"toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "build_helper"
|
|
|
|
version = "0.1.0"
|
2017-02-01 00:27:51 +03:00
|
|
|
dependencies = [
|
|
|
|
"filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2016-09-02 01:55:29 -07:00
|
|
|
|
2017-04-30 08:11:58 +09:00
|
|
|
[[package]]
|
|
|
|
name = "cargo"
|
2017-06-14 19:33:06 -07:00
|
|
|
version = "0.21.0"
|
2017-07-01 06:58:54 +12:00
|
|
|
source = "git+https://github.com/rust-lang/cargo#5982cf904be1d72f575dcbd1e750c07bf730b966"
|
2017-06-14 19:33:06 -07:00
|
|
|
replace = "cargo 0.21.0"
|
2017-04-30 08:11:58 +09:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cargo"
|
2017-06-14 19:33:06 -07:00
|
|
|
version = "0.21.0"
|
2017-04-30 08:11:58 +09:00
|
|
|
dependencies = [
|
|
|
|
"advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cargotest 0.1.0",
|
2017-06-14 19:33:06 -07:00
|
|
|
"crates-io 0.10.0",
|
2017-04-30 08:11:58 +09:00
|
|
|
"crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 10:26:15 -06:00
|
|
|
"curl 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"docopt 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-05 09:36:48 -07:00
|
|
|
"error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09: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-14 19:33:06 -07:00
|
|
|
"fs2 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-07 21:42:17 +02:00
|
|
|
"git2 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"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)",
|
|
|
|
"hamcrest 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-12 22:22:25 -07:00
|
|
|
"jobserver 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 13:33:32 -04:00
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-07 21:42:17 +02:00
|
|
|
"libgit2-sys 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 10:26:15 -06:00
|
|
|
"num_cpus 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"openssl 0.9.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"psapi-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-05 09:36:48 -07:00
|
|
|
"scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-26 07:46:41 -07:00
|
|
|
"semver 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-01 06:58:54 +12:00
|
|
|
"serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09: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 17:21:00 -07:00
|
|
|
"tar 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"termcolor 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 10:26:15 -06:00
|
|
|
"toml 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cargotest"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"cargo 0.21.0",
|
2017-04-30 08:11:58 +09: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 21:42:17 +02:00
|
|
|
"git2 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"hamcrest 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 13:33:32 -04:00
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-01 06:58:54 +12:00
|
|
|
"serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-31 17:21:00 -07:00
|
|
|
"tar 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 10:26:15 -06:00
|
|
|
"url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-15 14:55:26 -08:00
|
|
|
[[package]]
|
|
|
|
name = "cargotest2"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2017-05-08 15:01:13 -07:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2017-06-27 13:33:32 -04:00
|
|
|
version = "0.1.2"
|
2017-05-08 15:01:13 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-07 18:13:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2017-06-27 13:33:32 -04:00
|
|
|
version = "2.25.0"
|
2017-02-07 18:13:57 -05: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 19:33:06 -07:00
|
|
|
"atty 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 13:33:32 -04:00
|
|
|
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07: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-06-27 13:33:32 -04:00
|
|
|
"textwrap 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-segmentation 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 18:13:57 -05:00
|
|
|
"unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"vec_map 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 15:01:13 -07:00
|
|
|
"yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 18:13:57 -05:00
|
|
|
]
|
|
|
|
|
2016-09-02 01:55:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "cmake"
|
2017-06-14 19:33:06 -07:00
|
|
|
version = "0.1.24"
|
2016-09-02 01:55:29 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 19:33:06 -07:00
|
|
|
"gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 01:55:29 -07:00
|
|
|
]
|
|
|
|
|
2017-06-17 12:01:18 -07:00
|
|
|
[[package]]
|
|
|
|
name = "collections"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"alloc 0.0.0",
|
|
|
|
"core 0.0.0",
|
|
|
|
]
|
|
|
|
|
2016-10-06 23:30:38 -07:00
|
|
|
[[package]]
|
|
|
|
name = "compiler_builtins"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"core 0.0.0",
|
2017-06-14 19:33:06 -07:00
|
|
|
"gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-06 23:30:38 -07:00
|
|
|
]
|
|
|
|
|
2016-09-02 01:55:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "compiletest"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-04-27 22:41:18 +03:00
|
|
|
"diff 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-31 19:16:45 -08:00
|
|
|
"filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-08 14:20:55 -07:00
|
|
|
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-12 10:44:49 +02:00
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 01:55:29 -07:00
|
|
|
]
|
|
|
|
|
2017-07-01 06:58:54 +12:00
|
|
|
[[package]]
|
|
|
|
name = "completion"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2016-09-02 01:55:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "core"
|
|
|
|
version = "0.0.0"
|
2017-06-15 07:08:18 -07:00
|
|
|
dependencies = [
|
|
|
|
"rand 0.0.0",
|
|
|
|
]
|
2016-09-02 01:55:29 -07:00
|
|
|
|
2017-04-30 08:11:58 +09:00
|
|
|
[[package]]
|
|
|
|
name = "crates-io"
|
2017-06-14 19:33:06 -07:00
|
|
|
version = "0.10.0"
|
2017-04-30 08:11:58 +09:00
|
|
|
dependencies = [
|
2017-06-26 10:26:15 -06:00
|
|
|
"curl 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-05 09:36:48 -07:00
|
|
|
"error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-01 06:58:54 +12:00
|
|
|
"serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 10:26:15 -06:00
|
|
|
"url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam"
|
|
|
|
version = "0.2.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "curl"
|
2017-06-26 10:26:15 -06:00
|
|
|
version = "0.4.7"
|
2017-04-30 08:11:58 +09:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-27 01:43:09 +12:00
|
|
|
"curl-sys 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 13:33:32 -04:00
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"openssl-probe 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"openssl-sys 0.9.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 10:26:15 -06:00
|
|
|
"socket2 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "curl-sys"
|
2017-06-27 01:43:09 +12:00
|
|
|
version = "0.3.14"
|
2017-04-30 08:11:58 +09:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 19:33:06 -07:00
|
|
|
"gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 13:33:32 -04:00
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-06 19:32:43 -07:00
|
|
|
"libz-sys 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"openssl-sys 0.9.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-05-08 15:01:13 -07: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-30 08:11:58 +09: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 22:41:18 +03:00
|
|
|
[[package]]
|
|
|
|
name = "diff"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-30 08:11:58 +09:00
|
|
|
[[package]]
|
|
|
|
name = "docopt"
|
2017-06-26 10:26:15 -06:00
|
|
|
version = "0.8.1"
|
2017-04-30 08:11:58 +09: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 19:33:06 -07:00
|
|
|
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-01 06:58:54 +12:00
|
|
|
"serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-19 19:20:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-30 08:11:58 +09:00
|
|
|
[[package]]
|
|
|
|
name = "enum_primitive"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 19:33:06 -07:00
|
|
|
"num-traits 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 19:33:06 -07:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-19 19:20:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2017-06-14 19:33:06 -07:00
|
|
|
version = "0.4.3"
|
2017-02-19 19:20:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 19:33:06 -07: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 01:55:29 -07:00
|
|
|
]
|
|
|
|
|
2017-05-08 15:01:13 -07:00
|
|
|
[[package]]
|
|
|
|
name = "error-chain"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 19:33:06 -07:00
|
|
|
"backtrace 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 15:01:13 -07:00
|
|
|
]
|
|
|
|
|
2016-09-02 01:55:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "error_index_generator"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-27 13:33:32 -04:00
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 01:55:29 -07:00
|
|
|
]
|
|
|
|
|
2017-07-01 06:58:54 +12:00
|
|
|
[[package]]
|
|
|
|
name = "find_all_refs"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "find_all_refs_no_cfg_test"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2017-05-08 15:01:13 -07:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
|
|
|
version = "0.2.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-27 13:33:32 -04:00
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 15:01:13 -07:00
|
|
|
"miniz-sys 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-09-02 01:55:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "fmt_macros"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2017-04-30 08:11:58 +09: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 19:33:06 -07:00
|
|
|
version = "0.4.2"
|
2017-04-30 08:11:58 +09: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-06-27 13:33:32 -04:00
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-09-02 01:55:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "gcc"
|
2017-06-14 19:33:06 -07:00
|
|
|
version = "0.3.51"
|
2016-09-02 01:55:29 -07: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-30 08:11:58 +09:00
|
|
|
[[package]]
|
|
|
|
name = "git2"
|
2017-06-07 21:42:17 +02:00
|
|
|
version = "0.6.6"
|
2017-04-30 08:11:58 +09:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-07 21:42:17 +02:00
|
|
|
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 13:33:32 -04:00
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-07 21:42:17 +02:00
|
|
|
"libgit2-sys 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"openssl-probe 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"openssl-sys 0.9.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 10:26:15 -06:00
|
|
|
"url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "git2-curl"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-26 10:26:15 -06:00
|
|
|
"curl 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-07 21:42:17 +02:00
|
|
|
"git2 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 10:26:15 -06:00
|
|
|
"url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-07-01 06:58:54 +12:00
|
|
|
[[package]]
|
|
|
|
name = "goto_def"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2016-09-02 01:55:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "graphviz"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2017-04-30 08:11:58 +09:00
|
|
|
[[package]]
|
|
|
|
name = "hamcrest"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 19:33:06 -07:00
|
|
|
"num 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-07 18:13:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "handlebars"
|
2017-06-27 13:33:32 -04:00
|
|
|
version = "0.26.2"
|
2017-02-07 18:13:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-05-08 15:01:13 -07:00
|
|
|
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 18:13:57 -05:00
|
|
|
"pest 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"quick-error 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-01 06:58:54 +12:00
|
|
|
"serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 13:33:32 -04:00
|
|
|
"serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
]
|
|
|
|
|
2017-06-14 19:33:06 -07:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-07-01 06:58:54 +12:00
|
|
|
[[package]]
|
|
|
|
name = "highlight"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hover"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2017-04-30 08:11:58 +09:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2017-06-14 19:33:06 -07:00
|
|
|
version = "0.1.2"
|
2017-04-30 08:11:58 +09:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 19:33:06 -07:00
|
|
|
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 13:33:32 -04:00
|
|
|
"unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 14:55:26 -08:00
|
|
|
]
|
|
|
|
|
2017-05-08 15:01:13 -07:00
|
|
|
[[package]]
|
|
|
|
name = "installer"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-06-27 13:33:32 -04:00
|
|
|
"clap 2.25.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 15:01:13 -07: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 17:21:00 -07:00
|
|
|
"tar 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 15:01:13 -07: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-30 08:11:58 +09:00
|
|
|
[[package]]
|
2017-06-05 09:36:48 -07:00
|
|
|
name = "itoa"
|
|
|
|
version = "0.3.1"
|
2017-04-30 08:11:58 +09:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-19 19:20:57 -05:00
|
|
|
[[package]]
|
2017-06-05 09:36:48 -07:00
|
|
|
name = "jobserver"
|
2017-07-12 22:22:25 -07:00
|
|
|
version = "0.1.6"
|
2017-02-19 19:20:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-06-05 09:36:48 -07:00
|
|
|
dependencies = [
|
2017-06-27 13:33:32 -04:00
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-05 09:36:48 -07:00
|
|
|
"rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2017-02-19 19:20:57 -05:00
|
|
|
|
2017-02-07 18:13:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-04-30 08:11:58 +09:00
|
|
|
[[package]]
|
|
|
|
name = "languageserver-types"
|
2017-07-08 03:32:19 +03:00
|
|
|
version = "0.11.1"
|
2017-04-30 08:11:58 +09: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-07-01 06:58:54 +12:00
|
|
|
"serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 10:26:15 -06:00
|
|
|
"url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-07 18:13:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2017-05-08 15:01:13 -07:00
|
|
|
version = "0.2.8"
|
2017-02-07 18:13:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-02 01:55:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"core 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2017-06-27 13:33:32 -04:00
|
|
|
version = "0.2.26"
|
2016-09-02 01:55:29 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-30 08:11:58 +09:00
|
|
|
[[package]]
|
|
|
|
name = "libgit2-sys"
|
2017-06-07 21:42:17 +02:00
|
|
|
version = "0.6.12"
|
2017-04-30 08:11:58 +09:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 19:33:06 -07:00
|
|
|
"cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 01:43:09 +12:00
|
|
|
"curl-sys 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 13:33:32 -04:00
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"libssh2-sys 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-06 19:32:43 -07:00
|
|
|
"libz-sys 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"openssl-sys 0.9.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09: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 19:33:06 -07:00
|
|
|
"cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 13:33:32 -04:00
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-06 19:32:43 -07:00
|
|
|
"libz-sys 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"openssl-sys 0.9.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
2017-06-06 19:32:43 -07:00
|
|
|
version = "1.0.16"
|
2017-04-30 08:11:58 +09:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 19:33:06 -07:00
|
|
|
"gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 13:33:32 -04:00
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"vcpkg 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
]
|
|
|
|
|
2016-09-02 01:55:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "linkchecker"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2017-06-14 19:33:06 -07:00
|
|
|
version = "0.3.8"
|
2016-09-02 01:55:29 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-05-08 15:01:13 -07:00
|
|
|
[[package]]
|
|
|
|
name = "lzma-sys"
|
2017-06-14 19:33:06 -07:00
|
|
|
version = "0.1.7"
|
2017-05-08 15:01:13 -07: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 19:33:06 -07:00
|
|
|
"gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 13:33:32 -04:00
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 15:01:13 -07:00
|
|
|
]
|
|
|
|
|
2017-04-30 08:11:58 +09:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2017-06-14 19:33:06 -07:00
|
|
|
version = "0.1.6"
|
2017-04-30 08:11:58 +09:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-07 18:13:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "mdbook"
|
2017-06-27 13:33:32 -04:00
|
|
|
version = "0.0.22"
|
2017-02-07 18:13:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-27 13:33:32 -04:00
|
|
|
"clap 2.25.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 13:33:32 -04:00
|
|
|
"handlebars 0.26.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-19 19:20:57 -05:00
|
|
|
"open 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 13:33:32 -04:00
|
|
|
"pulldown-cmark 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-01 06:58:54 +12:00
|
|
|
"serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 13:33:32 -04:00
|
|
|
"serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"toml 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
|
|
|
version = "0.1.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-27 13:33:32 -04:00
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 18:13:57 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2017-02-19 19:20:57 -05:00
|
|
|
version = "1.0.1"
|
2017-02-07 18:13:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-27 13:33:32 -04:00
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 18:13:57 -05:00
|
|
|
]
|
|
|
|
|
2017-05-08 15:01:13 -07:00
|
|
|
[[package]]
|
|
|
|
name = "miniz-sys"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 19:33:06 -07:00
|
|
|
"gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 13:33:32 -04:00
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09: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)",
|
|
|
|
"net2 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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-07-01 06:58:54 +12:00
|
|
|
[[package]]
|
|
|
|
name = "multiple_bins"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2017-04-30 08:11:58 +09:00
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
|
|
|
version = "0.2.29"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-27 13:33:32 -04:00
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 13:33:32 -04:00
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09: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-06-14 19:33:06 -07:00
|
|
|
version = "0.1.39"
|
2017-04-30 08:11:58 +09:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 19:33:06 -07:00
|
|
|
"num-bigint 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-complex 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"num-integer 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-iter 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"num-rational 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2017-06-14 19:33:06 -07:00
|
|
|
version = "0.1.39"
|
2017-04-30 08:11:58 +09:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"num-integer 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"num-traits 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09: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-06-14 19:33:06 -07:00
|
|
|
version = "0.1.38"
|
2017-04-30 08:11:58 +09:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 19:33:06 -07:00
|
|
|
"num-traits 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.34"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 19:33:06 -07:00
|
|
|
"num-traits 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
|
|
|
version = "0.1.33"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"num-integer 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"num-traits 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2017-06-14 19:33:06 -07:00
|
|
|
version = "0.1.38"
|
2017-04-30 08:11:58 +09:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 19:33:06 -07:00
|
|
|
"num-bigint 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"num-integer 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"num-traits 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 15:01:13 -07:00
|
|
|
]
|
|
|
|
|
2017-02-19 19:20:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2017-06-14 19:33:06 -07:00
|
|
|
version = "0.1.39"
|
2017-02-19 19:20:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-02 01:55:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2017-06-26 10:26:15 -06:00
|
|
|
version = "1.6.2"
|
2016-09-02 01:55:29 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-27 13:33:32 -04:00
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 01:55:29 -07:00
|
|
|
]
|
|
|
|
|
2017-02-19 19:20:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "open"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-30 08:11:58 +09:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2017-06-14 19:33:06 -07:00
|
|
|
version = "0.9.14"
|
2017-04-30 08:11:58 +09:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 19:33:06 -07:00
|
|
|
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09: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-06-27 13:33:32 -04:00
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"openssl-sys 0.9.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2017-06-14 19:33:06 -07:00
|
|
|
version = "0.9.14"
|
2017-04-30 08:11:58 +09:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 19:33:06 -07:00
|
|
|
"gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 13:33:32 -04:00
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-04-26 23:22:45 +02: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 01:55:29 -07: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 19:33:06 -07:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-07 18:13:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-30 08:11:58 +09:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-02 01:55:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "proc_macro"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"syntax 0.0.0",
|
2017-01-18 03:27:09 +00:00
|
|
|
"syntax_pos 0.0.0",
|
2016-09-02 01:55:29 -07:00
|
|
|
]
|
|
|
|
|
2017-02-13 09:57:50 +00:00
|
|
|
[[package]]
|
|
|
|
name = "profiler_builtins"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"core 0.0.0",
|
2017-06-14 19:33:06 -07:00
|
|
|
"gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-04 15:54:39 +01:00
|
|
|
]
|
|
|
|
|
2017-04-30 08:11:58 +09: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 20:28:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark"
|
2017-03-17 01:05:21 +01:00
|
|
|
version = "0.0.14"
|
2017-03-12 20:28:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-03-17 01:05:21 +01:00
|
|
|
"bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 13:33:32 -04:00
|
|
|
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-12 20:28:36 +01:00
|
|
|
]
|
|
|
|
|
2017-02-07 18:13:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
2017-04-30 08:11:58 +09: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-06-26 10:26:15 -06:00
|
|
|
version = "2.0.9"
|
2017-02-07 18:13:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-04-30 08:11:58 +09:00
|
|
|
dependencies = [
|
2017-06-27 13:33:32 -04:00
|
|
|
"clap 2.25.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 10:26:15 -06:00
|
|
|
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07: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-04-30 08:11:58 +09: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 19:33:06 -07:00
|
|
|
"typed-arena 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
]
|
2017-02-07 18:13:57 -05:00
|
|
|
|
2016-09-02 01:55:29 -07:00
|
|
|
[[package]]
|
2016-10-06 23:30:38 -07:00
|
|
|
name = "rand"
|
2016-09-02 01:55:29 -07:00
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-04-30 08:11:58 +09:00
|
|
|
"core 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.3.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-27 13:33:32 -04:00
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
]
|
|
|
|
|
2017-07-01 06:58:54 +12:00
|
|
|
[[package]]
|
|
|
|
name = "reformat"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reformat_with_range"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2017-04-30 08:11:58 +09: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 01:55:29 -07:00
|
|
|
]
|
|
|
|
|
2017-02-07 18:13:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2017-06-14 19:33:06 -07:00
|
|
|
version = "0.2.2"
|
2017-02-07 18:13:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-03-17 01:05:21 +01:00
|
|
|
"aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-19 19:20:57 -05:00
|
|
|
"memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 01:43:09 +12:00
|
|
|
"thread_local 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-19 19:20:57 -05:00
|
|
|
"utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 18:13:57 -05:00
|
|
|
]
|
|
|
|
|
2017-04-30 08:11:58 +09:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-07 18:13:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2017-06-14 19:33:06 -07:00
|
|
|
version = "0.4.1"
|
2017-02-07 18:13:57 -05: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 08:52:19 -07:00
|
|
|
[[package]]
|
|
|
|
name = "remote-test-client"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "remote-test-server"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2017-07-01 06:58:54 +12:00
|
|
|
[[package]]
|
|
|
|
name = "rename"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2017-04-30 08:11:58 +09:00
|
|
|
[[package]]
|
|
|
|
name = "rls"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-06-14 19:33:06 -07:00
|
|
|
"cargo 0.21.0 (git+https://github.com/rust-lang/cargo)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"derive-new 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-08 03:32:19 +03:00
|
|
|
"languageserver-types 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 10:26:15 -06:00
|
|
|
"racer 2.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-01 06:58:54 +12:00
|
|
|
"rls-analysis 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 01:43:09 +12:00
|
|
|
"rls-data 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 13:33:32 -04:00
|
|
|
"rls-vfs 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-01 06:58:54 +12:00
|
|
|
"rustfmt-nightly 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 10:26:15 -06:00
|
|
|
"toml 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rls-analysis"
|
2017-07-01 06:58:54 +12:00
|
|
|
version = "0.4.3"
|
2017-04-30 08:11:58 +09: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 19:33:06 -07:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 01:43:09 +12:00
|
|
|
"rls-data 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-09 07:15:48 +12:00
|
|
|
"rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-14 15:16:44 +13:00
|
|
|
]
|
|
|
|
|
2017-06-05 09:36:48 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rls-data"
|
2017-06-20 17:54:43 +12:00
|
|
|
version = "0.7.0"
|
2017-06-05 09:36:48 -07:00
|
|
|
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-03-14 15:16:44 +13:00
|
|
|
[[package]]
|
|
|
|
name = "rls-span"
|
2017-05-09 07:15:48 +12:00
|
|
|
version = "0.4.0"
|
2017-03-15 21:20:23 +13:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-03-14 15:16:44 +13:00
|
|
|
dependencies = [
|
2017-04-30 08:11:58 +09:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-01 06:58:54 +12:00
|
|
|
"serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rls-vfs"
|
2017-06-27 13:33:32 -04:00
|
|
|
version = "0.4.4"
|
2017-04-30 08:11:58 +09:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-26 10:26:15 -06:00
|
|
|
"racer 2.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-14 15:16:44 +13:00
|
|
|
]
|
|
|
|
|
2016-09-02 01:55:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rustbook"
|
2017-02-07 18:13:57 -05:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-06-27 13:33:32 -04:00
|
|
|
"clap 2.25.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"mdbook 0.0.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 18:13:57 -05:00
|
|
|
]
|
2016-09-02 01:55:29 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"arena 0.0.0",
|
2017-06-08 14:20:55 -07:00
|
|
|
"flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 01:55:29 -07:00
|
|
|
"fmt_macros 0.0.0",
|
|
|
|
"graphviz 0.0.0",
|
2017-07-12 22:22:25 -07:00
|
|
|
"jobserver 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-26 23:22:45 +02:00
|
|
|
"owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 01:55:29 -07: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 15:01:13 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-02 01:55:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-main"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"rustc_back 0.0.0",
|
|
|
|
"rustc_driver 0.0.0",
|
|
|
|
"rustdoc 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-serialize"
|
2017-04-30 08:11:58 +09:00
|
|
|
version = "0.3.24"
|
2016-09-02 01:55:29 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-06-03 14:54:08 -07: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",
|
|
|
|
]
|
|
|
|
|
2016-12-29 23:28:11 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_asan"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-06-03 14:54:08 -07:00
|
|
|
"alloc 0.0.0",
|
2016-12-29 23:28:11 -05:00
|
|
|
"alloc_system 0.0.0",
|
2017-02-04 20:10:29 -05:00
|
|
|
"build_helper 0.1.0",
|
2017-06-14 19:33:06 -07:00
|
|
|
"cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-29 23:28:11 -05:00
|
|
|
"core 0.0.0",
|
|
|
|
]
|
|
|
|
|
2016-09-02 01:55:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_back"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-06-14 19:33:06 -07:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 01:55:29 -07: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 19:33:06 -07:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 01:55:29 -07:00
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_data_structures 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-26 02:53:26 +03:00
|
|
|
"arena 0.0.0",
|
2017-06-14 19:33:06 -07:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 01:55:29 -07:00
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_back 0.0.0",
|
|
|
|
"rustc_const_math 0.0.0",
|
2016-09-24 17:45:24 +03:00
|
|
|
"rustc_data_structures 0.0.0",
|
2016-09-02 01:55:29 -07: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 = [
|
|
|
|
"serialize 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_data_structures"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-06-14 19:33:06 -07:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 01:55:29 -07:00
|
|
|
"serialize 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_driver"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"arena 0.0.0",
|
2017-06-14 19:33:06 -07:00
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 01:55:29 -07:00
|
|
|
"graphviz 0.0.0",
|
2017-06-14 19:33:06 -07:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 01:55:29 -07:00
|
|
|
"rustc 0.0.0",
|
2017-06-03 14:54:08 -07:00
|
|
|
"rustc_allocator 0.0.0",
|
2016-09-02 01:55:29 -07:00
|
|
|
"rustc_back 0.0.0",
|
|
|
|
"rustc_borrowck 0.0.0",
|
|
|
|
"rustc_const_eval 0.0.0",
|
2016-10-28 21:26:01 -04:00
|
|
|
"rustc_data_structures 0.0.0",
|
2016-09-02 01:55:29 -07: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",
|
|
|
|
"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 18:13:21 -05:00
|
|
|
"serialize 0.0.0",
|
2016-09-02 01:55:29 -07:00
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_incremental"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"graphviz 0.0.0",
|
2017-06-14 19:33:06 -07:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 01:55:29 -07: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 19:33:06 -07:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 01:55:29 -07: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 19:33:06 -07:00
|
|
|
"gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-18 17:15:14 -05:00
|
|
|
"rustc_bitflags 0.0.0",
|
2016-09-02 01:55:29 -07:00
|
|
|
]
|
|
|
|
|
2016-12-29 23:28:11 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_lsan"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-06-03 14:54:08 -07:00
|
|
|
"alloc 0.0.0",
|
2016-12-29 23:28:11 -05:00
|
|
|
"alloc_system 0.0.0",
|
2017-02-04 20:10:29 -05:00
|
|
|
"build_helper 0.1.0",
|
2017-06-14 19:33:06 -07:00
|
|
|
"cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-29 23:28:11 -05:00
|
|
|
"core 0.0.0",
|
|
|
|
]
|
|
|
|
|
2016-09-02 01:55:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_metadata"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-06-08 14:20:55 -07:00
|
|
|
"flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-26 23:22:45 +02:00
|
|
|
"owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-06 23:30:38 -07:00
|
|
|
"proc_macro 0.0.0",
|
2016-09-02 01:55:29 -07:00
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_back 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",
|
2016-10-06 23:30:38 -07:00
|
|
|
"syntax_ext 0.0.0",
|
2016-09-02 01:55:29 -07:00
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_mir"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"graphviz 0.0.0",
|
2017-06-14 19:33:06 -07:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 01:55:29 -07: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",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
2016-12-29 23:28:11 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_msan"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-06-03 14:54:08 -07:00
|
|
|
"alloc 0.0.0",
|
2016-12-29 23:28:11 -05:00
|
|
|
"alloc_system 0.0.0",
|
2017-02-04 20:10:29 -05:00
|
|
|
"build_helper 0.1.0",
|
2017-06-14 19:33:06 -07:00
|
|
|
"cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-29 23:28:11 -05:00
|
|
|
"core 0.0.0",
|
|
|
|
]
|
|
|
|
|
2016-09-02 01:55:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_passes"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-06-14 19:33:06 -07:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 01:55:29 -07: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 19:33:06 -07:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 01:55:29 -07: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 19:33:06 -07:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-20 17:54:43 +12:00
|
|
|
"rls-data 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-09 07:15:48 +12:00
|
|
|
"rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 01:55:29 -07:00
|
|
|
"rustc 0.0.0",
|
2017-04-30 08:11:58 +09:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-03 12:18:04 -04:00
|
|
|
"rustc_typeck 0.0.0",
|
2016-09-02 01:55:29 -07:00
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_trans"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-06-15 07:08:18 -07:00
|
|
|
"crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-08 14:20:55 -07:00
|
|
|
"flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-12 22:22:25 -07:00
|
|
|
"jobserver 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-26 23:22:45 +02:00
|
|
|
"owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 01:55:29 -07:00
|
|
|
"rustc 0.0.0",
|
2017-06-29 17:52:43 +03:00
|
|
|
"rustc-demangle 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-03 14:54:08 -07:00
|
|
|
"rustc_allocator 0.0.0",
|
2016-09-02 01:55:29 -07:00
|
|
|
"rustc_back 0.0.0",
|
2016-11-16 23:36:08 +01:00
|
|
|
"rustc_bitflags 0.0.0",
|
2016-09-02 01:55:29 -07: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-02-03 14:58:13 +00:00
|
|
|
"serialize 0.0.0",
|
2016-09-02 01:55:29 -07:00
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
2016-12-29 23:28:11 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_tsan"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"alloc_system 0.0.0",
|
2017-02-04 20:10:29 -05:00
|
|
|
"build_helper 0.1.0",
|
2017-06-14 19:33:06 -07:00
|
|
|
"cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-29 23:28:11 -05:00
|
|
|
"core 0.0.0",
|
|
|
|
]
|
|
|
|
|
2016-09-02 01:55:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_typeck"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"arena 0.0.0",
|
|
|
|
"fmt_macros 0.0.0",
|
2017-06-14 19:33:06 -07:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 01:55:29 -07:00
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_back 0.0.0",
|
|
|
|
"rustc_const_math 0.0.0",
|
2016-11-18 11:31:44 +01:00
|
|
|
"rustc_data_structures 0.0.0",
|
2016-09-02 01:55:29 -07: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 = [
|
|
|
|
"arena 0.0.0",
|
|
|
|
"build_helper 0.1.0",
|
2017-06-14 19:33:06 -07: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-17 01:05:21 +01:00
|
|
|
"pulldown-cmark 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 01:55:29 -07:00
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_back 0.0.0",
|
|
|
|
"rustc_data_structures 0.0.0",
|
|
|
|
"rustc_driver 0.0.0",
|
|
|
|
"rustc_errors 0.0.0",
|
|
|
|
"rustc_lint 0.0.0",
|
|
|
|
"rustc_metadata 0.0.0",
|
|
|
|
"rustc_resolve 0.0.0",
|
|
|
|
"rustc_trans 0.0.0",
|
2017-05-03 11:53:06 -04:00
|
|
|
"rustc_typeck 0.0.0",
|
2016-09-02 01:55:29 -07:00
|
|
|
"serialize 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
2017-04-30 08:11:58 +09:00
|
|
|
[[package]]
|
2017-06-14 19:33:06 -07:00
|
|
|
name = "rustfmt-nightly"
|
2017-07-01 06:58:54 +12:00
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-04-30 08:11:58 +09:00
|
|
|
dependencies = [
|
|
|
|
"diff 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09: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-06-27 13:33:32 -04:00
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07: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-07-01 06:58:54 +12:00
|
|
|
"serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-05 09:36:48 -07:00
|
|
|
"strings 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 10:26:15 -06:00
|
|
|
"term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"toml 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 13:33:32 -04:00
|
|
|
"unicode-segmentation 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-05-08 15:01:13 -07: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 09:36:48 -07:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-30 08:11:58 +09:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2017-05-26 07:46:41 -07:00
|
|
|
version = "0.7.0"
|
2017-04-30 08:11:58 +09: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-07-01 06:58:54 +12:00
|
|
|
"serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2017-07-01 06:58:54 +12:00
|
|
|
version = "1.0.10"
|
2017-04-30 08:11:58 +09:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2017-07-01 06:58:54 +12:00
|
|
|
version = "1.0.10"
|
2017-04-30 08:11:58 +09: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 19:33:06 -07:00
|
|
|
"serde_derive_internals 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive_internals"
|
2017-06-14 19:33:06 -07:00
|
|
|
version = "0.15.1"
|
2017-04-30 08:11:58 +09: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-07-01 06:58:54 +12:00
|
|
|
"serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
]
|
2017-02-19 19:20:57 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2017-04-30 08:11:58 +09:00
|
|
|
version = "1.0.2"
|
2017-02-19 19:20:57 -05: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-06-14 19:33:06 -07:00
|
|
|
"num-traits 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-01 06:58:54 +12:00
|
|
|
"serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-19 19:20:57 -05:00
|
|
|
]
|
|
|
|
|
2016-09-02 01:55:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "serialize"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2017-04-30 08:11:58 +09:00
|
|
|
[[package]]
|
|
|
|
name = "shell-escape"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-06-26 10:26:15 -06:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-27 13:33:32 -04:00
|
|
|
"cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 10:26:15 -06:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 13:33:32 -04:00
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 10:26:15 -06: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 23:22:45 +02:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-02 01:55:29 -07: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 12:01:18 -07:00
|
|
|
"collections 0.0.0",
|
2016-10-06 23:30:38 -07:00
|
|
|
"compiler_builtins 0.0.0",
|
2016-09-02 01:55:29 -07:00
|
|
|
"core 0.0.0",
|
2017-06-14 19:33:06 -07:00
|
|
|
"gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 01:55:29 -07:00
|
|
|
"libc 0.0.0",
|
|
|
|
"panic_abort 0.0.0",
|
|
|
|
"panic_unwind 0.0.0",
|
2017-02-13 09:57:50 +00:00
|
|
|
"profiler_builtins 0.0.0",
|
2016-09-02 01:55:29 -07:00
|
|
|
"rand 0.0.0",
|
2016-12-29 23:28:11 -05:00
|
|
|
"rustc_asan 0.0.0",
|
|
|
|
"rustc_lsan 0.0.0",
|
|
|
|
"rustc_msan 0.0.0",
|
|
|
|
"rustc_tsan 0.0.0",
|
2016-11-29 14:38:08 -05:00
|
|
|
"std_unicode 0.0.0",
|
2016-09-02 01:55:29 -07:00
|
|
|
"unwind 0.0.0",
|
|
|
|
]
|
|
|
|
|
2016-11-29 14:38:08 -05:00
|
|
|
[[package]]
|
|
|
|
name = "std_unicode"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"core 0.0.0",
|
|
|
|
]
|
|
|
|
|
2017-04-30 08:11:58 +09:00
|
|
|
[[package]]
|
|
|
|
name = "strings"
|
2017-06-05 09:36:48 -07:00
|
|
|
version = "0.1.0"
|
2017-04-30 08:11:58 +09:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 19:33:06 -07:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
]
|
|
|
|
|
2017-02-07 18:13:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2017-02-19 19:20:57 -05:00
|
|
|
version = "0.6.0"
|
2017-02-07 18:13:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-30 08:11:58 +09: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 01:55:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "syntax"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-05-03 10:54:03 -07:00
|
|
|
"bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-02 22:33:35 -06:00
|
|
|
"rustc_data_structures 0.0.0",
|
2016-09-02 01:55:29 -07: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",
|
2017-06-14 19:33:06 -07:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-06 23:30:38 -07:00
|
|
|
"proc_macro 0.0.0",
|
2016-09-02 01:55:29 -07: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 16:09:51 +02:00
|
|
|
"rustc_data_structures 0.0.0",
|
2016-09-02 01:55:29 -07:00
|
|
|
"serialize 0.0.0",
|
|
|
|
]
|
|
|
|
|
2017-04-30 08:11:58 +09:00
|
|
|
[[package]]
|
|
|
|
name = "syntex_errors"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-27 13:33:32 -04:00
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09: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 10:26:15 -06:00
|
|
|
"term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09: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-06-27 13:33:32 -04:00
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
"log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09: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 10:26:15 -06:00
|
|
|
"term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
"unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-05-08 15:01:13 -07:00
|
|
|
[[package]]
|
|
|
|
name = "tar"
|
2017-05-31 17:21:00 -07:00
|
|
|
version = "0.4.13"
|
2017-05-08 15:01:13 -07: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-27 13:33:32 -04:00
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 15:01:13 -07:00
|
|
|
"xattr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-04-30 08:11:58 +09: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 01:55:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2017-04-30 08:11:58 +09:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
2017-06-26 10:26:15 -06:00
|
|
|
version = "0.4.6"
|
2017-04-30 08:11:58 +09: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 18:13:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "term_size"
|
2017-06-14 19:33:06 -07:00
|
|
|
version = "0.3.0"
|
2017-02-07 18:13:57 -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-06-27 13:33:32 -04:00
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 18:13:57 -05:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-06-14 19:33:06 -07:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-19 10:44:12 -07:00
|
|
|
"wincolor 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 19:33:06 -07:00
|
|
|
]
|
|
|
|
|
2016-09-02 01:55:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "test"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-06-08 14:20:55 -07:00
|
|
|
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 01:55:29 -07:00
|
|
|
"term 0.0.0",
|
|
|
|
]
|
|
|
|
|
2017-06-27 13:33:32 -04:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.6.0"
|
|
|
|
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 18:13:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "thread-id"
|
2017-04-30 08:11:58 +09: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-06-27 13:33:32 -04:00
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09: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 18:13:57 -05:00
|
|
|
]
|
|
|
|
|
2017-02-15 14:55:26 -08:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2017-06-27 01:43:09 +12:00
|
|
|
version = "0.3.4"
|
2017-02-07 18:13:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-27 01:43:09 +12: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 18:13:57 -05:00
|
|
|
]
|
|
|
|
|
2016-09-02 01:55:29 -07:00
|
|
|
[[package]]
|
|
|
|
name = "tidy"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.1.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-04-30 08:11:58 +09:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-19 19:20:57 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2017-04-30 08:11:58 +09: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-06-26 10:26:15 -06:00
|
|
|
version = "0.4.2"
|
2017-04-30 08:11:58 +09:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-07-01 06:58:54 +12:00
|
|
|
"serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typed-arena"
|
2017-06-14 19:33:06 -07:00
|
|
|
version = "1.3.0"
|
2017-04-30 08:11:58 +09:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2017-06-27 13:33:32 -04:00
|
|
|
version = "0.3.4"
|
2017-02-19 19:20:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 19:33:06 -07:00
|
|
|
"matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 01:55:29 -07:00
|
|
|
]
|
|
|
|
|
2017-04-30 08:11:58 +09:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2017-06-14 19:33:06 -07:00
|
|
|
version = "0.1.5"
|
2017-04-30 08:11:58 +09:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2017-06-27 13:33:32 -04:00
|
|
|
version = "1.1.0"
|
2017-02-07 18:13:57 -05: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-30 08:11:58 +09: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 19:20:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unreachable"
|
2017-06-27 01:43:09 +12:00
|
|
|
version = "1.0.0"
|
2017-02-19 19:20:57 -05: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 21:35:47 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unstable-book-gen"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"tidy 0.1.0",
|
|
|
|
]
|
|
|
|
|
2017-04-30 08:11:58 +09:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2017-06-26 10:26:15 -06:00
|
|
|
version = "1.5.1"
|
2017-04-30 08:11:58 +09:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 19:33:06 -07:00
|
|
|
"idna 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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-30 08:11:58 +09:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url_serde"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-07-01 06:58:54 +12:00
|
|
|
"serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 10:26:15 -06:00
|
|
|
"url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-30 08:11:58 +09:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf8-ranges"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-07 18:13:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "utf8-ranges"
|
2017-02-19 19:20:57 -05:00
|
|
|
version = "1.0.0"
|
2017-02-07 18:13:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-06-14 19:33:06 -07:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-07 18:13:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2017-06-14 19:33:06 -07:00
|
|
|
version = "0.8.0"
|
2017-02-07 18:13:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-19 19:20:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-05-08 15:01:13 -07: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 18:13:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-06-14 19:33:06 -07:00
|
|
|
[[package]]
|
|
|
|
name = "wincolor"
|
2017-06-19 10:44:12 -07:00
|
|
|
version = "0.1.4"
|
2017-06-14 19:33:06 -07: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-30 08:11:58 +09: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 15:01:13 -07:00
|
|
|
[[package]]
|
|
|
|
name = "xattr"
|
|
|
|
version = "0.1.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-27 13:33:32 -04:00
|
|
|
"libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 15:01:13 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xz2"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-14 19:33:06 -07:00
|
|
|
"lzma-sys 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 15:01:13 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-02 01:55:29 -07:00
|
|
|
[metadata]
|
2017-04-30 08:11:58 +09: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-17 01:05:21 +01:00
|
|
|
"checksum aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "500909c4f87a9e52355b26626d890833e9e1d53ac566db76c36faa984b889699"
|
2017-02-07 18:13:57 -05:00
|
|
|
"checksum ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23ac7c30002a5accbf7e8987d0632fa6de155b7c3d39d0067317a391e00a2ef6"
|
2017-06-14 19:33:06 -07: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"
|
|
|
|
"checksum backtrace-sys 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "3a0d842ea781ce92be2bf78a9b38883948542749640b8378b3b2f03d1fd9f1ff"
|
2017-04-30 08:11:58 +09:00
|
|
|
"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
|
2017-03-17 01:05:21 +01:00
|
|
|
"checksum bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1370e9fc2a6ae53aea8b7a5110edbd08836ed87c88736dfabccade1c2b44bff4"
|
2017-06-07 21:42:17 +02:00
|
|
|
"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
|
2017-04-30 08:11:58 +09:00
|
|
|
"checksum bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f2f382711e76b9de6c744cc00d0497baba02fb00a787f088c879f01d09468e32"
|
2017-06-14 19:33:06 -07:00
|
|
|
"checksum cargo 0.21.0 (git+https://github.com/rust-lang/cargo)" = "<none>"
|
2017-06-27 13:33:32 -04:00
|
|
|
"checksum cfg-if 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
|
|
|
|
"checksum clap 2.25.0 (registry+https://github.com/rust-lang/crates.io-index)" = "867a885995b4184be051b70a592d4d70e32d7a188db6e8dff626af286a962771"
|
2017-06-14 19:33:06 -07:00
|
|
|
"checksum cmake 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)" = "b8ebbb35d3dc9cd09497168f33de1acb79b265d350ab0ac34133b98f8509af1f"
|
2017-04-30 08:11:58 +09:00
|
|
|
"checksum crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0c5ea215664ca264da8a9d9c3be80d2eaf30923c259d03e870388eb927508f97"
|
2017-06-26 10:26:15 -06:00
|
|
|
"checksum curl 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6689276ab61f97c660669a5ecc117c36875dfc1ba301c986b16c653415bdf9d7"
|
2017-06-27 01:43:09 +12:00
|
|
|
"checksum curl-sys 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d5481162dc4f424d088581db2f979fa7d4c238fe9794595de61d8d7522e277de"
|
2017-05-08 15:01:13 -07:00
|
|
|
"checksum dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97590ba53bcb8ac28279161ca943a924d1fd4a8fb3fa63302591647c4fc5b850"
|
2017-04-30 08:11:58 +09:00
|
|
|
"checksum derive-new 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "41be6ca3b99e0c0483fb2389685448f650459c3ecbe4e18d7705d8010ec4ab8e"
|
2017-04-27 22:41:18 +03:00
|
|
|
"checksum diff 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0a515461b6c8c08419850ced27bc29e86166dcdcde8fbe76f8b1f0589bb49472"
|
2017-06-26 10:26:15 -06:00
|
|
|
"checksum docopt 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3b5b93718f8b3e5544fcc914c43de828ca6c6ace23e0332c6080a2977b49787a"
|
2017-02-19 19:20:57 -05:00
|
|
|
"checksum dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80c8b71fd71146990a9742fc06dcbbde19161a267e0ad4e572c35162f4578c90"
|
2017-04-30 08:11:58 +09: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 19:33:06 -07:00
|
|
|
"checksum env_logger 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3ddf21e73e016298f5cb37d6ef8e8da8e39f91f9ec8b0df44b7deb16a9f8cd5b"
|
2017-05-08 15:01:13 -07:00
|
|
|
"checksum error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d9435d864e017c3c6afeac1654189b06cdb491cf2ff73dbf0d73b0f292f42ff8"
|
2016-09-02 01:55:29 -07:00
|
|
|
"checksum filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "5363ab8e4139b8568a6237db5248646e5a8a2f89bd5ccb02092182b11fd3e922"
|
2017-05-08 15:01:13 -07:00
|
|
|
"checksum flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)" = "36df0166e856739905cd3d7e0b210fe818592211a008862599845e012d8d304c"
|
2017-04-30 08:11:58 +09:00
|
|
|
"checksum foreign-types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3e4056b9bd47f8ac5ba12be771f77a0dae796d1bbaaf5fd0b9c2d38b69b8a29d"
|
2017-06-14 19:33:06 -07:00
|
|
|
"checksum fs2 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9ab76cfd2aaa59b7bf6688ad9ba15bbae64bff97f04ea02144cfd3443e5c2866"
|
|
|
|
"checksum gcc 0.3.51 (registry+https://github.com/rust-lang/crates.io-index)" = "120d07f202dcc3f72859422563522b66fe6463a4c513df062874daad05f85f0a"
|
2016-09-02 01:55:29 -07:00
|
|
|
"checksum getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9047cfbd08a437050b363d35ef160452c5fe8ea5187ae0a624708c91581d685"
|
2017-06-07 21:42:17 +02:00
|
|
|
"checksum git2 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aa01936ac96555c083c0e8553f672616274408d9d3fc5b8696603fbf63ff43ee"
|
2017-04-30 08:11:58 +09: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"
|
|
|
|
"checksum hamcrest 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bf088f042a467089e9baa4972f57f9247e42a0cc549ba264c7a04fbb8ecb89d4"
|
2017-06-27 13:33:32 -04:00
|
|
|
"checksum handlebars 0.26.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fbba80e74e9591a5f6a4ffff6b7f9d645759a896e431cfbdc853e9184370294a"
|
2017-06-14 19:33:06 -07:00
|
|
|
"checksum hex 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d6a22814455d41612f41161581c2883c0c6a1c41852729b17d5ed88f01e153aa"
|
|
|
|
"checksum idna 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2233d4940b1f19f0418c158509cd7396b8d70a5db5705ce410914dc8fa603b37"
|
2017-02-19 19:20:57 -05:00
|
|
|
"checksum itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eb2f404fbc66fd9aac13e998248505e7ecb2ad8e44ab6388684c5fb11c6c251c"
|
2017-07-12 22:22:25 -07:00
|
|
|
"checksum jobserver 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "443ae8bc0af6c106e6e8b77e04684faecc1a5ce94e058f4c2b0a037b0ea1b133"
|
2017-02-07 18:13:57 -05:00
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2017-07-08 03:32:19 +03:00
|
|
|
"checksum languageserver-types 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "680aee78c75504fdcb172635a7b7da0dccaafa4c42d935e19576c14b27942362"
|
2017-05-08 15:01:13 -07:00
|
|
|
"checksum lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3b37545ab726dd833ec6420aaba8231c5b320814b9029ad585555d2a03e94fbf"
|
2017-06-27 13:33:32 -04:00
|
|
|
"checksum libc 0.2.26 (registry+https://github.com/rust-lang/crates.io-index)" = "30885bcb161cf67054244d10d4a7f4835ffd58773bc72e07d35fecf472295503"
|
2017-06-07 21:42:17 +02:00
|
|
|
"checksum libgit2-sys 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "df18a822100352d9863b302faf6f8f25c0e77f0e60feb40e5dbe1238b7f13b1d"
|
2017-04-30 08:11:58 +09:00
|
|
|
"checksum libssh2-sys 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0db4ec23611747ef772db1c4d650f8bd762f07b461727ec998f953c614024b75"
|
2017-06-06 19:32:43 -07:00
|
|
|
"checksum libz-sys 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)" = "3fdd64ef8ee652185674455c1d450b83cbc8ad895625d543b5324d923f82e4d8"
|
2017-06-14 19:33:06 -07:00
|
|
|
"checksum log 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "880f77541efa6e5cc74e76910c9884d9859683118839d6a1dc3b11e63512565b"
|
|
|
|
"checksum lzma-sys 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "013fa6506eb7d26040c46dab9ecb7ccb4e2896b5bf24a9d65932501ea9f67af8"
|
|
|
|
"checksum matches 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "100aabe6b8ff4e4a7e32c1c13523379802df0772b82466207ac25b013f193376"
|
2017-06-27 13:33:32 -04:00
|
|
|
"checksum mdbook 0.0.22 (registry+https://github.com/rust-lang/crates.io-index)" = "22911d86cde6f80fa9f0fb2a68bbbde85d97af4fe0ce267141c83a4187d28700"
|
2017-04-30 08:11:58 +09:00
|
|
|
"checksum memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20"
|
2017-02-19 19:20:57 -05:00
|
|
|
"checksum memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1dbccc0e46f1ea47b9f17e6d67c5a96bd27030519c519c9c91327e31275a47b4"
|
2017-05-08 15:01:13 -07:00
|
|
|
"checksum miniz-sys 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "28eaee17666671fa872e567547e8428e83308ebe5808cdf6a0e28397dbe2c726"
|
2017-04-30 08:11:58 +09:00
|
|
|
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
|
|
|
"checksum net2 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)" = "bc01404e7568680f1259aa5729539f221cb1e6d047a0d9053cab4be8a73b5d67"
|
2017-06-14 19:33:06 -07:00
|
|
|
"checksum num 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "2c3a3dc9f30bf824141521b30c908a859ab190b76e20435fcd89f35eb6583887"
|
|
|
|
"checksum num-bigint 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "6361748d02e5291c72a422dc8ed4d8464a80cb1e618971f6fffe6d52d97e3286"
|
|
|
|
"checksum num-complex 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" = "412dfc143c56579aa6a22c574e38ddbf724522f1280ae2b257498cccff3fb6af"
|
2017-04-30 08:11:58 +09:00
|
|
|
"checksum num-integer 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)" = "ef1a4bf6f9174aa5783a9b4cc892cacd11aebad6c69ad027a0b65c6ca5f8aa37"
|
|
|
|
"checksum num-iter 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)" = "f7d1891bd7b936f12349b7d1403761c8a0b85a18b148e9da4429d5d102c1a41e"
|
2017-06-14 19:33:06 -07:00
|
|
|
"checksum num-rational 0.1.38 (registry+https://github.com/rust-lang/crates.io-index)" = "33c881e104a26e1accc09449374c095ff2312c8e0c27fab7bbefe16eac7c776d"
|
|
|
|
"checksum num-traits 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "1708c0628602a98b52fad936cf3edb9a107af06e52e49fdf0707e884456a6af6"
|
2017-06-26 10:26:15 -06:00
|
|
|
"checksum num_cpus 1.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aec53c34f2d0247c5ca5d32cca1478762f301740468ee9ee6dcb7a0dd7a0c584"
|
2017-02-19 19:20:57 -05:00
|
|
|
"checksum open 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3478ed1686bd1300c8a981a940abc92b06fac9cbef747f4c668d4e032ff7b842"
|
2017-06-14 19:33:06 -07:00
|
|
|
"checksum openssl 0.9.14 (registry+https://github.com/rust-lang/crates.io-index)" = "11ba043cb65fc9af71a431b8a36ffe8686cd4751cdf70a473ec1d01066ac7e41"
|
2017-04-30 08:11:58 +09:00
|
|
|
"checksum openssl-probe 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d98df0270d404ccd3c050a41d579c52d1db15375168bb3471e04ec0f5f378daf"
|
2017-06-14 19:33:06 -07:00
|
|
|
"checksum openssl-sys 0.9.14 (registry+https://github.com/rust-lang/crates.io-index)" = "236c718c2e2c2b58a546d86ffea5194400bb15dbe01ca85325ffd357b03cf66c"
|
2017-04-26 23:22:45 +02:00
|
|
|
"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
|
2017-06-14 19:33:06 -07:00
|
|
|
"checksum percent-encoding 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de154f638187706bde41d9b4738748933d64e6b37bdbffc0b47a97d16a6ae356"
|
2017-02-07 18:13:57 -05:00
|
|
|
"checksum pest 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0a6dda33d67c26f0aac90d324ab2eb7239c819fc7b2552fe9faa4fe88441edc8"
|
2017-04-30 08:11:58 +09: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-17 01:05:21 +01:00
|
|
|
"checksum pulldown-cmark 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9ab1e588ef8efd702c7ed9d2bd774db5e6f4d878bb5a1a9f371828fbdff6973"
|
2017-04-30 08:11:58 +09: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-06-26 10:26:15 -06:00
|
|
|
"checksum racer 2.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9079a128fdb6f0c8850010e1478b215d4c00134654bf995bfda41824951ce9bd"
|
2017-04-30 08:11:58 +09: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 19:33:06 -07:00
|
|
|
"checksum regex 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1731164734096285ec2a5ec7fea5248ae2f5485b3feeb0115af4fda2183b2d1b"
|
2017-04-30 08:11:58 +09:00
|
|
|
"checksum regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "f9ec002c35e86791825ed294b50008eea9ddfc8def4420124fbc6b08db834957"
|
2017-06-14 19:33:06 -07:00
|
|
|
"checksum regex-syntax 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad890a5eef7953f55427c50575c680c42841653abd2b028b68cd223d157f62db"
|
2017-07-01 06:58:54 +12:00
|
|
|
"checksum rls-analysis 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ea940411ed2ad6d1e705fc2a0b146a0a3f30f8098ba4e61b45b4e5f2bfa7ed63"
|
2017-06-20 17:54:43 +12:00
|
|
|
"checksum rls-data 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e502ac679bc35e023e982506c32d0278ef89e29af1e4ad21cb70c44b525b87a9"
|
2017-05-09 07:15:48 +12:00
|
|
|
"checksum rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d7c7046dc6a92f2ae02ed302746db4382e75131b9ce20ce967259f6b5867a6a"
|
2017-06-27 13:33:32 -04:00
|
|
|
"checksum rls-vfs 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ffd34691a510938bb67fe0444fb363103c73ffb31c121d1e16bc92d8945ea8ff"
|
2017-05-08 15:01:13 -07:00
|
|
|
"checksum rustc-demangle 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3058a43ada2c2d0b92b3ae38007a2d0fa5e9db971be260e0171408a4ff471c95"
|
2017-04-30 08:11:58 +09:00
|
|
|
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
|
2017-07-01 06:58:54 +12:00
|
|
|
"checksum rustfmt-nightly 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6693f90ac7d0a2291aa309f5214f5f3ac1bd79961c11116fcf6d5545749bf2e7"
|
2017-05-08 15:01:13 -07:00
|
|
|
"checksum same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d931a44fdaa43b8637009e7632a02adc4f2b2e0733c08caa4cf00e8da4a117a7"
|
2017-06-05 09:36:48 -07:00
|
|
|
"checksum scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f417c22df063e9450888a7561788e9bd46d3bb3c1466435b4eccb903807f147d"
|
2017-05-26 07:46:41 -07:00
|
|
|
"checksum semver 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3fdd61b85a0fa777f7fb7c454b9189b2941b110d1385ce84d7f76efdf1606a85"
|
2017-04-30 08:11:58 +09:00
|
|
|
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2017-07-01 06:58:54 +12:00
|
|
|
"checksum serde 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)" = "433d7d9f8530d5a939ad5e0e72a6243d2e42a24804f70bf592c679363dcacb2f"
|
|
|
|
"checksum serde_derive 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)" = "7b707cf0d4cab852084f573058def08879bb467fda89d99052485e7d00edd624"
|
2017-06-14 19:33:06 -07:00
|
|
|
"checksum serde_derive_internals 0.15.1 (registry+https://github.com/rust-lang/crates.io-index)" = "37aee4e0da52d801acfbc0cc219eb1eda7142112339726e427926a6f6ee65d3a"
|
2017-04-30 08:11:58 +09: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-06-26 10:26:15 -06:00
|
|
|
"checksum socket2 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "12cdbddbaa27bf94cc194b8e37f5811db6fe83cea96cf99cf1f8e92b65a41371"
|
2017-04-26 23:22:45 +02:00
|
|
|
"checksum stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "15132e0e364248108c5e2c02e3ab539be8d6f5d52a01ca9bbf27ed657316f02b"
|
2017-06-05 09:36:48 -07:00
|
|
|
"checksum strings 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "da75d8bf2c4d210d63dd09581a041b036001f9f6e03d9b151dbff810fb7ba26a"
|
2017-02-19 19:20:57 -05:00
|
|
|
"checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694"
|
2017-04-30 08:11:58 +09: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 17:21:00 -07:00
|
|
|
"checksum tar 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "281285b717926caa919ad905ef89c63d75805c7d89437fb873100925a53f2b1b"
|
2017-04-30 08:11:58 +09:00
|
|
|
"checksum tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6"
|
2017-06-26 10:26:15 -06:00
|
|
|
"checksum term 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "fa63644f74ce96fbeb9b794f66aff2a52d601cbd5e80f4b97123e3899f4570f1"
|
2017-06-14 19:33:06 -07: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-06-27 13:33:32 -04:00
|
|
|
"checksum textwrap 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f86300c3e7416ee233abd7cda890c492007a3980f941f79185c753a701257167"
|
2017-04-30 08:11:58 +09: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-27 01:43:09 +12:00
|
|
|
"checksum thread_local 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1697c4b57aeeb7a536b647165a2825faddffb1d3bad386d507709bd51a90bb14"
|
2016-09-02 01:55:29 -07:00
|
|
|
"checksum toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)" = "0590d72182e50e879c4da3b11c6488dae18fccb1ae0c7a3eda18e16795844796"
|
2017-04-30 08:11:58 +09:00
|
|
|
"checksum toml 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "736b60249cb25337bc196faa43ee12c705e426f3d55c214d73a4e7be06f92cb4"
|
2017-06-26 10:26:15 -06:00
|
|
|
"checksum toml 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b0601da6c97135c8d330c7a13a013ca6cd4143221b01de2f8d4edc50a9e551c7"
|
2017-06-14 19:33:06 -07:00
|
|
|
"checksum typed-arena 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5934776c3ac1bea4a9d56620d6bf2d483b20d394e49581db40f187e1118ff667"
|
2017-06-27 13:33:32 -04:00
|
|
|
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
2017-06-14 19:33:06 -07:00
|
|
|
"checksum unicode-normalization 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "51ccda9ef9efa3f7ef5d91e8f9b83bbe6955f9bf86aec89d5cce2c874625920f"
|
2017-06-27 13:33:32 -04:00
|
|
|
"checksum unicode-segmentation 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "18127285758f0e2c6cf325bb3f3d138a12fee27de4f23e146cd6a179f26c2cf3"
|
2017-02-07 18:13:57 -05:00
|
|
|
"checksum unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f"
|
2017-04-30 08:11:58 +09: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-27 01:43:09 +12:00
|
|
|
"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
|
2017-06-26 10:26:15 -06:00
|
|
|
"checksum url 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eeb819346883532a271eb626deb43c4a1bb4c4dd47c519bd78137c3e72a4fe27"
|
2017-04-30 08:11:58 +09:00
|
|
|
"checksum url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea"
|
|
|
|
"checksum utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1ca13c08c41c9c3e04224ed9ff80461d97e121589ff27c753a16cb10830ae0f"
|
2017-02-19 19:20:57 -05:00
|
|
|
"checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122"
|
2017-06-14 19:33:06 -07: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 19:20:57 -05:00
|
|
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2017-05-08 15:01:13 -07:00
|
|
|
"checksum walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bb08f9e670fab86099470b97cd2b252d6527f0b3cc1401acdb595ffc9dd288ff"
|
2017-02-07 18:13:57 -05:00
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
2017-06-19 10:44:12 -07:00
|
|
|
"checksum wincolor 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "a39ee4464208f6430992ff20154216ab2357772ac871d994c51628d60e58b8b0"
|
2017-04-30 08:11:58 +09:00
|
|
|
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
2017-05-08 15:01:13 -07: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"
|