2019-01-29 13:28:04 -06:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2018-07-23 04:17:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2019-04-01 13:29:06 -05:00
|
|
|
version = "0.7.3"
|
2018-07-23 04:17:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-18 08:29:00 -06:00
|
|
|
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-23 04:17:39 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-05 13:10:55 -05:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-23 04:17:39 -05:00
|
|
|
]
|
|
|
|
|
2018-07-24 07:10:53 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ar"
|
2019-05-04 09:23:53 -05:00
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-07-24 07:10:53 -05:00
|
|
|
dependencies = [
|
2019-01-26 10:17:17 -06:00
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-24 07:10:53 -05:00
|
|
|
]
|
|
|
|
|
2019-01-17 11:07:27 -06:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.4.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-07-23 04:17:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2018-08-07 09:34:45 -05:00
|
|
|
version = "0.2.11"
|
2018-07-23 04:17:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-02 05:05:48 -05:00
|
|
|
"libc 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-04 09:25:19 -05:00
|
|
|
"termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 13:10:55 -05:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-23 04:17:39 -05:00
|
|
|
]
|
|
|
|
|
2018-12-18 08:20:24 -06:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2019-05-25 06:56:28 -05:00
|
|
|
version = "0.1.4"
|
2018-12-18 08:20:24 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-19 12:51:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2019-05-25 06:56:28 -05:00
|
|
|
version = "0.3.26"
|
2018-06-19 12:51:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-25 06:56:28 -05:00
|
|
|
"autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-24 08:44:05 -06:00
|
|
|
"backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-25 06:56:28 -05:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-02 05:05:48 -05:00
|
|
|
"libc 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-19 12:51:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace-sys"
|
2018-12-24 08:44:05 -06:00
|
|
|
version = "0.1.28"
|
2018-06-19 12:51:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-25 06:56:28 -05:00
|
|
|
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-02 05:05:48 -05:00
|
|
|
"libc 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-19 12:51:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2019-06-08 02:43:58 -05:00
|
|
|
version = "1.1.0"
|
2018-06-19 12:51:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-07-24 07:10:53 -05:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2019-01-26 10:17:17 -06:00
|
|
|
version = "1.3.1"
|
2018-07-24 07:10:53 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-19 12:51:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2019-05-25 06:56:28 -05:00
|
|
|
version = "1.0.37"
|
2018-06-19 12:51:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2019-05-25 06:56:28 -05:00
|
|
|
version = "0.1.9"
|
2018-06-19 12:51:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-07-23 04:17:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2019-04-10 09:44:18 -05:00
|
|
|
version = "2.33.0"
|
2018-07-23 04:17:39 -05:00
|
|
|
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)",
|
2018-08-07 09:34:45 -05:00
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-08 02:43:58 -05:00
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-10 09:44:18 -05:00
|
|
|
"strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-23 04:17:39 -05:00
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-11-09 11:38:30 -06:00
|
|
|
[[package]]
|
|
|
|
name = "cloudabi"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-08 02:43:58 -05:00
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-09 11:38:30 -06:00
|
|
|
]
|
|
|
|
|
2018-06-19 12:51:29 -05:00
|
|
|
[[package]]
|
2018-07-14 04:59:42 -05:00
|
|
|
name = "cranelift"
|
2019-03-27 11:52:51 -05:00
|
|
|
version = "0.30.0"
|
2019-05-25 05:32:31 -05:00
|
|
|
source = "git+https://github.com/CraneStation/cranelift.git#be02e945613270d17a316a23a58e0791d5712cee"
|
2018-06-19 12:51:29 -05:00
|
|
|
dependencies = [
|
2019-03-27 11:52:51 -05:00
|
|
|
"cranelift-codegen 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
|
|
|
|
"cranelift-frontend 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
|
2018-06-19 12:51:29 -05:00
|
|
|
]
|
|
|
|
|
2018-08-14 03:02:28 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-bforest"
|
2019-03-27 11:52:51 -05:00
|
|
|
version = "0.30.0"
|
2019-05-25 05:32:31 -05:00
|
|
|
source = "git+https://github.com/CraneStation/cranelift.git#be02e945613270d17a316a23a58e0791d5712cee"
|
2018-08-14 03:02:28 -05:00
|
|
|
dependencies = [
|
2019-03-27 11:52:51 -05:00
|
|
|
"cranelift-entity 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
|
2018-08-14 03:02:28 -05:00
|
|
|
]
|
|
|
|
|
2018-06-19 12:51:29 -05:00
|
|
|
[[package]]
|
2018-07-14 04:59:42 -05:00
|
|
|
name = "cranelift-codegen"
|
2019-03-27 11:52:51 -05:00
|
|
|
version = "0.30.0"
|
2019-05-25 05:32:31 -05:00
|
|
|
source = "git+https://github.com/CraneStation/cranelift.git#be02e945613270d17a316a23a58e0791d5712cee"
|
2018-06-19 12:51:29 -05:00
|
|
|
dependencies = [
|
2019-03-27 11:52:51 -05:00
|
|
|
"cranelift-bforest 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
|
|
|
|
"cranelift-codegen-meta 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
|
|
|
|
"cranelift-entity 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
|
2019-01-02 04:55:02 -06:00
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-03 07:14:28 -05:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-22 08:21:05 -05:00
|
|
|
"target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-17 11:05:11 -05:00
|
|
|
]
|
|
|
|
|
2018-07-23 04:17:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen-meta"
|
2019-03-27 11:52:51 -05:00
|
|
|
version = "0.30.0"
|
2019-05-25 05:32:31 -05:00
|
|
|
source = "git+https://github.com/CraneStation/cranelift.git#be02e945613270d17a316a23a58e0791d5712cee"
|
2018-11-09 11:03:47 -06:00
|
|
|
dependencies = [
|
2019-03-27 11:52:51 -05:00
|
|
|
"cranelift-entity 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
|
2018-11-09 11:03:47 -06:00
|
|
|
]
|
2018-07-23 04:17:39 -05:00
|
|
|
|
2018-06-17 11:05:11 -05:00
|
|
|
[[package]]
|
2018-07-14 04:59:42 -05:00
|
|
|
name = "cranelift-entity"
|
2019-03-27 11:52:51 -05:00
|
|
|
version = "0.30.0"
|
2019-05-25 05:32:31 -05:00
|
|
|
source = "git+https://github.com/CraneStation/cranelift.git#be02e945613270d17a316a23a58e0791d5712cee"
|
2018-07-23 04:17:39 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-faerie"
|
2019-03-27 11:52:51 -05:00
|
|
|
version = "0.30.0"
|
2019-05-25 05:32:31 -05:00
|
|
|
source = "git+https://github.com/CraneStation/cranelift.git#be02e945613270d17a316a23a58e0791d5712cee"
|
2018-07-23 04:17:39 -05:00
|
|
|
dependencies = [
|
2019-03-27 11:52:51 -05:00
|
|
|
"cranelift-codegen 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
|
|
|
|
"cranelift-module 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
|
2019-04-05 12:42:23 -05:00
|
|
|
"faerie 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-02 04:55:02 -06:00
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-08 10:55:51 -06:00
|
|
|
"goblin 0.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-22 08:21:05 -05:00
|
|
|
"target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-23 04:17:39 -05:00
|
|
|
]
|
2018-06-17 11:05:11 -05:00
|
|
|
|
2018-06-19 12:51:29 -05:00
|
|
|
[[package]]
|
2018-07-14 04:59:42 -05:00
|
|
|
name = "cranelift-frontend"
|
2019-03-27 11:52:51 -05:00
|
|
|
version = "0.30.0"
|
2019-05-25 05:32:31 -05:00
|
|
|
source = "git+https://github.com/CraneStation/cranelift.git#be02e945613270d17a316a23a58e0791d5712cee"
|
2018-06-19 12:51:29 -05:00
|
|
|
dependencies = [
|
2019-03-27 11:52:51 -05:00
|
|
|
"cranelift-codegen 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
|
2018-11-03 07:14:28 -05:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-22 08:21:05 -05:00
|
|
|
"target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-19 12:51:29 -05:00
|
|
|
]
|
|
|
|
|
2018-06-17 11:05:11 -05:00
|
|
|
[[package]]
|
2018-07-14 04:59:42 -05:00
|
|
|
name = "cranelift-module"
|
2019-03-27 11:52:51 -05:00
|
|
|
version = "0.30.0"
|
2019-05-25 05:32:31 -05:00
|
|
|
source = "git+https://github.com/CraneStation/cranelift.git#be02e945613270d17a316a23a58e0791d5712cee"
|
2018-06-19 12:51:29 -05:00
|
|
|
dependencies = [
|
2019-03-27 11:52:51 -05:00
|
|
|
"cranelift-codegen 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
|
|
|
|
"cranelift-entity 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
|
2019-01-02 04:55:02 -06:00
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-03 07:14:28 -05:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-19 12:51:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2018-07-14 04:59:42 -05:00
|
|
|
name = "cranelift-native"
|
2019-03-27 11:52:51 -05:00
|
|
|
version = "0.30.0"
|
2019-05-25 05:32:31 -05:00
|
|
|
source = "git+https://github.com/CraneStation/cranelift.git#be02e945613270d17a316a23a58e0791d5712cee"
|
2018-06-17 11:05:11 -05:00
|
|
|
dependencies = [
|
2019-03-27 11:52:51 -05:00
|
|
|
"cranelift-codegen 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
|
2018-11-16 10:54:57 -06:00
|
|
|
"raw-cpuid 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-22 08:21:05 -05:00
|
|
|
"target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-19 12:51:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2018-07-14 04:59:42 -05:00
|
|
|
name = "cranelift-simplejit"
|
2019-03-27 11:52:51 -05:00
|
|
|
version = "0.30.0"
|
2019-05-25 05:32:31 -05:00
|
|
|
source = "git+https://github.com/CraneStation/cranelift.git#be02e945613270d17a316a23a58e0791d5712cee"
|
2018-06-19 12:51:29 -05:00
|
|
|
dependencies = [
|
2019-03-27 11:52:51 -05:00
|
|
|
"cranelift-codegen 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
|
|
|
|
"cranelift-module 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
|
|
|
|
"cranelift-native 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
|
2018-07-14 04:59:42 -05:00
|
|
|
"errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-02 05:05:48 -05:00
|
|
|
"libc 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-26 06:12:45 -06:00
|
|
|
"region 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-22 08:21:05 -05:00
|
|
|
"target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 13:10:55 -05:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-17 11:05:11 -05:00
|
|
|
]
|
|
|
|
|
2018-12-29 05:04:35 -06:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2019-03-07 11:30:36 -06:00
|
|
|
version = "0.6.1"
|
2018-12-29 05:04:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-17 07:15:44 -05:00
|
|
|
"regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-12-29 05:04:35 -06:00
|
|
|
"termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-06-19 12:51:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2018-07-14 04:59:42 -05:00
|
|
|
version = "0.2.4"
|
2018-06-19 12:51:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-07-14 04:59:42 -05:00
|
|
|
"errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-02 05:05:48 -05:00
|
|
|
"libc 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 13:10:55 -05:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-19 12:51:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2018-07-14 04:59:42 -05:00
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.1"
|
2018-06-19 12:51:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-10-16 10:24:45 -05:00
|
|
|
"gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-02 05:05:48 -05:00
|
|
|
"libc 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-19 12:51:29 -05:00
|
|
|
]
|
|
|
|
|
2018-07-23 04:17:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "faerie"
|
2019-04-05 12:42:23 -05:00
|
|
|
version = "0.10.0"
|
2018-09-23 03:16:26 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-07-23 04:17:39 -05:00
|
|
|
dependencies = [
|
2019-03-08 10:55:51 -06:00
|
|
|
"env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-02 04:55:02 -06:00
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-08 10:55:51 -06:00
|
|
|
"goblin 0.0.21 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-10-25 10:36:29 -05:00
|
|
|
"indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-03 07:14:28 -05:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-25 11:02:37 -05:00
|
|
|
"scroll 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-23 04:17:39 -05:00
|
|
|
"string-interner 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-02 05:05:48 -05:00
|
|
|
"structopt 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"structopt-derive 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-22 08:21:05 -05:00
|
|
|
"target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-23 04:17:39 -05:00
|
|
|
]
|
|
|
|
|
2018-06-17 11:05:11 -05:00
|
|
|
[[package]]
|
|
|
|
name = "failure"
|
2019-01-02 04:55:02 -06:00
|
|
|
version = "0.1.5"
|
2018-06-17 11:05:11 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-25 06:56:28 -05:00
|
|
|
"backtrace 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-02 04:55:02 -06:00
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-17 11:05:11 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "failure_derive"
|
2019-01-02 04:55:02 -06:00
|
|
|
version = "0.1.5"
|
2018-06-17 11:05:11 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-09 04:29:05 -05:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-10 09:44:18 -05:00
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-08 13:07:11 -05:00
|
|
|
"syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-25 06:56:28 -05:00
|
|
|
"synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-17 11:05:11 -05:00
|
|
|
]
|
|
|
|
|
2019-01-17 11:07:27 -06:00
|
|
|
[[package]]
|
|
|
|
name = "fallible-iterator"
|
2019-03-25 14:03:05 -05:00
|
|
|
version = "0.2.0"
|
2019-01-17 11:07:27 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-11-09 11:38:30 -06:00
|
|
|
[[package]]
|
2019-02-03 04:08:25 -06:00
|
|
|
name = "fuchsia-cprng"
|
2019-02-06 00:06:44 -06:00
|
|
|
version = "0.1.1"
|
2018-11-09 11:38:30 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-19 12:51:29 -05:00
|
|
|
[[package]]
|
2018-07-14 04:59:42 -05:00
|
|
|
name = "gcc"
|
2018-10-16 10:24:45 -05:00
|
|
|
version = "0.3.55"
|
2018-06-19 12:51:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-17 11:07:27 -06:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2019-05-04 09:20:43 -05:00
|
|
|
version = "0.18.0"
|
2019-05-25 06:56:28 -05:00
|
|
|
source = "git+https://github.com/gimli-rs/gimli.git#2d8c8e200a3cac9fb649e7ed77c621168cb91d8d"
|
2019-01-17 11:07:27 -06:00
|
|
|
dependencies = [
|
|
|
|
"arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-26 10:17:17 -06:00
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-25 14:03:05 -05:00
|
|
|
"fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-17 11:07:27 -06:00
|
|
|
"indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-11-01 01:22:47 -05:00
|
|
|
[[package]]
|
|
|
|
name = "goblin"
|
2019-03-08 10:55:51 -06:00
|
|
|
version = "0.0.21"
|
2018-11-01 01:22:47 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-11-03 07:14:28 -05:00
|
|
|
"log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-01 01:22:47 -05:00
|
|
|
"plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scroll 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-11-03 07:14:28 -05:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2018-12-19 23:26:18 -06:00
|
|
|
version = "0.3.1"
|
2018-11-03 07:14:28 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-25 06:56:28 -05:00
|
|
|
"unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-03 07:14:28 -05:00
|
|
|
]
|
|
|
|
|
2018-07-23 04:17:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
2018-11-30 11:12:08 -06:00
|
|
|
version = "1.2.0"
|
2018-07-23 04:17:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2018-10-25 10:36:29 -05:00
|
|
|
version = "1.0.2"
|
2018-07-23 04:17:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-17 11:05:11 -05:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2019-05-04 09:25:19 -05:00
|
|
|
version = "0.4.4"
|
2018-07-23 04:17:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2019-02-26 23:28:23 -06:00
|
|
|
version = "1.3.0"
|
2018-06-17 11:05:11 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-19 12:51:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2019-06-02 05:05:48 -05:00
|
|
|
version = "0.2.57"
|
2018-06-19 12:51:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-07-23 04:17:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2018-11-03 07:14:28 -05:00
|
|
|
version = "0.4.6"
|
2018-07-23 04:17:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-25 06:56:28 -05:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-23 04:17:39 -05:00
|
|
|
]
|
|
|
|
|
2018-06-19 12:51:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "mach"
|
2018-11-01 01:22:47 -05:00
|
|
|
version = "0.2.3"
|
2018-06-19 12:51:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-02 05:05:48 -05:00
|
|
|
"libc 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-19 12:51:29 -05:00
|
|
|
]
|
|
|
|
|
2018-07-23 04:17:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2019-02-18 08:29:00 -06:00
|
|
|
version = "2.2.0"
|
2018-07-23 04:17:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-01-17 11:07:27 -06:00
|
|
|
[[package]]
|
|
|
|
name = "nodrop"
|
|
|
|
version = "0.1.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-05-04 09:25:19 -05:00
|
|
|
[[package]]
|
|
|
|
name = "numtoa"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-07-23 04:17:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "plain"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2019-05-09 04:29:05 -05:00
|
|
|
version = "0.4.30"
|
2018-07-23 04:17:39 -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)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "1.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-17 11:05:11 -05:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2019-04-10 09:44:18 -05:00
|
|
|
version = "0.6.12"
|
2018-07-23 04:17:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-09 04:29:05 -05:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-23 04:17:39 -05:00
|
|
|
]
|
|
|
|
|
2018-11-09 11:38:30 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2019-02-03 04:08:25 -06:00
|
|
|
version = "0.6.5"
|
2018-11-09 11:38:30 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-25 06:56:28 -05:00
|
|
|
"autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-02 05:05:48 -05:00
|
|
|
"libc 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-15 13:35:49 -06:00
|
|
|
"rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-03 04:08:25 -06:00
|
|
|
"rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-30 11:12:08 -06:00
|
|
|
"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)",
|
2019-05-04 09:25:19 -05:00
|
|
|
"rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-07 11:31:39 -06:00
|
|
|
"rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-27 09:33:45 -06:00
|
|
|
"rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-15 13:35:49 -06:00
|
|
|
"rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 13:10:55 -05:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-09 11:38:30 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2018-11-30 11:12:08 -06:00
|
|
|
name = "rand_chacha"
|
2019-01-15 13:35:49 -06:00
|
|
|
version = "0.1.1"
|
2018-11-09 11:38:30 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-25 06:56:28 -05:00
|
|
|
"autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-26 10:17:17 -06:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-09 11:38:30 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-01-26 10:17:17 -06:00
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.4.0"
|
2018-11-09 11:38:30 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-11-30 11:12:08 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-01-26 10:17:17 -06:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-30 11:12:08 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_isaac"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-01-26 10:17:17 -06:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-30 11:12:08 -06:00
|
|
|
]
|
|
|
|
|
2019-02-03 04:08:25 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rand_jitter"
|
2019-05-04 09:25:19 -05:00
|
|
|
version = "0.1.4"
|
2019-02-03 04:08:25 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-02 05:05:48 -05:00
|
|
|
"libc 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-03 04:08:25 -06:00
|
|
|
"rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 13:10:55 -05:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-03 04:08:25 -06:00
|
|
|
]
|
|
|
|
|
2019-01-15 13:35:49 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rand_os"
|
2019-03-07 11:31:39 -06:00
|
|
|
version = "0.1.3"
|
2019-01-15 13:35:49 -06: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)",
|
2019-02-06 00:06:44 -06:00
|
|
|
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-02 05:05:48 -05:00
|
|
|
"libc 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-03 04:08:25 -06:00
|
|
|
"rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-15 13:35:49 -06:00
|
|
|
"rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 13:10:55 -05:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-15 13:35:49 -06:00
|
|
|
]
|
|
|
|
|
2018-11-30 11:12:08 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rand_pcg"
|
2019-02-27 09:33:45 -06:00
|
|
|
version = "0.1.2"
|
2018-11-30 11:12:08 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-25 06:56:28 -05:00
|
|
|
"autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-27 09:33:45 -06:00
|
|
|
"rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-30 11:12:08 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_xorshift"
|
2019-01-15 13:35:49 -06:00
|
|
|
version = "0.1.1"
|
2018-11-30 11:12:08 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-01-26 10:17:17 -06:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-30 11:12:08 -06:00
|
|
|
]
|
|
|
|
|
2018-06-19 12:51:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "raw-cpuid"
|
2018-11-16 10:54:57 -06:00
|
|
|
version = "6.1.0"
|
2018-06-19 12:51:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-08 02:43:58 -05:00
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-25 06:56:28 -05:00
|
|
|
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 09:34:45 -05:00
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-23 04:17:39 -05:00
|
|
|
]
|
|
|
|
|
2019-01-15 13:35:49 -06:00
|
|
|
[[package]]
|
|
|
|
name = "rdrand"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-01-26 10:17:17 -06:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-15 13:35:49 -06:00
|
|
|
]
|
|
|
|
|
2018-07-23 04:17:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2019-04-10 09:44:18 -05:00
|
|
|
version = "0.1.54"
|
2018-07-23 04:17:39 -05: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-04-10 09:44:18 -05:00
|
|
|
"redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-23 04:17:39 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2019-04-17 07:15:44 -05:00
|
|
|
version = "1.1.6"
|
2018-07-23 04:17:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-01 13:29:06 -05:00
|
|
|
"aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-18 08:29:00 -06:00
|
|
|
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-01 13:29:06 -05:00
|
|
|
"regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-05 12:43:42 -05:00
|
|
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-03 07:14:28 -05:00
|
|
|
"utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-23 04:17:39 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2019-04-01 13:29:06 -05:00
|
|
|
version = "0.6.6"
|
2018-07-23 04:17:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-11-16 10:54:57 -06:00
|
|
|
"ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-19 12:51:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "region"
|
2019-01-26 06:12:45 -06:00
|
|
|
version = "2.0.0"
|
2018-06-19 12:51:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-08 02:43:58 -05:00
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-02 05:05:48 -05:00
|
|
|
"libc 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-01 01:22:47 -05:00
|
|
|
"mach 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 13:10:55 -05:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-19 12:51:29 -05:00
|
|
|
]
|
|
|
|
|
2018-11-09 11:38:30 -06:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-05 13:10:55 -05:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-09 11:38:30 -06:00
|
|
|
]
|
|
|
|
|
2018-06-19 12:51:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2019-06-02 05:05:48 -05:00
|
|
|
version = "0.1.15"
|
2018-06-19 12:51:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-17 11:05:11 -05:00
|
|
|
[[package]]
|
2018-07-14 04:59:42 -05:00
|
|
|
name = "rustc_codegen_cranelift"
|
2018-06-17 11:05:11 -05:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-05-04 09:23:53 -05:00
|
|
|
"ar 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-08 02:43:58 -05:00
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-01-26 10:17:17 -06:00
|
|
|
"byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-27 11:52:51 -05:00
|
|
|
"cranelift 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
|
|
|
|
"cranelift-faerie 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
|
|
|
|
"cranelift-module 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
|
|
|
|
"cranelift-simplejit 0.30.0 (git+https://github.com/CraneStation/cranelift.git)",
|
2019-04-05 12:42:23 -05:00
|
|
|
"faerie 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-04 09:20:43 -05:00
|
|
|
"gimli 0.18.0 (git+https://github.com/gimli-rs/gimli.git)",
|
2019-01-19 05:18:39 -06:00
|
|
|
"indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-02 05:05:48 -05:00
|
|
|
"libc 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-22 08:21:05 -05:00
|
|
|
"target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-25 06:56:28 -05:00
|
|
|
"tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-23 04:17:39 -05:00
|
|
|
]
|
|
|
|
|
2018-08-03 10:44:32 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
2018-08-07 09:34:45 -05:00
|
|
|
version = "0.2.3"
|
2018-08-03 10:44:32 -05:00
|
|
|
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-08-15 05:36:13 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2019-05-04 09:25:19 -05:00
|
|
|
version = "0.2.8"
|
2018-08-15 05:36:13 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-07-23 04:17:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "scroll"
|
2018-09-25 11:02:37 -05:00
|
|
|
version = "0.9.2"
|
2018-07-23 04:17:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-25 11:02:37 -05:00
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scroll_derive 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-23 04:17:39 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scroll_derive"
|
2018-09-25 11:02:37 -05:00
|
|
|
version = "0.9.5"
|
2018-07-23 04:17:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-09 04:29:05 -05:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-10 09:44:18 -05:00
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-08 13:07:11 -05:00
|
|
|
"syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-19 12:51:29 -05:00
|
|
|
]
|
|
|
|
|
2018-08-03 10:44:32 -05: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)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-07-14 04:59:42 -05:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2019-06-02 05:05:48 -05:00
|
|
|
version = "1.0.92"
|
2018-06-19 12:51:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-17 11:05:11 -05:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2019-03-25 14:03:05 -05:00
|
|
|
version = "1.0.39"
|
2018-07-23 04:17:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-04 09:25:19 -05:00
|
|
|
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-02 05:05:48 -05:00
|
|
|
"serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-23 04:17:39 -05:00
|
|
|
]
|
|
|
|
|
2019-01-17 11:07:27 -06:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-07-23 04:17:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "string-interner"
|
|
|
|
version = "0.6.3"
|
2018-06-17 11:05:11 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-02 05:05:48 -05:00
|
|
|
"serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-23 04:17:39 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2019-04-10 09:44:18 -05:00
|
|
|
version = "0.8.0"
|
2018-07-23 04:17:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt"
|
2019-06-02 05:05:48 -05:00
|
|
|
version = "0.2.17"
|
2018-07-23 04:17:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-10 09:44:18 -05:00
|
|
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-02 05:05:48 -05:00
|
|
|
"structopt-derive 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-23 04:17:39 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
2019-06-02 05:05:48 -05:00
|
|
|
version = "0.2.17"
|
2018-07-23 04:17:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-12-19 23:26:18 -06:00
|
|
|
"heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-09 04:29:05 -05:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-10 09:44:18 -05:00
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-08 13:07:11 -05:00
|
|
|
"syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-19 12:51:29 -05:00
|
|
|
]
|
|
|
|
|
2018-06-17 11:05:11 -05:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2019-05-08 13:07:11 -05:00
|
|
|
version = "0.15.34"
|
2018-09-25 11:02:37 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-09 04:29:05 -05:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-10 09:44:18 -05:00
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-25 11:02:37 -05:00
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2018-06-17 11:05:11 -05:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2019-05-25 06:56:28 -05:00
|
|
|
version = "0.10.2"
|
2018-06-17 11:05:11 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-09 04:29:05 -05:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-10 09:44:18 -05:00
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-08 13:07:11 -05:00
|
|
|
"syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-08-07 09:34:45 -05:00
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-17 11:05:11 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
2019-04-05 12:42:23 -05:00
|
|
|
version = "0.4.0"
|
2019-05-22 08:21:05 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2018-06-17 11:05:11 -05:00
|
|
|
dependencies = [
|
2019-01-02 04:55:02 -06:00
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-25 14:03:05 -05:00
|
|
|
"serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-23 04:17:39 -05:00
|
|
|
]
|
|
|
|
|
2018-11-09 11:38:30 -06:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2019-05-25 06:56:28 -05:00
|
|
|
version = "3.0.8"
|
2018-11-09 11:38:30 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-25 06:56:28 -05:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-02 05:05:48 -05:00
|
|
|
"libc 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-03 04:08:25 -06:00
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-10 09:44:18 -05:00
|
|
|
"redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-09 11:38:30 -06:00
|
|
|
"remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-05 13:10:55 -05:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-11-09 11:38:30 -06:00
|
|
|
]
|
|
|
|
|
2018-07-23 04:17:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2018-09-16 04:23:44 -05:00
|
|
|
version = "1.0.4"
|
2018-07-23 04:17:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2018-09-05 12:43:42 -05:00
|
|
|
"wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-23 04:17:39 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termion"
|
2019-05-04 09:25:19 -05:00
|
|
|
version = "1.5.2"
|
2018-07-23 04:17:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-02 05:05:48 -05:00
|
|
|
"libc 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-04 09:25:19 -05:00
|
|
|
"numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-10 09:44:18 -05:00
|
|
|
"redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-23 04:17:39 -05:00
|
|
|
"redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-06-17 11:05:11 -05:00
|
|
|
]
|
|
|
|
|
2018-07-23 04:17:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2019-04-10 09:44:18 -05:00
|
|
|
version = "0.11.0"
|
2018-07-23 04:17:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2018-09-05 12:43:42 -05:00
|
|
|
version = "0.3.6"
|
2018-07-23 04:17:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-02-26 23:28:23 -06:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-23 04:17:39 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ucd-util"
|
2018-11-16 10:54:57 -06:00
|
|
|
version = "0.1.3"
|
2018-11-03 07:14:28 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2019-05-25 06:56:28 -05:00
|
|
|
version = "1.3.0"
|
2018-07-23 04:17:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf8-ranges"
|
2018-11-03 07:14:28 -05:00
|
|
|
version = "1.0.2"
|
2018-07-23 04:17:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-06-19 12:51:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2019-04-05 13:10:55 -05:00
|
|
|
version = "0.3.7"
|
2018-06-19 12:51:29 -05: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)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2018-09-05 12:43:42 -05:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2019-02-03 04:08:25 -06:00
|
|
|
version = "0.1.2"
|
2018-09-05 12:43:42 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-05 13:10:55 -05:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-09-05 12:43:42 -05:00
|
|
|
]
|
|
|
|
|
2018-06-19 12:51:29 -05: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-23 04:17:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "wincolor"
|
2018-09-05 12:43:42 -05:00
|
|
|
version = "1.0.1"
|
2018-07-23 04:17:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-05 13:10:55 -05:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-03 04:08:25 -06:00
|
|
|
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2018-07-23 04:17:39 -05:00
|
|
|
]
|
|
|
|
|
2018-06-17 11:05:11 -05:00
|
|
|
[metadata]
|
2019-04-01 13:29:06 -05:00
|
|
|
"checksum aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e6f484ae0c99fec2e858eb6134949117399f222608d84cadb3f58c1f97c2364c"
|
2018-07-23 04:17:39 -05:00
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2019-05-04 09:23:53 -05:00
|
|
|
"checksum ar 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6c1afd66a96a235fa8eeec0ee757ec0d2c0db7cb89b4e04ae159f37952b97bd5"
|
2019-01-17 11:07:27 -06:00
|
|
|
"checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71"
|
2018-08-07 09:34:45 -05:00
|
|
|
"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
|
2019-05-25 06:56:28 -05:00
|
|
|
"checksum autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "0e49efa51329a5fd37e7c79db4621af617cd4e3e5bc224939808d076077077bf"
|
|
|
|
"checksum backtrace 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)" = "1a13fc43f04daf08ab4f71e3d27e1fc27fc437d3e95ac0063a796d92fb40f39b"
|
2018-12-24 08:44:05 -06:00
|
|
|
"checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6"
|
2019-06-08 02:43:58 -05:00
|
|
|
"checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
|
2019-01-26 10:17:17 -06:00
|
|
|
"checksum byteorder 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a019b10a2a7cdeb292db131fc8113e57ea2a908f6e7894b0c3c671893b65dbeb"
|
2019-05-25 06:56:28 -05:00
|
|
|
"checksum cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" = "39f75544d7bbaf57560d2168f28fd649ff9c76153874db88bdbdfd839b1a7e7d"
|
|
|
|
"checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33"
|
2019-04-10 09:44:18 -05:00
|
|
|
"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
|
2018-11-09 11:38:30 -06:00
|
|
|
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
2019-03-27 11:52:51 -05:00
|
|
|
"checksum cranelift 0.30.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
|
|
|
"checksum cranelift-bforest 0.30.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
|
|
|
"checksum cranelift-codegen 0.30.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
|
|
|
"checksum cranelift-codegen-meta 0.30.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
|
|
|
"checksum cranelift-entity 0.30.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
|
|
|
"checksum cranelift-faerie 0.30.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
|
|
|
"checksum cranelift-frontend 0.30.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
|
|
|
"checksum cranelift-module 0.30.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
|
|
|
"checksum cranelift-native 0.30.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
|
|
|
"checksum cranelift-simplejit 0.30.0 (git+https://github.com/CraneStation/cranelift.git)" = "<none>"
|
2019-03-07 11:30:36 -06:00
|
|
|
"checksum env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b61fa891024a945da30a9581546e8cfaf5602c7b3f4c137a2805cf388f92075a"
|
2018-07-14 04:59:42 -05:00
|
|
|
"checksum errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c2a071601ed01b988f896ab14b95e67335d1eeb50190932a1320f7fe3cadc84e"
|
|
|
|
"checksum errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067"
|
2019-04-05 12:42:23 -05:00
|
|
|
"checksum faerie 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c6d75e6376216d6228fbab8025087523666623d9302ff17dd023d024bf98302"
|
2019-01-02 04:55:02 -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-03-25 14:03:05 -05:00
|
|
|
"checksum fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
2019-02-06 00:06:44 -06:00
|
|
|
"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
2018-10-16 10:24:45 -05:00
|
|
|
"checksum gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
|
2019-05-04 09:20:43 -05:00
|
|
|
"checksum gimli 0.18.0 (git+https://github.com/gimli-rs/gimli.git)" = "<none>"
|
2019-03-08 10:55:51 -06:00
|
|
|
"checksum goblin 0.0.21 (registry+https://github.com/rust-lang/crates.io-index)" = "6a4013e9182f2345c6b7829b9ef6e670bce0dfca12c6f974457ed2160c2c7fe9"
|
2018-12-19 23:26:18 -06:00
|
|
|
"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
|
2018-11-30 11:12:08 -06:00
|
|
|
"checksum humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114"
|
2018-10-25 10:36:29 -05:00
|
|
|
"checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d"
|
2019-05-04 09:25:19 -05:00
|
|
|
"checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
|
2019-02-26 23:28:23 -06:00
|
|
|
"checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14"
|
2019-06-02 05:05:48 -05:00
|
|
|
"checksum libc 0.2.57 (registry+https://github.com/rust-lang/crates.io-index)" = "a844cabbd5a77e60403a58af576f0a1baa83c3dd2670be63e615bd24fc58b82d"
|
2018-11-03 07:14:28 -05:00
|
|
|
"checksum log 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c84ec4b527950aa83a329754b01dbe3f58361d1c5efacd1f6d68c494d08a17c6"
|
2018-11-01 01:22:47 -05:00
|
|
|
"checksum mach 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "86dd2487cdfea56def77b88438a2c915fb45113c5319bfe7e14306ca4cd0b0e1"
|
2019-02-18 08:29:00 -06:00
|
|
|
"checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39"
|
2019-01-17 11:07:27 -06:00
|
|
|
"checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945"
|
2019-05-04 09:25:19 -05:00
|
|
|
"checksum numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
|
2018-07-23 04:17:39 -05:00
|
|
|
"checksum plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
|
2019-05-09 04:29:05 -05:00
|
|
|
"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
2018-07-23 04:17:39 -05:00
|
|
|
"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
|
2019-04-10 09:44:18 -05:00
|
|
|
"checksum quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db"
|
2019-02-03 04:08:25 -06:00
|
|
|
"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
|
2019-01-15 13:35:49 -06:00
|
|
|
"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
|
2019-01-26 10:17:17 -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"
|
2018-11-30 11:12:08 -06: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"
|
2019-05-04 09:25:19 -05:00
|
|
|
"checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
|
2019-03-07 11:31:39 -06:00
|
|
|
"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
|
2019-02-27 09:33:45 -06:00
|
|
|
"checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
|
2019-01-15 13:35:49 -06:00
|
|
|
"checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
|
2018-11-16 10:54:57 -06:00
|
|
|
"checksum raw-cpuid 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "30a9d219c32c9132f7be513c18be77c9881c7107d2ab5569d205a6a0f0e6dc7d"
|
2019-01-15 13:35:49 -06:00
|
|
|
"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
2019-04-10 09:44:18 -05:00
|
|
|
"checksum redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)" = "12229c14a0f65c4f1cb046a3b52047cdd9da1f4b30f8a39c5063c8bae515e252"
|
2018-07-23 04:17:39 -05:00
|
|
|
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
|
2019-04-17 07:15:44 -05:00
|
|
|
"checksum regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "8f0a0bcab2fd7d1d7c54fa9eae6f43eddeb9ce2e7352f8518a814a4f65d60c58"
|
2019-04-01 13:29:06 -05:00
|
|
|
"checksum regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "dcfd8681eebe297b81d98498869d4aae052137651ad7b96822f09ceb690d0a96"
|
2019-01-26 06:12:45 -06:00
|
|
|
"checksum region 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ace21a7fc79cffefeb66f2cc3ef22c7687015023bf7f85bec8840f0d46cb51cc"
|
2018-11-09 11:38:30 -06:00
|
|
|
"checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
|
2019-06-02 05:05:48 -05:00
|
|
|
"checksum rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f4dccf6f4891ebcc0c39f9b6eb1a83b9bf5d747cb439ec6fba4f3b977038af"
|
2018-08-07 09:34:45 -05:00
|
|
|
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
2019-05-04 09:25:19 -05:00
|
|
|
"checksum ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "b96a9549dc8d48f2c283938303c4b5a77aa29bfbc5b54b084fb1630408899a8f"
|
2018-09-25 11:02:37 -05:00
|
|
|
"checksum scroll 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2f84d114ef17fd144153d608fba7c446b0145d038985e7a8cc5d08bb0ce20383"
|
|
|
|
"checksum scroll_derive 0.9.5 (registry+https://github.com/rust-lang/crates.io-index)" = "8f1aa96c45e7f5a91cb7fabe7b279f02fea7126239fc40b732316e8b6a2d0fcb"
|
2018-08-03 10:44:32 -05:00
|
|
|
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
|
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2019-06-02 05:05:48 -05:00
|
|
|
"checksum serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)" = "32746bf0f26eab52f06af0d0aa1984f641341d06d8d673c693871da2d188c9be"
|
2019-03-25 14:03:05 -05:00
|
|
|
"checksum serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)" = "5a23aa71d4a4d43fdbfaac00eff68ba8a06a51759a89ac3304323e800c4dd40d"
|
2019-01-17 11:07:27 -06:00
|
|
|
"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
|
2018-07-23 04:17:39 -05:00
|
|
|
"checksum string-interner 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "abb38a0d8fe673c40b10b6b75abcb076a958cc10fb894f14993d9737c4c87000"
|
2019-04-10 09:44:18 -05:00
|
|
|
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2019-06-02 05:05:48 -05:00
|
|
|
"checksum structopt 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "c767a8971f53d7324583085deee2e230903be09e52fb27df9af94c5cb2b43c31"
|
|
|
|
"checksum structopt-derive 0.2.17 (registry+https://github.com/rust-lang/crates.io-index)" = "c57a30c87454ced2186f62f940e981746e8cbbe026d52090c8c4352b636f8235"
|
2019-05-08 13:07:11 -05:00
|
|
|
"checksum syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)" = "a1393e4a97a19c01e900df2aec855a29f71cf02c402e2f443b8d2747c25c5dbe"
|
2019-05-25 06:56:28 -05:00
|
|
|
"checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f"
|
2019-05-22 08:21:05 -05:00
|
|
|
"checksum target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1b0ab4982b8945c35cc1c46a83a9094c414f6828a099ce5dcaa8ee2b04642dcb"
|
2019-05-25 06:56:28 -05:00
|
|
|
"checksum tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7dc4738f2e68ed2855de5ac9cdbe05c9216773ecde4739b2f095002ab03a13ef"
|
2018-09-16 04:23:44 -05:00
|
|
|
"checksum termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f"
|
2019-05-04 09:25:19 -05:00
|
|
|
"checksum termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dde0593aeb8d47accea5392b39350015b5eccb12c0d98044d856983d89548dea"
|
2019-04-10 09:44:18 -05:00
|
|
|
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2018-09-05 12:43:42 -05:00
|
|
|
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
|
2018-11-16 10:54:57 -06:00
|
|
|
"checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86"
|
2019-05-25 06:56:28 -05:00
|
|
|
"checksum unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9"
|
2018-07-23 04:17:39 -05:00
|
|
|
"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
|
|
|
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
2018-11-03 07:14:28 -05:00
|
|
|
"checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737"
|
2018-07-23 04:17:39 -05:00
|
|
|
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
|
2019-04-05 13:10:55 -05:00
|
|
|
"checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770"
|
2018-06-19 12:51:29 -05:00
|
|
|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2019-02-03 04:08:25 -06:00
|
|
|
"checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9"
|
2018-06-19 12:51:29 -05:00
|
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2018-09-05 12:43:42 -05:00
|
|
|
"checksum wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba"
|