2016-09-02 03:55:29 -05:00
|
|
|
[root]
|
|
|
|
name = "unwind"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"core 0.0.0",
|
|
|
|
"libc 0.0.0",
|
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "advapi32-sys"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2017-03-16 19:05:21 -05:00
|
|
|
version = "0.6.3"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-02-19 18:20:57 -06:00
|
|
|
"memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 17:13:57 -06:00
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "alloc"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"core 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc_jemalloc"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"build_helper 0.1.0",
|
|
|
|
"core 0.0.0",
|
2017-05-23 21:02:23 -05:00
|
|
|
"gcc 0.3.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"libc 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc_system"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"core 0.0.0",
|
|
|
|
"libc 0.0.0",
|
|
|
|
]
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "arena"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2017-05-08 17:01:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"backtrace-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 17:01:13 -05: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"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-05-23 21:02:23 -05:00
|
|
|
"gcc 0.3.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 17:01:13 -05:00
|
|
|
]
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2017-03-16 19:05:21 -05:00
|
|
|
version = "0.8.2"
|
2017-03-12 14:28:36 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-06-07 14:42:17 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bootstrap"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"build_helper 0.1.0",
|
2017-05-13 10:12:19 -05:00
|
|
|
"cmake 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-23 21:02:23 -05:00
|
|
|
"gcc 0.3.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-25 22:20:09 -05:00
|
|
|
"num_cpus 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-24 16:37:04 -06:00
|
|
|
"toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bufstream"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-01-24 16:37:04 -06:00
|
|
|
[[package]]
|
|
|
|
name = "build-manifest"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-04-29 18:11:58 -05:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "build_helper"
|
|
|
|
version = "0.1.0"
|
2017-01-31 15:27:51 -06:00
|
|
|
dependencies = [
|
|
|
|
"filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2016-09-02 03:55:29 -05:00
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cargo"
|
|
|
|
version = "0.20.0"
|
|
|
|
source = "git+https://github.com/rust-lang/cargo#2b32084293d8da63b48de56363a0f2e986ec3367"
|
|
|
|
replace = "cargo 0.20.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cargo"
|
|
|
|
version = "0.20.0"
|
|
|
|
dependencies = [
|
|
|
|
"advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cargotest 0.1.0",
|
|
|
|
"crates-io 0.9.0",
|
|
|
|
"crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"curl 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"docopt 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-05 11:36:48 -05:00
|
|
|
"error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fs2 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-07 14:42:17 -05:00
|
|
|
"git2 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"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-05 11:36:48 -05:00
|
|
|
"jobserver 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-07 14:42:17 -05:00
|
|
|
"libgit2-sys 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num_cpus 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"openssl 0.9.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"psapi-sys 0.1.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-06-05 11:36:48 -05:00
|
|
|
"scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-26 09:46:41 -05:00
|
|
|
"semver 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"serde 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_ignored 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"shell-escape 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-31 19:21:00 -05:00
|
|
|
"tar 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"term 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"toml 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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)",
|
|
|
|
"cargo 0.20.0",
|
|
|
|
"filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-07 14:42:17 -05:00
|
|
|
"git2 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"hamcrest 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-31 19:21:00 -05:00
|
|
|
"tar 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"term 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-15 16:55:26 -06:00
|
|
|
[[package]]
|
|
|
|
name = "cargotest2"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2017-05-08 17:01:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2017-04-29 18:11:58 -05:00
|
|
|
version = "2.19.3"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"strsim 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 16:55:26 -06:00
|
|
|
"term_size 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"unicode-segmentation 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 17:13:57 -06:00
|
|
|
"unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"vec_map 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 17:01:13 -05:00
|
|
|
"yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 17:13:57 -06:00
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cmake"
|
2017-05-13 10:12:19 -05:00
|
|
|
version = "0.1.23"
|
2016-09-02 03:55:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-05-23 21:02:23 -05:00
|
|
|
"gcc 0.3.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "collections"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"alloc 0.0.0",
|
|
|
|
"core 0.0.0",
|
2016-11-29 13:38:08 -06:00
|
|
|
"std_unicode 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
2016-10-07 01:30:38 -05:00
|
|
|
[[package]]
|
|
|
|
name = "compiler_builtins"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-02-23 09:49:54 -06:00
|
|
|
"build_helper 0.1.0",
|
2016-10-07 01:30:38 -05:00
|
|
|
"core 0.0.0",
|
2017-05-23 21:02:23 -05:00
|
|
|
"gcc 0.3.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-07 01:30:38 -05:00
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "compiletest"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-04-27 14:41:18 -05:00
|
|
|
"diff 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 09:57:59 -06:00
|
|
|
"env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-31 21:16:45 -06:00
|
|
|
"filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-10 13:50:27 -06:00
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "crates-io"
|
|
|
|
version = "0.9.0"
|
|
|
|
dependencies = [
|
|
|
|
"curl 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-05 11:36:48 -05:00
|
|
|
"error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"serde 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam"
|
|
|
|
version = "0.2.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "curl"
|
|
|
|
version = "0.4.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"curl-sys 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"openssl-probe 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"openssl-sys 0.9.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "curl-sys"
|
|
|
|
version = "0.3.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-05-23 21:02:23 -05:00
|
|
|
"gcc 0.3.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libz-sys 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"openssl-sys 0.9.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-05-08 17:01:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "dbghelp-sys"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "derive-new"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"quote 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-04-27 14:41:18 -05:00
|
|
|
[[package]]
|
|
|
|
name = "diff"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "docopt"
|
|
|
|
version = "0.7.0"
|
|
|
|
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)",
|
|
|
|
"regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-19 18:20:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "enum_primitive"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-19 18:20:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2017-03-10 13:50:27 -06:00
|
|
|
version = "0.4.2"
|
2017-02-19 18:20:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-03-10 13:50:27 -06:00
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-19 18:20:57 -06:00
|
|
|
"regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
2017-05-08 17:01:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "error-chain"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"backtrace 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "error_index_generator"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-04-29 18:11:58 -05:00
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flate"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"build_helper 0.1.0",
|
2017-05-23 21:02:23 -05:00
|
|
|
"gcc 0.3.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
2017-05-08 17:01:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
|
|
|
version = "0.2.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-04-29 18:11:58 -05:00
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 17:01:13 -05:00
|
|
|
"miniz-sys 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "fmt_macros"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fs2"
|
|
|
|
version = "0.4.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)",
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "gcc"
|
2017-05-23 21:02:23 -05:00
|
|
|
version = "0.3.50"
|
2016-09-02 03:55:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "gdi32-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)",
|
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "git2"
|
2017-06-07 14:42:17 -05:00
|
|
|
version = "0.6.6"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-06-07 14:42:17 -05:00
|
|
|
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-07 14:42:17 -05:00
|
|
|
"libgit2-sys 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"openssl-probe 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"openssl-sys 0.9.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "git2-curl"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"curl 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-07 14:42:17 -05:00
|
|
|
"git2 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "graphviz"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hamcrest"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"num 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 0.1.80 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "handlebars"
|
2017-04-29 18:11:58 -05:00
|
|
|
version = "0.25.3"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-05-08 17:01:13 -05:00
|
|
|
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-10 13:50:27 -06:00
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 17:13:57 -06:00
|
|
|
"pest 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"quick-error 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-19 18:20:57 -06:00
|
|
|
"regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-bidi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-normalization 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 16:55:26 -06:00
|
|
|
]
|
|
|
|
|
2017-05-08 17:01:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "installer"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-04-29 18:11:58 -05:00
|
|
|
"clap 2.19.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 17:01:13 -05:00
|
|
|
"error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-31 19:21:00 -05:00
|
|
|
"tar 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 17:01:13 -05:00
|
|
|
"walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"xz2 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
2017-06-05 11:36:48 -05:00
|
|
|
name = "itoa"
|
|
|
|
version = "0.3.1"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-19 18:20:57 -06:00
|
|
|
[[package]]
|
2017-06-05 11:36:48 -05:00
|
|
|
name = "jobserver"
|
|
|
|
version = "0.1.4"
|
2017-02-19 18:20:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-06-05 11:36:48 -05:00
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2017-02-19 18:20:57 -06:00
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "languageserver-types"
|
|
|
|
version = "0.10.0"
|
|
|
|
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)",
|
|
|
|
"serde 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2017-05-08 17:01:13 -05:00
|
|
|
version = "0.2.8"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"core 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2017-04-29 18:11:58 -05:00
|
|
|
version = "0.2.22"
|
2016-09-02 03:55:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "libgit2-sys"
|
2017-06-07 14:42:17 -05:00
|
|
|
version = "0.6.12"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cmake 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"curl-sys 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-23 21:02:23 -05:00
|
|
|
"gcc 0.3.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libssh2-sys 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libz-sys 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"openssl-sys 0.9.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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 = [
|
|
|
|
"cmake 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libz-sys 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"openssl-sys 0.9.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
|
|
|
version = "1.0.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-05-23 21:02:23 -05:00
|
|
|
"gcc 0.3.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "linkchecker"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2017-03-10 13:50:27 -06:00
|
|
|
version = "0.3.7"
|
2016-09-02 03:55:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-05-08 17:01:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "lzma-sys"
|
2017-05-16 09:28:36 -05:00
|
|
|
version = "0.1.4"
|
2017-05-08 17:01:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-23 21:02:23 -05:00
|
|
|
"gcc 0.3.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 17:01:13 -05:00
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "mdbook"
|
2017-04-26 21:04:04 -05:00
|
|
|
version = "0.0.21"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-04-29 18:11:58 -05:00
|
|
|
"clap 2.19.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-10 13:50:27 -06:00
|
|
|
"env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"handlebars 0.25.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-10 13:50:27 -06:00
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-19 18:20:57 -06:00
|
|
|
"open 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 17:13:57 -06:00
|
|
|
"pulldown-cmark 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-19 18:20:57 -06:00
|
|
|
"regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"toml 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
|
|
|
version = "0.1.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 17:13:57 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2017-02-19 18:20:57 -06:00
|
|
|
version = "1.0.1"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-04-29 18:11:58 -05:00
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 17:13:57 -06:00
|
|
|
]
|
|
|
|
|
2017-05-08 17:01:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "miniz-sys"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-05-23 21:02:23 -05:00
|
|
|
"gcc 0.3.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
|
|
|
version = "0.2.29"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.22 (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)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num"
|
|
|
|
version = "0.1.37"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"num-bigint 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-complex 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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)",
|
|
|
|
"num-rational 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
|
|
|
version = "0.1.37"
|
|
|
|
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)",
|
|
|
|
"num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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"
|
|
|
|
version = "0.1.37"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits 0.1.37 (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-integer"
|
|
|
|
version = "0.1.34"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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)",
|
|
|
|
"num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
|
|
|
version = "0.1.36"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"num-bigint 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-integer 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 17:01:13 -05:00
|
|
|
]
|
|
|
|
|
2017-02-19 18:20:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2017-03-10 13:50:27 -06:00
|
|
|
version = "0.1.37"
|
2017-02-19 18:20:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2017-04-25 22:20:09 -05:00
|
|
|
version = "1.4.0"
|
2016-09-02 03:55:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-04-29 18:11:58 -05:00
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
2017-02-19 18:20:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "open"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
|
|
|
version = "0.9.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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)",
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"openssl-sys 0.9.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
|
|
|
version = "0.9.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-05-23 21:02:23 -05:00
|
|
|
"gcc 0.3.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"gdi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"user32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-04-26 16:22:45 -05:00
|
|
|
[[package]]
|
|
|
|
name = "owning_ref"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "panic_abort"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"core 0.0.0",
|
|
|
|
"libc 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "panic_unwind"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"alloc 0.0.0",
|
|
|
|
"core 0.0.0",
|
|
|
|
"libc 0.0.0",
|
|
|
|
"unwind 0.0.0",
|
|
|
|
]
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "proc_macro"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"syntax 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2016-10-07 01:30:38 -05:00
|
|
|
name = "proc_macro_plugin"
|
2016-09-02 03:55:29 -05:00
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2016-10-07 01:30:38 -05:00
|
|
|
"rustc_plugin 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
2017-01-17 21:27:09 -06:00
|
|
|
"syntax_pos 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "psapi-sys"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark"
|
|
|
|
version = "0.0.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-03-12 14:28:36 -05:00
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark"
|
2017-03-16 19:05:21 -05:00
|
|
|
version = "0.0.14"
|
2017-03-12 14:28:36 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-03-16 19:05:21 -05:00
|
|
|
"bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-12 14:28:36 -05:00
|
|
|
]
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
2017-04-29 18:11:58 -05:00
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "0.3.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "racer"
|
|
|
|
version = "2.0.6"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-04-29 18:11:58 -05:00
|
|
|
dependencies = [
|
|
|
|
"clap 2.19.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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)",
|
|
|
|
"typed-arena 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2017-02-07 17:13:57 -06:00
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
2016-10-07 01:30:38 -05:00
|
|
|
name = "rand"
|
2016-09-02 03:55:29 -05:00
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-04-29 18:11:58 -05:00
|
|
|
"core 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.3.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
|
|
|
version = "0.1.80"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2017-02-19 18:20:57 -06:00
|
|
|
version = "0.2.1"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-03-16 19:05:21 -05:00
|
|
|
"aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-19 18:20:57 -06:00
|
|
|
"memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex-syntax 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 16:55:26 -06:00
|
|
|
"thread_local 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-19 18:20:57 -06:00
|
|
|
"utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 17:13:57 -06:00
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2017-02-19 18:20:57 -06:00
|
|
|
version = "0.4.0"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
travis: Parallelize tests on Android
Currently our slowest test suite on android, run-pass, takes over 5 times longer
than the x86_64 component (~400 -> ~2200s). Typically QEMU emulation does indeed
add overhead, but not 5x for this kind of workload. One of the slowest parts of
the Android process is that *compilation* happens serially. Tests themselves
need to run single-threaded on the emulator (due to how the test harness works)
and this forces the compiles themselves to be single threaded.
Now Travis gives us more than one core per machine, so it'd be much better if we
could take advantage of them! The emulator itself is still fundamentally
single-threaded, but we should see a nice speedup by sending binaries for it to
run much more quickly.
It turns out that we've already got all the tools to do this in-tree. The
qemu-test-{server,client} that are in use for the ARM Linux testing are a
perfect match for the Android emulator. This commit migrates the custom adb
management code in compiletest/rustbuild to the same qemu-test-{server,client}
implementation that ARM Linux uses.
This allows us to lift the parallelism restriction on the compiletest test
suites, namely run-pass. Consequently although we'll still basically run the
tests themselves in single threaded mode we'll be able to compile all of them in
parallel, keeping the pipeline much more full and using more cores for the work
at hand. Additionally the architecture here should be a bit speedier as it
should have less overhead than adb which is a whole new process on both the host
and the emulator!
Locally on an 8 core machine I've seen the run-pass test suite speed up from
taking nearly an hour to only taking 6 minutes. I don't think we'll see quite a
drastic speedup on Travis but I'm hoping this change can place the Android tests
well below 2 hours instead of just above 2 hours.
Because the client/server here are now repurposed for more than just QEMU,
they've been renamed to `remote-test-{server,client}`.
Note that this PR does not currently modify how debuginfo tests are executed on
Android. While parallelizable it wouldn't be quite as easy, so that's left to
another day. Thankfully that test suite is much smaller than the run-pass test
suite.
As a final fix I discovered that the ARM and Android test suites were actually
running all library unit tests (e.g. stdtest, coretest, etc) twice. I've
corrected that to only run tests once which should also give a nice boost in
overall cycle time here.
2017-04-26 10:52:19 -05:00
|
|
|
[[package]]
|
|
|
|
name = "remote-test-client"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "remote-test-server"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rls"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"cargo 0.20.0 (git+https://github.com/rust-lang/cargo)",
|
|
|
|
"derive-new 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"languageserver-types 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"racer 2.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-05 11:36:48 -05:00
|
|
|
"rls-analysis 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rls-data 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-05 11:36:48 -05:00
|
|
|
"rls-vfs 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustfmt 0.9.0 (git+https://github.com/rust-lang-nursery/rustfmt?branch=libsyntax)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"serde 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"toml 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rls-analysis"
|
2017-06-05 11:36:48 -05:00
|
|
|
version = "0.3.2"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"derive-new 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-05 11:36:48 -05:00
|
|
|
"rls-data 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-03-13 21:16:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rls-data"
|
2017-06-11 21:29:59 -05:00
|
|
|
version = "0.4.1"
|
2017-03-15 03:20:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-03-13 21:16:44 -05:00
|
|
|
dependencies = [
|
2017-05-08 14:15:48 -05:00
|
|
|
"rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-13 21:16:44 -05:00
|
|
|
]
|
|
|
|
|
2017-06-05 11:36:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rls-data"
|
2017-05-29 19:01:48 -05:00
|
|
|
version = "0.6.0"
|
2017-06-05 11:36:48 -05: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-13 21:16:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rls-span"
|
2017-05-08 14:15:48 -05:00
|
|
|
version = "0.4.0"
|
2017-03-15 03:20:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-03-13 21:16:44 -05:00
|
|
|
dependencies = [
|
2017-04-29 18:11:58 -05:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rls-vfs"
|
2017-06-05 11:36:48 -05:00
|
|
|
version = "0.4.2"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"racer 2.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-13 21:16:44 -05:00
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustbook"
|
2017-02-07 17:13:57 -06:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2017-04-29 18:11:58 -05:00
|
|
|
"clap 2.19.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-26 21:04:04 -05:00
|
|
|
"mdbook 0.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 17:13:57 -06:00
|
|
|
]
|
2016-09-02 03:55:29 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"arena 0.0.0",
|
|
|
|
"fmt_macros 0.0.0",
|
|
|
|
"graphviz 0.0.0",
|
2017-02-15 09:57:59 -06:00
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-26 16:22:45 -05:00
|
|
|
"owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc_back 0.0.0",
|
|
|
|
"rustc_bitflags 0.0.0",
|
|
|
|
"rustc_const_math 0.0.0",
|
|
|
|
"rustc_data_structures 0.0.0",
|
|
|
|
"rustc_errors 0.0.0",
|
|
|
|
"serialize 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
2017-05-08 17:01:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-main"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"rustc_back 0.0.0",
|
|
|
|
"rustc_driver 0.0.0",
|
|
|
|
"rustdoc 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-serialize"
|
2017-04-29 18:11:58 -05:00
|
|
|
version = "0.3.24"
|
2016-09-02 03:55:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-12-29 22:28:11 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_asan"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"alloc_system 0.0.0",
|
2017-02-04 19:10:29 -06:00
|
|
|
"build_helper 0.1.0",
|
2017-05-13 10:12:19 -05:00
|
|
|
"cmake 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-29 22:28:11 -06:00
|
|
|
"core 0.0.0",
|
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_back"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-02-15 09:57:59 -06:00
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"serialize 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_bitflags"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_borrowck"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"graphviz 0.0.0",
|
2017-02-15 09:57:59 -06:00
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_data_structures 0.0.0",
|
|
|
|
"rustc_errors 0.0.0",
|
|
|
|
"rustc_mir 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_const_eval"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2016-09-25 18:53:26 -05:00
|
|
|
"arena 0.0.0",
|
2017-02-15 09:57:59 -06:00
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_back 0.0.0",
|
|
|
|
"rustc_const_math 0.0.0",
|
2016-09-24 09:45:24 -05:00
|
|
|
"rustc_data_structures 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc_errors 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_const_math"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"serialize 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_data_structures"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-02-15 09:57:59 -06:00
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"serialize 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_driver"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"arena 0.0.0",
|
2017-02-15 09:57:59 -06:00
|
|
|
"env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"graphviz 0.0.0",
|
2017-02-15 09:57:59 -06:00
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-07 01:30:38 -05:00
|
|
|
"proc_macro_plugin 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_back 0.0.0",
|
|
|
|
"rustc_borrowck 0.0.0",
|
|
|
|
"rustc_const_eval 0.0.0",
|
2016-10-28 20:26:01 -05:00
|
|
|
"rustc_data_structures 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc_errors 0.0.0",
|
|
|
|
"rustc_incremental 0.0.0",
|
|
|
|
"rustc_lint 0.0.0",
|
|
|
|
"rustc_metadata 0.0.0",
|
|
|
|
"rustc_mir 0.0.0",
|
|
|
|
"rustc_passes 0.0.0",
|
|
|
|
"rustc_plugin 0.0.0",
|
|
|
|
"rustc_privacy 0.0.0",
|
|
|
|
"rustc_resolve 0.0.0",
|
|
|
|
"rustc_save_analysis 0.0.0",
|
|
|
|
"rustc_trans 0.0.0",
|
|
|
|
"rustc_typeck 0.0.0",
|
|
|
|
"serialize 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_ext 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_errors"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-01-28 17:13:21 -06:00
|
|
|
"serialize 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_incremental"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"graphviz 0.0.0",
|
2017-02-15 09:57:59 -06:00
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_data_structures 0.0.0",
|
|
|
|
"serialize 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_lint"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-02-15 09:57:59 -06:00
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_back 0.0.0",
|
|
|
|
"rustc_const_eval 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_llvm"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"build_helper 0.1.0",
|
2017-05-23 21:02:23 -05:00
|
|
|
"gcc 0.3.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-18 16:15:14 -06:00
|
|
|
"rustc_bitflags 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
2016-12-29 22:28:11 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_lsan"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"alloc_system 0.0.0",
|
2017-02-04 19:10:29 -06:00
|
|
|
"build_helper 0.1.0",
|
2017-05-13 10:12:19 -05:00
|
|
|
"cmake 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-29 22:28:11 -06:00
|
|
|
"core 0.0.0",
|
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_metadata"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"flate 0.0.0",
|
2017-02-15 09:57:59 -06:00
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-26 16:22:45 -05:00
|
|
|
"owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-07 01:30:38 -05:00
|
|
|
"proc_macro 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_back 0.0.0",
|
|
|
|
"rustc_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-07 01:30:38 -05:00
|
|
|
"syntax_ext 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_mir"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"graphviz 0.0.0",
|
2017-02-15 09:57:59 -06:00
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_bitflags 0.0.0",
|
|
|
|
"rustc_const_eval 0.0.0",
|
|
|
|
"rustc_const_math 0.0.0",
|
|
|
|
"rustc_data_structures 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
2016-12-29 22:28:11 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_msan"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"alloc_system 0.0.0",
|
2017-02-04 19:10:29 -06:00
|
|
|
"build_helper 0.1.0",
|
2017-05-13 10:12:19 -05:00
|
|
|
"cmake 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-29 22:28:11 -06:00
|
|
|
"core 0.0.0",
|
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_passes"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-02-15 09:57:59 -06:00
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_const_eval 0.0.0",
|
|
|
|
"rustc_const_math 0.0.0",
|
|
|
|
"rustc_errors 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_platform_intrinsics"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_plugin"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_back 0.0.0",
|
|
|
|
"rustc_errors 0.0.0",
|
|
|
|
"rustc_metadata 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_privacy"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"rustc 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_resolve"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"arena 0.0.0",
|
2017-02-15 09:57:59 -06:00
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_errors 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_save_analysis"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-02-15 09:57:59 -06:00
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-29 19:01:48 -05:00
|
|
|
"rls-data 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 14:15:48 -05:00
|
|
|
"rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc 0.0.0",
|
2017-04-29 18:11:58 -05:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-03 11:18:04 -05:00
|
|
|
"rustc_typeck 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_trans"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"flate 0.0.0",
|
2017-05-23 21:02:23 -05:00
|
|
|
"gcc 0.3.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 09:57:59 -06:00
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-26 16:22:45 -05:00
|
|
|
"owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_back 0.0.0",
|
2016-11-16 16:36:08 -06:00
|
|
|
"rustc_bitflags 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc_const_math 0.0.0",
|
|
|
|
"rustc_data_structures 0.0.0",
|
|
|
|
"rustc_errors 0.0.0",
|
|
|
|
"rustc_incremental 0.0.0",
|
|
|
|
"rustc_llvm 0.0.0",
|
|
|
|
"rustc_platform_intrinsics 0.0.0",
|
2017-02-03 08:58:13 -06:00
|
|
|
"serialize 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
2016-12-29 22:28:11 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_tsan"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"alloc_system 0.0.0",
|
2017-02-04 19:10:29 -06:00
|
|
|
"build_helper 0.1.0",
|
2017-05-13 10:12:19 -05:00
|
|
|
"cmake 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-12-29 22:28:11 -06:00
|
|
|
"core 0.0.0",
|
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_typeck"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"arena 0.0.0",
|
|
|
|
"fmt_macros 0.0.0",
|
2017-02-15 09:57:59 -06:00
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_back 0.0.0",
|
|
|
|
"rustc_const_math 0.0.0",
|
2016-11-18 04:31:44 -06:00
|
|
|
"rustc_data_structures 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc_errors 0.0.0",
|
|
|
|
"rustc_platform_intrinsics 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustdoc"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"arena 0.0.0",
|
|
|
|
"build_helper 0.1.0",
|
2017-03-25 13:07:52 -05:00
|
|
|
"env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-23 21:02:23 -05:00
|
|
|
"gcc 0.3.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-25 13:07:52 -05:00
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-16 19:05:21 -05:00
|
|
|
"pulldown-cmark 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05: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 10:53:06 -05:00
|
|
|
"rustc_typeck 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"serialize 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustfmt"
|
2017-06-05 11:36:48 -05:00
|
|
|
version = "0.9.0"
|
|
|
|
source = "git+https://github.com/rust-lang-nursery/rustfmt?branch=libsyntax#6c1de7694782d9f710b2f00b1f650f266a99b384"
|
2017-04-29 18:11:58 -05:00
|
|
|
dependencies = [
|
|
|
|
"diff 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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)",
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-05 11:36:48 -05:00
|
|
|
"strings 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"term 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"toml 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-segmentation 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-05-08 17:01:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-06-05 11:36:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2017-05-26 09:46:41 -05:00
|
|
|
version = "0.7.0"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-26 09:46:41 -05:00
|
|
|
"serde 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
|
|
|
version = "0.9.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-19 18:20:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2017-04-29 18:11:58 -05:00
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive_internals 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive_internals"
|
|
|
|
version = "0.15.0"
|
|
|
|
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 = [
|
|
|
|
"serde 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
|
|
|
version = "0.9.10"
|
2017-02-19 18:20:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-04-29 18:11:58 -05:00
|
|
|
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)",
|
|
|
|
"num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2017-02-19 18:20:57 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2017-04-29 18:11:58 -05:00
|
|
|
version = "1.0.2"
|
2017-02-19 18:20:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-03-10 13:50:27 -06:00
|
|
|
"num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"serde 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-19 18:20:57 -06:00
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "serialize"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "shell-escape"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-26 16:22:45 -05:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "std"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"alloc 0.0.0",
|
|
|
|
"alloc_jemalloc 0.0.0",
|
|
|
|
"alloc_system 0.0.0",
|
|
|
|
"build_helper 0.1.0",
|
|
|
|
"collections 0.0.0",
|
2016-10-07 01:30:38 -05:00
|
|
|
"compiler_builtins 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"core 0.0.0",
|
2017-05-23 21:02:23 -05:00
|
|
|
"gcc 0.3.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"libc 0.0.0",
|
|
|
|
"panic_abort 0.0.0",
|
|
|
|
"panic_unwind 0.0.0",
|
|
|
|
"rand 0.0.0",
|
2016-12-29 22:28:11 -06:00
|
|
|
"rustc_asan 0.0.0",
|
|
|
|
"rustc_lsan 0.0.0",
|
|
|
|
"rustc_msan 0.0.0",
|
|
|
|
"rustc_tsan 0.0.0",
|
2016-11-29 13:38:08 -06:00
|
|
|
"std_unicode 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"unwind 0.0.0",
|
|
|
|
]
|
|
|
|
|
2016-11-29 13:38:08 -06:00
|
|
|
[[package]]
|
|
|
|
name = "std_unicode"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"core 0.0.0",
|
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "strings"
|
2017-06-05 11:36:48 -05:00
|
|
|
version = "0.1.0"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2017-02-19 18:20:57 -06:00
|
|
|
version = "0.6.0"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "0.8.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"quote 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "0.11.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "synom"
|
|
|
|
version = "0.11.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "syntax"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-05-03 12:54:03 -05:00
|
|
|
"bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 09:57:59 -06:00
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-11-02 23:33:35 -05:00
|
|
|
"rustc_data_structures 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc_errors 0.0.0",
|
|
|
|
"serialize 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syntax_ext"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"fmt_macros 0.0.0",
|
2017-02-15 09:57:59 -06:00
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-07 01:30:38 -05:00
|
|
|
"proc_macro 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc_errors 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syntax_pos"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"serialize 0.0.0",
|
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "syntex_errors"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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)",
|
|
|
|
"term 0.4.5 (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 = "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)",
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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)",
|
|
|
|
"term 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-05-08 17:01:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tar"
|
2017-05-31 19:21:00 -05:00
|
|
|
version = "0.4.13"
|
2017-05-08 17:01:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 17:01:13 -05:00
|
|
|
"xattr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tempdir"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "term_size"
|
2017-02-15 16:55:26 -06:00
|
|
|
version = "0.2.3"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 17:13:57 -06:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "test"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"getopts 0.0.0",
|
|
|
|
"term 0.0.0",
|
|
|
|
]
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "thread-id"
|
2017-04-29 18:11:58 -05:00
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread-id"
|
|
|
|
version = "3.1.0"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
|
|
|
version = "0.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 17:13:57 -06:00
|
|
|
]
|
|
|
|
|
2017-02-15 16:55:26 -06:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
|
|
|
version = "0.3.3"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-04-29 18:11:58 -05:00
|
|
|
"thread-id 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-19 18:20:57 -06:00
|
|
|
"unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 17:13:57 -06:00
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "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-29 18:11:58 -05:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-19 18:20:57 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2017-04-29 18:11:58 -05:00
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"serde 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typed-arena"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
|
|
|
version = "0.2.5"
|
2017-02-19 18:20:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-04-29 18:11:58 -05:00
|
|
|
"matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2017-04-29 18:11:58 -05:00
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
|
|
|
version = "1.2.0"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-19 18:20:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "unreachable"
|
|
|
|
version = "0.1.1"
|
|
|
|
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-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"idna 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url_serde"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"serde 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "user32-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 = "utf8-ranges"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "utf8-ranges"
|
2017-02-19 18:20:57 -06:00
|
|
|
version = "1.0.0"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2017-04-29 18:11:58 -05:00
|
|
|
version = "0.6.0"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-19 18:20:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-05-08 17:01:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ws2_32-sys"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-05-08 17:01:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "xattr"
|
|
|
|
version = "0.1.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-04-29 18:11:58 -05:00
|
|
|
"libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 17:01:13 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xz2"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-05-16 09:28:36 -05:00
|
|
|
"lzma-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 17:01:13 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[metadata]
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum advapi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e06588080cb19d0acb6739808aafa5f26bfb2ca015b2b6370028b44cf7cb8a9a"
|
|
|
|
"checksum aho-corasick 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ca972c2ea5f742bfce5687b9aef75506a764f61d37f8f649047846a9686ddb66"
|
2017-03-16 19:05:21 -05:00
|
|
|
"checksum aho-corasick 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "500909c4f87a9e52355b26626d890833e9e1d53ac566db76c36faa984b889699"
|
2017-02-07 17:13:57 -06:00
|
|
|
"checksum ansi_term 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "23ac7c30002a5accbf7e8987d0632fa6de155b7c3d39d0067317a391e00a2ef6"
|
2017-05-08 17:01:13 -05:00
|
|
|
"checksum backtrace 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f551bc2ddd53aea015d453ef0b635af89444afa5ed2405dd0b2062ad5d600d80"
|
|
|
|
"checksum backtrace-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d192fd129132fbc97497c1f2ec2c2c5174e376b95f535199ef4fe0a293d33842"
|
2017-02-07 17:13:57 -06:00
|
|
|
"checksum bitflags 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4f67931368edf3a9a51d29886d245f1c3db2f1ef0dcc9e35ff70341b78c10d23"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum bitflags 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "aad18937a628ec6abcd26d1489012cc0e18c21798210f491af69ded9b881106d"
|
2017-03-16 19:05:21 -05:00
|
|
|
"checksum bitflags 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "1370e9fc2a6ae53aea8b7a5110edbd08836ed87c88736dfabccade1c2b44bff4"
|
2017-06-07 14:42:17 -05:00
|
|
|
"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f2f382711e76b9de6c744cc00d0497baba02fb00a787f088c879f01d09468e32"
|
|
|
|
"checksum cargo 0.20.0 (git+https://github.com/rust-lang/cargo)" = "<none>"
|
2017-05-08 17:01:13 -05:00
|
|
|
"checksum cfg-if 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de1e760d7b6535af4241fca8bd8adf68e2e7edacc6b29f5d399050c5e48cf88c"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum clap 2.19.3 (registry+https://github.com/rust-lang/crates.io-index)" = "95b78f3fe0fc94c13c731714363260e04b557a637166f33a4570d3189d642374"
|
2017-05-13 10:12:19 -05:00
|
|
|
"checksum cmake 0.1.23 (registry+https://github.com/rust-lang/crates.io-index)" = "92278eb79412c8f75cfc89e707a1bb3a6490b68f7f2e78d15c774f30fe701122"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum crossbeam 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0c5ea215664ca264da8a9d9c3be80d2eaf30923c259d03e870388eb927508f97"
|
|
|
|
"checksum curl 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c90e1240ef340dd4027ade439e5c7c2064dd9dc652682117bd50d1486a3add7b"
|
|
|
|
"checksum curl-sys 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" = "23e7e544dc5e1ba42c4a4a678bd47985e84b9c3f4d3404c29700622a029db9c3"
|
2017-05-08 17:01:13 -05:00
|
|
|
"checksum dbghelp-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97590ba53bcb8ac28279161ca943a924d1fd4a8fb3fa63302591647c4fc5b850"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum derive-new 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "41be6ca3b99e0c0483fb2389685448f650459c3ecbe4e18d7705d8010ec4ab8e"
|
2017-04-27 14:41:18 -05:00
|
|
|
"checksum diff 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "0a515461b6c8c08419850ced27bc29e86166dcdcde8fbe76f8b1f0589bb49472"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum docopt 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab32ea6e284d87987066f21a9e809a73c14720571ef34516f0890b3d355ccfd8"
|
2017-02-19 18:20:57 -06:00
|
|
|
"checksum dtoa 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80c8b71fd71146990a9742fc06dcbbde19161a267e0ad4e572c35162f4578c90"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum enum_primitive 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "be4551092f4d519593039259a9ed8daedf0da12e5109c5280338073eaeb81180"
|
|
|
|
"checksum env_logger 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "15abd780e45b3ea4f76b4e9a26ff4843258dd8a3eed2775a0e7368c2e7936c2f"
|
2017-03-10 13:50:27 -06:00
|
|
|
"checksum env_logger 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e3856f1697098606fc6cb97a93de88ca3f3bc35bb878c725920e6e82ecf05e83"
|
2017-05-08 17:01:13 -05:00
|
|
|
"checksum error-chain 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d9435d864e017c3c6afeac1654189b06cdb491cf2ff73dbf0d73b0f292f42ff8"
|
2016-09-02 03:55:29 -05:00
|
|
|
"checksum filetime 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "5363ab8e4139b8568a6237db5248646e5a8a2f89bd5ccb02092182b11fd3e922"
|
2017-05-08 17:01:13 -05:00
|
|
|
"checksum flate2 0.2.19 (registry+https://github.com/rust-lang/crates.io-index)" = "36df0166e856739905cd3d7e0b210fe818592211a008862599845e012d8d304c"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum foreign-types 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3e4056b9bd47f8ac5ba12be771f77a0dae796d1bbaaf5fd0b9c2d38b69b8a29d"
|
|
|
|
"checksum fs2 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "34edaee07555859dc13ca387e6ae05686bb4d0364c95d649b6dab959511f4baf"
|
2017-05-23 21:02:23 -05:00
|
|
|
"checksum gcc 0.3.50 (registry+https://github.com/rust-lang/crates.io-index)" = "5f837c392f2ea61cb1576eac188653df828c861b7137d74ea4a5caa89621f9e6"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum gdi32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0912515a8ff24ba900422ecda800b52f4016a56251922d397c576bf92c690518"
|
2016-09-02 03:55:29 -05:00
|
|
|
"checksum getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9047cfbd08a437050b363d35ef160452c5fe8ea5187ae0a624708c91581d685"
|
2017-06-07 14:42:17 -05:00
|
|
|
"checksum git2 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aa01936ac96555c083c0e8553f672616274408d9d3fc5b8696603fbf63ff43ee"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum git2-curl 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "68676bc784bf0bef83278898929bf64a251e87c0340723d0b93fa096c9c5bf8e"
|
|
|
|
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
|
|
|
|
"checksum hamcrest 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bf088f042a467089e9baa4972f57f9247e42a0cc549ba264c7a04fbb8ecb89d4"
|
|
|
|
"checksum handlebars 0.25.3 (registry+https://github.com/rust-lang/crates.io-index)" = "15bdf598fc3c2de40c6b340213028301c0d225eea55a2294e6cc148074e557a1"
|
|
|
|
"checksum idna 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6ac85ec3f80c8e4e99d9325521337e14ec7555c458a14e377d189659a427f375"
|
2017-02-19 18:20:57 -06:00
|
|
|
"checksum itoa 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eb2f404fbc66fd9aac13e998248505e7ecb2ad8e44ab6388684c5fb11c6c251c"
|
2017-06-05 11:36:48 -05:00
|
|
|
"checksum jobserver 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c43fc6e4066b2adf0539c854daa1d926d7f23e6926e019850d34b8ae46391b2e"
|
2017-02-07 17:13:57 -06:00
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum languageserver-types 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "97c2985bfcbbcb0189cfa25e1c10c1ac7111df2b6214b652c690127aefdf4e5b"
|
2017-05-08 17:01:13 -05:00
|
|
|
"checksum lazy_static 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3b37545ab726dd833ec6420aaba8231c5b320814b9029ad585555d2a03e94fbf"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum libc 0.2.22 (registry+https://github.com/rust-lang/crates.io-index)" = "babb8281da88cba992fa1f4ddec7d63ed96280a1a53ec9b919fd37b53d71e502"
|
2017-06-07 14:42:17 -05:00
|
|
|
"checksum libgit2-sys 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "df18a822100352d9863b302faf6f8f25c0e77f0e60feb40e5dbe1238b7f13b1d"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum libssh2-sys 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0db4ec23611747ef772db1c4d650f8bd762f07b461727ec998f953c614024b75"
|
|
|
|
"checksum libz-sys 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e5ee912a45d686d393d5ac87fac15ba0ba18daae14e8e7543c63ebf7fb7e970c"
|
2017-03-10 13:50:27 -06:00
|
|
|
"checksum log 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "5141eca02775a762cc6cd564d8d2c50f67c0ea3a372cbf1c51592b3e029e10ad"
|
2017-05-16 09:28:36 -05:00
|
|
|
"checksum lzma-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "fedff6a5cbb24494ec6ee4784e9ac5c187161fede04c7767d49bf87544013afa"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum matches 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "efd7622e3022e1a6eaa602c4cea8912254e5582c9c692e9167714182244801b1"
|
2017-04-26 21:04:04 -05:00
|
|
|
"checksum mdbook 0.0.21 (registry+https://github.com/rust-lang/crates.io-index)" = "f1e2e9d848514dcfad4195788d0d42ae5153a477c191d75d5b84fab10f222fbd"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum memchr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d8b629fb514376c675b98c1421e80b151d3817ac42d7c667717d282761418d20"
|
2017-02-19 18:20:57 -06:00
|
|
|
"checksum memchr 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1dbccc0e46f1ea47b9f17e6d67c5a96bd27030519c519c9c91327e31275a47b4"
|
2017-05-08 17:01:13 -05:00
|
|
|
"checksum miniz-sys 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "28eaee17666671fa872e567547e8428e83308ebe5808cdf6a0e28397dbe2c726"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
|
|
|
"checksum net2 0.2.29 (registry+https://github.com/rust-lang/crates.io-index)" = "bc01404e7568680f1259aa5729539f221cb1e6d047a0d9053cab4be8a73b5d67"
|
|
|
|
"checksum num 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "98b15ba84e910ea7a1973bccd3df7b31ae282bf9d8bd2897779950c9b8303d40"
|
|
|
|
"checksum num-bigint 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "ba6d838b16e56da1b6c383d065ff1ec3c7d7797f65a3e8f6ba7092fd87820bac"
|
|
|
|
"checksum num-complex 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "148eb324ca772230853418731ffdf13531738b50f89b30692a01fcdcb0a64677"
|
|
|
|
"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"
|
|
|
|
"checksum num-rational 0.1.36 (registry+https://github.com/rust-lang/crates.io-index)" = "c2dc5ea04020a8f18318ae485c751f8cfa1c0e69dcf465c29ddaaa64a313cc44"
|
2017-03-10 13:50:27 -06:00
|
|
|
"checksum num-traits 0.1.37 (registry+https://github.com/rust-lang/crates.io-index)" = "e1cbfa3781f3fe73dc05321bed52a06d2d491eaa764c52335cf4399f046ece99"
|
2017-04-25 22:20:09 -05:00
|
|
|
"checksum num_cpus 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca313f1862c7ec3e0dfe8ace9fa91b1d9cb5c84ace3d00f5ec4216238e93c167"
|
2017-02-19 18:20:57 -06:00
|
|
|
"checksum open 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3478ed1686bd1300c8a981a940abc92b06fac9cbef747f4c668d4e032ff7b842"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum openssl 0.9.12 (registry+https://github.com/rust-lang/crates.io-index)" = "bb5d1663b73d10c6a3eda53e2e9d0346f822394e7b858d7257718f65f61dfbe2"
|
|
|
|
"checksum openssl-probe 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d98df0270d404ccd3c050a41d579c52d1db15375168bb3471e04ec0f5f378daf"
|
|
|
|
"checksum openssl-sys 0.9.12 (registry+https://github.com/rust-lang/crates.io-index)" = "3a5886d87d3e2a0d890bf62dc8944f5e3769a405f7e1e9ef6e517e47fd7a0897"
|
2017-04-26 16:22:45 -05:00
|
|
|
"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
|
2017-02-07 17:13:57 -06:00
|
|
|
"checksum pest 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "0a6dda33d67c26f0aac90d324ab2eb7239c819fc7b2552fe9faa4fe88441edc8"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum pkg-config 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903"
|
|
|
|
"checksum psapi-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "abcd5d1a07d360e29727f757a9decb3ce8bc6e0efa8969cfaad669a8317a2478"
|
2017-03-16 19:05:21 -05:00
|
|
|
"checksum pulldown-cmark 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9ab1e588ef8efd702c7ed9d2bd774db5e6f4d878bb5a1a9f371828fbdff6973"
|
2017-02-07 17:13:57 -06:00
|
|
|
"checksum pulldown-cmark 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1058d7bb927ca067656537eec4e02c2b4b70eaaa129664c5b90c111e20326f41"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum quick-error 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c36987d4978eb1be2e422b1e0423a557923a5c3e7e6f31d5699e9aafaefa469"
|
|
|
|
"checksum quote 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4c5cf478fe1006dbcc72567121d23dbdae5f1632386068c5c86ff4f645628504"
|
|
|
|
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
|
|
|
|
"checksum racer 2.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b0d72b3afd67882adfca61d609fafb8d7aa5f9e814f12c32fcc6e171995920e8"
|
|
|
|
"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-02-19 18:20:57 -06:00
|
|
|
"checksum regex 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4278c17d0f6d62dfef0ab00028feb45bd7d2102843f80763474eeb1be8a10c01"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum regex-syntax 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "f9ec002c35e86791825ed294b50008eea9ddfc8def4420124fbc6b08db834957"
|
2017-02-19 18:20:57 -06:00
|
|
|
"checksum regex-syntax 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9191b1f57603095f105d317e375d19b1c9c5c3185ea9633a99a6dcbed04457"
|
2017-06-05 11:36:48 -05:00
|
|
|
"checksum rls-analysis 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8d77d58e8933752142b5b92e3f8ba6d6f1630be6da5627c492268a43f79ffbda"
|
2017-06-11 21:29:59 -05:00
|
|
|
"checksum rls-data 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "374a8fad31cc0681a7bfd8a04079dd4afd0e981d34e18a171b1a467445bdf51e"
|
2017-05-29 19:01:48 -05:00
|
|
|
"checksum rls-data 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9e2087477364c34faca86c2476765deb1185dbae3c598cfb1eb040f3a74d22b5"
|
2017-05-08 14:15:48 -05:00
|
|
|
"checksum rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d7c7046dc6a92f2ae02ed302746db4382e75131b9ce20ce967259f6b5867a6a"
|
2017-06-05 11:36:48 -05:00
|
|
|
"checksum rls-vfs 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ace07060dd154731b39254864245cbdd33c8f5f64fe1f630a089c72e2468f854"
|
2017-05-08 17:01:13 -05:00
|
|
|
"checksum rustc-demangle 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3058a43ada2c2d0b92b3ae38007a2d0fa5e9db971be260e0171408a4ff471c95"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
|
2017-06-05 11:36:48 -05:00
|
|
|
"checksum rustfmt 0.9.0 (git+https://github.com/rust-lang-nursery/rustfmt?branch=libsyntax)" = "<none>"
|
2017-05-08 17:01:13 -05:00
|
|
|
"checksum same-file 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "d931a44fdaa43b8637009e7632a02adc4f2b2e0733c08caa4cf00e8da4a117a7"
|
2017-06-05 11:36:48 -05:00
|
|
|
"checksum scoped-tls 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f417c22df063e9450888a7561788e9bd46d3bb3c1466435b4eccb903807f147d"
|
2017-05-26 09:46:41 -05:00
|
|
|
"checksum semver 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3fdd61b85a0fa777f7fb7c454b9189b2941b110d1385ce84d7f76efdf1606a85"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
"checksum serde 0.9.15 (registry+https://github.com/rust-lang/crates.io-index)" = "34b623917345a631dc9608d5194cc206b3fe6c3554cd1c75b937e55e285254af"
|
|
|
|
"checksum serde 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "38a3db3a5757f68069aba764b793823ea9fb9717c42c016f8903f8add50f508a"
|
|
|
|
"checksum serde_derive 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "e46ef71ee001a4279a4513e79a6ebbb59da3a4987bf77a6df2e5534cd6f21d82"
|
|
|
|
"checksum serde_derive_internals 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "021c338d22c7e30f957a6ab7e388cb6098499dda9fd4ba1661ee074ca7a180d1"
|
|
|
|
"checksum serde_ignored 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c10e798e4405d7dcec3658989e35ee6706f730a9ed7c1184d5ebd84317e82f46"
|
|
|
|
"checksum serde_json 0.9.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ad8bcf487be7d2e15d3d543f04312de991d631cfe1b43ea0ade69e6a8a5b16a1"
|
|
|
|
"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-04-26 16:22:45 -05:00
|
|
|
"checksum stable_deref_trait 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "15132e0e364248108c5e2c02e3ab539be8d6f5d52a01ca9bbf27ed657316f02b"
|
2017-06-05 11:36:48 -05:00
|
|
|
"checksum strings 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "da75d8bf2c4d210d63dd09581a041b036001f9f6e03d9b151dbff810fb7ba26a"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum strsim 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "67f84c44fbb2f91db7fef94554e6b2ac05909c9c0b0bc23bb98d3a1aebfe7f7c"
|
2017-02-19 18:20:57 -06:00
|
|
|
"checksum strsim 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b4d15c810519a91cf877e7e36e63fe068815c678181439f2f29e2562147c3694"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
|
|
|
|
"checksum syn 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6ae6fb0dcc9bd85f89a1a4adc0df2fd90c90c98849d61433983dd7a9df6363f7"
|
|
|
|
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
|
|
|
|
"checksum syntex_errors 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9e52bffe6202cfb67587784cf23e0ec5bf26d331eef4922a16d5c42e12aa1e9b"
|
|
|
|
"checksum syntex_pos 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)" = "955ef4b16af4c468e4680d1497f873ff288f557d338180649e18f915af5e15ac"
|
|
|
|
"checksum syntex_syntax 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)" = "76a302e717e348aa372ff577791c3832395650073b8d8432f8b3cb170b34afde"
|
2017-05-31 19:21:00 -05:00
|
|
|
"checksum tar 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "281285b717926caa919ad905ef89c63d75805c7d89437fb873100925a53f2b1b"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum tempdir 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "87974a6f5c1dfb344d733055601650059a3363de2a6104819293baff662132d6"
|
|
|
|
"checksum term 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d168af3930b369cfe245132550579d47dfd873d69470755a19c2c6568dbbd989"
|
2017-02-15 16:55:26 -06:00
|
|
|
"checksum term_size 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "07b6c1ac5b3fffd75073276bca1ceed01f67a28537097a2a9539e116e50fb21a"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum thread-id 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a9539db560102d1cef46b8b78ce737ff0bb64e7e18d35b2a5688f7d097d0ff03"
|
|
|
|
"checksum thread-id 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8df7875b676fddfadffd96deea3b1124e5ede707d4884248931077518cf1f773"
|
|
|
|
"checksum thread_local 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8576dbbfcaef9641452d5cf0df9b0e7eeab7694956dd33bb61515fb8f18cfdd5"
|
2017-02-15 16:55:26 -06:00
|
|
|
"checksum thread_local 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c85048c6260d17cf486ceae3282d9fb6b90be220bf5b28c400f5485ffc29f0c7"
|
2016-09-02 03:55:29 -05:00
|
|
|
"checksum toml 0.1.30 (registry+https://github.com/rust-lang/crates.io-index)" = "0590d72182e50e879c4da3b11c6488dae18fccb1ae0c7a3eda18e16795844796"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum toml 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "736b60249cb25337bc196faa43ee12c705e426f3d55c214d73a4e7be06f92cb4"
|
|
|
|
"checksum toml 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bd86ad9ebee246fdedd610e0f6d0587b754a3d81438db930a244d0480ed7878f"
|
|
|
|
"checksum toml 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4cc5dbfb20a481e64b99eb7ae280859ec76730c7191570ba5edaa962394edb0a"
|
|
|
|
"checksum typed-arena 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8e2f9dc90da4f9d66ffc9ad3ead2c7d57582a26f4a3292d2ce7011bd29965100"
|
|
|
|
"checksum unicode-bidi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "d3a078ebdd62c0e71a709c3d53d2af693fe09fe93fbff8344aebe289b78f9032"
|
|
|
|
"checksum unicode-normalization 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "e28fa37426fceeb5cf8f41ee273faa7c82c47dc8fba5853402841e665fcd86ff"
|
|
|
|
"checksum unicode-segmentation 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c3bc443ded17b11305ffffe6b37e2076f328a5a8cb6aa877b1b98f77699e98b5"
|
|
|
|
"checksum unicode-segmentation 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a8083c594e02b8ae1654ae26f0ade5158b119bd88ad0e8227a5d8fcd72407946"
|
2017-02-07 17:13:57 -06:00
|
|
|
"checksum unicode-width 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bf3a113775714a22dcb774d8ea3655c53a32debae63a063acc00a91cc586245f"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "36dff09cafb4ec7c8cf0023eb0b686cb6ce65499116a12201c9e11840ca01beb"
|
|
|
|
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
|
2017-02-19 18:20:57 -06:00
|
|
|
"checksum unreachable 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1f2ae5ddb18e1c92664717616dd9549dde73f539f01bd7b77c2edb2446bdff91"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum url 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f5ba8a749fb4479b043733416c244fa9d1d3af3d7c23804944651c8a448cb87e"
|
|
|
|
"checksum url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea"
|
|
|
|
"checksum user32-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ef4711d107b21b410a3a974b1204d9accc8b10dad75d8324b5d755de1617d47"
|
|
|
|
"checksum utf8-ranges 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1ca13c08c41c9c3e04224ed9ff80461d97e121589ff27c753a16cb10830ae0f"
|
2017-02-19 18:20:57 -06:00
|
|
|
"checksum utf8-ranges 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "662fab6525a98beff2921d7f61a39e7d59e0b425ebc7d0d9e66d316e55124122"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum vec_map 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cac5efe5cb0fa14ec2f84f83c701c562ee63f6dcc680861b21d65c682adfb05f"
|
2017-02-19 18:20:57 -06:00
|
|
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2017-05-08 17:01:13 -05:00
|
|
|
"checksum walkdir 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "bb08f9e670fab86099470b97cd2b252d6527f0b3cc1401acdb595ffc9dd288ff"
|
2017-02-07 17:13:57 -06:00
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
2017-05-08 17:01:13 -05:00
|
|
|
"checksum xattr 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "5f04de8a1346489a2f9e9bd8526b73d135ec554227b17568456e86aa35b6f3fc"
|
|
|
|
"checksum xz2 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e9510bdf100731599107c61f77daf46713a69a568f75458999c1f9dbf6ba25b0"
|
|
|
|
"checksum yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"
|