2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2018-08-21 12:23:47 -05:00
|
|
|
version = "0.6.7"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"memchr 2.0.2 (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 = [
|
2018-03-30 06:06:34 -05:00
|
|
|
"compiler_builtins 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"core 0.0.0",
|
2018-09-15 03:40:25 -05:00
|
|
|
"rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc_jemalloc"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"build_helper 0.1.0",
|
2018-09-17 11:52:02 -05:00
|
|
|
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-30 06:06:34 -05:00
|
|
|
"compiler_builtins 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"core 0.0.0",
|
|
|
|
"libc 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "alloc_system"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2018-03-30 06:06:34 -05:00
|
|
|
"compiler_builtins 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"core 0.0.0",
|
2017-12-06 02:25:29 -06:00
|
|
|
"dlmalloc 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"libc 0.0.0",
|
|
|
|
]
|
|
|
|
|
2018-04-03 09:32:04 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ammonia"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-02 11:33:16 -05:00
|
|
|
"html5ever 0.22.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-03 09:32:04 -05:00
|
|
|
"maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-03 09:32:04 -05:00
|
|
|
"tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-17 11:04:22 -05:00
|
|
|
"url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-03 09:32:04 -05:00
|
|
|
]
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
2018-03-16 05:37:14 -05:00
|
|
|
version = "0.11.0"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-03-16 05:37:14 -05:00
|
|
|
dependencies = [
|
2018-07-02 11:33:16 -05:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-16 05:37:14 -05:00
|
|
|
]
|
2017-02-07 17:13:57 -06:00
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "arena"
|
|
|
|
version = "0.0.0"
|
2017-12-03 06:49:46 -06:00
|
|
|
dependencies = [
|
|
|
|
"rustc_data_structures 0.0.0",
|
|
|
|
]
|
2016-09-02 03:55:29 -05:00
|
|
|
|
2018-02-25 21:15:45 -06:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.4.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-04-25 17:11:28 -05:00
|
|
|
[[package]]
|
|
|
|
name = "assert_cli"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "0.6.2"
|
2018-04-25 17:11:28 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-15 22:38:11 -05:00
|
|
|
"difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 17:11:28 -05:00
|
|
|
"environment 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-31 16:16:55 -05:00
|
|
|
"failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"serde_json 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 17:11:28 -05:00
|
|
|
]
|
|
|
|
|
2017-06-14 21:33:06 -05:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2018-07-27 08:10:52 -05:00
|
|
|
version = "0.2.11"
|
2017-06-14 21:33:06 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-06 02:25:29 -06:00
|
|
|
"termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
]
|
|
|
|
|
2017-05-08 17:01:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "0.3.9"
|
2017-05-08 17:01:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-14 23:08:42 -05:00
|
|
|
"backtrace-sys 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 17:01:13 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace-sys"
|
2018-08-14 23:08:42 -05:00
|
|
|
version = "0.1.24"
|
2017-05-08 17:01:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-17 11:52:02 -05:00
|
|
|
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 17:01:13 -05:00
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2017-09-08 14:08:01 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2018-08-21 12:23:47 -05:00
|
|
|
version = "1.0.4"
|
2017-09-08 14:08:01 -05:00
|
|
|
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",
|
2018-09-17 11:52:02 -05:00
|
|
|
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-06 15:52:40 -05:00
|
|
|
"filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-02 10:43:55 -05:00
|
|
|
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-06 02:25:29 -06:00
|
|
|
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-08 15:56:22 -06:00
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-08 01:04:29 -05:00
|
|
|
"petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
Add tests to rustbuild
In order to run tests, previous commits have cfg'd out various parts of
rustbuild. Generally speaking, these are filesystem-related operations
and process-spawning related parts. Then, rustbuild is run "as normal"
and the various steps that where run are retrieved from the cache and
checked against the expected results.
Note that this means that the current implementation primarily tests
"what" we build, but doesn't actually test that what we build *will*
build. In other words, it doesn't do any form of dependency verification
for any crate. This is possible to implement, but is considered future
work.
This implementation strives to cfg out as little code as possible; it
also does not currently test anywhere near all of rustbuild. The current
tests are also not checked for "correctness," rather, they simply
represent what we do as of this commit, which may be wrong.
Test cases are drawn from the old implementation of rustbuild, though
the expected results may vary.
2018-03-10 08:03:06 -06:00
|
|
|
"pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-18 10:43:59 -05:00
|
|
|
"toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-01-24 16:37:04 -06:00
|
|
|
]
|
|
|
|
|
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 = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-18 10:43:59 -05:00
|
|
|
"toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "build_helper"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2017-09-18 09:18:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "1.2.3"
|
2017-09-18 09:18:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-09-20 16:37:53 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bytesize"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cargo"
|
2018-09-20 16:37:53 -05:00
|
|
|
version = "0.32.0"
|
2017-07-18 20:32:12 -05:00
|
|
|
dependencies = [
|
2018-07-27 08:10:52 -05:00
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-17 11:32:08 -05:00
|
|
|
"bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-20 16:37:53 -05:00
|
|
|
"bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-17 11:04:22 -05:00
|
|
|
"core-foundation 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-20 16:37:53 -05:00
|
|
|
"crates-io 0.20.0",
|
2018-07-31 16:16:55 -05:00
|
|
|
"crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-26 11:07:16 -06:00
|
|
|
"crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-20 16:37:53 -05:00
|
|
|
"curl 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-31 16:16:55 -05:00
|
|
|
"failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"flate2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-08 15:56:22 -06:00
|
|
|
"fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-14 16:27:26 -05:00
|
|
|
"fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"git2 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-15 12:58:02 -05:00
|
|
|
"git2-curl 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-18 20:32:12 -05:00
|
|
|
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"home 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ignore 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-15 12:58:02 -05:00
|
|
|
"jobserver 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-17 11:04:22 -05:00
|
|
|
"lazycell 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-20 16:37:53 -05:00
|
|
|
"libgit2-sys 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-08 15:56:22 -06:00
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"opener 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-14 16:27:26 -05:00
|
|
|
"openssl 0.10.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-31 16:16:55 -05:00
|
|
|
"rustc-workspace-hack 1.0.0",
|
|
|
|
"rustfix 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"same-file 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-08 15:56:22 -06:00
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-01 22:46:51 -05:00
|
|
|
"serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"serde_json 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-02 10:43:55 -05:00
|
|
|
"shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"tar 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"termcolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-18 10:43:59 -05:00
|
|
|
"toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 10:48:43 -05:00
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-17 11:04:22 -05:00
|
|
|
"url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
2018-07-13 03:34:50 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cargo_metadata"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-13 03:34:50 -05:00
|
|
|
]
|
|
|
|
|
2017-02-15 16:55:26 -06:00
|
|
|
[[package]]
|
|
|
|
name = "cargotest2"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2017-09-21 20:58:35 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2018-09-17 11:52:02 -05:00
|
|
|
version = "1.0.25"
|
2017-09-21 20:58:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-05-08 17:01:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2018-08-21 12:23:47 -05:00
|
|
|
version = "0.1.5"
|
2017-05-08 17:01:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-05-24 07:48:02 -05:00
|
|
|
[[package]]
|
|
|
|
name = "chalk-engine"
|
2018-08-14 04:54:43 -05:00
|
|
|
version = "0.7.0"
|
2018-05-24 07:48:02 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"chalk-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-23 22:37:40 -05:00
|
|
|
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-24 07:48:02 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chalk-macros"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-01-24 22:01:42 -06:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "0.4.4"
|
2018-01-24 22:01:42 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-02 11:33:16 -05:00
|
|
|
"num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-24 22:01:42 -06:00
|
|
|
]
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "2.32.0"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-03-16 05:37:14 -05:00
|
|
|
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-27 08:10:52 -05:00
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-16 05:37:14 -05:00
|
|
|
"strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 10:48:43 -05:00
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"vec_map 0.8.1 (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
|
|
|
]
|
|
|
|
|
2017-12-06 02:25:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "clippy"
|
2018-07-14 17:01:24 -05:00
|
|
|
version = "0.0.212"
|
2017-12-06 02:25:29 -06:00
|
|
|
dependencies = [
|
2018-08-26 19:26:09 -05:00
|
|
|
"cargo_metadata 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-30 08:12:12 -06:00
|
|
|
"clippy-mini-macro-test 0.2.0",
|
2018-09-07 02:12:06 -05:00
|
|
|
"clippy_dev 0.0.1",
|
2018-07-14 17:01:24 -05:00
|
|
|
"clippy_lints 0.0.212",
|
2018-07-26 07:38:41 -05:00
|
|
|
"compiletest_rs 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-08 13:55:43 -05:00
|
|
|
"derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-31 16:16:55 -05:00
|
|
|
"rustc-workspace-hack 1.0.0",
|
2018-09-07 02:12:06 -05:00
|
|
|
"rustc_tools_util 0.1.0",
|
2018-02-09 11:53:41 -06:00
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-06 02:25:29 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clippy-mini-macro-test"
|
2018-01-30 08:12:12 -06:00
|
|
|
version = "0.2.0"
|
2017-12-06 02:25:29 -06:00
|
|
|
|
2018-09-07 02:12:06 -05:00
|
|
|
[[package]]
|
|
|
|
name = "clippy_dev"
|
|
|
|
version = "0.0.1"
|
|
|
|
dependencies = [
|
|
|
|
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-05-19 06:18:02 -05:00
|
|
|
[[package]]
|
|
|
|
name = "clippy_lints"
|
2018-07-14 17:01:24 -05:00
|
|
|
version = "0.0.212"
|
2018-05-11 07:11:06 -05:00
|
|
|
dependencies = [
|
2018-08-26 19:26:09 -05:00
|
|
|
"cargo_metadata 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-20 02:53:56 -05:00
|
|
|
"if_chain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-11 07:11:06 -05:00
|
|
|
"itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-11 07:11:06 -05:00
|
|
|
"pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-11 07:11:06 -05:00
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-25 10:42:47 -05:00
|
|
|
"smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-11 07:11:06 -05:00
|
|
|
"toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-17 11:04:22 -05:00
|
|
|
"url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-11 07:11:06 -05:00
|
|
|
]
|
|
|
|
|
2018-07-26 16:58:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cloudabi"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-26 16:58:55 -05:00
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cmake"
|
2018-08-21 12:23:47 -05:00
|
|
|
version = "0.1.33"
|
2016-09-02 03:55:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-17 11:52:02 -05:00
|
|
|
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
2018-04-25 17:11:28 -05:00
|
|
|
[[package]]
|
|
|
|
name = "colored"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-12-06 02:25:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "commoncrypto"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"commoncrypto-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "commoncrypto-sys"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-17 14:01:18 -05:00
|
|
|
]
|
|
|
|
|
2016-10-07 01:30:38 -05:00
|
|
|
[[package]]
|
|
|
|
name = "compiler_builtins"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2018-09-17 11:52:02 -05:00
|
|
|
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-07 01:30:38 -05:00
|
|
|
"core 0.0.0",
|
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "compiletest"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-12-06 02:25:29 -06:00
|
|
|
"diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-06 15:52:40 -05:00
|
|
|
"filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-02 10:43:55 -05:00
|
|
|
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-04 17:24:39 -05:00
|
|
|
"regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-31 16:16:55 -05:00
|
|
|
"rustfix 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
2017-06-30 13:58:54 -05:00
|
|
|
[[package]]
|
2017-12-06 02:25:29 -06:00
|
|
|
name = "compiletest_rs"
|
2018-07-26 07:38:41 -05:00
|
|
|
version = "0.3.13"
|
2017-07-14 05:30:17 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2017-12-06 02:25:29 -06:00
|
|
|
"diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-02 10:43:55 -05:00
|
|
|
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-14 05:30:17 -05:00
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "core"
|
|
|
|
version = "0.0.0"
|
2018-02-26 11:07:16 -06:00
|
|
|
dependencies = [
|
2018-09-15 03:40:25 -05:00
|
|
|
"rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-26 11:07:16 -06:00
|
|
|
]
|
2016-09-02 03:55:29 -05:00
|
|
|
|
2017-08-24 00:52:28 -05:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2018-07-17 11:04:22 -05:00
|
|
|
version = "0.6.1"
|
2017-08-24 00:52:28 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-17 11:04:22 -05:00
|
|
|
"core-foundation-sys 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-08-24 00:52:28 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2018-07-17 11:04:22 -05:00
|
|
|
version = "0.6.1"
|
2017-08-24 00:52:28 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-07-18 20:32:12 -05:00
|
|
|
[[package]]
|
|
|
|
name = "crates-io"
|
2018-09-20 16:37:53 -05:00
|
|
|
version = "0.20.0"
|
2017-07-18 20:32:12 -05:00
|
|
|
dependencies = [
|
2018-09-20 16:37:53 -05:00
|
|
|
"curl 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-31 16:16:55 -05:00
|
|
|
"failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-17 11:04:22 -05:00
|
|
|
"url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
2017-09-01 22:46:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam"
|
2018-01-08 15:56:22 -06:00
|
|
|
version = "0.3.2"
|
2017-09-01 22:46:51 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-07-26 16:58:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2018-09-24 21:40:42 -05:00
|
|
|
version = "0.2.6"
|
2018-07-26 16:58:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-24 21:40:42 -05:00
|
|
|
"crossbeam-epoch 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-15 03:40:25 -05:00
|
|
|
"rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-13 14:15:16 -05:00
|
|
|
"smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-26 16:58:55 -05:00
|
|
|
]
|
|
|
|
|
2018-02-25 21:15:45 -06:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-04-02 10:43:55 -05:00
|
|
|
"crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-25 21:15:45 -06:00
|
|
|
"crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2018-04-02 10:43:55 -05:00
|
|
|
version = "0.3.1"
|
2018-02-25 21:15:45 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-25 21:15:45 -06:00
|
|
|
"crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-25 21:15:45 -06:00
|
|
|
"memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-07-26 16:58:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2018-09-24 21:40:42 -05:00
|
|
|
version = "0.6.0"
|
2018-07-26 16:58:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-24 21:40:42 -05:00
|
|
|
"crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-26 16:58:55 -05:00
|
|
|
"memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-02-25 21:15:45 -06:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-25 21:15:45 -06:00
|
|
|
]
|
|
|
|
|
2018-07-31 16:16:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-12-06 02:25:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-hash"
|
2018-02-26 11:07:16 -06:00
|
|
|
version = "0.3.1"
|
2017-12-06 02:25:29 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"commoncrypto 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-14 16:27:26 -05:00
|
|
|
"openssl 0.10.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-06 02:25:29 -06:00
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "curl"
|
2018-09-20 16:37:53 -05:00
|
|
|
version = "0.4.17"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-17 11:52:02 -05:00
|
|
|
"curl-sys 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-08 15:56:22 -06:00
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-10 11:42:49 -06:00
|
|
|
"openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-14 16:27:26 -05:00
|
|
|
"openssl-sys 0.9.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"schannel 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"socket2 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "curl-sys"
|
2018-09-17 11:52:02 -05:00
|
|
|
version = "0.4.10"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-17 11:52:02 -05:00
|
|
|
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-20 16:37:53 -05:00
|
|
|
"libnghttp2-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-17 11:52:02 -05:00
|
|
|
"libz-sys 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-14 16:27:26 -05:00
|
|
|
"openssl-sys 0.9.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"pkg-config 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 17:01:13 -05:00
|
|
|
]
|
|
|
|
|
2018-05-29 06:52:51 -05:00
|
|
|
[[package]]
|
|
|
|
name = "datafrog"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "derive-new"
|
2018-05-08 13:55:43 -05:00
|
|
|
version = "0.5.4"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-02 11:33:16 -05:00
|
|
|
"proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.13.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
2018-07-26 16:58:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "derive_more"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.13.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-04-27 14:41:18 -05:00
|
|
|
[[package]]
|
|
|
|
name = "diff"
|
2017-12-06 02:25:29 -06:00
|
|
|
version = "0.1.11"
|
2017-04-27 14:41:18 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
Add tests to rustbuild
In order to run tests, previous commits have cfg'd out various parts of
rustbuild. Generally speaking, these are filesystem-related operations
and process-spawning related parts. Then, rustbuild is run "as normal"
and the various steps that where run are retrieved from the cache and
checked against the expected results.
Note that this means that the current implementation primarily tests
"what" we build, but doesn't actually test that what we build *will*
build. In other words, it doesn't do any form of dependency verification
for any crate. This is possible to implement, but is considered future
work.
This implementation strives to cfg out as little code as possible; it
also does not currently test anywhere near all of rustbuild. The current
tests are also not checked for "correctness," rather, they simply
represent what we do as of this commit, which may be wrong.
Test cases are drawn from the old implementation of rustbuild, though
the expected results may vary.
2018-03-10 08:03:06 -06:00
|
|
|
[[package]]
|
|
|
|
name = "difference"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-12-06 02:25:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "dlmalloc"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2018-03-30 06:06:34 -05:00
|
|
|
"compiler_builtins 0.0.0",
|
2017-12-06 02:25:29 -06:00
|
|
|
"core 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2018-04-02 10:43:55 -05:00
|
|
|
version = "1.5.0"
|
2017-12-06 02:25:29 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-03 09:32:04 -05:00
|
|
|
[[package]]
|
|
|
|
name = "elasticlunr-rs"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "2.3.3"
|
2018-04-03 09:32:04 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-21 16:06:13 -05:00
|
|
|
"strum 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"strum_macros 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-03 09:32:04 -05:00
|
|
|
]
|
|
|
|
|
2018-01-29 14:45:12 -06:00
|
|
|
[[package]]
|
|
|
|
name = "ena"
|
2018-05-18 14:25:34 -05:00
|
|
|
version = "0.9.3"
|
2018-01-29 14:45:12 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-29 14:45:12 -06:00
|
|
|
]
|
|
|
|
|
2018-01-24 22:01:42 -06:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2018-08-21 12:23:47 -05:00
|
|
|
version = "0.5.12"
|
2018-01-24 22:01:42 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-27 08:10:52 -05:00
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-01 13:08:48 -06:00
|
|
|
"humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"termcolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-24 22:01:42 -06:00
|
|
|
]
|
|
|
|
|
2018-04-25 17:11:28 -05:00
|
|
|
[[package]]
|
|
|
|
name = "environment"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-05-08 17:01:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "error-chain"
|
2017-09-01 22:46:51 -05:00
|
|
|
version = "0.11.0"
|
2017-07-29 07:35:09 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-02 11:33:16 -05:00
|
|
|
"backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-29 07:35:09 -05:00
|
|
|
]
|
|
|
|
|
2018-07-13 03:34:50 -05:00
|
|
|
[[package]]
|
|
|
|
name = "error-chain"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "error_index_generator"
|
|
|
|
version = "0.0.0"
|
2017-07-22 21:01:58 -05:00
|
|
|
dependencies = [
|
|
|
|
"rustdoc 0.0.0",
|
|
|
|
]
|
2016-09-02 03:55:29 -05:00
|
|
|
|
2017-12-10 11:42:49 -06:00
|
|
|
[[package]]
|
|
|
|
name = "failure"
|
2018-07-31 16:16:55 -05:00
|
|
|
version = "0.1.2"
|
2017-12-10 11:42:49 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-02 11:33:16 -05:00
|
|
|
"backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-31 16:16:55 -05:00
|
|
|
"failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-10 11:42:49 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "failure_derive"
|
2018-07-31 16:16:55 -05:00
|
|
|
version = "0.1.2"
|
2017-12-10 11:42:49 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"proc-macro2 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-31 16:16:55 -05:00
|
|
|
"synstructure 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-10 11:42:49 -06:00
|
|
|
]
|
|
|
|
|
2018-04-18 10:43:59 -05:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "0.2.1"
|
2018-04-18 10:43:59 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-18 10:43:59 -05:00
|
|
|
]
|
|
|
|
|
2018-03-27 05:44:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "fixedbitset"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-12-31 08:34:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2018-08-21 12:23:47 -05:00
|
|
|
version = "1.0.2"
|
2017-12-31 08:34:29 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-31 08:34:29 -06:00
|
|
|
"miniz-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "fmt_macros"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2017-07-18 16:26:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2017-12-06 02:25:29 -06:00
|
|
|
version = "1.0.6"
|
2017-07-18 16:26:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
2017-12-06 02:25:29 -06:00
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fs2"
|
2018-01-08 15:56:22 -06:00
|
|
|
version = "0.4.3"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
2018-07-05 19:34:00 -05:00
|
|
|
[[package]]
|
|
|
|
name = "fst"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-12-06 02:25:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon"
|
2018-01-08 15:56:22 -06:00
|
|
|
version = "0.3.3"
|
2017-12-06 02:25:29 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-08 15:56:22 -06:00
|
|
|
"fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-06 02:25:29 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon-sys"
|
2018-01-08 15:56:22 -06:00
|
|
|
version = "0.3.3"
|
2017-12-06 02:25:29 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-03 09:32:04 -05:00
|
|
|
[[package]]
|
|
|
|
name = "futf"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "0.1.4"
|
2018-04-03 09:32:04 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-03 09:32:04 -05:00
|
|
|
]
|
|
|
|
|
2017-07-18 20:32:12 -05:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "0.1.21"
|
2016-09-02 03:55:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-14 16:27:26 -05:00
|
|
|
[[package]]
|
|
|
|
name = "fwdansi"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"termcolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-14 16:27:26 -05:00
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
2018-04-02 10:43:55 -05:00
|
|
|
version = "0.2.17"
|
2016-09-02 03:55:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-09-17 02:20:03 -05:00
|
|
|
[[package]]
|
|
|
|
name = "getset"
|
|
|
|
version = "0.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.13.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "git2"
|
2018-08-14 16:27:26 -05:00
|
|
|
version = "0.7.5"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-20 16:37:53 -05:00
|
|
|
"libgit2-sys 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-10 11:42:49 -06:00
|
|
|
"openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-14 16:27:26 -05:00
|
|
|
"openssl-sys 0.9.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-17 11:04:22 -05:00
|
|
|
"url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "git2-curl"
|
2018-03-15 12:58:02 -05:00
|
|
|
version = "0.8.1"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-20 16:37:53 -05:00
|
|
|
"curl 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-14 16:27:26 -05:00
|
|
|
"git2 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-17 11:04:22 -05:00
|
|
|
"url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-07-18 16:26:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "globset"
|
2018-08-21 12:23:47 -05:00
|
|
|
version = "0.4.1"
|
2017-07-18 16:26:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"aho-corasick 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-06 02:25:29 -06:00
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-18 16:26:55 -05:00
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "graphviz"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "handlebars"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "0.32.4"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-02 10:43:55 -05:00
|
|
|
"pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pest_derive 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
2018-01-08 15:56:22 -06:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "0.3.2"
|
2018-01-08 15:56:22 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-07-18 20:32:12 -05:00
|
|
|
[[package]]
|
|
|
|
name = "home"
|
2018-08-21 12:23:47 -05:00
|
|
|
version = "0.3.3"
|
2017-07-18 20:32:12 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-03-20 21:04:09 -05:00
|
|
|
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-18 20:32:12 -05:00
|
|
|
]
|
|
|
|
|
2018-04-03 09:32:04 -05:00
|
|
|
[[package]]
|
|
|
|
name = "html5ever"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "0.22.3"
|
2018-04-03 09:32:04 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-03 09:32:04 -05:00
|
|
|
"mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"markup5ever 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.13.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-03 09:32:04 -05:00
|
|
|
]
|
|
|
|
|
2018-03-01 13:08:48 -06:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-02 11:33:16 -05:00
|
|
|
"quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-01 13:08:48 -06:00
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2018-07-17 11:04:22 -05:00
|
|
|
version = "0.1.5"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 12:33:32 -05:00
|
|
|
"unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-15 16:55:26 -06:00
|
|
|
]
|
|
|
|
|
2017-12-06 02:25:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "if_chain"
|
2018-07-20 02:53:56 -05:00
|
|
|
version = "0.1.3"
|
2017-12-06 02:25:29 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-07-18 16:26:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ignore"
|
2018-08-21 12:23:47 -05:00
|
|
|
version = "0.4.3"
|
2017-07-18 16:26:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-02-26 11:07:16 -06:00
|
|
|
"crossbeam 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"globset 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"same-file 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-18 16:26:55 -05:00
|
|
|
]
|
|
|
|
|
2017-05-08 17:01:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "installer"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2018-07-02 11:33:16 -05:00
|
|
|
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-03 13:24:24 -05:00
|
|
|
"error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"flate2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-02 10:43:55 -05:00
|
|
|
"rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"tar 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"xz2 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 17:01:13 -05:00
|
|
|
]
|
|
|
|
|
2018-01-25 11:32:25 -06:00
|
|
|
[[package]]
|
|
|
|
name = "is-match"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-05-27 17:16:42 -05:00
|
|
|
[[package]]
|
|
|
|
name = "isatty"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-27 17:16:42 -05:00
|
|
|
]
|
|
|
|
|
2018-01-25 11:32:25 -06:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2018-04-02 10:43:55 -05:00
|
|
|
version = "0.7.8"
|
2018-01-25 11:32:25 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-04-02 10:43:55 -05:00
|
|
|
"either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-25 11:32:25 -06:00
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
2017-06-05 11:36:48 -05:00
|
|
|
name = "itoa"
|
2018-07-17 11:04:22 -05:00
|
|
|
version = "0.4.2"
|
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"
|
2018-03-15 12:58:02 -05:00
|
|
|
version = "0.1.11"
|
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 = [
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-05 11:36:48 -05:00
|
|
|
]
|
2017-02-19 18:20:57 -06:00
|
|
|
|
2018-08-25 11:17:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "json"
|
|
|
|
version = "0.11.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-07-18 20:32:12 -05:00
|
|
|
[[package]]
|
|
|
|
name = "jsonrpc-core"
|
2017-12-28 12:46:29 -06:00
|
|
|
version = "8.0.1"
|
2017-07-18 20:32:12 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-02 11:33:16 -05:00
|
|
|
"futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-29 04:24:38 -06:00
|
|
|
"log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-18 20:32:12 -05: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"
|
2018-07-14 17:01:24 -05:00
|
|
|
version = "0.45.0"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-14 17:01:24 -05:00
|
|
|
"num-derive 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-17 11:04:22 -05:00
|
|
|
"url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2017-12-06 02:25:29 -06:00
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-12-10 11:42:49 -06:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2018-08-21 12:23:47 -05:00
|
|
|
version = "1.1.0"
|
2017-12-10 11:42:49 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-08-21 12:23:47 -05:00
|
|
|
dependencies = [
|
|
|
|
"version_check 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2017-12-10 11:42:49 -06:00
|
|
|
|
2018-02-26 11:07:16 -06:00
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
2018-07-17 11:04:22 -05:00
|
|
|
version = "1.0.0"
|
2018-02-26 11:07:16 -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 = [
|
2018-03-30 06:06:34 -05:00
|
|
|
"compiler_builtins 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"core 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2018-08-07 15:33:22 -05:00
|
|
|
version = "0.2.43"
|
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"
|
2018-09-20 16:37:53 -05:00
|
|
|
version = "0.7.9"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-17 11:52:02 -05:00
|
|
|
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"curl-sys 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-17 11:52:02 -05:00
|
|
|
"libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libz-sys 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-14 16:27:26 -05:00
|
|
|
"openssl-sys 0.9.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"pkg-config 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
2018-09-20 16:37:53 -05:00
|
|
|
[[package]]
|
|
|
|
name = "libnghttp2-sys"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "libssh2-sys"
|
2018-09-17 11:52:02 -05:00
|
|
|
version = "0.2.11"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-17 11:52:02 -05:00
|
|
|
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-17 11:52:02 -05:00
|
|
|
"libz-sys 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-14 16:27:26 -05:00
|
|
|
"openssl-sys 0.9.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"pkg-config 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
2018-09-17 11:52:02 -05:00
|
|
|
version = "1.0.22"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-17 11:52:02 -05:00
|
|
|
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"pkg-config 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "linkchecker"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2018-08-04 17:24:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2017-12-29 04:24:38 -06:00
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-29 04:24:38 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2018-08-21 12:23:47 -05:00
|
|
|
version = "0.4.4"
|
2016-09-02 03:55:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-12-29 04:24:38 -06:00
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-29 04:24:38 -06:00
|
|
|
]
|
2016-09-02 03:55:29 -05:00
|
|
|
|
2017-09-18 09:18:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "log_settings"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "0.1.2"
|
2017-09-18 09:18:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-18 09:18:23 -05:00
|
|
|
]
|
|
|
|
|
2017-05-08 17:01:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "lzma-sys"
|
2018-07-06 15:52:40 -05:00
|
|
|
version = "0.1.10"
|
2017-05-08 17:01:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-17 11:52:02 -05:00
|
|
|
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-06 15:52:40 -05:00
|
|
|
"filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"pkg-config 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 17:01:13 -05:00
|
|
|
]
|
|
|
|
|
2018-04-03 09:32:04 -05:00
|
|
|
[[package]]
|
|
|
|
name = "mac"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-15 08:07:07 -05:00
|
|
|
[[package]]
|
|
|
|
name = "macro-utils"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-03 09:32:04 -05:00
|
|
|
[[package]]
|
|
|
|
name = "maplit"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "markup5ever"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-02 11:33:16 -05:00
|
|
|
"phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"phf_codegen 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"string_cache_codegen 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-03 09:32:04 -05:00
|
|
|
"tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2018-08-21 12:23:47 -05:00
|
|
|
version = "0.1.8"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "mdbook"
|
2018-04-21 16:06:13 -05:00
|
|
|
version = "0.1.7"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-04-03 09:32:04 -05:00
|
|
|
"ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"elasticlunr-rs 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-06 02:25:29 -06:00
|
|
|
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"handlebars 0.32.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-02 10:43:55 -05:00
|
|
|
"itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-27 17:37:02 -05:00
|
|
|
"open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-18 15:33:56 -06:00
|
|
|
"pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-25 11:32:25 -06:00
|
|
|
"shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-18 10:43:59 -05:00
|
|
|
"toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-25 11:32:25 -06:00
|
|
|
"toml-query 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
2017-12-06 02:25:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2018-08-21 12:23:47 -05:00
|
|
|
version = "2.0.2"
|
2017-12-06 02:25:29 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 17:13:57 -06:00
|
|
|
]
|
|
|
|
|
2018-08-31 08:18:08 -05:00
|
|
|
[[package]]
|
|
|
|
name = "memmap"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-02-25 21:15:45 -06:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-05-10 17:02:05 -05:00
|
|
|
[[package]]
|
|
|
|
name = "minifier"
|
2018-08-15 08:07:07 -05:00
|
|
|
version = "0.0.19"
|
2018-05-10 17:02:05 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-15 08:07:07 -05:00
|
|
|
"macro-utils 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-10 17:02:05 -05:00
|
|
|
]
|
|
|
|
|
2017-05-08 17:01:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "miniz-sys"
|
2017-09-21 20:58:35 -05:00
|
|
|
version = "0.1.10"
|
2017-05-08 17:01:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-17 11:52:02 -05:00
|
|
|
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
2018-03-07 01:39:55 -06:00
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2018-08-21 12:23:47 -05:00
|
|
|
version = "0.3.3"
|
2018-03-07 01:39:55 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-02 11:33:16 -05:00
|
|
|
"socket2 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-07 01:39:55 -06:00
|
|
|
]
|
|
|
|
|
2017-12-15 13:41:58 -06:00
|
|
|
[[package]]
|
|
|
|
name = "miri"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-07-02 11:33:16 -05:00
|
|
|
"byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-13 03:34:50 -05:00
|
|
|
"cargo_metadata 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-26 07:38:41 -05:00
|
|
|
"compiletest_rs 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-17 02:20:03 -05:00
|
|
|
"vergen 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-15 13:41:58 -06:00
|
|
|
]
|
|
|
|
|
2018-07-02 11:33:16 -05:00
|
|
|
[[package]]
|
|
|
|
name = "new_debug_unreachable"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-02-25 21:15:45 -06:00
|
|
|
[[package]]
|
|
|
|
name = "nodrop"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
2018-07-14 17:01:24 -05:00
|
|
|
name = "num-derive"
|
|
|
|
version = "0.2.2"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-02 11:33:16 -05:00
|
|
|
"num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"proc-macro2 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2018-07-14 17:01:24 -05:00
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.39"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-02 11:33:16 -05:00
|
|
|
"num-traits 0.2.5 (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"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "0.2.5"
|
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"
|
2018-01-08 15:56:22 -06:00
|
|
|
version = "1.8.0"
|
2016-09-02 03:55:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (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"
|
2017-09-27 17:37:02 -05:00
|
|
|
version = "1.2.1"
|
2017-02-19 18:20:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-21 12:23:47 -05:00
|
|
|
[[package]]
|
|
|
|
name = "opener"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2018-08-14 16:27:26 -05:00
|
|
|
version = "0.10.11"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-06 02:25:29 -06:00
|
|
|
"foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-14 16:27:26 -05:00
|
|
|
"openssl-sys 0.9.35 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
2017-12-10 11:42:49 -06:00
|
|
|
version = "0.1.2"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-14 16:27:26 -05:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-src"
|
2018-08-21 12:23:47 -05:00
|
|
|
version = "110.0.7+1.1.0i"
|
2018-08-14 16:27:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-17 11:52:02 -05:00
|
|
|
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-14 16:27:26 -05:00
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2018-08-14 16:27:26 -05:00
|
|
|
version = "0.9.35"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-17 11:52:02 -05:00
|
|
|
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"openssl-src 110.0.7+1.1.0i (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pkg-config 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
2018-03-27 05:44:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ordermap"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-07-05 19:34:00 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ordslice"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "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 = [
|
2018-07-02 11:33:16 -05:00
|
|
|
"stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-26 16:22:45 -05:00
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "panic_abort"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2018-03-30 06:06:34 -05:00
|
|
|
"compiler_builtins 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"core 0.0.0",
|
|
|
|
"libc 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "panic_unwind"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"alloc 0.0.0",
|
2018-03-30 06:06:34 -05:00
|
|
|
"compiler_builtins 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"core 0.0.0",
|
|
|
|
"libc 0.0.0",
|
|
|
|
"unwind 0.0.0",
|
|
|
|
]
|
|
|
|
|
2018-08-04 17:24:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-12-03 06:49:01 -06:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2018-04-26 22:50:06 -05:00
|
|
|
version = "0.2.14"
|
2017-12-03 06:49:01 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-13 14:15:16 -05:00
|
|
|
"smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-03 06:49:01 -06:00
|
|
|
]
|
|
|
|
|
2018-08-04 17:24:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-15 03:40:25 -05:00
|
|
|
"rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-04 17:24:39 -05:00
|
|
|
"smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-06-14 21:33:06 -05:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2017-12-06 02:25:29 -06:00
|
|
|
version = "1.0.1"
|
2017-06-14 21:33:06 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
2018-04-02 10:43:55 -05:00
|
|
|
version = "1.0.6"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-02 10:43:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-27 05:44:33 -05:00
|
|
|
[[package]]
|
|
|
|
name = "petgraph"
|
2018-09-08 01:04:29 -05:00
|
|
|
version = "0.4.13"
|
2018-03-27 05:44:33 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-04-03 09:32:04 -05:00
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "0.7.22"
|
2018-04-03 09:32:04 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-02 11:33:16 -05:00
|
|
|
"phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-03 09:32:04 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "0.7.22"
|
2018-04-03 09:32:04 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-02 11:33:16 -05:00
|
|
|
"phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-03 09:32:04 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "0.7.22"
|
2018-04-03 09:32:04 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-02 11:33:16 -05:00
|
|
|
"phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-03 09:32:04 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "0.7.22"
|
2018-04-03 09:32:04 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2018-08-21 12:23:47 -05:00
|
|
|
version = "0.3.13"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-05-24 16:52:01 -05:00
|
|
|
[[package]]
|
|
|
|
name = "polonius-engine"
|
2018-05-30 10:17:37 -05:00
|
|
|
version = "0.5.0"
|
2018-05-24 16:52:01 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-05-29 06:52:51 -05:00
|
|
|
dependencies = [
|
|
|
|
"datafrog 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-29 08:36:45 -05:00
|
|
|
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-29 06:52:51 -05:00
|
|
|
]
|
2018-05-24 16:52:01 -05:00
|
|
|
|
2018-04-03 09:32:04 -05:00
|
|
|
[[package]]
|
|
|
|
name = "precomputed-hash"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
Add tests to rustbuild
In order to run tests, previous commits have cfg'd out various parts of
rustbuild. Generally speaking, these are filesystem-related operations
and process-spawning related parts. Then, rustbuild is run "as normal"
and the various steps that where run are retrieved from the cache and
checked against the expected results.
Note that this means that the current implementation primarily tests
"what" we build, but doesn't actually test that what we build *will*
build. In other words, it doesn't do any form of dependency verification
for any crate. This is possible to implement, but is considered future
work.
This implementation strives to cfg out as little code as possible; it
also does not currently test anywhere near all of rustbuild. The current
tests are also not checked for "correctness," rather, they simply
represent what we do as of this commit, which may be wrong.
Test cases are drawn from the old implementation of rustbuild, though
the expected results may vary.
2018-03-10 08:03:06 -06:00
|
|
|
[[package]]
|
|
|
|
name = "pretty_assertions"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-04-02 10:43:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2018-08-21 12:23:47 -05:00
|
|
|
version = "0.4.13"
|
2018-04-02 10:43:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "proc_macro"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2018-02-27 10:11:14 -06:00
|
|
|
"rustc_data_structures 0.0.0",
|
2017-08-28 04:56:43 -05:00
|
|
|
"rustc_errors 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"syntax 0.0.0",
|
2017-01-17 21:27:09 -06:00
|
|
|
"syntax_pos 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
2017-02-13 03:57:50 -06:00
|
|
|
[[package]]
|
|
|
|
name = "profiler_builtins"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2018-09-17 11:52:02 -05:00
|
|
|
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-30 06:06:34 -05:00
|
|
|
"compiler_builtins 0.0.0",
|
2017-02-13 03:57:50 -06:00
|
|
|
"core 0.0.0",
|
2017-06-04 09:54:39 -05:00
|
|
|
]
|
|
|
|
|
2017-12-06 02:25:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark"
|
2018-02-18 15:33:56 -06:00
|
|
|
version = "0.1.2"
|
2017-12-06 02:25:29 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-02 10:43:55 -05:00
|
|
|
"getopts 0.2.17 (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"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "1.2.2"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2017-12-06 02:25:29 -06:00
|
|
|
name = "quine-mc_cluskey"
|
|
|
|
version = "0.2.4"
|
2017-04-29 18:11:58 -05:00
|
|
|
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"
|
|
|
|
|
2018-04-02 10:43:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "0.5.2"
|
2018-04-02 10:43:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-02 11:33:16 -05:00
|
|
|
"proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2018-08-21 12:23:47 -05:00
|
|
|
version = "0.6.8"
|
2018-07-02 11:33:16 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"proc-macro2 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-02 10:43:55 -05:00
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "racer"
|
2018-09-24 21:40:42 -05:00
|
|
|
version = "2.1.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 = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-26 16:58:55 -05:00
|
|
|
"derive_more 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-17 14:59:16 -05:00
|
|
|
"humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-26 16:58:55 -05:00
|
|
|
"rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-24 21:40:42 -05:00
|
|
|
"rustc-ap-syntax 263.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
2017-02-07 17:13:57 -06:00
|
|
|
|
2018-02-26 11:07:16 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2018-08-21 12:23:47 -05:00
|
|
|
version = "0.4.3"
|
2018-02-26 11:07:16 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
2018-07-26 16:58:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2018-09-15 03:40:25 -05:00
|
|
|
version = "0.5.5"
|
2018-07-26 16:58:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-26 16:58:55 -05:00
|
|
|
"rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-02-25 21:15:45 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2018-04-02 10:43:55 -05:00
|
|
|
version = "1.0.1"
|
2018-02-25 21:15:45 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-04-02 10:43:55 -05:00
|
|
|
"either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-25 21:15:45 -06:00
|
|
|
"rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-06 02:25:29 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2018-02-25 21:15:45 -06:00
|
|
|
version = "1.4.0"
|
2017-12-06 02:25:29 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-02-25 21:15:45 -06:00
|
|
|
"crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-08 15:56:22 -06:00
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
2017-09-21 20:58:35 -05:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "0.1.40"
|
2017-12-06 02:25:29 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_termios"
|
|
|
|
version = "0.1.1"
|
2017-09-21 20:58:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2017-12-06 02:25:29 -06:00
|
|
|
dependencies = [
|
2018-07-02 11:33:16 -05:00
|
|
|
"redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-06 02:25:29 -06:00
|
|
|
]
|
2017-09-21 20:58:35 -05:00
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "0.2.11"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"aho-corasick 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 17:13:57 -06:00
|
|
|
]
|
|
|
|
|
2018-05-11 07:11:06 -05:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2018-08-21 12:23:47 -05:00
|
|
|
version = "1.0.4"
|
2018-05-11 07:11:06 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"aho-corasick 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-11 07:11:06 -05:00
|
|
|
]
|
|
|
|
|
2018-02-26 11:07:16 -06:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "0.5.6"
|
2018-02-26 11:07:16 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-05-11 07:11:06 -05:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2018-08-21 12:23:47 -05:00
|
|
|
version = "0.6.2"
|
2018-05-11 07:11:06 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"ucd-util 0.1.1 (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"
|
|
|
|
|
2018-02-26 11:07:16 -06:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2018-04-18 10:43:59 -05:00
|
|
|
version = "0.5.1"
|
2018-02-26 11:07:16 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-02 11:33:16 -05:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-26 11:07:16 -06:00
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rls"
|
2018-08-09 16:36:41 -05:00
|
|
|
version = "0.130.5"
|
2017-04-29 18:11:58 -05:00
|
|
|
dependencies = [
|
2018-09-20 16:37:53 -05:00
|
|
|
"cargo 0.32.0",
|
2018-08-25 11:17:55 -05:00
|
|
|
"cargo_metadata 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-14 17:01:24 -05:00
|
|
|
"clippy_lints 0.0.212",
|
2018-09-24 21:40:42 -05:00
|
|
|
"crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-31 16:16:55 -05:00
|
|
|
"failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-06 22:14:49 -05:00
|
|
|
"itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-28 12:46:29 -06:00
|
|
|
"jsonrpc-core 8.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-14 17:01:24 -05:00
|
|
|
"languageserver-types 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-14 02:09:51 -06:00
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-05 19:34:00 -05:00
|
|
|
"ordslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-24 21:40:42 -05:00
|
|
|
"racer 2.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-15 03:40:25 -05:00
|
|
|
"rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-02 10:43:55 -05:00
|
|
|
"rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-24 21:40:42 -05:00
|
|
|
"rls-analysis 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 17:11:28 -05:00
|
|
|
"rls-blacklist 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-24 21:40:42 -05:00
|
|
|
"rls-data 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-04 02:29:15 -05:00
|
|
|
"rls-rustc 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
"rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-26 16:58:55 -05:00
|
|
|
"rls-vfs 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-31 14:52:25 -05:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-31 16:16:55 -05:00
|
|
|
"rustc-workspace-hack 1.0.0",
|
2018-09-22 16:58:03 -05:00
|
|
|
"rustc_tools_util 0.1.0",
|
2018-09-24 21:40:42 -05:00
|
|
|
"rustfmt-nightly 0.99.5",
|
2018-08-21 12:23:47 -05:00
|
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-17 11:04:22 -05:00
|
|
|
"url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rls-analysis"
|
2018-09-24 21:40:42 -05:00
|
|
|
version = "0.16.1"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-05-08 13:55:43 -05:00
|
|
|
"derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-05 19:34:00 -05:00
|
|
|
"fst 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-25 11:17:55 -05:00
|
|
|
"json 0.11.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-24 21:40:42 -05:00
|
|
|
"rls-data 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-05 11:36:48 -05:00
|
|
|
"rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-08-01 23:57:50 -05:00
|
|
|
[[package]]
|
2018-02-14 02:09:51 -06:00
|
|
|
name = "rls-blacklist"
|
2018-04-25 17:11:28 -05:00
|
|
|
version = "0.1.2"
|
2017-08-01 23:57:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-02-02 01:29:59 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rls-data"
|
2018-09-24 21:40:42 -05:00
|
|
|
version = "0.18.1"
|
2018-02-02 01:29:59 -06: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)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-02 01:29:59 -06:00
|
|
|
]
|
|
|
|
|
2017-08-30 00:09:36 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rls-rustc"
|
2018-08-04 02:29:15 -05:00
|
|
|
version = "0.5.0"
|
2017-08-30 00:09:36 -05:00
|
|
|
source = "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)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rls-vfs"
|
2018-07-26 16:58:55 -05:00
|
|
|
version = "0.4.6"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"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 = [
|
2018-07-02 11:33:16 -05:00
|
|
|
"clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-21 16:06:13 -05:00
|
|
|
"mdbook 0.1.7 (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",
|
2018-07-02 11:33:16 -05:00
|
|
|
"backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-14 04:54:43 -05:00
|
|
|
"chalk-engine 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"flate2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"fmt_macros 0.0.0",
|
|
|
|
"graphviz 0.0.0",
|
2018-03-15 12:58:02 -05:00
|
|
|
"jobserver 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-04 17:24:39 -05:00
|
|
|
"parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-30 10:17:37 -05:00
|
|
|
"polonius-engine 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-01 11:10:56 -06:00
|
|
|
"proc_macro 0.0.0",
|
2018-06-06 08:25:47 -05:00
|
|
|
"rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-06 02:25:29 -06:00
|
|
|
"rustc_apfloat 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc_data_structures 0.0.0",
|
|
|
|
"rustc_errors 0.0.0",
|
2018-08-03 16:31:03 -05:00
|
|
|
"rustc_fs_util 0.0.0",
|
2017-12-08 13:18:21 -06:00
|
|
|
"rustc_target 0.0.0",
|
2018-07-02 11:33:16 -05:00
|
|
|
"scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"serialize 0.0.0",
|
2018-08-13 14:15:16 -05:00
|
|
|
"smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
2018-08-21 12:23:47 -05:00
|
|
|
"tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
2018-05-27 17:16:42 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-ap-arena"
|
2018-09-24 21:40:42 -05:00
|
|
|
version = "263.0.0"
|
2018-01-18 08:40:37 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-24 21:40:42 -05:00
|
|
|
"rustc-ap-rustc_data_structures 263.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-18 08:40:37 -06:00
|
|
|
]
|
|
|
|
|
2018-07-31 16:16:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-ap-rustc_cratesio_shim"
|
2018-09-24 21:40:42 -05:00
|
|
|
version = "263.0.0"
|
2018-07-31 16:16:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-24 21:40:42 -05:00
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-31 16:16:55 -05:00
|
|
|
]
|
|
|
|
|
2018-01-18 08:40:37 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-ap-rustc_data_structures"
|
2018-09-24 21:40:42 -05:00
|
|
|
version = "263.0.0"
|
2018-01-18 08:40:37 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-18 14:25:34 -05:00
|
|
|
"ena 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-24 21:40:42 -05:00
|
|
|
"parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-26 22:50:06 -05:00
|
|
|
"parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-24 21:40:42 -05:00
|
|
|
"rustc-ap-rustc_cratesio_shim 263.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-serialize 263.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-31 16:16:55 -05:00
|
|
|
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-31 14:52:25 -05:00
|
|
|
"smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-31 16:16:55 -05:00
|
|
|
"stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-01-18 08:40:37 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-ap-rustc_errors"
|
2018-09-24 21:40:42 -05:00
|
|
|
version = "263.0.0"
|
2018-01-18 08:40:37 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-27 08:10:52 -05:00
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-24 21:40:42 -05:00
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-rustc_cratesio_shim 263.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-rustc_data_structures 263.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-serialize 263.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-syntax_pos 263.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"termcolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-31 16:16:55 -05:00
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-05-01 14:50:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-ap-rustc_target"
|
2018-09-24 21:40:42 -05:00
|
|
|
version = "263.0.0"
|
2018-05-01 14:50:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-24 21:40:42 -05:00
|
|
|
"rustc-ap-rustc_cratesio_shim 263.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-serialize 263.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-01 14:50:58 -05:00
|
|
|
]
|
|
|
|
|
2018-07-31 16:16:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-ap-serialize"
|
2018-09-24 21:40:42 -05:00
|
|
|
version = "263.0.0"
|
2018-06-06 22:14:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-08-31 14:52:25 -05:00
|
|
|
dependencies = [
|
|
|
|
"smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2018-06-06 22:14:49 -05:00
|
|
|
|
2018-07-31 16:16:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-ap-syntax"
|
2018-09-24 21:40:42 -05:00
|
|
|
version = "263.0.0"
|
2018-07-31 16:16:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-24 21:40:42 -05:00
|
|
|
"rustc-ap-rustc_data_structures 263.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-rustc_errors 263.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-rustc_target 263.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-serialize 263.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-syntax_pos 263.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-31 16:16:55 -05:00
|
|
|
"scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-31 14:52:25 -05:00
|
|
|
"smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-31 16:16:55 -05:00
|
|
|
]
|
|
|
|
|
2018-06-06 22:14:49 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-ap-syntax_pos"
|
2018-09-24 21:40:42 -05:00
|
|
|
version = "263.0.0"
|
2018-07-31 16:16:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-24 21:40:42 -05:00
|
|
|
"rustc-ap-arena 263.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-rustc_data_structures 263.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-serialize 263.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-31 16:16:55 -05:00
|
|
|
"scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-05-08 17:01:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2018-08-21 12:23:47 -05:00
|
|
|
version = "0.1.9"
|
2017-05-08 17:01:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-05-24 07:48:02 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
2018-05-23 22:37:40 -05:00
|
|
|
version = "1.0.1"
|
2018-05-24 07:48:02 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-05-23 22:37:40 -05:00
|
|
|
dependencies = [
|
2018-07-02 11:33:16 -05:00
|
|
|
"byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-23 22:37:40 -05:00
|
|
|
]
|
2018-05-24 07:48:02 -05:00
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-main"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"rustc_driver 0.0.0",
|
2017-12-08 13:18:21 -06:00
|
|
|
"rustc_target 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
2018-05-11 21:11:03 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-rayon"
|
2018-06-06 08:25:47 -05:00
|
|
|
version = "0.1.1"
|
2018-05-11 21:11:03 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-06 08:25:47 -05:00
|
|
|
"rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-11 21:11:03 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-rayon-core"
|
2018-06-06 08:25:47 -05:00
|
|
|
version = "0.1.1"
|
2018-05-11 21:11:03 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-11 21:11:03 -05:00
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-11 21:11:03 -05:00
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[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"
|
|
|
|
|
2018-07-31 16:16:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-workspace-hack"
|
|
|
|
version = "1.0.0"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-31 16:16:55 -05:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-06-03 16:54:08 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_allocator"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-03 16:54:08 -05:00
|
|
|
"rustc 0.0.0",
|
2018-08-05 05:04:56 -05:00
|
|
|
"rustc_data_structures 0.0.0",
|
2017-06-03 16:54:08 -05:00
|
|
|
"rustc_errors 0.0.0",
|
2018-04-25 11:30:39 -05:00
|
|
|
"rustc_target 0.0.0",
|
2018-08-13 14:15:16 -05:00
|
|
|
"smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-03 16:54:08 -05:00
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
2017-07-08 12:46:43 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_apfloat"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-08 14:08:01 -05:00
|
|
|
"rustc_cratesio_shim 0.0.0",
|
2017-07-08 12:46:43 -05:00
|
|
|
]
|
|
|
|
|
2016-12-29 22:28:11 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_asan"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-06-03 16:54:08 -05:00
|
|
|
"alloc 0.0.0",
|
2016-12-29 22:28:11 -06:00
|
|
|
"alloc_system 0.0.0",
|
2017-02-04 19:10:29 -06:00
|
|
|
"build_helper 0.1.0",
|
2018-08-21 12:23:47 -05:00
|
|
|
"cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-30 06:06:34 -05:00
|
|
|
"compiler_builtins 0.0.0",
|
2016-12-29 22:28:11 -06:00
|
|
|
"core 0.0.0",
|
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_borrowck"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"graphviz 0.0.0",
|
2018-08-21 12:23:47 -05:00
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc 0.0.0",
|
2018-02-27 10:11:14 -06:00
|
|
|
"rustc_data_structures 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc_errors 0.0.0",
|
|
|
|
"rustc_mir 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
2018-05-08 08:10:16 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_codegen_llvm"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2018-09-17 11:52:02 -05:00
|
|
|
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-31 08:18:08 -05:00
|
|
|
"memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-08 08:10:16 -05:00
|
|
|
"num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-08 08:10:16 -05:00
|
|
|
"rustc_llvm 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_codegen_utils"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"flate2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-08 08:10:16 -05:00
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_data_structures 0.0.0",
|
|
|
|
"rustc_incremental 0.0.0",
|
2018-07-31 13:07:37 -05:00
|
|
|
"rustc_metadata_utils 0.0.0",
|
2018-05-08 08:10:16 -05:00
|
|
|
"rustc_mir 0.0.0",
|
|
|
|
"rustc_target 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
2017-09-08 14:08:01 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_cratesio_shim"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-04 17:24:39 -05:00
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-09-08 14:08:01 -05:00
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_data_structures"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-18 14:25:34 -05:00
|
|
|
"ena 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-04 17:24:39 -05:00
|
|
|
"parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-26 22:50:06 -05:00
|
|
|
"parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-23 22:37:40 -05:00
|
|
|
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-06 08:25:47 -05:00
|
|
|
"rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 11:30:39 -05:00
|
|
|
"rustc_cratesio_shim 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"serialize 0.0.0",
|
2018-08-13 14:15:16 -05:00
|
|
|
"smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_driver"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"arena 0.0.0",
|
2018-08-21 12:23:47 -05:00
|
|
|
"env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"graphviz 0.0.0",
|
2018-08-21 12:23:47 -05:00
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc 0.0.0",
|
2018-06-06 08:25:47 -05:00
|
|
|
"rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-03 16:54:08 -05:00
|
|
|
"rustc_allocator 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc_borrowck 0.0.0",
|
2018-05-08 08:10:16 -05:00
|
|
|
"rustc_codegen_utils 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",
|
2017-12-08 13:18:21 -06:00
|
|
|
"rustc_target 0.0.0",
|
2018-02-25 09:58:54 -06:00
|
|
|
"rustc_traits 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc_typeck 0.0.0",
|
2018-07-02 11:33:16 -05:00
|
|
|
"scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"serialize 0.0.0",
|
2018-08-30 04:42:16 -05:00
|
|
|
"smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_ext 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_errors"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2018-07-27 08:10:52 -05:00
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-06 06:07:14 -05:00
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-04 17:24:39 -05:00
|
|
|
"rustc_cratesio_shim 0.0.0",
|
2017-12-06 02:25:29 -06:00
|
|
|
"rustc_data_structures 0.0.0",
|
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",
|
2018-08-04 17:24:39 -05:00
|
|
|
"termcolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-22 10:48:43 -05:00
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
2018-08-03 16:31:03 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_fs_util"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_incremental"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"graphviz 0.0.0",
|
2018-08-21 12:23:47 -05:00
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-15 03:40:25 -05:00
|
|
|
"rand 0.5.5 (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",
|
2018-08-03 16:31:03 -05:00
|
|
|
"rustc_fs_util 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"serialize 0.0.0",
|
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_lint"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc 0.0.0",
|
2018-03-05 03:21:11 -06:00
|
|
|
"rustc_mir 0.0.0",
|
2018-04-25 11:30:39 -05:00
|
|
|
"rustc_target 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_llvm"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"build_helper 0.1.0",
|
2018-09-17 11:52:02 -05:00
|
|
|
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
2016-12-29 22:28:11 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_lsan"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-06-03 16:54:08 -05:00
|
|
|
"alloc 0.0.0",
|
2016-12-29 22:28:11 -06:00
|
|
|
"alloc_system 0.0.0",
|
2017-02-04 19:10:29 -06:00
|
|
|
"build_helper 0.1.0",
|
2018-08-21 12:23:47 -05:00
|
|
|
"cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-30 06:06:34 -05:00
|
|
|
"compiler_builtins 0.0.0",
|
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 = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"flate2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.4 (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_data_structures 0.0.0",
|
|
|
|
"rustc_errors 0.0.0",
|
2018-07-31 13:07:37 -05:00
|
|
|
"rustc_metadata_utils 0.0.0",
|
2017-12-08 13:18:21 -06:00
|
|
|
"rustc_target 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"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",
|
|
|
|
]
|
|
|
|
|
2018-07-31 13:07:37 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_metadata_utils"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"rustc 0.0.0",
|
2018-07-31 18:23:29 -05:00
|
|
|
"syntax 0.0.0",
|
2018-07-31 13:07:37 -05:00
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_mir"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2018-03-05 03:21:11 -06:00
|
|
|
"arena 0.0.0",
|
2018-08-21 12:23:47 -05:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-29 06:54:15 -05:00
|
|
|
"either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"graphviz 0.0.0",
|
2018-08-21 12:23:47 -05:00
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"log_settings 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-30 10:17:37 -05:00
|
|
|
"polonius-engine 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc 0.0.0",
|
2017-12-12 10:14:49 -06:00
|
|
|
"rustc_apfloat 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc_data_structures 0.0.0",
|
2017-07-03 10:25:03 -05:00
|
|
|
"rustc_errors 0.0.0",
|
2017-12-08 13:18:21 -06:00
|
|
|
"rustc_target 0.0.0",
|
2017-12-06 02:25:29 -06:00
|
|
|
"serialize 0.0.0",
|
2018-08-13 14:15:16 -05:00
|
|
|
"smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
2016-12-29 22:28:11 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_msan"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-06-03 16:54:08 -05:00
|
|
|
"alloc 0.0.0",
|
2016-12-29 22:28:11 -06:00
|
|
|
"alloc_system 0.0.0",
|
2017-02-04 19:10:29 -06:00
|
|
|
"build_helper 0.1.0",
|
2018-08-21 12:23:47 -05:00
|
|
|
"cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-30 06:06:34 -05:00
|
|
|
"compiler_builtins 0.0.0",
|
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 = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc 0.0.0",
|
2018-02-27 10:11:14 -06:00
|
|
|
"rustc_data_structures 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc_errors 0.0.0",
|
2018-03-05 03:21:11 -06:00
|
|
|
"rustc_mir 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"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_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",
|
2018-02-27 10:11:14 -06:00
|
|
|
"rustc_data_structures 0.0.0",
|
2017-09-16 08:45:49 -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_resolve"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"arena 0.0.0",
|
2018-08-21 12:23:47 -05:00
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc 0.0.0",
|
2017-12-06 02:25:29 -06:00
|
|
|
"rustc_data_structures 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc_errors 0.0.0",
|
2018-07-31 16:23:31 -05:00
|
|
|
"rustc_metadata 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_save_analysis"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-24 21:40:42 -05:00
|
|
|
"rls-data 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 14:15:48 -05:00
|
|
|
"rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc 0.0.0",
|
2017-04-29 18:11:58 -05:00
|
|
|
"rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-31 21:43:11 -05:00
|
|
|
"rustc_data_structures 0.0.0",
|
2018-04-25 11:30:39 -05:00
|
|
|
"rustc_target 0.0.0",
|
2017-05-03 11:18:04 -05:00
|
|
|
"rustc_typeck 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
2017-12-08 13:18:21 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_target"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-25 11:30:39 -05:00
|
|
|
"rustc_cratesio_shim 0.0.0",
|
2017-12-08 13:18:21 -06:00
|
|
|
"serialize 0.0.0",
|
|
|
|
]
|
|
|
|
|
2018-09-07 02:12:06 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_tools_util"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2018-02-25 09:58:54 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_traits"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-14 04:54:43 -05:00
|
|
|
"chalk-engine 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-25 09:58:54 -06:00
|
|
|
"graphviz 0.0.0",
|
2018-08-21 12:23:47 -05:00
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-25 09:58:54 -06:00
|
|
|
"rustc 0.0.0",
|
|
|
|
"rustc_data_structures 0.0.0",
|
2018-08-13 14:15:16 -05:00
|
|
|
"smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-25 09:58:54 -06:00
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
2016-12-29 22:28:11 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_tsan"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2017-06-24 03:48:27 -05:00
|
|
|
"alloc 0.0.0",
|
2016-12-29 22:28:11 -06:00
|
|
|
"alloc_system 0.0.0",
|
2017-02-04 19:10:29 -06:00
|
|
|
"build_helper 0.1.0",
|
2018-08-21 12:23:47 -05:00
|
|
|
"cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-30 06:06:34 -05:00
|
|
|
"compiler_builtins 0.0.0",
|
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",
|
2018-08-21 12:23:47 -05:00
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc 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",
|
2018-04-25 11:30:39 -05:00
|
|
|
"rustc_target 0.0.0",
|
2018-08-23 22:51:32 -05:00
|
|
|
"smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
2018-05-11 07:11:06 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustdoc"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2018-08-15 08:07:07 -05:00
|
|
|
"minifier 0.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-01 21:20:39 -05:00
|
|
|
"parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-18 15:33:56 -06:00
|
|
|
"pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-07-22 21:01:58 -05:00
|
|
|
]
|
|
|
|
|
2018-02-05 16:43:53 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rustdoc-themes"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2017-07-22 21:01:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustdoc-tool"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"rustdoc 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
]
|
|
|
|
|
2018-05-02 10:43:15 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustfix"
|
2018-07-31 16:16:55 -05:00
|
|
|
version = "0.4.2"
|
2018-07-17 11:04:22 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-31 16:16:55 -05:00
|
|
|
"failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-02 10:43:15 -05:00
|
|
|
]
|
|
|
|
|
2017-12-15 13:41:58 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rustfmt-nightly"
|
2018-09-24 21:40:42 -05:00
|
|
|
version = "0.99.5"
|
2017-12-15 13:41:58 -06:00
|
|
|
dependencies = [
|
2018-07-02 11:33:16 -05:00
|
|
|
"assert_cli 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-26 16:58:55 -05:00
|
|
|
"cargo_metadata 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-08 13:55:43 -05:00
|
|
|
"derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-15 13:41:58 -06:00
|
|
|
"diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-31 16:16:55 -05:00
|
|
|
"failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-02 10:43:55 -05:00
|
|
|
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-27 17:16:42 -05:00
|
|
|
"isatty 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-02 10:43:55 -05:00
|
|
|
"itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-24 21:40:42 -05:00
|
|
|
"rustc-ap-rustc_target 263.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-syntax 263.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-syntax_pos 263.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-19 09:14:13 -05:00
|
|
|
"term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-18 10:43:59 -05:00
|
|
|
"toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-14 09:03:42 -05:00
|
|
|
]
|
|
|
|
|
2018-08-21 12:23:47 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-08 15:56:22 -06:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
2018-08-21 12:23:47 -05:00
|
|
|
version = "1.0.3"
|
2018-01-08 15:56:22 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-08 15:56:22 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "0.1.13"
|
2018-01-08 15:56:22 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-08 15:56:22 -06:00
|
|
|
]
|
|
|
|
|
2017-06-05 11:36:48 -05:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "0.1.2"
|
2017-06-05 11:36:48 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-12-06 02:25:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-08 15:56:22 -06:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"serde 1.0.75 (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"
|
2018-08-21 12:23:47 -05:00
|
|
|
version = "1.0.75"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2018-08-21 12:23:47 -05:00
|
|
|
version = "1.0.75"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"proc-macro2 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_ignored"
|
2017-09-01 22:46:51 -05:00
|
|
|
version = "0.0.4"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
2017-02-19 18:20:57 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2018-08-21 12:23:47 -05:00
|
|
|
version = "1.0.26"
|
2017-02-19 18:20:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-17 11:04:22 -05:00
|
|
|
"itoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.75 (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"
|
2018-08-13 14:15:16 -05:00
|
|
|
dependencies = [
|
|
|
|
"smallvec 0.6.5 (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 = "shell-escape"
|
2018-04-02 10:43:55 -05:00
|
|
|
version = "0.1.4"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-25 11:32:25 -06:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-03 09:32:04 -05:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-12-03 06:49:01 -06:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2018-08-13 14:15:16 -05:00
|
|
|
version = "0.6.5"
|
2017-12-03 06:49:01 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-07-25 19:25:12 -05:00
|
|
|
dependencies = [
|
|
|
|
"unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2017-12-03 06:49:01 -06:00
|
|
|
|
2017-06-26 11:26:15 -05:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "0.3.7"
|
2017-06-26 11:26:15 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-26 11:26:15 -05:00
|
|
|
]
|
|
|
|
|
2017-04-26 16:22:45 -05:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "1.1.0"
|
2017-04-26 16:22:45 -05:00
|
|
|
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",
|
2018-09-17 11:52:02 -05:00
|
|
|
"cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
|
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",
|
|
|
|
"libc 0.0.0",
|
|
|
|
"panic_abort 0.0.0",
|
|
|
|
"panic_unwind 0.0.0",
|
2017-02-13 03:57:50 -06:00
|
|
|
"profiler_builtins 0.0.0",
|
2018-09-15 03:40:25 -05:00
|
|
|
"rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
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-09-02 03:55:29 -05:00
|
|
|
"unwind 0.0.0",
|
|
|
|
]
|
|
|
|
|
2018-04-03 09:32:04 -05:00
|
|
|
[[package]]
|
|
|
|
name = "string_cache"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "0.7.3"
|
2018-04-03 09:32:04 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-03 09:32:04 -05:00
|
|
|
"precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"string_cache_codegen 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-03 09:32:04 -05:00
|
|
|
"string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "string_cache_codegen"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "0.4.1"
|
2018-04-03 09:32:04 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-02 11:33:16 -05:00
|
|
|
"phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-03 09:32:04 -05:00
|
|
|
"string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "string_cache_shared"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2018-03-16 05:37:14 -05:00
|
|
|
version = "0.7.0"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-21 16:06:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "strum"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strum_macros"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "0.9.1"
|
2018-04-21 16:06:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"proc-macro2 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-21 16:06:13 -05:00
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[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)",
|
|
|
|
]
|
|
|
|
|
2018-04-02 10:43:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "0.13.11"
|
2018-04-02 10:43:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-02 11:33:16 -05:00
|
|
|
"proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2018-08-21 12:23:47 -05:00
|
|
|
version = "0.14.9"
|
2018-07-02 11:33:16 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"proc-macro2 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-02 10:43:55 -05:00
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[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)",
|
|
|
|
]
|
|
|
|
|
2017-12-10 11:42:49 -06:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2018-07-31 16:16:55 -05:00
|
|
|
version = "0.9.0"
|
2017-12-10 11:42:49 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"proc-macro2 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-31 16:16:55 -05:00
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-10 11:42:49 -06:00
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "syntax"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.4 (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",
|
2018-04-25 11:30:39 -05:00
|
|
|
"rustc_target 0.0.0",
|
2018-07-02 11:33:16 -05:00
|
|
|
"scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"serialize 0.0.0",
|
2018-08-13 14:15:16 -05:00
|
|
|
"smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syntax_ext"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
|
|
|
"fmt_macros 0.0.0",
|
2018-07-20 20:04:02 -05:00
|
|
|
"log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-10-07 01:30:38 -05:00
|
|
|
"proc_macro 0.0.0",
|
2018-02-27 10:11:14 -06:00
|
|
|
"rustc_data_structures 0.0.0",
|
2016-09-02 03:55:29 -05:00
|
|
|
"rustc_errors 0.0.0",
|
2018-04-25 11:30:39 -05:00
|
|
|
"rustc_target 0.0.0",
|
2018-08-13 14:15:16 -05:00
|
|
|
"smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"syntax 0.0.0",
|
|
|
|
"syntax_pos 0.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syntax_pos"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2018-05-10 09:27:46 -05:00
|
|
|
"arena 0.0.0",
|
2018-08-21 12:23:47 -05:00
|
|
|
"cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-10 09:09:51 -05:00
|
|
|
"rustc_data_structures 0.0.0",
|
2018-07-02 11:33:16 -05:00
|
|
|
"scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"serialize 0.0.0",
|
2018-06-22 10:48:43 -05:00
|
|
|
"unicode-width 0.1.5 (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 = "tar"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "0.4.16"
|
2017-05-08 17:01:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-02 11:33:16 -05:00
|
|
|
"filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-17 11:04:22 -05:00
|
|
|
"xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 17:01:13 -05:00
|
|
|
]
|
|
|
|
|
2018-03-29 02:34:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2018-08-21 12:23:47 -05:00
|
|
|
version = "3.0.3"
|
2018-03-29 02:34:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-15 03:40:25 -05:00
|
|
|
"rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-18 10:43:59 -05:00
|
|
|
"remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-29 02:34:55 -05:00
|
|
|
]
|
|
|
|
|
2018-04-03 09:32:04 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tendril"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-02 11:33:16 -05:00
|
|
|
"futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-03 09:32:04 -05:00
|
|
|
"mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"utf-8 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
|
|
|
version = "0.0.0"
|
|
|
|
|
2018-03-19 09:14:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-02 11:33:16 -05:00
|
|
|
"byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-19 09:14:13 -05:00
|
|
|
]
|
|
|
|
|
2018-07-25 19:25:12 -05:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2018-08-21 12:23:47 -05:00
|
|
|
version = "1.0.2"
|
2018-07-25 19:25:12 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-25 19:25:12 -05:00
|
|
|
]
|
|
|
|
|
2017-06-14 21:33:06 -05:00
|
|
|
[[package]]
|
2017-12-06 02:25:29 -06:00
|
|
|
name = "termion"
|
|
|
|
version = "1.5.1"
|
2017-06-14 21:33:06 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-06 02:25:29 -06:00
|
|
|
"redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-14 21:33:06 -05:00
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "test"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2018-04-02 10:43:55 -05:00
|
|
|
"getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-09-02 03:55:29 -05:00
|
|
|
"term 0.0.0",
|
|
|
|
]
|
|
|
|
|
2017-06-27 12:33:32 -05:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "0.10.0"
|
2017-06-27 12:33:32 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-06-22 10:48:43 -05:00
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-27 12:33:32 -05:00
|
|
|
]
|
|
|
|
|
2017-02-15 16:55:26 -06:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2018-08-21 12:23:47 -05:00
|
|
|
version = "0.3.6"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-02-07 17:13:57 -06:00
|
|
|
]
|
|
|
|
|
2016-09-02 03:55:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "tidy"
|
|
|
|
version = "0.1.0"
|
2018-02-22 19:52:56 -06:00
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-22 19:52:56 -06:00
|
|
|
]
|
2016-09-02 03:55:29 -05:00
|
|
|
|
2018-01-24 22:01:42 -06:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "0.1.40"
|
2018-01-24 22:01:42 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-24 22:01:42 -06:00
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2018-04-18 10:43:59 -05:00
|
|
|
version = "0.4.6"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
2018-01-25 11:32:25 -06:00
|
|
|
[[package]]
|
|
|
|
name = "toml-query"
|
|
|
|
version = "0.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"is-match 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-18 10:43:59 -05:00
|
|
|
"toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-25 11:32:25 -06:00
|
|
|
]
|
|
|
|
|
2018-02-26 11:07:16 -06:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-util"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2017-06-27 12:33:32 -05:00
|
|
|
version = "0.3.4"
|
2017-02-19 18:20:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"matches 0.1.8 (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"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "0.1.7"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "1.2.1"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2018-06-22 10:48:43 -05:00
|
|
|
version = "0.1.5"
|
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 = "unicode-xid"
|
|
|
|
version = "0.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-01 13:08:48 -06:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-19 18:20:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "unreachable"
|
2017-06-26 08:43:09 -05:00
|
|
|
version = "1.0.0"
|
2017-02-19 18:20:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-06-12 14:35:47 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unstable-book-gen"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2018-07-02 11:33:16 -05:00
|
|
|
"num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-06-12 14:35:47 -05:00
|
|
|
"tidy 0.1.0",
|
|
|
|
]
|
|
|
|
|
2017-09-24 23:13:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unwind"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2018-03-30 06:06:34 -05:00
|
|
|
"compiler_builtins 0.0.0",
|
2017-09-24 23:13:29 -05:00
|
|
|
"core 0.0.0",
|
|
|
|
"libc 0.0.0",
|
|
|
|
]
|
|
|
|
|
2017-04-29 18:11:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2018-07-17 11:04:22 -05:00
|
|
|
version = "1.7.1"
|
2017-04-29 18:11:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-17 11:04:22 -05:00
|
|
|
"idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-12-06 02:25:29 -06:00
|
|
|
"percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url_serde"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-17 11:04:22 -05:00
|
|
|
"url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-04-29 18:11:58 -05:00
|
|
|
]
|
|
|
|
|
2018-04-03 09:32:04 -05:00
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "utf8-ranges"
|
2018-08-21 12:23:47 -05:00
|
|
|
version = "1.0.1"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-06-14 21:33:06 -05:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2018-08-21 12:23:47 -05:00
|
|
|
version = "0.2.6"
|
2017-06-14 21:33:06 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "0.8.1"
|
2017-02-07 17:13:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-09-17 02:20:03 -05:00
|
|
|
[[package]]
|
|
|
|
name = "vergen"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-24 21:40:42 -05:00
|
|
|
"error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-17 02:20:03 -05:00
|
|
|
"getset 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-08-21 12:23:47 -05:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.1.4"
|
|
|
|
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"
|
|
|
|
|
2018-01-08 15:56:22 -06:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2018-08-21 12:23:47 -05:00
|
|
|
version = "2.2.5"
|
2018-01-08 15:56:22 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-21 12:23:47 -05:00
|
|
|
"same-file 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-02 11:33:16 -05:00
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-08 15:56:22 -06:00
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2018-01-08 15:56:22 -06:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "0.3.5"
|
2018-01-08 15:56:22 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-02-07 17:13:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-08 15:56:22 -06:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-21 12:23:47 -05:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-01-08 15:56:22 -06:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-07-25 19:25:12 -05:00
|
|
|
[[package]]
|
|
|
|
name = "wincolor"
|
2018-08-21 12:23:47 -05:00
|
|
|
version = "1.0.1"
|
2018-07-25 19:25:12 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-21 12:23:47 -05:00
|
|
|
"winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-25 19:25:12 -05:00
|
|
|
]
|
|
|
|
|
2017-05-08 17:01:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "xattr"
|
2018-07-17 11:04:22 -05:00
|
|
|
version = "0.2.2"
|
2017-05-08 17:01:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-07 15:33:22 -05:00
|
|
|
"libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-08 17:01:13 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xz2"
|
2018-07-02 11:33:16 -05:00
|
|
|
version = "0.1.5"
|
2017-05-08 17:01:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-06 15:52:40 -05:00
|
|
|
"lzma-sys 0.1.10 (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]
|
2018-08-21 12:23:47 -05:00
|
|
|
"checksum aho-corasick 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" = "7ee94e9463ccb9d681e7b708082687b2c56d2bd420ca8a3d3157d27d59508ec0"
|
2018-04-03 09:32:04 -05:00
|
|
|
"checksum ammonia 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fd4c682378117e4186a492b2252b9537990e1617f44aed9788b9a1149de45477"
|
2018-03-16 05:37:14 -05:00
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2018-02-25 21:15:45 -06:00
|
|
|
"checksum arrayvec 0.4.7 (registry+https://github.com/rust-lang/crates.io-index)" = "a1e964f9e24d588183fcb43503abda40d288c8657dfc27311516ce2f05675aef"
|
2018-07-02 11:33:16 -05:00
|
|
|
"checksum assert_cli 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "98589b0e465a6c510d95fceebd365bb79bedece7f6e18a480897f2015f85ec51"
|
2018-07-27 08:10:52 -05:00
|
|
|
"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
|
2018-07-02 11:33:16 -05:00
|
|
|
"checksum backtrace 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "89a47830402e9981c5c41223151efcced65a0510c13097c769cede7efb34782a"
|
2018-08-14 23:08:42 -05:00
|
|
|
"checksum backtrace-sys 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)" = "c66d56ac8dabd07f6aacdaf633f4b8262f5b3601a810a0dcddffd5c22c69daa0"
|
2017-06-07 14:42:17 -05:00
|
|
|
"checksum bitflags 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
|
2018-08-21 12:23:47 -05:00
|
|
|
"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum bufstream 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "f2f382711e76b9de6c744cc00d0497baba02fb00a787f088c879f01d09468e32"
|
2018-07-02 11:33:16 -05:00
|
|
|
"checksum byteorder 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "74c0b906e9446b0a2e4f760cdb3fa4b2c48cdc6db8766a845c54b6ff063fd2e9"
|
2018-09-20 16:37:53 -05:00
|
|
|
"checksum bytesize 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "716960a18f978640f25101b5cbf1c6f6b0d3192fab36a2d98ca96f0ecbe41010"
|
2018-07-13 03:34:50 -05:00
|
|
|
"checksum cargo_metadata 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d6809b327f87369e6f3651efd2c5a96c49847a3ed2559477ecba79014751ee1"
|
2018-09-17 11:52:02 -05:00
|
|
|
"checksum cc 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "f159dfd43363c4d08055a07703eb7a3406b0dac4d0584d96965a3262db3c9d16"
|
2018-08-21 12:23:47 -05:00
|
|
|
"checksum cfg-if 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0c4e7bb64a8ebb0d856483e1e682ea3422f883c5f5615a90d51a2c82fe87fdd3"
|
2018-08-14 04:54:43 -05:00
|
|
|
"checksum chalk-engine 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "25ce2f28f55ed544a2a3756b7acf41dd7d6f27acffb2086439950925506af7d0"
|
2018-05-24 07:48:02 -05:00
|
|
|
"checksum chalk-macros 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "295635afd6853aa9f20baeb7f0204862440c0fe994c5a253d5f479dac41d047e"
|
2018-07-02 11:33:16 -05:00
|
|
|
"checksum chrono 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6962c635d530328acc53ac6a955e83093fedc91c5809dfac1fa60fa470830a37"
|
|
|
|
"checksum clap 2.32.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b957d88f4b6a63b9d70d5f454ac8011819c6efa7727858f458ab71c756ce2d3e"
|
2018-07-26 16:58:55 -05:00
|
|
|
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
2018-08-21 12:23:47 -05:00
|
|
|
"checksum cmake 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)" = "704fbf3bb5149daab0afb255dbea24a1f08d2f4099cedb9baab6d470d4c5eefb"
|
2018-04-25 17:11:28 -05:00
|
|
|
"checksum colored 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b0aa3473e85a3161b59845d6096b289bb577874cafeaf75ea1b1beaa6572c7fc"
|
2017-12-06 02:25:29 -06:00
|
|
|
"checksum commoncrypto 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d056a8586ba25a1e4d61cb090900e495952c7886786fc55f909ab2f819b69007"
|
|
|
|
"checksum commoncrypto-sys 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1fed34f46747aa73dfaa578069fd8279d2818ade2b55f38f22a9401c7f4083e2"
|
2018-07-26 07:38:41 -05:00
|
|
|
"checksum compiletest_rs 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" = "d3064bc712922596dd5ab449fca9261d411893356581fe5297b96aa8f53bb1b8"
|
2018-07-17 11:04:22 -05:00
|
|
|
"checksum core-foundation 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cc3532ec724375c7cb7ff0a097b714fde180bb1f6ed2ab27cfcd99ffca873cd2"
|
|
|
|
"checksum core-foundation-sys 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a3fb15cdbdd9cf8b82d97d0296bb5cd3631bba58d6e31650a002a8e7fb5721f9"
|
2018-01-08 15:56:22 -06:00
|
|
|
"checksum crossbeam 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "24ce9782d4d5c53674646a6a4c1863a21a8fc0cb649b3c94dfc16e45071dea19"
|
2018-09-24 21:40:42 -05:00
|
|
|
"checksum crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7b85741761b7f160bc5e7e0c14986ef685b7f8bf9b7ad081c60c604bb4649827"
|
2018-02-25 21:15:45 -06:00
|
|
|
"checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3"
|
2018-04-02 10:43:55 -05:00
|
|
|
"checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150"
|
2018-09-24 21:40:42 -05:00
|
|
|
"checksum crossbeam-epoch 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9c90f1474584f38e270b5b613e898c8c328aa4f3dea85e0a27ac2e642f009416"
|
2018-02-25 21:15:45 -06:00
|
|
|
"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9"
|
2018-07-31 16:16:55 -05:00
|
|
|
"checksum crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015"
|
2018-02-26 11:07:16 -06:00
|
|
|
"checksum crypto-hash 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "09de9ee0fc255ace04c7fa0763c9395a945c37c8292bb554f8d48361d1dcf1b4"
|
2018-09-20 16:37:53 -05:00
|
|
|
"checksum curl 0.4.17 (registry+https://github.com/rust-lang/crates.io-index)" = "c8172e96ecfb1a2bfe3843d9d7154099a15130cf4a2f658259c7aa9cc2b5d4ff"
|
2018-09-17 11:52:02 -05:00
|
|
|
"checksum curl-sys 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "2edeedbbd9c7cdccb14bfb5dfbcc108901f99d3411eb5bab3758789377c5bec4"
|
2018-05-29 06:52:51 -05:00
|
|
|
"checksum datafrog 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "16d724bf4ffe77cdceeecd461009b5f8d9e23c5d645d68bedb4586bf43e7e142"
|
2018-05-08 13:55:43 -05:00
|
|
|
"checksum derive-new 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "ceed73957c449214f8440eec8ad7fa282b67dc9eacbb24a3085b15d60397a17a"
|
2018-07-26 16:58:55 -05:00
|
|
|
"checksum derive_more 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46c7f14685a20f5dd08e7f754f2ea8cc064d8f4214ae21116c106a2768ba7b9b"
|
2017-12-06 02:25:29 -06:00
|
|
|
"checksum diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a"
|
Add tests to rustbuild
In order to run tests, previous commits have cfg'd out various parts of
rustbuild. Generally speaking, these are filesystem-related operations
and process-spawning related parts. Then, rustbuild is run "as normal"
and the various steps that where run are retrieved from the cache and
checked against the expected results.
Note that this means that the current implementation primarily tests
"what" we build, but doesn't actually test that what we build *will*
build. In other words, it doesn't do any form of dependency verification
for any crate. This is possible to implement, but is considered future
work.
This implementation strives to cfg out as little code as possible; it
also does not currently test anywhere near all of rustbuild. The current
tests are also not checked for "correctness," rather, they simply
represent what we do as of this commit, which may be wrong.
Test cases are drawn from the old implementation of rustbuild, though
the expected results may vary.
2018-03-10 08:03:06 -06:00
|
|
|
"checksum difference 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
|
2018-04-02 10:43:55 -05:00
|
|
|
"checksum either 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3be565ca5c557d7f59e7cfcf1844f9e3033650c929c6566f511e8005f205c1d0"
|
2018-07-02 11:33:16 -05:00
|
|
|
"checksum elasticlunr-rs 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4837d77a1e157489a3933b743fd774ae75074e0e390b2b7f071530048a0d87ee"
|
2018-05-18 14:25:34 -05:00
|
|
|
"checksum ena 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "88dc8393b3c7352f94092497f6b52019643e493b6b890eb417cdb7c46117e621"
|
2018-08-21 12:23:47 -05:00
|
|
|
"checksum env_logger 0.5.12 (registry+https://github.com/rust-lang/crates.io-index)" = "f4d7e69c283751083d53d01eac767407343b8b69c4bd70058e08adc2637cb257"
|
2018-04-25 17:11:28 -05:00
|
|
|
"checksum environment 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1f4b14e20978669064c33b4c1e0fb4083412e40fe56cbea2eae80fd7591503ee"
|
2017-09-01 22:46:51 -05:00
|
|
|
"checksum error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3"
|
2018-07-13 03:34:50 -05:00
|
|
|
"checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02"
|
2018-07-31 16:16:55 -05:00
|
|
|
"checksum failure 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7efb22686e4a466b1ec1a15c2898f91fa9cb340452496dca654032de20ff95b9"
|
|
|
|
"checksum failure_derive 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "946d0e98a50d9831f5d589038d2ca7f8f455b1c21028c0db0e84116a12696426"
|
2018-07-02 11:33:16 -05:00
|
|
|
"checksum filetime 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "da4b9849e77b13195302c174324b5ba73eec9b236b24c221a61000daefb95c5f"
|
2018-03-27 05:44:33 -05:00
|
|
|
"checksum fixedbitset 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "86d4de0081402f5e88cdac65c8dcdcc73118c1a7a465e2a05f0da05843a8ea33"
|
2018-08-21 12:23:47 -05:00
|
|
|
"checksum flate2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "37847f133aae7acf82bb9577ccd8bda241df836787642654286e79679826a54b"
|
2017-12-06 02:25:29 -06:00
|
|
|
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
|
|
|
|
"checksum foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
"checksum foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
2018-01-08 15:56:22 -06:00
|
|
|
"checksum fs2 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
|
2018-07-05 19:34:00 -05:00
|
|
|
"checksum fst 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d94485a00b1827b861dd9d1a2cc9764f9044d4c535514c0760a5a2012ef3399f"
|
2018-01-08 15:56:22 -06:00
|
|
|
"checksum fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
|
|
"checksum fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
2018-07-02 11:33:16 -05:00
|
|
|
"checksum futf 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7c9c1ce3fa9336301af935ab852c437817d14cd33690446569392e65170aac3b"
|
|
|
|
"checksum futures 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" = "1a70b146671de62ec8c8ed572219ca5d594d9b06c0b364d5e67b722fc559b48c"
|
2018-08-14 16:27:26 -05:00
|
|
|
"checksum fwdansi 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "34dd4c507af68d37ffef962063dfa1944ce0dd4d5b82043dbab1dabe088610c3"
|
2018-04-02 10:43:55 -05:00
|
|
|
"checksum getopts 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "b900c08c1939860ce8b54dc6a89e26e00c04c380fd0e09796799bd7f12861e05"
|
2018-09-17 02:20:03 -05:00
|
|
|
"checksum getset 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "54c7f36a235738bb25904d6a2b3dbb28f6f5736cd3918c4bf80d6bb236200782"
|
2018-08-14 16:27:26 -05:00
|
|
|
"checksum git2 0.7.5 (registry+https://github.com/rust-lang/crates.io-index)" = "591f8be1674b421644b6c030969520bc3fa12114d2eb467471982ed3e9584e71"
|
2018-03-15 12:58:02 -05:00
|
|
|
"checksum git2-curl 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b502f6b1b467957403d168f0039e0c46fa6a1220efa2adaef25d5b267b5fe024"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
|
2018-08-21 12:23:47 -05:00
|
|
|
"checksum globset 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8e49edbcc9c7fc5beb8c0a54e7319ff8bed353a2b55e85811c6281188c2a6c84"
|
2018-07-02 11:33:16 -05:00
|
|
|
"checksum handlebars 0.32.4 (registry+https://github.com/rust-lang/crates.io-index)" = "d89ec99d1594f285d4590fc32bac5f75cdab383f1123d504d27862c644a807dd"
|
|
|
|
"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
|
2018-08-21 12:23:47 -05:00
|
|
|
"checksum home 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "80dff82fb58cfbbc617fb9a9184b010be0529201553cda50ad04372bc2333aff"
|
2018-07-02 11:33:16 -05:00
|
|
|
"checksum html5ever 0.22.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b04478cf718862650a0bf66acaf8f2f8c906fbc703f35c916c1f4211b069a364"
|
2018-03-01 13:08:48 -06:00
|
|
|
"checksum humantime 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0484fda3e7007f2a4a0d9c3a703ca38c71c54c55602ce4660c419fd32e188c9e"
|
2018-07-17 11:04:22 -05:00
|
|
|
"checksum idna 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
|
2018-07-20 02:53:56 -05:00
|
|
|
"checksum if_chain 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4bac95d9aa0624e7b78187d6fb8ab012b41d9f6f54b1bcb61e61c4845f8357ec"
|
2018-08-21 12:23:47 -05:00
|
|
|
"checksum ignore 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3e9faa7c84064f07b40da27044af629f578bc7994b650d3e458d0c29183c1d91"
|
2018-01-25 11:32:25 -06:00
|
|
|
"checksum is-match 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7e5b386aef33a1c677be65237cb9d32c3f3ef56bd035949710c4bb13083eb053"
|
2018-05-27 17:16:42 -05:00
|
|
|
"checksum isatty 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6c324313540cd4d7ba008d43dc6606a32a5579f13cc17b2804c13096f0a5c522"
|
2018-04-02 10:43:55 -05:00
|
|
|
"checksum itertools 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" = "f58856976b776fedd95533137617a02fb25719f40e7d9b01c7043cd65474f450"
|
2018-07-17 11:04:22 -05:00
|
|
|
"checksum itoa 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5adb58558dcd1d786b5f0bd15f3226ee23486e24b7b58304b60f64dc68e62606"
|
2018-03-15 12:58:02 -05:00
|
|
|
"checksum jobserver 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "60af5f849e1981434e4a31d3d782c4774ae9b434ce55b101a96ecfd09147e8be"
|
2018-08-25 11:17:55 -05:00
|
|
|
"checksum json 0.11.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9ad0485404155f45cce53a40d4b2d6ac356418300daed05273d9e26f91c390be"
|
2017-12-28 12:46:29 -06:00
|
|
|
"checksum jsonrpc-core 8.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ddf83704f4e79979a424d1082dd2c1e52683058056c9280efa19ac5f6bc9033c"
|
2017-02-07 17:13:57 -06:00
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2018-07-14 17:01:24 -05:00
|
|
|
"checksum languageserver-types 0.45.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d91d91d1c23db74187096d191967cb49f49bb175ad6d855fa9229d16ef2c982"
|
2017-12-06 02:25:29 -06:00
|
|
|
"checksum lazy_static 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "76f033c7ad61445c5b347c7382dd1237847eb1bce590fe50365dcb33d546be73"
|
2018-08-21 12:23:47 -05:00
|
|
|
"checksum lazy_static 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca488b89a5657b0a2ecd45b95609b3e848cf1755da332a0da46e2b2b1cb371a7"
|
2018-07-17 11:04:22 -05:00
|
|
|
"checksum lazycell 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d33a48d0365c96081958cc663eef834975cb1e8d8bea3378513fc72bdbf11e50"
|
2018-08-07 15:33:22 -05:00
|
|
|
"checksum libc 0.2.43 (registry+https://github.com/rust-lang/crates.io-index)" = "76e3a3ef172f1a0b9a9ff0dd1491ae5e6c948b94479a3021819ba7d860c8645d"
|
2018-09-20 16:37:53 -05:00
|
|
|
"checksum libgit2-sys 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)" = "93f2b22fce91fb820363cf88a849a8f8fdfd8be37774b6a9dd6cbda05cf940e6"
|
|
|
|
"checksum libnghttp2-sys 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4ffbfb81475cc9f625e44f3a8f8b9cf7173815ae1c7cc2fa91853ec009e38198"
|
2018-09-17 11:52:02 -05:00
|
|
|
"checksum libssh2-sys 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "126a1f4078368b163bfdee65fbab072af08a1b374a5551b21e87ade27b1fbf9d"
|
|
|
|
"checksum libz-sys 1.0.22 (registry+https://github.com/rust-lang/crates.io-index)" = "65ff614643d7635dfa2151913d95c4ee90ee1fe15d9e0980f4dcb1a7e5837c18"
|
2018-08-04 17:24:39 -05:00
|
|
|
"checksum lock_api 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "949826a5ccf18c1b3a7c3d57692778d21768b79e46eb9dd07bfc4c2160036c54"
|
2017-12-29 04:24:38 -06:00
|
|
|
"checksum log 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
2018-08-21 12:23:47 -05:00
|
|
|
"checksum log 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "cba860f648db8e6f269df990180c2217f333472b4a6e901e97446858487971e2"
|
2018-07-02 11:33:16 -05:00
|
|
|
"checksum log_settings 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "19af41f0565d7c19b2058153ad0b42d4d5ce89ec4dbf06ed6741114a8b63e7cd"
|
2018-07-06 15:52:40 -05:00
|
|
|
"checksum lzma-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d1eaa027402541975218bb0eec67d6b0412f6233af96e0d096d31dbdfd22e614"
|
2018-04-03 09:32:04 -05:00
|
|
|
"checksum mac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
2018-08-15 08:07:07 -05:00
|
|
|
"checksum macro-utils 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2c4deaccc2ead6a28c16c0ba82f07d52b6475397415ce40876e559b0b0ea510"
|
2018-04-03 09:32:04 -05:00
|
|
|
"checksum maplit 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08cbb6b4fef96b6d77bfc40ec491b1690c779e77b05cd9f07f787ed376fd4c43"
|
|
|
|
"checksum markup5ever 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfedc97d5a503e96816d10fedcd5b42f760b2e525ce2f7ec71f6a41780548475"
|
2018-08-21 12:23:47 -05:00
|
|
|
"checksum matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
2018-04-21 16:06:13 -05:00
|
|
|
"checksum mdbook 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "90b5a8d7e341ceee5db3882a06078d42661ddcfa2b3687319cc5da76ec4e782f"
|
2018-08-21 12:23:47 -05:00
|
|
|
"checksum memchr 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a3b4142ab8738a78c51896f704f83c11df047ff1bda9a92a661aa6361552d93d"
|
2018-08-31 08:18:08 -05:00
|
|
|
"checksum memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2ffa2c986de11a9df78620c01eeaaf27d94d3ff02bf81bfcca953102dd0c6ff"
|
2018-02-25 21:15:45 -06:00
|
|
|
"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
|
2018-08-15 08:07:07 -05:00
|
|
|
"checksum minifier 0.0.19 (registry+https://github.com/rust-lang/crates.io-index)" = "9908ed7c62f990c21ab41fdca53a864a3ada0da69d8729c4de727b397e27bc11"
|
2017-09-21 20:58:35 -05:00
|
|
|
"checksum miniz-sys 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "609ce024854aeb19a0ef7567d348aaa5a746b32fb72e336df7fcc16869d7e2b4"
|
2018-08-21 12:23:47 -05:00
|
|
|
"checksum miow 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226"
|
2018-07-02 11:33:16 -05:00
|
|
|
"checksum new_debug_unreachable 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0cdc457076c78ab54d5e0d6fa7c47981757f1e34dc39ff92787f217dede586c4"
|
2018-02-25 21:15:45 -06:00
|
|
|
"checksum nodrop 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "9a2228dca57108069a5262f2ed8bd2e82496d2e074a06d1ccc7ce1687b6ae0a2"
|
2018-07-14 17:01:24 -05:00
|
|
|
"checksum num-derive 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0d2c31b75c36a993d30c7a13d70513cb93f02acafdd5b7ba250f9b0e18615de7"
|
2018-07-02 11:33:16 -05:00
|
|
|
"checksum num-integer 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "e83d528d2677f0518c570baf2b7abdcf0cd2d248860b68507bdcb3e91d4c0cea"
|
|
|
|
"checksum num-traits 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "630de1ef5cc79d0cdd78b7e33b81f083cbfe90de0f4b2b2f07f905867c70e9fe"
|
2018-01-08 15:56:22 -06:00
|
|
|
"checksum num_cpus 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c51a3322e4bca9d212ad9a158a02abc6934d005490c054a2778df73a70aa0a30"
|
2017-09-27 17:37:02 -05:00
|
|
|
"checksum open 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c281318d992e4432cfa799969467003d05921582a7489a8325e37f8a450d5113"
|
2018-08-21 12:23:47 -05:00
|
|
|
"checksum opener 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "176cd8eadff5ef9fa5c6d19452535662c02c6bf29b3d594a3fc01f749bb24c94"
|
2018-08-14 16:27:26 -05:00
|
|
|
"checksum openssl 0.10.11 (registry+https://github.com/rust-lang/crates.io-index)" = "6c24d3508b4fb6da175c10baac54c578b33f09c89ae90c6fe9788b3b4768efdc"
|
2017-12-10 11:42:49 -06:00
|
|
|
"checksum openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
|
2018-08-21 12:23:47 -05:00
|
|
|
"checksum openssl-src 110.0.7+1.1.0i (registry+https://github.com/rust-lang/crates.io-index)" = "c02d15268b7d1b3f0c83a2358f3d981139b54079440f1e2a29c60c1818ad5516"
|
2018-08-14 16:27:26 -05:00
|
|
|
"checksum openssl-sys 0.9.35 (registry+https://github.com/rust-lang/crates.io-index)" = "912f301a749394e1025d9dcddef6106ddee9252620e6d0a0e5f8d0681de9b129"
|
2018-03-27 05:44:33 -05:00
|
|
|
"checksum ordermap 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a86ed3f5f244b372d6b1a00b72ef7f8876d0bc6a78a4c9985c53614041512063"
|
2018-07-05 19:34:00 -05:00
|
|
|
"checksum ordslice 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "dd20eec3dbe4376829cb7d80ae6ac45e0a766831dca50202ff2d40db46a8a024"
|
2017-04-26 16:22:45 -05:00
|
|
|
"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
|
2018-08-04 17:24:39 -05:00
|
|
|
"checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5"
|
2018-04-26 22:50:06 -05:00
|
|
|
"checksum parking_lot_core 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "4db1a8ccf734a7bce794cc19b3df06ed87ab2f3907036b693c68f56b4d4537fa"
|
2018-08-04 17:24:39 -05:00
|
|
|
"checksum parking_lot_core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "06a2b6aae052309c2fd2161ef58f5067bc17bb758377a0de9d4b279d603fdd8a"
|
2017-12-06 02:25:29 -06:00
|
|
|
"checksum percent-encoding 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
2018-04-02 10:43:55 -05:00
|
|
|
"checksum pest 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0fce5d8b5cc33983fc74f78ad552b5522ab41442c4ca91606e4236eb4b5ceefc"
|
|
|
|
"checksum pest_derive 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "ab94faafeb93f4c5e3ce81ca0e5a779529a602ad5d09ae6d21996bfb8b6a52bf"
|
2018-09-08 01:04:29 -05:00
|
|
|
"checksum petgraph 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3659d1ee90221741f65dd128d9998311b0e40c5d3c23a62445938214abce4f"
|
2018-07-02 11:33:16 -05:00
|
|
|
"checksum phf 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "7d37a244c75a9748e049225155f56dbcb98fe71b192fd25fd23cb914b5ad62f2"
|
|
|
|
"checksum phf_codegen 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "4e4048fe7dd7a06b8127ecd6d3803149126e9b33c7558879846da3a63f734f2b"
|
|
|
|
"checksum phf_generator 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "05a079dd052e7b674d21cb31cbb6c05efd56a2cd2827db7692e2f1a507ebd998"
|
|
|
|
"checksum phf_shared 0.7.22 (registry+https://github.com/rust-lang/crates.io-index)" = "c2261d544c2bb6aa3b10022b0be371b9c7c64f762ef28c6f5d4f1ef6d97b5930"
|
2018-08-21 12:23:47 -05:00
|
|
|
"checksum pkg-config 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)" = "104630aa1c83213cbc76db0703630fcb0421dac3585063be4ce9a8a2feeaa745"
|
2018-05-30 10:17:37 -05:00
|
|
|
"checksum polonius-engine 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b6b0a7f5f4278b991ffd14abce1d01b013121ad297460237ef0a2f08d43201"
|
2018-04-03 09:32:04 -05:00
|
|
|
"checksum precomputed-hash 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
Add tests to rustbuild
In order to run tests, previous commits have cfg'd out various parts of
rustbuild. Generally speaking, these are filesystem-related operations
and process-spawning related parts. Then, rustbuild is run "as normal"
and the various steps that where run are retrieved from the cache and
checked against the expected results.
Note that this means that the current implementation primarily tests
"what" we build, but doesn't actually test that what we build *will*
build. In other words, it doesn't do any form of dependency verification
for any crate. This is possible to implement, but is considered future
work.
This implementation strives to cfg out as little code as possible; it
also does not currently test anywhere near all of rustbuild. The current
tests are also not checked for "correctness," rather, they simply
represent what we do as of this commit, which may be wrong.
Test cases are drawn from the old implementation of rustbuild, though
the expected results may vary.
2018-03-10 08:03:06 -06:00
|
|
|
"checksum pretty_assertions 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a029430f0d744bc3d15dd474d591bed2402b645d024583082b9f63bb936dac6"
|
2018-07-02 11:33:16 -05:00
|
|
|
"checksum proc-macro2 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1b06e2f335f48d24442b35a19df506a835fb3547bc3c06ef27340da9acf5cae7"
|
2018-08-21 12:23:47 -05:00
|
|
|
"checksum proc-macro2 0.4.13 (registry+https://github.com/rust-lang/crates.io-index)" = "ee5697238f0d893c7f0ecc59c0999f18d2af85e424de441178bcacc9f9e6cf67"
|
2018-02-18 15:33:56 -06:00
|
|
|
"checksum pulldown-cmark 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d6fdf85cda6cadfae5428a54661d431330b312bc767ddbc57adbedc24da66e32"
|
2018-07-02 11:33:16 -05:00
|
|
|
"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
|
2017-12-06 02:25:29 -06:00
|
|
|
"checksum quine-mc_cluskey 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "07589615d719a60c8dd8a4622e7946465dfef20d1a428f969e3443e7386d5f45"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
|
2018-07-02 11:33:16 -05:00
|
|
|
"checksum quote 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9949cfe66888ffe1d53e6ec9d9f3b70714083854be20fd5e271b232a017401e8"
|
2018-08-21 12:23:47 -05:00
|
|
|
"checksum quote 0.6.8 (registry+https://github.com/rust-lang/crates.io-index)" = "dd636425967c33af890042c483632d33fa7a18f19ad1d7ea72e8998c6ef8dea5"
|
2018-09-24 21:40:42 -05:00
|
|
|
"checksum racer 2.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "99e820b7f7701c834c3f6f8226f388c19c0ea948a3ef79ddc96aa7398b5ba87a"
|
2018-08-21 12:23:47 -05:00
|
|
|
"checksum rand 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8356f47b32624fef5b3301c1be97e5944ecdd595409cc5da11d05f211db6cfbd"
|
2018-09-15 03:40:25 -05:00
|
|
|
"checksum rand 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e464cd887e869cddcae8792a4ee31d23c7edd516700695608f5b98c67ee0131c"
|
2018-07-26 16:58:55 -05:00
|
|
|
"checksum rand_core 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "edecf0f94da5551fc9b492093e30b041a891657db7940ee221f9d2f66e82eef2"
|
2018-04-02 10:43:55 -05:00
|
|
|
"checksum rayon 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "80e811e76f1dbf68abf87a759083d34600017fc4e10b6bd5ad84a700f9dba4b1"
|
2018-02-25 21:15:45 -06:00
|
|
|
"checksum rayon-core 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9d24ad214285a7729b174ed6d3bcfcb80177807f959d95fafd5bfc5c4f201ac8"
|
2018-07-02 11:33:16 -05:00
|
|
|
"checksum redox_syscall 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "c214e91d3ecf43e9a4e41e578973adeb14b474f2bee858742d127af75a0112b1"
|
2017-12-06 02:25:29 -06:00
|
|
|
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
|
2018-07-02 11:33:16 -05:00
|
|
|
"checksum regex 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9329abc99e39129fcceabd24cf5d85b4671ef7c29c50e972bc5afe32438ec384"
|
2018-08-21 12:23:47 -05:00
|
|
|
"checksum regex 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "67d0301b0c6804eca7e3c275119d0b01ff3b7ab9258a65709e608a66312a1025"
|
2018-07-02 11:33:16 -05:00
|
|
|
"checksum regex-syntax 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7d707a4fa2637f2dca2ef9fd02225ec7661fe01a53623c1e6515b6916511f7a7"
|
2018-08-21 12:23:47 -05:00
|
|
|
"checksum regex-syntax 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "747ba3b235651f6e2f67dfa8bcdcd073ddb7c243cb21c442fc12395dfcac212d"
|
2018-04-18 10:43:59 -05:00
|
|
|
"checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
|
2018-09-24 21:40:42 -05:00
|
|
|
"checksum rls-analysis 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9a625690e3bf1204ce27b50f71e508ee788214b2d51e26e4e5db884a83627673"
|
2018-04-25 17:11:28 -05:00
|
|
|
"checksum rls-blacklist 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e4a9cc2545ccb7e05b355bfe047b8039a6ec12270d5f3c996b766b340a50f7d2"
|
2018-09-24 21:40:42 -05:00
|
|
|
"checksum rls-data 0.18.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3a209ce46bb52813cbe0786a7baadc0c1a3f5543ef93f179eda3b841ed72cf2e"
|
2018-08-04 02:29:15 -05:00
|
|
|
"checksum rls-rustc 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9dba7390427aefa953608429701e3665192ca810ba8ae09301e001b7c7bed0"
|
2017-05-08 14:15:48 -05:00
|
|
|
"checksum rls-span 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5d7c7046dc6a92f2ae02ed302746db4382e75131b9ce20ce967259f6b5867a6a"
|
2018-07-26 16:58:55 -05:00
|
|
|
"checksum rls-vfs 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "ecbc8541b4c341d6271eae10f869dd9d36db871afe184f5b6f9bffbd6ed0373f"
|
2018-09-24 21:40:42 -05:00
|
|
|
"checksum rustc-ap-arena 263.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "674dfd2bcd2939bc7be1acd98771d077696eb4fa0aac2877ade7bcc8a0183a44"
|
|
|
|
"checksum rustc-ap-rustc_cratesio_shim 263.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "348d81316bd945c08318358a12907c9cdff5d9afbc91c2b26139f0fc0b7ae7cb"
|
|
|
|
"checksum rustc-ap-rustc_data_structures 263.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d7d09417344c7488d2f6705bb0ca0e3d5ab72f6493b57704f1a2491754454634"
|
|
|
|
"checksum rustc-ap-rustc_errors 263.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "eedc4c8d5548593bc4fe902525e6e4e3ea57b94fda94c8789ba29222f0020b43"
|
|
|
|
"checksum rustc-ap-rustc_target 263.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e5a9510deffc7578454c0ec702270f8ff0996a7e3bf33569286dccae75f77922"
|
|
|
|
"checksum rustc-ap-serialize 263.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b6419c794ffb1e6f74b858f4bdf309475e5ca8c651c0b49fc8d23ac4006cfc3e"
|
|
|
|
"checksum rustc-ap-syntax 263.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2ae70f0c19bfd4ae3f508a14d0b71efa76eddc4c3b5c68c4e174c296c037a468"
|
|
|
|
"checksum rustc-ap-syntax_pos 263.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7964384cc85f81ec1847e3ce3999a65b14f5d00de551a872e73b96362cfc4741"
|
2018-08-21 12:23:47 -05:00
|
|
|
"checksum rustc-demangle 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "bcfe5b13211b4d78e5c2cadfebd7769197d95c639c35a50057eb4c05de811395"
|
2018-05-23 22:37:40 -05:00
|
|
|
"checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8"
|
2018-06-06 08:25:47 -05:00
|
|
|
"checksum rustc-rayon 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8c6d5a683c6ba4ed37959097e88d71c9e8e26659a3cb5be8b389078e7ad45306"
|
|
|
|
"checksum rustc-rayon-core 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "40f06724db71e18d68b3b946fdf890ca8c921d9edccc1404fdfdb537b0d12649"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum rustc-serialize 0.3.24 (registry+https://github.com/rust-lang/crates.io-index)" = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
|
2018-05-11 07:11:06 -05:00
|
|
|
"checksum rustc_version 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a54aa04a10c68c1c4eacb4337fd883b435997ede17a9385784b990777686b09a"
|
2018-07-31 16:16:55 -05:00
|
|
|
"checksum rustfix 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "756567f00f7d89c9f89a5c401b8b1caaa122e27240b9eaadd0bb52ee0b680b1b"
|
2018-08-21 12:23:47 -05:00
|
|
|
"checksum ryu 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7153dd96dade874ab973e098cb62fcdbb89a03682e46b144fd09550998d4a4a7"
|
|
|
|
"checksum same-file 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "10f7794e2fda7f594866840e95f5c5962e886e228e68b6505885811a94dd728c"
|
2018-07-02 11:33:16 -05:00
|
|
|
"checksum schannel 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "dc1fabf2a7b6483a141426e1afd09ad543520a77ac49bd03c286e7696ccfd77f"
|
|
|
|
"checksum scoped-tls 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28"
|
2017-12-06 02:25:29 -06:00
|
|
|
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
|
2018-01-08 15:56:22 -06:00
|
|
|
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2018-08-21 12:23:47 -05:00
|
|
|
"checksum serde 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)" = "22d340507cea0b7e6632900a176101fea959c7065d93ba555072da90aaaafc87"
|
|
|
|
"checksum serde_derive 1.0.75 (registry+https://github.com/rust-lang/crates.io-index)" = "234fc8b737737b148ccd625175fc6390f5e4dacfdaa543cb93a3430d984a9119"
|
2017-09-01 22:46:51 -05:00
|
|
|
"checksum serde_ignored 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "190e9765dcedb56be63b6e0993a006c7e3b071a016a304736e4a315dc01fb142"
|
2018-08-21 12:23:47 -05:00
|
|
|
"checksum serde_json 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)" = "44dd2cfde475037451fa99b7e5df77aa3cfd1536575fa8e7a538ab36dcde49ae"
|
2018-04-02 10:43:55 -05:00
|
|
|
"checksum shell-escape 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "170a13e64f2a51b77a45702ba77287f5c6829375b04a69cf2222acd17d0cfab9"
|
2018-01-25 11:32:25 -06:00
|
|
|
"checksum shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
|
2018-04-03 09:32:04 -05:00
|
|
|
"checksum siphasher 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0df90a788073e8d0235a67e50441d47db7c8ad9debd91cbf43736a2a92d36537"
|
2018-08-13 14:15:16 -05:00
|
|
|
"checksum smallvec 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "153ffa32fd170e9944f7e0838edf824a754ec4c1fc64746fcc9fe1f8fa602e5d"
|
2018-07-02 11:33:16 -05:00
|
|
|
"checksum socket2 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "962a516af4d3a7c272cb3a1d50a8cc4e5b41802e4ad54cfb7bee8ba61d37d703"
|
|
|
|
"checksum stable_deref_trait 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ffbc596e092fe5f598b12ef46cc03754085ac2f4d8c739ad61c4ae266cc3b3fa"
|
|
|
|
"checksum string_cache 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "25d70109977172b127fe834e5449e5ab1740b9ba49fa18a2020f509174f25423"
|
|
|
|
"checksum string_cache_codegen 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "35293b05cf1494e8ddd042a7df6756bf18d07f42d234f32e71dce8a7aabb0191"
|
2018-04-03 09:32:04 -05:00
|
|
|
"checksum string_cache_shared 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b1884d1bc09741d466d9b14e6d37ac89d6909cbcac41dd9ae982d4d063bbedfc"
|
2018-03-16 05:37:14 -05:00
|
|
|
"checksum strsim 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
|
2018-04-21 16:06:13 -05:00
|
|
|
"checksum strum 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "099e21b5dd6dd07b5adcf8c4b723a7c0b7efd7a9359bf963d58c0caae8532545"
|
2018-07-02 11:33:16 -05:00
|
|
|
"checksum strum_macros 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1292d85e688e4696ecb69b2db2648994fb8af266974e89be53cefdf003861a5d"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
|
2018-07-02 11:33:16 -05:00
|
|
|
"checksum syn 0.13.11 (registry+https://github.com/rust-lang/crates.io-index)" = "14f9bf6292f3a61d2c716723fdb789a41bbe104168e6f496dc6497e531ea1b9b"
|
2018-08-21 12:23:47 -05:00
|
|
|
"checksum syn 0.14.9 (registry+https://github.com/rust-lang/crates.io-index)" = "261ae9ecaa397c42b960649561949d69311f08eeaea86a65696e6e46517cf741"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
|
2018-07-31 16:16:55 -05:00
|
|
|
"checksum synstructure 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "85bb9b7550d063ea184027c9b8c20ac167cd36d3e06b3a40bceb9d746dc1a7b7"
|
2018-07-02 11:33:16 -05:00
|
|
|
"checksum tar 0.4.16 (registry+https://github.com/rust-lang/crates.io-index)" = "e8f41ca4a5689f06998f0247fcb60da6c760f1950cc9df2a10d71575ad0b062a"
|
2018-08-21 12:23:47 -05:00
|
|
|
"checksum tempfile 3.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c4b103c6d08d323b92ff42c8ce62abcd83ca8efa7fd5bf7927efefec75f58c76"
|
2018-04-03 09:32:04 -05:00
|
|
|
"checksum tendril 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9de21546595a0873061940d994bbbc5c35f024ae4fd61ec5c5b159115684f508"
|
2018-03-19 09:14:13 -05:00
|
|
|
"checksum term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5e6b677dd1e8214ea1ef4297f85dbcbed8e8cdddb561040cc998ca2551c37561"
|
2018-08-21 12:23:47 -05:00
|
|
|
"checksum termcolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3390f44f1f706d8870297b6a2c4f92d9ab65a37c265fbbc6ac4ee72bcc2f3698"
|
2017-12-06 02:25:29 -06:00
|
|
|
"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
|
2018-07-02 11:33:16 -05:00
|
|
|
"checksum textwrap 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "307686869c93e71f94da64286f9a9524c0f308a9e1c87a583de8e9c9039ad3f6"
|
2018-08-21 12:23:47 -05:00
|
|
|
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
|
2018-07-02 11:33:16 -05:00
|
|
|
"checksum time 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "d825be0eb33fda1a7e68012d51e9c7f451dc1a69391e7fdc197060bb8c56667b"
|
2018-04-18 10:43:59 -05:00
|
|
|
"checksum toml 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a0263c6c02c4db6c8f7681f9fd35e90de799ebd4cfdeab77a38f4ff6b3d8c0d9"
|
2018-01-25 11:32:25 -06:00
|
|
|
"checksum toml-query 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6854664bfc6df0360c695480836ee90e2d0c965f06db291d10be9344792d43e8"
|
2018-02-26 11:07:16 -06:00
|
|
|
"checksum ucd-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd2be2d6639d0f8fe6cdda291ad456e23629558d466e2789d2c3e9892bda285d"
|
2017-06-27 12:33:32 -05:00
|
|
|
"checksum unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
2018-07-02 11:33:16 -05:00
|
|
|
"checksum unicode-normalization 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "6a0180bc61fc5a987082bfa111f4cc95c4caff7f9799f3e46df09163a937aa25"
|
|
|
|
"checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1"
|
2018-06-22 10:48:43 -05:00
|
|
|
"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
|
2018-03-01 13:08:48 -06:00
|
|
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
2017-06-26 08:43:09 -05:00
|
|
|
"checksum unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "382810877fe448991dfc7f0dd6e3ae5d58088fd0ea5e35189655f84e6814fa56"
|
2018-07-17 11:04:22 -05:00
|
|
|
"checksum url 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2a321979c09843d272956e73700d12c4e7d3d92b2ee112b31548aef0d4efc5a6"
|
2017-04-29 18:11:58 -05:00
|
|
|
"checksum url_serde 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea"
|
2018-04-03 09:32:04 -05:00
|
|
|
"checksum utf-8 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f1262dfab4c30d5cb7c07026be00ee343a6cf5027fdc0104a9160f354e5db75c"
|
2018-08-21 12:23:47 -05:00
|
|
|
"checksum utf8-ranges 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd70f467df6810094968e2fce0ee1bd0e87157aceb026a8c083bcf5e25b9efe4"
|
|
|
|
"checksum vcpkg 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "def296d3eb3b12371b2c7d0e83bfe1403e4db2d7a0bba324a12b21c4ee13143d"
|
2018-07-02 11:33:16 -05:00
|
|
|
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
|
2018-09-17 02:20:03 -05:00
|
|
|
"checksum vergen 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9a16834fc61e1492c07dae49b6c14b55f8b1d43a5f5f9e9a2ecc063f47b9f93c"
|
2018-08-21 12:23:47 -05:00
|
|
|
"checksum version_check 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7716c242968ee87e5542f8021178248f267f295a5c4803beae8b8b7fd9bc6051"
|
2017-02-19 18:20:57 -06:00
|
|
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2018-08-21 12:23:47 -05:00
|
|
|
"checksum walkdir 2.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "af464bc7be7b785c7ac72e266a6b67c4c9070155606f51655a650a6686204e35"
|
2017-02-07 17:13:57 -06:00
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2018-07-02 11:33:16 -05:00
|
|
|
"checksum winapi 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "773ef9dcc5f24b7d850d0ff101e542ff24c3b090a9768e03ff889fdef41f00fd"
|
2017-02-07 17:13:57 -06:00
|
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
2018-01-08 15:56:22 -06:00
|
|
|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2018-08-21 12:23:47 -05:00
|
|
|
"checksum winapi-util 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "afc5508759c5bf4285e61feb862b6083c8480aec864fa17a81fdec6f69b461ab"
|
2018-01-08 15:56:22 -06:00
|
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2018-08-21 12:23:47 -05:00
|
|
|
"checksum wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba"
|
2018-07-17 11:04:22 -05:00
|
|
|
"checksum xattr 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "244c3741f4240ef46274860397c7c74e50eb23624996930e484c16679633a54c"
|
2018-07-02 11:33:16 -05:00
|
|
|
"checksum xz2 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "df8bf41d3030c3577c9458fd6640a05afbf43b150d0b531b16bd77d3f794f27a"
|
2017-05-08 17:01:13 -05:00
|
|
|
"checksum yaml-rust 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e66366e18dc58b46801afbf2ca7661a9f59cc8c5962c29892b6039b4f86fa992"
|