2019-01-31 08:44:58 -06:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2015-06-19 18:39:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2019-03-14 08:50:53 -05:00
|
|
|
version = "0.6.10"
|
2015-06-19 18:39:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-13 20:08:05 -06:00
|
|
|
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-06-19 18:39:13 -05:00
|
|
|
]
|
|
|
|
|
2019-01-07 13:38:56 -06:00
|
|
|
[[package]]
|
|
|
|
name = "argon2rs"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-05-13 03:34:52 -05:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2019-01-29 09:55:52 -06:00
|
|
|
version = "0.4.10"
|
2018-05-13 03:34:52 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-11-14 05:26:18 -06:00
|
|
|
"nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-13 03:34:52 -05:00
|
|
|
]
|
|
|
|
|
2018-03-02 06:08:23 -06:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2018-07-24 10:22:27 -05:00
|
|
|
version = "0.2.11"
|
2018-03-02 06:08:23 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-14 08:50:53 -05:00
|
|
|
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 06:08:23 -06:00
|
|
|
"termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-06 10:39:49 -05:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 06:08:23 -06:00
|
|
|
]
|
|
|
|
|
2019-01-29 09:55:52 -06:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-01 19:12:33 -06:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2019-03-14 08:50:53 -05:00
|
|
|
version = "0.3.14"
|
2018-03-01 19:12:33 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-01-29 09:55:52 -06:00
|
|
|
"autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 08:50:53 -05:00
|
|
|
"cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-29 09:55:52 -06:00
|
|
|
"rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-06 10:39:49 -05:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-01 19:12:33 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace-sys"
|
2019-01-29 09:55:52 -06:00
|
|
|
version = "0.1.28"
|
2018-03-01 19:12:33 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-14 08:50:53 -05:00
|
|
|
"cc 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-01 19:12:33 -06:00
|
|
|
]
|
|
|
|
|
2018-01-10 23:21:35 -06:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2018-08-31 00:21:02 -05:00
|
|
|
version = "1.0.4"
|
2018-01-10 23:21:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-07 13:38:56 -06:00
|
|
|
[[package]]
|
|
|
|
name = "blake2-rfc"
|
|
|
|
version = "0.2.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-01-29 09:55:52 -06:00
|
|
|
"arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-07 13:38:56 -06:00
|
|
|
"constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-10-13 15:39:19 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bytecount"
|
2019-02-13 20:08:05 -06:00
|
|
|
version = "0.5.1"
|
2018-10-13 15:39:19 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-10-15 09:50:01 -05:00
|
|
|
dependencies = [
|
2019-01-29 09:55:52 -06:00
|
|
|
"packed_simd 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-15 09:50:01 -05:00
|
|
|
]
|
2018-10-13 15:39:19 -05:00
|
|
|
|
2018-03-06 04:45:17 -06:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2019-01-29 09:55:52 -06:00
|
|
|
version = "1.3.1"
|
2018-03-06 04:45:17 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-01 19:12:33 -06:00
|
|
|
[[package]]
|
|
|
|
name = "cargo_metadata"
|
2019-03-14 08:50:53 -05:00
|
|
|
version = "0.7.3"
|
2018-03-01 19:12:33 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-14 08:16:23 -05:00
|
|
|
"error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-15 04:55:31 -05:00
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 08:50:53 -05:00
|
|
|
"serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-01 19:12:33 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2019-03-14 08:50:53 -05:00
|
|
|
version = "1.0.31"
|
2018-03-01 19:12:33 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-11-27 03:37:21 -06:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2019-03-14 08:50:53 -05:00
|
|
|
version = "0.1.7"
|
2017-11-27 03:37:21 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-09-10 23:52:46 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cloudabi"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-01-07 13:38:56 -06:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-05-13 03:34:52 -05:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-01-29 09:55:52 -06:00
|
|
|
"arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 08:50:53 -05:00
|
|
|
"cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-13 03:34:52 -05:00
|
|
|
"crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 08:50:53 -05:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-13 03:34:52 -05:00
|
|
|
"memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-14 05:26:18 -06:00
|
|
|
"nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-13 03:34:52 -05:00
|
|
|
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-14 08:50:53 -05:00
|
|
|
"cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-13 03:34:52 -05:00
|
|
|
]
|
|
|
|
|
2017-11-06 06:43:17 -06:00
|
|
|
[[package]]
|
|
|
|
name = "derive-new"
|
2018-11-08 08:16:13 -06:00
|
|
|
version = "0.5.6"
|
2017-11-06 06:43:17 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-01-29 09:55:52 -06:00
|
|
|
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 08:50:53 -05:00
|
|
|
"syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-06 06:43:17 -06:00
|
|
|
]
|
|
|
|
|
2015-05-11 19:16:46 -05:00
|
|
|
[[package]]
|
|
|
|
name = "diff"
|
2017-11-16 21:20:00 -06:00
|
|
|
version = "0.1.11"
|
2015-12-13 13:03:58 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2015-05-11 19:16:46 -05:00
|
|
|
|
2019-01-07 13:38:56 -06:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
2019-03-14 08:50:53 -05:00
|
|
|
version = "1.0.5"
|
2019-01-07 13:38:56 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-14 08:50:53 -05:00
|
|
|
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-07 13:38:56 -06:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-09 10:19:38 -06:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2019-03-14 08:50:53 -05:00
|
|
|
version = "1.5.1"
|
2018-03-09 10:19:38 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-06 04:45:17 -06:00
|
|
|
[[package]]
|
|
|
|
name = "ena"
|
2018-12-07 23:39:52 -06:00
|
|
|
version = "0.11.0"
|
2018-03-06 04:45:17 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-11-08 08:16:13 -06:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-06 04:45:17 -06:00
|
|
|
]
|
|
|
|
|
2018-03-01 19:12:33 -06:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2019-03-14 08:50:53 -05:00
|
|
|
version = "0.6.1"
|
2018-03-01 19:12:33 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-24 10:22:27 -05:00
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-29 09:55:52 -06:00
|
|
|
"humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-08 08:16:13 -06:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 08:50:53 -05:00
|
|
|
"regex 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-06 10:39:49 -05:00
|
|
|
"termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-01 19:12:33 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "error-chain"
|
2018-07-14 08:16:23 -05:00
|
|
|
version = "0.12.0"
|
2018-03-01 19:12:33 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-14 08:50:53 -05:00
|
|
|
"backtrace 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-01 19:12:33 -06:00
|
|
|
]
|
|
|
|
|
2018-04-24 00:45:28 -05:00
|
|
|
[[package]]
|
|
|
|
name = "failure"
|
2019-01-25 17:17:36 -06:00
|
|
|
version = "0.1.5"
|
2018-04-24 00:45:28 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-14 08:50:53 -05:00
|
|
|
"backtrace 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-25 17:17:36 -06:00
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-24 00:45:28 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "failure_derive"
|
2019-01-25 17:17:36 -06:00
|
|
|
version = "0.1.5"
|
2018-04-24 00:45:28 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-01-29 09:55:52 -06:00
|
|
|
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 08:50:53 -05:00
|
|
|
"syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-08 08:16:13 -06:00
|
|
|
"synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-24 00:45:28 -05:00
|
|
|
]
|
|
|
|
|
2018-01-10 23:21:35 -06:00
|
|
|
[[package]]
|
2019-01-29 09:55:52 -06:00
|
|
|
name = "fuchsia-cprng"
|
|
|
|
version = "0.1.1"
|
2018-01-10 23:21:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-10-22 16:38:16 -05:00
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
2018-07-09 09:09:14 -05:00
|
|
|
version = "0.2.18"
|
2015-10-22 16:38:16 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-07-09 09:09:14 -05:00
|
|
|
dependencies = [
|
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2015-10-22 16:38:16 -05:00
|
|
|
|
2018-03-02 06:08:23 -06:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
2019-01-29 09:55:52 -06:00
|
|
|
version = "1.2.0"
|
2018-03-02 06:08:23 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-05-27 17:07:46 -05:00
|
|
|
"quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 06:08:23 -06:00
|
|
|
]
|
|
|
|
|
2018-03-09 10:19:38 -06:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2019-01-25 17:17:36 -06:00
|
|
|
version = "0.8.0"
|
2018-03-09 10:19:38 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-14 08:50:53 -05:00
|
|
|
"either 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-09 10:19:38 -06:00
|
|
|
]
|
|
|
|
|
2017-05-03 03:23:50 -05:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2018-09-10 23:52:46 -05:00
|
|
|
version = "0.4.3"
|
2017-05-03 03:23:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-14 08:50:53 -05:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
|
|
|
version = "0.1.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-07-09 23:18:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-03-14 08:50:53 -05:00
|
|
|
version = "1.3.0"
|
2017-07-09 23:18:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-11-12 14:38:41 -06:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2019-03-14 08:50:53 -05:00
|
|
|
version = "0.2.50"
|
2015-06-19 18:39:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-09-10 23:52:46 -05:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2018-11-27 03:25:57 -06:00
|
|
|
version = "0.1.5"
|
2018-09-10 23:52:46 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-11-27 03:25:57 -06:00
|
|
|
"owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-10 23:52:46 -05:00
|
|
|
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2017-11-14 07:42:48 -06:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2018-11-08 08:16:13 -06:00
|
|
|
version = "0.4.6"
|
2017-11-14 07:42:48 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-14 08:50:53 -05:00
|
|
|
"cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-11-14 07:42:48 -06:00
|
|
|
]
|
2015-09-14 13:17:51 -05:00
|
|
|
|
2015-06-19 18:39:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2019-02-13 20:08:05 -06:00
|
|
|
version = "2.2.0"
|
2015-06-19 18:39:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-02-07 07:51:14 -06:00
|
|
|
|
2018-05-13 03:34:52 -05:00
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nodrop"
|
2018-11-14 05:26:18 -06:00
|
|
|
version = "0.1.13"
|
2018-05-13 03:34:52 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2019-02-13 20:08:05 -06:00
|
|
|
version = "1.10.0"
|
2018-05-13 03:34:52 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-14 08:50:53 -05:00
|
|
|
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-13 03:34:52 -05:00
|
|
|
]
|
|
|
|
|
2018-01-10 23:21:35 -06:00
|
|
|
[[package]]
|
|
|
|
name = "owning_ref"
|
2018-11-27 03:25:57 -06:00
|
|
|
version = "0.4.0"
|
2018-01-10 23:21:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-03 03:42:00 -05:00
|
|
|
"stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-10 23:21:35 -06:00
|
|
|
]
|
|
|
|
|
2018-11-27 03:25:57 -06:00
|
|
|
[[package]]
|
|
|
|
name = "packed_simd"
|
2019-01-29 09:55:52 -06:00
|
|
|
version = "0.3.3"
|
2018-11-27 03:25:57 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-14 08:50:53 -05:00
|
|
|
"cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-27 03:25:57 -06:00
|
|
|
]
|
|
|
|
|
2018-01-10 23:21:35 -06:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2019-03-14 08:50:53 -05:00
|
|
|
version = "0.7.1"
|
2018-01-10 23:21:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-11-27 03:25:57 -06:00
|
|
|
"lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 08:50:53 -05:00
|
|
|
"parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-10 23:21:35 -06:00
|
|
|
]
|
|
|
|
|
2018-09-10 23:52:46 -05:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2019-03-14 08:50:53 -05:00
|
|
|
version = "0.4.0"
|
2018-09-10 23:52:46 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-14 08:50:53 -05:00
|
|
|
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-10 23:52:46 -05:00
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 08:50:53 -05:00
|
|
|
"smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-06 10:39:49 -05:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-10 23:52:46 -05:00
|
|
|
]
|
|
|
|
|
2018-05-20 05:21:28 -05:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2019-01-29 09:55:52 -06:00
|
|
|
version = "0.4.27"
|
2018-05-20 05:21:28 -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)",
|
|
|
|
]
|
|
|
|
|
2018-03-02 06:08:23 -06:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
2018-05-27 17:07:46 -05:00
|
|
|
version = "1.2.2"
|
2018-03-02 06:08:23 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-05-20 05:21:28 -05:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2019-01-29 09:55:52 -06:00
|
|
|
version = "0.6.11"
|
2018-05-20 05:21:28 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-01-29 09:55:52 -06:00
|
|
|
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-20 05:21:28 -05:00
|
|
|
]
|
|
|
|
|
2018-02-07 07:51:14 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2019-03-14 08:50:53 -05:00
|
|
|
version = "0.6.5"
|
2018-02-07 07:51:14 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-14 08:50:53 -05:00
|
|
|
"autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_jitter 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-06 10:39:49 -05:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-10 23:21:35 -06:00
|
|
|
]
|
|
|
|
|
2018-09-10 23:52:46 -05:00
|
|
|
[[package]]
|
2019-03-14 08:50:53 -05:00
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.1.1"
|
2018-09-10 23:52:46 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-14 08:50:53 -05:00
|
|
|
"autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-29 09:55:52 -06:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-10 23:52:46 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-01-29 09:55:52 -06:00
|
|
|
version = "0.3.1"
|
2018-10-06 10:39:49 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-01-29 09:55:52 -06:00
|
|
|
"rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-06 10:39:49 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-01-29 09:55:52 -06:00
|
|
|
version = "0.4.0"
|
2018-09-10 23:52:46 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-14 08:50:53 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_isaac"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_jitter"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_os"
|
|
|
|
version = "0.1.3"
|
|
|
|
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-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_pcg"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_xorshift"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-01-29 09:55:52 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rdrand"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-02 06:08:23 -06:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2019-01-29 09:55:52 -06:00
|
|
|
version = "0.1.51"
|
2018-03-02 06:08:23 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_termios"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-01-29 09:55:52 -06:00
|
|
|
"redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 06:08:23 -06:00
|
|
|
]
|
|
|
|
|
2019-01-07 13:38:56 -06:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2019-03-14 08:50:53 -05:00
|
|
|
version = "0.3.0"
|
2019-01-07 13:38:56 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 08:50:53 -05:00
|
|
|
"rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-29 09:55:52 -06:00
|
|
|
"redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-07 13:38:56 -06:00
|
|
|
]
|
|
|
|
|
2015-05-28 12:23:07 -05:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2019-03-14 08:50:53 -05:00
|
|
|
version = "1.1.2"
|
2015-05-28 12:23:07 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-14 08:50:53 -05:00
|
|
|
"aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 20:08:05 -06:00
|
|
|
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-29 09:55:52 -06:00
|
|
|
"regex-syntax 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-18 10:26:11 -05:00
|
|
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-08 08:16:13 -06:00
|
|
|
"utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-05-28 12:23:07 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2019-01-29 09:55:52 -06:00
|
|
|
version = "0.6.5"
|
2015-05-28 12:23:07 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-03-08 01:29:00 -06:00
|
|
|
dependencies = [
|
2018-11-27 03:25:57 -06:00
|
|
|
"ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-08 01:29:00 -06:00
|
|
|
]
|
2015-05-28 12:23:07 -05:00
|
|
|
|
2018-05-13 03:34:52 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-ap-arena"
|
2019-03-14 08:50:53 -05:00
|
|
|
version = "407.0.0"
|
2018-05-13 03:34:52 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-14 08:50:53 -05:00
|
|
|
"rustc-ap-rustc_data_structures 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-13 03:34:52 -05:00
|
|
|
]
|
|
|
|
|
2018-11-08 08:16:13 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-ap-graphviz"
|
2019-03-14 08:50:53 -05:00
|
|
|
version = "407.0.0"
|
2018-11-08 08:16:13 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-10 23:21:35 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-ap-rustc_cratesio_shim"
|
2019-03-14 08:50:53 -05:00
|
|
|
version = "407.0.0"
|
2018-01-10 23:21:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-31 00:21:02 -05:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-08 08:16:13 -06:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-10 23:52:46 -05:00
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-10 23:21:35 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-ap-rustc_data_structures"
|
2019-03-14 08:50:53 -05:00
|
|
|
version = "407.0.0"
|
2018-01-10 23:21:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-14 08:50:53 -05:00
|
|
|
"cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-07 23:39:52 -06:00
|
|
|
"ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 08:50:53 -05:00
|
|
|
"jobserver 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-08 08:16:13 -06:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 08:50:53 -05:00
|
|
|
"parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-graphviz 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-rustc_cratesio_shim 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-serialize 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-29 18:22:49 -05:00
|
|
|
"rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-29 09:55:52 -06:00
|
|
|
"rustc-rayon 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-rayon-core 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 08:50:53 -05:00
|
|
|
"smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-03 03:42:00 -05:00
|
|
|
"stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-10 23:21:35 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-ap-rustc_errors"
|
2019-03-14 08:50:53 -05:00
|
|
|
version = "407.0.0"
|
2018-01-10 23:21:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-24 10:22:27 -05:00
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-08 08:16:13 -06:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 08:50:53 -05:00
|
|
|
"rustc-ap-rustc_cratesio_shim 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-rustc_data_structures 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-serialize 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-syntax_pos 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-06 10:39:49 -05:00
|
|
|
"termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-20 05:21:28 -05:00
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-10 23:21:35 -06:00
|
|
|
]
|
|
|
|
|
2018-04-28 02:08:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-ap-rustc_target"
|
2019-03-14 08:50:53 -05:00
|
|
|
version = "407.0.0"
|
2018-04-28 02:08:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-31 00:21:02 -05:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-08 08:16:13 -06:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 08:50:53 -05:00
|
|
|
"rustc-ap-rustc_cratesio_shim 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-rustc_data_structures 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-serialize 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-28 02:08:58 -05:00
|
|
|
]
|
|
|
|
|
2018-01-10 23:21:35 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-ap-serialize"
|
2019-03-14 08:50:53 -05:00
|
|
|
version = "407.0.0"
|
2018-01-10 23:21:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-08-25 23:02:24 -05:00
|
|
|
dependencies = [
|
2019-03-14 08:50:53 -05:00
|
|
|
"smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-25 23:02:24 -05:00
|
|
|
]
|
2018-01-10 23:21:35 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-ap-syntax"
|
2019-03-14 08:50:53 -05:00
|
|
|
version = "407.0.0"
|
2018-01-10 23:21:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-31 00:21:02 -05:00
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-08 08:16:13 -06:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 08:50:53 -05:00
|
|
|
"rustc-ap-rustc_data_structures 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-rustc_errors 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-rustc_target 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-serialize 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-syntax_pos 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-10 23:21:35 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-ap-syntax_pos"
|
2019-03-14 08:50:53 -05:00
|
|
|
version = "407.0.0"
|
2018-01-10 23:21:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-14 08:50:53 -05:00
|
|
|
"cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-arena 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-rustc_data_structures 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-serialize 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-20 05:21:28 -05:00
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-01-10 23:21:35 -06:00
|
|
|
]
|
|
|
|
|
2018-03-01 19:12:33 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2019-01-29 09:55:52 -06:00
|
|
|
version = "0.1.13"
|
2018-05-13 03:34:52 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-05-27 17:07:46 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
2018-05-29 18:22:49 -05:00
|
|
|
version = "1.0.1"
|
2018-05-27 17:07:46 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-05-29 18:22:49 -05:00
|
|
|
dependencies = [
|
2019-01-29 09:55:52 -06:00
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-29 18:22:49 -05:00
|
|
|
]
|
2018-05-27 17:07:46 -05:00
|
|
|
|
2018-05-13 03:34:52 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-rayon"
|
2019-01-29 09:55:52 -06:00
|
|
|
version = "0.1.2"
|
2018-03-01 19:12:33 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-05-13 03:34:52 -05:00
|
|
|
dependencies = [
|
2019-01-29 09:55:52 -06:00
|
|
|
"crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 08:50:53 -05:00
|
|
|
"either 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-29 09:55:52 -06:00
|
|
|
"rustc-rayon-core 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-13 03:34:52 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-rayon-core"
|
2019-01-29 09:55:52 -06:00
|
|
|
version = "0.1.2"
|
2018-05-13 03:34:52 -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)",
|
2019-03-14 08:50:53 -05:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 20:08:05 -06:00
|
|
|
"num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-13 03:34:52 -05:00
|
|
|
]
|
2018-03-01 19:12:33 -06:00
|
|
|
|
2018-10-17 14:47:21 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-workspace-hack"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-09-10 23:52:46 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-03-01 19:12:33 -06:00
|
|
|
[[package]]
|
2018-03-01 19:28:34 -06:00
|
|
|
name = "rustfmt-nightly"
|
2019-03-26 20:29:28 -05:00
|
|
|
version = "1.2.0"
|
2018-02-07 07:51:14 -06:00
|
|
|
dependencies = [
|
2018-10-08 12:39:16 -05:00
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-13 20:08:05 -06:00
|
|
|
"bytecount 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 08:50:53 -05:00
|
|
|
"cargo_metadata 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-08 08:16:13 -06:00
|
|
|
"derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-07 07:51:14 -06:00
|
|
|
"diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 08:50:53 -05:00
|
|
|
"dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-25 17:17:36 -06:00
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-09 09:09:14 -05:00
|
|
|
"getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-25 17:17:36 -06:00
|
|
|
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 08:50:53 -05:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-08 08:16:13 -06:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 08:50:53 -05:00
|
|
|
"regex 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-rustc_target 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-syntax 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-ap-syntax_pos 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-17 14:47:21 -05:00
|
|
|
"rustc-workspace-hack 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 08:50:53 -05:00
|
|
|
"serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-06 04:45:17 -06:00
|
|
|
"term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-29 09:55:52 -06:00
|
|
|
"toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-13 03:34:52 -05:00
|
|
|
"unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-14 17:41:09 -06:00
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode_categories 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-02-07 07:51:14 -06:00
|
|
|
]
|
|
|
|
|
2018-08-18 10:26:11 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2018-11-14 05:26:18 -06:00
|
|
|
version = "0.2.7"
|
2018-08-18 10:26:11 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-15 04:55:31 -05:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
2019-03-14 08:50:53 -05:00
|
|
|
version = "1.0.0"
|
2018-05-13 03:34:52 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-07 13:38:56 -06:00
|
|
|
[[package]]
|
|
|
|
name = "scoped_threadpool"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-05-13 03:34:52 -05:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "0.3.3"
|
2018-03-15 04:55:31 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-01 19:12:33 -06:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2018-03-15 04:55:31 -05:00
|
|
|
version = "0.9.0"
|
2018-03-01 19:12:33 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 08:50:53 -05:00
|
|
|
"serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-01 19:12:33 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2017-05-03 03:23:50 -05:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2019-03-14 08:50:53 -05:00
|
|
|
version = "1.0.89"
|
2017-05-03 03:23:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2019-03-14 08:50:53 -05:00
|
|
|
version = "1.0.89"
|
2017-05-03 03:23:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-01-29 09:55:52 -06:00
|
|
|
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 08:50:53 -05:00
|
|
|
"syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2017-05-03 03:23:50 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2019-03-14 08:50:53 -05:00
|
|
|
version = "1.0.39"
|
2017-05-03 03:23:50 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-10 23:52:46 -05:00
|
|
|
"itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-14 05:26:18 -06:00
|
|
|
"ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 08:50:53 -05:00
|
|
|
"serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-19 18:14:11 -05:00
|
|
|
]
|
|
|
|
|
2018-01-10 23:21:35 -06:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2019-03-14 08:50:53 -05:00
|
|
|
version = "0.6.9"
|
2018-01-10 23:21:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
2018-08-03 03:42:00 -05:00
|
|
|
version = "1.1.1"
|
2018-01-10 23:21:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-04-24 00:45:28 -05:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2019-03-14 08:50:53 -05:00
|
|
|
version = "0.15.29"
|
2018-09-10 23:52:46 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-01-29 09:55:52 -06:00
|
|
|
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-05-20 05:21:28 -05:00
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-04-24 00:45:28 -05:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2018-11-08 08:16:13 -06:00
|
|
|
version = "0.10.1"
|
2018-04-24 00:45:28 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-01-29 09:55:52 -06:00
|
|
|
"proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-14 08:50:53 -05:00
|
|
|
"syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-03 03:42:00 -05:00
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-04-24 00:45:28 -05:00
|
|
|
]
|
|
|
|
|
2018-03-06 04:45:17 -06:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-01-29 09:55:52 -06:00
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-06 10:39:49 -05:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-06 04:45:17 -06:00
|
|
|
]
|
|
|
|
|
2018-07-24 10:22:27 -05:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2018-10-06 10:39:49 -05:00
|
|
|
version = "1.0.4"
|
2018-07-24 10:22:27 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-08-31 00:21:02 -05:00
|
|
|
"wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-24 10:22:27 -05:00
|
|
|
]
|
|
|
|
|
2018-03-02 06:08:23 -06:00
|
|
|
[[package]]
|
|
|
|
name = "termion"
|
|
|
|
version = "1.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-14 08:50:53 -05:00
|
|
|
"libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-29 09:55:52 -06:00
|
|
|
"redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-03-02 06:08:23 -06:00
|
|
|
"redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2016-05-26 17:39:28 -05:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2018-08-18 10:26:11 -05:00
|
|
|
version = "0.3.6"
|
2016-05-26 17:39:28 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-14 08:50:53 -05:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2016-04-07 22:51:06 -05:00
|
|
|
]
|
|
|
|
|
2015-05-22 22:28:41 -05:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2019-01-29 09:55:52 -06:00
|
|
|
version = "0.4.10"
|
2015-05-22 22:28:41 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-14 08:50:53 -05:00
|
|
|
"serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)",
|
2015-05-22 22:28:41 -05:00
|
|
|
]
|
|
|
|
|
2018-03-08 01:29:00 -06:00
|
|
|
[[package]]
|
|
|
|
name = "ucd-util"
|
2018-11-27 03:25:57 -06:00
|
|
|
version = "0.1.3"
|
2018-03-08 01:29:00 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2015-09-03 22:38:12 -05:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2018-05-13 03:34:52 -05:00
|
|
|
version = "1.2.1"
|
2015-09-03 22:38:12 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-10 23:21:35 -06:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2018-05-20 05:21:28 -05:00
|
|
|
version = "0.1.5"
|
2018-01-10 23:21:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-03-06 04:45:17 -06:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-14 17:41:09 -06:00
|
|
|
[[package]]
|
|
|
|
name = "unicode_categories"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2016-02-26 13:28:31 -06:00
|
|
|
[[package]]
|
|
|
|
name = "utf8-ranges"
|
2018-11-08 08:16:13 -06:00
|
|
|
version = "1.0.2"
|
2017-03-01 20:03:32 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-01-10 23:21:35 -06:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2018-10-06 10:39:49 -05:00
|
|
|
version = "0.3.6"
|
2018-01-10 23:21:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-01-18 03:54:21 -06:00
|
|
|
"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)",
|
2018-01-10 23:21:35 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
2018-01-18 03:54:21 -06:00
|
|
|
version = "0.4.0"
|
2018-01-10 23:21:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-08-31 00:21:02 -05:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2019-01-29 09:55:52 -06:00
|
|
|
version = "0.1.2"
|
2018-08-31 00:21:02 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-06 10:39:49 -05:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-31 00:21:02 -05:00
|
|
|
]
|
|
|
|
|
2018-01-10 23:21:35 -06:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
2018-01-18 03:54:21 -06:00
|
|
|
version = "0.4.0"
|
2018-01-10 23:21:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-07-24 10:22:27 -05:00
|
|
|
[[package]]
|
|
|
|
name = "wincolor"
|
2018-08-31 00:21:02 -05:00
|
|
|
version = "1.0.1"
|
2018-07-24 10:22:27 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-06 10:39:49 -05:00
|
|
|
"winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-29 09:55:52 -06:00
|
|
|
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-24 10:22:27 -05:00
|
|
|
]
|
|
|
|
|
2016-08-10 16:53:58 -05:00
|
|
|
[metadata]
|
2019-03-14 08:50:53 -05:00
|
|
|
"checksum aho-corasick 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "81ce3d38065e618af2d7b77e10c5ad9a069859b4be3c2250f674af3840d9c8a5"
|
2019-01-07 13:38:56 -06:00
|
|
|
"checksum argon2rs 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3f67b0b6a86dae6e67ff4ca2b6201396074996379fba2b92ff649126f37cb392"
|
2019-01-29 09:55:52 -06:00
|
|
|
"checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71"
|
2018-07-24 10:22:27 -05:00
|
|
|
"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
|
2019-01-29 09:55:52 -06:00
|
|
|
"checksum autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a6d640bee2da49f60a4068a7fae53acde8982514ab7bae8b8cea9e88cbcfd799"
|
2019-03-14 08:50:53 -05:00
|
|
|
"checksum backtrace 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "cd5a90e2b463010cd0e0ce9a11d4a9d5d58d9f41d4a6ba3dcaf9e68b466e88b4"
|
2019-01-29 09:55:52 -06:00
|
|
|
"checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6"
|
2018-08-31 00:21:02 -05:00
|
|
|
"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
|
2019-01-07 13:38:56 -06:00
|
|
|
"checksum blake2-rfc 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6d530bdd2d52966a6d03b7a964add7ae1a288d25214066fd4b600f0f796400"
|
2019-02-13 20:08:05 -06:00
|
|
|
"checksum bytecount 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "be0fdd54b507df8f22012890aadd099979befdba27713c767993f8380112ca7c"
|
2019-01-29 09:55:52 -06:00
|
|
|
"checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb"
|
2019-03-14 08:50:53 -05:00
|
|
|
"checksum cargo_metadata 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bc796c7161c220089dfc7159e13324979181532850a237576b8fb907dd087c0d"
|
|
|
|
"checksum cc 1.0.31 (registry+https://github.com/rust-lang/crates.io-index)" = "c9ce8bb087aacff865633f0bd5aeaed910fe2fe55b55f4739527f2e023a2e53d"
|
|
|
|
"checksum cfg-if 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "11d43355396e872eefb45ce6342e4374ed7bc2b3a502d1b28e36d6e23c05d1f4"
|
2018-09-10 23:52:46 -05:00
|
|
|
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
2019-01-07 13:38:56 -06:00
|
|
|
"checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e"
|
2018-05-13 03:34:52 -05:00
|
|
|
"checksum crossbeam-deque 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f739f8c5363aca78cfb059edf753d8f0d36908c348f3d8d1503f03d8b75d9cf3"
|
|
|
|
"checksum crossbeam-epoch 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "927121f5407de9956180ff5e936fe3cf4324279280001cd56b669d28ee7e9150"
|
|
|
|
"checksum crossbeam-utils 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2760899e32a1d58d5abb31129f8fae5de75220bc2176e77ff7c627ae45c918d9"
|
2018-11-08 08:16:13 -06:00
|
|
|
"checksum derive-new 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "6ca414e896ae072546f4d789f452daaecf60ddee4c9df5dc6d5936d769e3d87c"
|
2017-11-16 21:20:00 -06:00
|
|
|
"checksum diff 0.1.11 (registry+https://github.com/rust-lang/crates.io-index)" = "3c2b69f912779fbb121ceb775d74d51e915af17aaebc38d28a592843a2dd0a3a"
|
2019-03-14 08:50:53 -05:00
|
|
|
"checksum dirs 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
|
|
|
|
"checksum either 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c67353c641dc847124ea1902d69bd753dee9bb3beff9aa3662ecf86c971d1fac"
|
2018-12-07 23:39:52 -06:00
|
|
|
"checksum ena 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f56c93cc076508c549d9bb747f79aa9b4eb098be7b8cad8830c3137ef52d1e00"
|
2019-03-14 08:50:53 -05:00
|
|
|
"checksum env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b61fa891024a945da30a9581546e8cfaf5602c7b3f4c137a2805cf388f92075a"
|
2018-07-14 08:16:23 -05:00
|
|
|
"checksum error-chain 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "07e791d3be96241c77c43846b665ef1384606da2cd2a48730abe606a12906e02"
|
2019-01-25 17:17:36 -06:00
|
|
|
"checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2"
|
|
|
|
"checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1"
|
2019-01-29 09:55:52 -06:00
|
|
|
"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
2018-07-09 09:09:14 -05:00
|
|
|
"checksum getopts 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "0a7292d30132fb5424b354f5dc02512a86e4c516fe544bb7a25e7f266951b797"
|
2019-01-29 09:55:52 -06:00
|
|
|
"checksum humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114"
|
2019-01-25 17:17:36 -06:00
|
|
|
"checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358"
|
2018-09-10 23:52:46 -05:00
|
|
|
"checksum itoa 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "1306f3464951f30e30d12373d31c79fbd52d236e5e896fd92f96ec7babbbe60b"
|
2019-03-14 08:50:53 -05:00
|
|
|
"checksum jobserver 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "dd80e58f77e0cdea53ba96acc5e04479e5ffc5d869626a6beafe50fed867eace"
|
|
|
|
"checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14"
|
|
|
|
"checksum libc 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "aab692d7759f5cd8c859e169db98ae5b52c924add2af5fbbca11d12fefb567c1"
|
2018-11-27 03:25:57 -06:00
|
|
|
"checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c"
|
2018-11-08 08:16:13 -06:00
|
|
|
"checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6"
|
2019-02-13 20:08:05 -06:00
|
|
|
"checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39"
|
2018-05-13 03:34:52 -05:00
|
|
|
"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3"
|
2018-11-14 05:26:18 -06:00
|
|
|
"checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945"
|
2019-02-13 20:08:05 -06:00
|
|
|
"checksum num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1a23f0ed30a54abaa0c7e83b1d2d87ada7c3c23078d1d87815af3e3b6385fbba"
|
2018-11-27 03:25:57 -06:00
|
|
|
"checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13"
|
2019-01-29 09:55:52 -06:00
|
|
|
"checksum packed_simd 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a85ea9fc0d4ac0deb6fe7911d38786b32fc11119afd9e9d38b84ff691ce64220"
|
2019-03-14 08:50:53 -05:00
|
|
|
"checksum parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337"
|
|
|
|
"checksum parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9"
|
2019-01-29 09:55:52 -06:00
|
|
|
"checksum proc-macro2 0.4.27 (registry+https://github.com/rust-lang/crates.io-index)" = "4d317f9caece796be1980837fd5cb3dfec5613ebdb04ad0956deea83ce168915"
|
2018-05-27 17:07:46 -05:00
|
|
|
"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
|
2019-01-29 09:55:52 -06:00
|
|
|
"checksum quote 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)" = "cdd8e04bd9c52e0342b406469d494fcb033be4bdbe5c606016defbb1681411e1"
|
2019-03-14 08:50:53 -05:00
|
|
|
"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
|
|
|
|
"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
|
2019-01-29 09:55:52 -06:00
|
|
|
"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
|
|
|
"checksum rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d0e7a549d590831370895ab7ba4ea0c1b6b011d106b5ff2da6eee112615e6dc0"
|
2019-03-14 08:50:53 -05:00
|
|
|
"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
|
|
|
|
"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
|
|
|
|
"checksum rand_jitter 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b9ea758282efe12823e0d952ddb269d2e1897227e464919a554f2a03ef1b832"
|
|
|
|
"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
|
|
|
|
"checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
|
|
|
|
"checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
|
2019-01-29 09:55:52 -06:00
|
|
|
"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
|
|
|
"checksum redox_syscall 0.1.51 (registry+https://github.com/rust-lang/crates.io-index)" = "423e376fffca3dfa06c9e9790a9ccd282fafb3cc6e6397d01dbf64f9bacc6b85"
|
2018-03-02 06:08:23 -06:00
|
|
|
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
|
2019-03-14 08:50:53 -05:00
|
|
|
"checksum redox_users 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe5204c3a17e97dde73f285d49be585df59ed84b50a872baf416e73b62c3828"
|
|
|
|
"checksum regex 1.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "53ee8cfdddb2e0291adfb9f13d31d3bbe0a03c9a402c01b1e24188d86c35b24f"
|
2019-01-29 09:55:52 -06:00
|
|
|
"checksum regex-syntax 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8c2f35eedad5295fdf00a63d7d4b238135723f92b434ec06774dad15c7ab0861"
|
2019-03-14 08:50:53 -05:00
|
|
|
"checksum rustc-ap-arena 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5aab2fb5e5becf1c9183f6c63b8714817a3e780a20b4fe6b3920751c98a18225"
|
|
|
|
"checksum rustc-ap-graphviz 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0235ff613d4f96176ea56748010b5d8e978605cc47856ba9bb5372f4f38e9c03"
|
|
|
|
"checksum rustc-ap-rustc_cratesio_shim 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "63e04a90b0dd8597da83633961698c61a2948f50c9d4b9a71e8afafc0ba0f158"
|
|
|
|
"checksum rustc-ap-rustc_data_structures 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c03988d65fc5130787df32e8ea91738f78a8ed62b7a5bdd77f10e5cceb531d8e"
|
|
|
|
"checksum rustc-ap-rustc_errors 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8b33b9dc34f9fa50bf7e6fd14f2f3c1adc69833acf43c10f3e9795bd4d613712"
|
|
|
|
"checksum rustc-ap-rustc_target 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e6de75caef2c7acba11994614266d60238653657677934817ab368d169333cba"
|
|
|
|
"checksum rustc-ap-serialize 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cf09c60aaee892b0fd107544cfe607d8d463e7f33da34aa823566b8fd2b17f53"
|
|
|
|
"checksum rustc-ap-syntax 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "69f38cc120ff317678bbda8c4f58c1bbc1de64b615383ab01480482dde5e95a1"
|
|
|
|
"checksum rustc-ap-syntax_pos 407.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "20a0a201141c5c416b1924b079eeefc7b013e34ece0740ce4997f358b3684a7f"
|
2019-01-29 09:55:52 -06:00
|
|
|
"checksum rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "adacaae16d02b6ec37fdc7acfcddf365978de76d1983d3ee22afc260e1ca9619"
|
2018-05-29 18:22:49 -05:00
|
|
|
"checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8"
|
2019-01-29 09:55:52 -06:00
|
|
|
"checksum rustc-rayon 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8d98c51d9cbbe810c8b6693236d3412d8cd60513ff27a3e1b6af483dca0af544"
|
|
|
|
"checksum rustc-rayon-core 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "526e7b6d2707a5b9bec3927d424ad70fa3cfc68e0ac1b75e46cdbbc95adc5108"
|
2018-10-17 14:47:21 -05:00
|
|
|
"checksum rustc-workspace-hack 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc71d2faa173b74b232dedc235e3ee1696581bb132fc116fa3626d6151a1a8fb"
|
2018-09-10 23:52:46 -05:00
|
|
|
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
2018-11-14 05:26:18 -06:00
|
|
|
"checksum ryu 0.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "eb9e9b8cde282a9fe6a42dd4681319bfb63f121b8a8ee9439c6f4107e58a46f7"
|
2019-03-14 08:50:53 -05:00
|
|
|
"checksum scoped-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
|
2019-01-07 13:38:56 -06:00
|
|
|
"checksum scoped_threadpool 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
|
2018-05-13 03:34:52 -05:00
|
|
|
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
|
2018-03-15 04:55:31 -05:00
|
|
|
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
2018-03-01 19:12:33 -06:00
|
|
|
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2019-03-14 08:50:53 -05:00
|
|
|
"checksum serde 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)" = "92514fb95f900c9b5126e32d020f5c6d40564c27a5ea6d1d7d9f157a96623560"
|
|
|
|
"checksum serde_derive 1.0.89 (registry+https://github.com/rust-lang/crates.io-index)" = "bb6eabf4b5914e88e24eea240bb7c9f9a2cbc1bbbe8d961d381975ec3c6b806c"
|
|
|
|
"checksum serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d"
|
|
|
|
"checksum smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)" = "c4488ae950c49d403731982257768f48fada354a5203fe81f9bb6f43ca9002be"
|
2018-08-03 03:42:00 -05:00
|
|
|
"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
|
2019-03-14 08:50:53 -05:00
|
|
|
"checksum syn 0.15.29 (registry+https://github.com/rust-lang/crates.io-index)" = "1825685f977249735d510a242a6727b46efe914bb67e38d30c071b1b72b1d5c2"
|
2018-11-08 08:16:13 -06:00
|
|
|
"checksum synstructure 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "73687139bf99285483c96ac0add482c3776528beac1d97d444f6e91f203a2015"
|
2018-03-06 04:45:17 -06:00
|
|
|
"checksum term 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5e6b677dd1e8214ea1ef4297f85dbcbed8e8cdddb561040cc998ca2551c37561"
|
2018-10-06 10:39:49 -05:00
|
|
|
"checksum termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f"
|
2018-03-02 06:08:23 -06:00
|
|
|
"checksum termion 1.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "689a3bdfaab439fd92bc87df5c4c78417d3cbe537487274e9b0b2dce76e92096"
|
2018-08-18 10:26:11 -05:00
|
|
|
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
|
2019-01-29 09:55:52 -06:00
|
|
|
"checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f"
|
2018-11-27 03:25:57 -06:00
|
|
|
"checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86"
|
2018-05-13 03:34:52 -05:00
|
|
|
"checksum unicode-segmentation 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "aa6024fc12ddfd1c6dbc14a80fa2324d4568849869b779f6bd37e5e4c03344d1"
|
2018-05-20 05:21:28 -05:00
|
|
|
"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
|
2018-03-06 04:45:17 -06:00
|
|
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
2019-01-14 17:41:09 -06:00
|
|
|
"checksum unicode_categories 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
|
2018-11-08 08:16:13 -06:00
|
|
|
"checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737"
|
2018-10-06 10:39:49 -05:00
|
|
|
"checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0"
|
2018-01-18 03:54:21 -06:00
|
|
|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2019-01-29 09:55:52 -06:00
|
|
|
"checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9"
|
2018-01-18 03:54:21 -06:00
|
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2018-08-31 00:21:02 -05:00
|
|
|
"checksum wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba"
|