2019-04-06 17:29:15 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2019-04-03 23:50:15 +00:00
|
|
|
version = "0.7.3"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-03 23:50:15 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-06-24 19:55:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "approx"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[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)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-01 06:03:52 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-14 08:02:27 +00:00
|
|
|
"termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-03 23:50:15 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2019-06-01 23:22:23 +00:00
|
|
|
version = "0.1.4"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2019-06-01 23:22:23 +00:00
|
|
|
version = "0.3.26"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-01 23:22:23 +00:00
|
|
|
"autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 23:22:23 +00:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 23:22:23 +00:00
|
|
|
"rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace-sys"
|
|
|
|
version = "0.1.28"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-01 23:22:23 +00:00
|
|
|
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-12 17:39:48 +00:00
|
|
|
]
|
|
|
|
|
2019-06-25 12:01:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
|
|
|
version = "1.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-25 12:01:56 +00:00
|
|
|
"serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
|
|
|
version = "0.46.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-23 07:27:55 +00:00
|
|
|
"cexpr 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 23:22:23 +00:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"clang-sys 0.26.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-14 08:02:27 +00:00
|
|
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-11 17:03:40 +00:00
|
|
|
"env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-13 13:14:28 +00:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-14 08:02:27 +00:00
|
|
|
"regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blake2b_simd"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2019-08-01 06:03:52 +00:00
|
|
|
version = "1.3.2"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-08-01 06:03:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "c2-chacha"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "capstone"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"capstone-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "capstone-sys"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-01 23:22:23 +00:00
|
|
|
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-07-19 22:19:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cargo_toml"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cast"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cbindgen"
|
2019-05-14 08:02:27 +00:00
|
|
|
version = "0.8.7"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-14 08:02:27 +00:00
|
|
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-13 13:14:28 +00:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 23:22:23 +00:00
|
|
|
"serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-13 13:14:28 +00:00
|
|
|
"syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 23:22:23 +00:00
|
|
|
"tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2019-06-01 23:22:23 +00:00
|
|
|
version = "1.0.37"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
2019-03-23 07:27:55 +00:00
|
|
|
version = "0.3.5"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-24 23:38:45 +00:00
|
|
|
"nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2019-06-01 23:22:23 +00:00
|
|
|
version = "0.1.9"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-06-24 19:55:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cgmath"
|
|
|
|
version = "0.16.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"approx 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clang-sys"
|
|
|
|
version = "0.26.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 23:22:23 +00:00
|
|
|
"libloading 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2019-05-14 08:02:27 +00:00
|
|
|
version = "2.33.0"
|
2019-03-04 21:10:28 +00: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)",
|
|
|
|
"atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-14 08:02:27 +00: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)",
|
2019-03-04 21:10:28 +00: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)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cmake"
|
2019-06-01 23:22:23 +00:00
|
|
|
version = "0.1.40"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-01 23:22:23 +00:00
|
|
|
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-06-24 19:55:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "colored"
|
|
|
|
version = "1.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winconsole 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-bforest"
|
2019-07-22 17:57:42 +00:00
|
|
|
version = "0.31.0"
|
2019-07-24 21:06:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-07-24 21:06:19 +00:00
|
|
|
"cranelift-entity 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen"
|
2019-07-22 17:57:42 +00:00
|
|
|
version = "0.31.0"
|
2019-07-24 21:06:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-07-24 21:06:19 +00:00
|
|
|
"cranelift-bforest 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cranelift-codegen-meta 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cranelift-entity 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00: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-08-01 06:03:52 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-18 21:31:08 +00:00
|
|
|
"target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen-meta"
|
2019-07-22 17:57:42 +00:00
|
|
|
version = "0.31.0"
|
2019-07-24 21:06:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-07-24 21:06:19 +00:00
|
|
|
"cranelift-entity 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-entity"
|
2019-07-22 17:57:42 +00:00
|
|
|
version = "0.31.0"
|
2019-07-24 21:06:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-03-04 21:10:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-native"
|
2019-07-22 17:57:42 +00:00
|
|
|
version = "0.31.0"
|
2019-07-24 21:06:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-07-24 21:06:19 +00:00
|
|
|
"cranelift-codegen 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"raw-cpuid 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-18 21:31:08 +00:00
|
|
|
"target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "criterion"
|
2019-05-14 08:02:27 +00:00
|
|
|
version = "0.2.11"
|
2019-03-04 21:10:28 +00: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)",
|
|
|
|
"cast 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-14 08:02:27 +00:00
|
|
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"criterion-plot 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"csv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 23:22:23 +00:00
|
|
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-06 21:53:06 +00:00
|
|
|
"rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"rand_xoshiro 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rayon-core 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 23:22:23 +00:00
|
|
|
"serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 23:22:23 +00:00
|
|
|
"tinytemplate 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "criterion-plot"
|
2019-05-14 08:02:27 +00:00
|
|
|
version = "0.3.1"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-01 06:03:52 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"cast 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2019-08-01 06:03:52 +00:00
|
|
|
version = "0.6.3"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-01 06:03:52 +00:00
|
|
|
"crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2019-08-01 06:03:52 +00:00
|
|
|
version = "0.7.2"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 23:22:23 +00:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2019-08-01 06:03:52 +00:00
|
|
|
version = "0.6.6"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-01 23:22:23 +00:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv"
|
2019-05-14 08:02:27 +00:00
|
|
|
version = "1.0.7"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"csv-core 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-14 08:02:27 +00: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-01 23:22:23 +00:00
|
|
|
"serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv-core"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-02-11 16:51:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dynasm"
|
2019-05-06 14:15:30 +00:00
|
|
|
version = "0.3.2"
|
2019-02-11 16:51:26 +00:00
|
|
|
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-08-01 06:03:52 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-13 01:58:22 +00:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-11 16:51:26 +00:00
|
|
|
"owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-13 13:14:28 +00:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-11 16:51:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dynasmrt"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-01 06:03:52 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-11 16:51:26 +00:00
|
|
|
"memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2019-04-03 23:50:15 +00:00
|
|
|
version = "1.5.2"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-13 21:22:32 +00:00
|
|
|
[[package]]
|
2019-03-24 23:38:45 +00:00
|
|
|
name = "enum-methods"
|
|
|
|
version = "0.0.8"
|
2019-03-13 21:22:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-03-24 23:38:45 +00:00
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-13 21:22:32 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2019-03-11 17:03:40 +00:00
|
|
|
version = "0.6.1"
|
2019-03-04 21:10:28 +00: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)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-14 08:02:27 +00:00
|
|
|
"regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-03 23:50:15 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "failure"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-01 23:22:23 +00:00
|
|
|
"backtrace 0.3.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "failure_derive"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-13 13:14:28 +00:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 23:22:23 +00:00
|
|
|
"synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "field-offset"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-cprng"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gcc"
|
|
|
|
version = "0.3.55"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-04-01 22:52:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generational-arena"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-01 23:22:23 +00:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-01 22:52:35 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-08-01 06:03:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.1.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "goblin"
|
|
|
|
version = "0.0.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-01 06:03:52 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00: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)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-01 06:03:52 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 23:22:23 +00:00
|
|
|
"serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-01 23:22:23 +00:00
|
|
|
"unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "1.2.0"
|
|
|
|
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"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inkwell"
|
|
|
|
version = "0.1.0"
|
2019-07-30 21:47:53 +00:00
|
|
|
source = "git+https://github.com/wasmerio/inkwell?branch=llvm8-0#4c5359e507b8a3439c9e2c7fff5c336224069638"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-04-03 23:50:15 +00:00
|
|
|
"either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"enum-methods 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 22:19:58 +00:00
|
|
|
"inkwell_internal_macros 0.1.0 (git+https://github.com/wasmerio/inkwell?branch=llvm8-0)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 22:19:58 +00:00
|
|
|
"llvm-sys 80.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-30 21:47:53 +00:00
|
|
|
"regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inkwell_internal_macros"
|
|
|
|
version = "0.1.0"
|
2019-07-30 21:47:53 +00:00
|
|
|
source = "git+https://github.com/wasmerio/inkwell?branch=llvm8-0#4c5359e507b8a3439c9e2c7fff5c336224069638"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-07-19 22:19:58 +00:00
|
|
|
"cargo_toml 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-13 13:14:28 +00:00
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-13 21:22:32 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-03 23:50:15 +00:00
|
|
|
"either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2019-05-14 08:02:27 +00:00
|
|
|
version = "0.4.4"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-05-16 01:22:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "kernel-net"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2019-08-01 06:03:52 +00:00
|
|
|
version = "0.2.60"
|
2019-03-24 23:38:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2019-06-01 23:22:23 +00:00
|
|
|
version = "0.5.1"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-01 23:22:23 +00:00
|
|
|
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-03 23:50:15 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "llvm-sys"
|
2019-07-19 22:19:58 +00:00
|
|
|
version = "80.1.1"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-01 23:22:23 +00:00
|
|
|
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-14 08:02:27 +00:00
|
|
|
"regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2019-08-01 06:03:52 +00:00
|
|
|
version = "0.4.8"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-01 23:22:23 +00:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
|
|
|
version = "2.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-01 06:03:52 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-02-11 16:51:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memmap"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-01 06:03:52 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-03 23:50:15 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-11 16:51:26 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memmap"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-01 06:03:52 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-03 23:50:15 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2019-08-01 06:03:52 +00:00
|
|
|
version = "0.5.1"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-08-01 06:03:52 +00:00
|
|
|
dependencies = [
|
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2019-03-04 21:10:28 +00:00
|
|
|
|
2019-03-24 23:38:45 +00:00
|
|
|
[[package]]
|
2019-03-04 21:10:28 +00:00
|
|
|
name = "nix"
|
2019-07-11 10:28:56 +00:00
|
|
|
version = "0.14.1"
|
2019-03-04 21:10:28 +00:00
|
|
|
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-06-01 23:22:23 +00:00
|
|
|
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nodrop"
|
|
|
|
version = "0.1.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2019-03-24 23:38:45 +00:00
|
|
|
version = "4.2.3"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-06-24 19:55:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.1.43"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2019-06-01 23:22:23 +00:00
|
|
|
version = "0.2.8"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-06-01 23:22:23 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2019-03-04 21:10:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
|
|
|
version = "1.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-01 06:03:52 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-24 23:38:45 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-05-14 08:02:27 +00:00
|
|
|
name = "numtoa"
|
|
|
|
version = "0.1.0"
|
2019-03-24 23:38:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-02-11 16:51:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "owning_ref"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "owning_ref"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "page_size"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-01 06:03:52 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-03 23:50:15 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "peeking_take_while"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "plain"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-04-27 01:45:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "plugin-for-example"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2019-08-01 06:03:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2019-05-13 13:14:28 +00:00
|
|
|
version = "0.4.30"
|
2019-03-04 21:10:28 +00: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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "0.3.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2019-05-13 13:14:28 +00:00
|
|
|
version = "0.6.12"
|
2019-03-12 17:39:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-13 13:14:28 +00:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-12 17:39:48 +00:00
|
|
|
]
|
|
|
|
|
2019-06-24 19:55:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.4.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-24 19:55:57 +00:00
|
|
|
"rand_core 0.3.1 (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.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-01 23:22:23 +00:00
|
|
|
"autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"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)",
|
2019-05-14 08:02:27 +00:00
|
|
|
"rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-06 21:53:06 +00:00
|
|
|
"rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"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)",
|
2019-04-03 23:50:15 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-08-01 06:03:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-01 23:22:23 +00:00
|
|
|
"autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-08-01 06:03:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
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"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-08-01 06:03:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00: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)",
|
|
|
|
]
|
|
|
|
|
2019-08-01 06:03:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[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"
|
2019-05-14 08:02:27 +00:00
|
|
|
version = "0.1.4"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-01 06:03:52 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"rand_core 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-03 23:50:15 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_os"
|
2019-03-06 21:53:06 +00:00
|
|
|
version = "0.1.3"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"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)",
|
2019-04-03 23:50:15 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_pcg"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-01 23:22:23 +00:00
|
|
|
"autocfg 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"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)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_xoshiro"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-01 06:03:52 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "raw-cpuid"
|
|
|
|
version = "6.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 23:22:23 +00:00
|
|
|
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2019-08-01 06:03:52 +00:00
|
|
|
version = "1.1.0"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-01 06:03:52 +00:00
|
|
|
"crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-03 23:50:15 +00:00
|
|
|
"either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"rayon-core 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2019-08-01 06:03:52 +00:00
|
|
|
version = "1.5.0"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-01 06:03:52 +00:00
|
|
|
"crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2019-05-14 08:02:27 +00:00
|
|
|
version = "0.1.54"
|
2019-03-04 21:10:28 +00: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-05-14 08:02:27 +00:00
|
|
|
"redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2019-05-14 08:02:27 +00:00
|
|
|
version = "1.1.6"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-03 23:50:15 +00:00
|
|
|
"aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-03 23:50:15 +00:00
|
|
|
"regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2019-04-03 23:50:15 +00:00
|
|
|
version = "0.6.6"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-03 23:50:15 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-06-24 19:55:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rgb"
|
|
|
|
version = "0.8.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2019-06-01 23:22:23 +00:00
|
|
|
version = "0.1.15"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[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)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2019-05-14 08:02:27 +00:00
|
|
|
version = "0.2.8"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-08-01 06:03:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scroll"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"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)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scroll_derive"
|
|
|
|
version = "0.9.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-13 13:14:28 +00:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-24 23:38:45 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00: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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2019-06-01 23:22:23 +00:00
|
|
|
version = "1.0.92"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-01 23:22:23 +00:00
|
|
|
"serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde-bench"
|
|
|
|
version = "0.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-01 06:03:52 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 23:22:23 +00:00
|
|
|
"serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_bytes"
|
|
|
|
version = "0.10.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-01 23:22:23 +00:00
|
|
|
"serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2019-06-01 23:22:23 +00:00
|
|
|
version = "1.0.92"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-13 13:14:28 +00:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
|
|
|
version = "1.0.39"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-14 08:02:27 +00: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-01 23:22:23 +00:00
|
|
|
"serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-13 21:22:32 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
|
|
|
version = "0.6.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2019-05-14 08:02:27 +00:00
|
|
|
version = "0.8.0"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt"
|
2019-08-01 06:03:52 +00:00
|
|
|
version = "0.2.18"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-14 08:02:27 +00:00
|
|
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"structopt-derive 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
2019-08-01 06:03:52 +00:00
|
|
|
version = "0.2.18"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-13 13:14:28 +00:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "0.11.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2019-05-13 13:14:28 +00:00
|
|
|
version = "0.15.34"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-13 13:14:28 +00:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "synom"
|
|
|
|
version = "0.11.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2019-06-01 23:22:23 +00:00
|
|
|
version = "0.10.2"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-13 13:14:28 +00:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-02-11 16:51:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "take_mut"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
2019-05-18 21:31:08 +00:00
|
|
|
version = "0.4.0"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"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)",
|
|
|
|
"serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2019-06-01 23:22:23 +00:00
|
|
|
version = "3.0.8"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-01 23:22:23 +00:00
|
|
|
"cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-14 08:02:27 +00:00
|
|
|
"redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-03 23:50:15 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termion"
|
2019-05-14 08:02:27 +00:00
|
|
|
version = "1.5.2"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-01 06:03:52 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-14 08:02:27 +00:00
|
|
|
"numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
2019-05-14 08:02:27 +00:00
|
|
|
version = "0.11.0"
|
2019-03-04 21:10:28 +00: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"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
|
|
|
version = "0.1.42"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-01 06:03:52 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-14 08:02:27 +00:00
|
|
|
"redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-03 23:50:15 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinytemplate"
|
2019-06-01 23:22:23 +00:00
|
|
|
version = "1.0.2"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-01 23:22:23 +00:00
|
|
|
"serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.4.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-01 23:22:23 +00:00
|
|
|
"serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
|
|
|
version = "1.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ucd-util"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2019-06-01 23:22:23 +00:00
|
|
|
version = "1.3.0"
|
2019-03-04 21:10:28 +00: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.0.4"
|
|
|
|
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"
|
|
|
|
version = "1.0.2"
|
|
|
|
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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wabt"
|
2019-07-24 17:03:08 +00:00
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-06-01 23:22:23 +00:00
|
|
|
"serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"serde_json 1.0.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-24 17:03:08 +00:00
|
|
|
"wabt-sys 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wabt-sys"
|
2019-07-24 17:03:08 +00:00
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-06-01 23:22:23 +00:00
|
|
|
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cmake 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
|
|
|
version = "2.2.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-03 23:50:15 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer"
|
2019-08-01 01:12:00 +00:00
|
|
|
version = "0.6.0"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-08-01 06:03:52 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-21 15:55:23 +00:00
|
|
|
"errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-26 23:41:40 +00:00
|
|
|
"hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 22:31:02 +00:00
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-24 17:03:08 +00:00
|
|
|
"wabt 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 01:12:00 +00:00
|
|
|
"wasmer-clif-backend 0.6.0",
|
|
|
|
"wasmer-dev-utils 0.6.0",
|
|
|
|
"wasmer-emscripten 0.6.0",
|
|
|
|
"wasmer-emscripten-tests 0.6.0",
|
2019-05-15 13:43:19 +00:00
|
|
|
"wasmer-kernel-loader 0.1.0",
|
2019-08-01 01:12:00 +00:00
|
|
|
"wasmer-llvm-backend 0.6.0",
|
|
|
|
"wasmer-middleware-common 0.6.0",
|
|
|
|
"wasmer-runtime 0.6.0",
|
|
|
|
"wasmer-runtime-core 0.6.0",
|
|
|
|
"wasmer-singlepass-backend 0.6.0",
|
|
|
|
"wasmer-wasi 0.6.0",
|
|
|
|
"wasmer-wasi-tests 0.6.0",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-clif-backend"
|
2019-08-01 01:12:00 +00:00
|
|
|
version = "0.6.0"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-08-01 06:03:52 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-24 21:06:19 +00:00
|
|
|
"cranelift-codegen 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cranelift-entity 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cranelift-native 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-11 10:28:56 +00:00
|
|
|
"nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 23:22:23 +00:00
|
|
|
"serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"serde-bench 0.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_bytes 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 23:22:23 +00:00
|
|
|
"serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-18 21:31:08 +00:00
|
|
|
"target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 01:12:00 +00:00
|
|
|
"wasmer-clif-fork-frontend 0.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasmer-clif-fork-wasm 0.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasmer-runtime-core 0.6.0",
|
|
|
|
"wasmer-win-exception-handler 0.6.0",
|
|
|
|
"wasmparser 0.35.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-03 23:50:15 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-07-24 21:06:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-clif-fork-frontend"
|
2019-08-01 01:12:00 +00:00
|
|
|
version = "0.33.0"
|
2019-07-24 21:06:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cranelift-codegen 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-24 21:06:19 +00:00
|
|
|
"target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-clif-fork-wasm"
|
2019-08-01 01:12:00 +00:00
|
|
|
version = "0.33.0"
|
2019-07-24 21:06:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cranelift-codegen 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cranelift-entity 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"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-08-01 06:03:52 +00:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 01:12:00 +00:00
|
|
|
"wasmer-clif-fork-frontend 0.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasmparser 0.35.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-24 21:06:19 +00:00
|
|
|
]
|
|
|
|
|
2019-05-17 22:48:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-dev-utils"
|
2019-08-01 01:12:00 +00:00
|
|
|
version = "0.6.0"
|
2019-05-17 22:48:30 +00:00
|
|
|
dependencies = [
|
2019-08-01 06:03:52 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-17 22:48:30 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-emscripten"
|
2019-08-01 01:12:00 +00:00
|
|
|
version = "0.6.0"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-08-01 06:03:52 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-25 01:00:07 +00:00
|
|
|
"hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 01:12:00 +00:00
|
|
|
"wasmer-runtime-core 0.6.0",
|
2019-07-09 19:07:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-emscripten-tests"
|
2019-08-01 01:12:00 +00:00
|
|
|
version = "0.6.0"
|
2019-07-09 19:07:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-24 17:03:08 +00:00
|
|
|
"wabt 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 01:12:00 +00:00
|
|
|
"wasmer-clif-backend 0.6.0",
|
|
|
|
"wasmer-dev-utils 0.6.0",
|
|
|
|
"wasmer-emscripten 0.6.0",
|
|
|
|
"wasmer-llvm-backend 0.6.0",
|
|
|
|
"wasmer-runtime-core 0.6.0",
|
|
|
|
"wasmer-singlepass-backend 0.6.0",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-05-15 13:43:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-kernel-loader"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-08-01 06:03:52 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 01:12:00 +00:00
|
|
|
"wasmer-runtime-core 0.6.0",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-llvm-backend"
|
2019-08-01 01:12:00 +00:00
|
|
|
version = "0.6.0"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"capstone 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 23:22:23 +00:00
|
|
|
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"goblin 0.0.20 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 22:19:58 +00:00
|
|
|
"inkwell 0.1.0 (git+https://github.com/wasmerio/inkwell?branch=llvm8-0)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-11 10:28:56 +00:00
|
|
|
"nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-14 08:02:27 +00:00
|
|
|
"regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-08 23:15:16 +00:00
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-24 17:03:08 +00:00
|
|
|
"wabt 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 01:12:00 +00:00
|
|
|
"wasmer-runtime-core 0.6.0",
|
|
|
|
"wasmparser 0.35.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-30 21:47:53 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-04-28 04:55:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-middleware-common"
|
2019-08-01 01:12:00 +00:00
|
|
|
version = "0.6.0"
|
2019-04-28 04:55:07 +00:00
|
|
|
dependencies = [
|
2019-06-06 05:37:04 +00:00
|
|
|
"criterion 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-24 17:03:08 +00:00
|
|
|
"wabt 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 01:12:00 +00:00
|
|
|
"wasmer-clif-backend 0.6.0",
|
|
|
|
"wasmer-llvm-backend 0.6.0",
|
|
|
|
"wasmer-runtime-core 0.6.0",
|
|
|
|
"wasmer-singlepass-backend 0.6.0",
|
2019-04-28 04:55:07 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-runtime"
|
2019-08-01 01:12:00 +00:00
|
|
|
version = "0.6.0"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-05-14 08:02:27 +00:00
|
|
|
"criterion 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 23:22:23 +00:00
|
|
|
"tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-24 17:03:08 +00:00
|
|
|
"wabt 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 01:12:00 +00:00
|
|
|
"wasmer-clif-backend 0.6.0",
|
|
|
|
"wasmer-llvm-backend 0.6.0",
|
|
|
|
"wasmer-runtime-core 0.6.0",
|
|
|
|
"wasmer-singlepass-backend 0.6.0",
|
2019-03-12 17:39:48 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-runtime-c-api"
|
2019-08-01 01:12:00 +00:00
|
|
|
version = "0.6.0"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-05-14 08:02:27 +00:00
|
|
|
"cbindgen 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 01:12:00 +00:00
|
|
|
"wasmer-runtime 0.6.0",
|
|
|
|
"wasmer-runtime-core 0.6.0",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-runtime-core"
|
2019-08-01 01:12:00 +00:00
|
|
|
version = "0.6.0"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-06-25 12:01:56 +00:00
|
|
|
"bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"blake2b_simd 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-25 12:01:56 +00:00
|
|
|
"cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-26 03:28:46 +00:00
|
|
|
"colored 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"field-offset 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-11 10:28:56 +00:00
|
|
|
"nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"page_size 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 19:07:54 +00:00
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 23:22:23 +00:00
|
|
|
"serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"serde-bench 0.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_bytes 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 23:22:23 +00:00
|
|
|
"serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-12 01:01:54 +00:00
|
|
|
"smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 01:12:00 +00:00
|
|
|
"wasmparser 0.35.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-03 23:50:15 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-04-11 19:44:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-singlepass-backend"
|
2019-08-01 01:12:00 +00:00
|
|
|
version = "0.6.0"
|
2019-04-11 19:44:03 +00:00
|
|
|
dependencies = [
|
2019-08-01 06:03:52 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-24 19:55:57 +00:00
|
|
|
"colored 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-06 14:15:30 +00:00
|
|
|
"dynasm 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 19:44:03 +00:00
|
|
|
"dynasmrt 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-11 10:28:56 +00:00
|
|
|
"nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 19:44:03 +00:00
|
|
|
"smallvec 0.6.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 01:12:00 +00:00
|
|
|
"wasmer-runtime-core 0.6.0",
|
|
|
|
"wasmparser 0.35.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 19:44:03 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-spectests"
|
2019-08-01 01:12:00 +00:00
|
|
|
version = "0.6.0"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-07-24 17:03:08 +00:00
|
|
|
"wabt 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 01:12:00 +00:00
|
|
|
"wasmer-clif-backend 0.6.0",
|
|
|
|
"wasmer-llvm-backend 0.6.0",
|
|
|
|
"wasmer-runtime-core 0.6.0",
|
|
|
|
"wasmer-singlepass-backend 0.6.0",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-03-28 18:54:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-wasi"
|
2019-08-01 01:12:00 +00:00
|
|
|
version = "0.6.0"
|
2019-03-28 18:54:22 +00:00
|
|
|
dependencies = [
|
2019-08-01 06:03:52 +00:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-01 22:52:35 +00:00
|
|
|
"generational-arena 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 01:12:00 +00:00
|
|
|
"wasmer-runtime-core 0.6.0",
|
2019-07-09 18:58:03 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-wasi-tests"
|
2019-08-01 01:12:00 +00:00
|
|
|
version = "0.6.0"
|
2019-07-09 18:58:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 01:12:00 +00:00
|
|
|
"wasmer-clif-backend 0.6.0",
|
|
|
|
"wasmer-dev-utils 0.6.0",
|
|
|
|
"wasmer-llvm-backend 0.6.0",
|
|
|
|
"wasmer-runtime-core 0.6.0",
|
|
|
|
"wasmer-singlepass-backend 0.6.0",
|
|
|
|
"wasmer-wasi 0.6.0",
|
2019-03-28 18:54:22 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-win-exception-handler"
|
2019-08-01 01:12:00 +00:00
|
|
|
version = "0.6.0"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"bindgen 0.46.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 23:22:23 +00:00
|
|
|
"cmake 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-14 08:02:27 +00:00
|
|
|
"regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 01:12:00 +00:00
|
|
|
"wasmer-runtime-core 0.6.0",
|
2019-04-03 23:50:15 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-04-04 00:21:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmparser"
|
2019-08-01 01:12:00 +00:00
|
|
|
version = "0.35.1"
|
2019-04-04 00:21:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "which"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 06:03:52 +00:00
|
|
|
"libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2019-04-03 23:50:15 +00:00
|
|
|
version = "0.3.7"
|
2019-03-04 21:10:28 +00: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-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-03 23:50:15 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wincolor"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-04-03 23:50:15 +00:00
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 21:10:28 +00:00
|
|
|
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-06-24 19:55:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winconsole"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"cgmath 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rgb 0.8.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[metadata]
|
2019-04-03 23:50:15 +00:00
|
|
|
"checksum aho-corasick 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e6f484ae0c99fec2e858eb6134949117399f222608d84cadb3f58c1f97c2364c"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2019-06-24 19:55:57 +00:00
|
|
|
"checksum approx 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "08abcc3b4e9339e33a3d0a5ed15d84a687350c05689d825e0f6655eef9e76a94"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee"
|
|
|
|
"checksum arrayvec 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "92c7fb76bc8826a8b33b4ee5bb07a247a81e76764ab4d55e8f73e3a4d8808c71"
|
|
|
|
"checksum atty 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "9a7d5b8723950951411ee34d271d99dddcc2035a16ab25310ea2c8cfd4369652"
|
2019-06-01 23:22:23 +00: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"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6"
|
2019-06-25 12:01:56 +00:00
|
|
|
"checksum bincode 1.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "9f04a5e50dc80b3d5d35320889053637d15011aed5e66b66b37ae798c65da6f7"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum bindgen 0.46.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8f7f7f0701772b17de73e4f5cbcb1dd6926f4706cba4c1ab62c5367f8bdc94e1"
|
|
|
|
"checksum bitflags 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "228047a76f468627ca71776ecdebd732a3423081fcf5125585bcd7c49886ce12"
|
|
|
|
"checksum blake2b_simd 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce2571a6cd634670daa2977cc894c1cc2ba57c563c498e5a82c35446f34d056e"
|
2019-08-01 06:03:52 +00:00
|
|
|
"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
|
|
|
|
"checksum c2-chacha 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7d64d04786e0f528460fc884753cf8dddcc466be308f6026f8e355c41a0e4101"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum capstone 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "00be9d203fa0e078b93b24603633fb081851dfe0c1086364431f52587a47157e"
|
|
|
|
"checksum capstone-sys 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2dc8d32bc5c1e6d0fcde10af411c98b07d93498d51654f678757f08fa2acd6a6"
|
2019-07-19 22:19:58 +00:00
|
|
|
"checksum cargo_toml 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "097f5ce64ba566a83d9d914fd005de1e5937fdd57d8c5d99a7593040955d75a9"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum cast 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "926013f2860c46252efceabb19f4a6b308197505082c609025aa6706c011d427"
|
2019-05-14 08:02:27 +00:00
|
|
|
"checksum cbindgen 0.8.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1f861ef68cabbb271d373a7795014052bff37edce22c620d95e395e8719d7dc5"
|
2019-06-01 23:22:23 +00:00
|
|
|
"checksum cc 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)" = "39f75544d7bbaf57560d2168f28fd649ff9c76153874db88bdbdfd839b1a7e7d"
|
2019-03-23 07:27:55 +00:00
|
|
|
"checksum cexpr 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "a7fa24eb00d5ffab90eaeaf1092ac85c04c64aaf358ea6f84505b8116d24c6af"
|
2019-06-01 23:22:23 +00:00
|
|
|
"checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33"
|
2019-06-24 19:55:57 +00:00
|
|
|
"checksum cgmath 0.16.1 (registry+https://github.com/rust-lang/crates.io-index)" = "64a4b57c8f4e3a2e9ac07e0f6abc9c24b6fc9e1b54c3478cfb598f3d0023e51c"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum clang-sys 0.26.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6ef0c1bcf2e99c649104bd7a7012d8f8802684400e03db0ec0af48583c6fa0e4"
|
2019-05-14 08:02:27 +00:00
|
|
|
"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
2019-06-01 23:22:23 +00:00
|
|
|
"checksum cmake 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "2ca4386c8954b76a8415b63959337d940d724b336cabd3afe189c2b51a7e1ff0"
|
2019-06-24 19:55:57 +00:00
|
|
|
"checksum colored 1.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6cdb90b60f2927f8d76139c72dbde7e10c3a2bc47c8594c9c7a66529f2687c03"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum constant_time_eq 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "8ff012e225ce166d4422e0e78419d901719760f62ae2b7969ca6b564d1b54a9e"
|
2019-07-24 21:06:19 +00:00
|
|
|
"checksum cranelift-bforest 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)" = "409f92af3dd276e112b72873a3ef02613e3c5f55b81d5d5d04f3157d4f8b8c54"
|
|
|
|
"checksum cranelift-codegen 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b303542a56fba4cbaeea099fb30ed078b50de0e765fd69f7f5f410adbe31d95b"
|
|
|
|
"checksum cranelift-codegen-meta 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0fee15ed430092a6d14b7c6d627540bef732509b8097ae31e4e35526edaa129c"
|
|
|
|
"checksum cranelift-entity 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)" = "739222c3740e4a8d6f0375bd95caba9b6c11afcba9f0e1d4f944d6bd99f84600"
|
|
|
|
"checksum cranelift-native 0.31.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce451162d18b7d82118e23ea7e12f7d8b98557549404bd71215548de79eb0736"
|
2019-05-14 08:02:27 +00:00
|
|
|
"checksum criterion 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "0363053954f3e679645fc443321ca128b7b950a6fe288cf5f9335cc22ee58394"
|
|
|
|
"checksum criterion-plot 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76f9212ddf2f4a9eb2d401635190600656a1f88a932ef53d06e7fa4c7e02fb8e"
|
2019-08-01 06:03:52 +00:00
|
|
|
"checksum crossbeam-deque 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)" = "05e44b8cf3e1a625844d1750e1f7820da46044ff6d28f4d43e455ba3e5bb2c13"
|
|
|
|
"checksum crossbeam-epoch 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "fedcd6772e37f3da2a9af9bf12ebe046c0dfe657992377b4df982a2b54cd37a9"
|
|
|
|
"checksum crossbeam-queue 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
|
|
|
|
"checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
|
2019-05-14 08:02:27 +00:00
|
|
|
"checksum csv 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "9044e25afb0924b5a5fc5511689b0918629e85d68ea591e5e87fbf1e85ea1b3b"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum csv-core 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fa5cdef62f37e6ffe7d1f07a381bc0db32b7a3ff1cac0de56cb0d81e71f53d65"
|
|
|
|
"checksum digest 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05f47366984d3ad862010e22c7ce81a7dbcaebbdfb37241a620f8b6596ee135c"
|
2019-05-06 14:15:30 +00:00
|
|
|
"checksum dynasm 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f36d49ab6f8ecc642d2c6ee10fda04ba68003ef0277300866745cdde160e6b40"
|
2019-02-11 16:51:26 +00:00
|
|
|
"checksum dynasmrt 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a4c408a211e7f5762829f5e46bdff0c14bc3b1517a21a4bb781c716bf88b0c68"
|
2019-04-03 23:50:15 +00:00
|
|
|
"checksum either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum enum-methods 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7798e7da2d4cb0d6d6fc467e8d6b5bf247e9e989f786dde1732d79899c32bb10"
|
2019-03-11 17:03:40 +00:00
|
|
|
"checksum env_logger 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b61fa891024a945da30a9581546e8cfaf5602c7b3f4c137a2805cf388f92075a"
|
2019-03-04 21:10:28 +00: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"
|
|
|
|
"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"
|
|
|
|
"checksum field-offset 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "64e9bc339e426139e02601fa69d101e96a92aee71b58bc01697ec2a63a5c9e68"
|
|
|
|
"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
|
|
|
"checksum gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
|
2019-04-01 22:52:35 +00:00
|
|
|
"checksum generational-arena 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4024f96ffa0ebaaf36aa589cd41f2fd69f3a5e6fd02c86e11e12cdf41d5b46a3"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum generic-array 0.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3c0f28c2f5bfb5960175af447a2da7c18900693738343dc896ffbcabd9839592"
|
2019-08-01 06:03:52 +00:00
|
|
|
"checksum getrandom 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "cd8e190892c840661957ba9f32dacfb3eb405e657f9f9f60485605f0bb37d6f8"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
|
|
|
|
"checksum goblin 0.0.20 (registry+https://github.com/rust-lang/crates.io-index)" = "84473a5302fa5094d3d9911c2f312f522f9a37462a777f195f63fae1bf7faf4d"
|
|
|
|
"checksum hashbrown 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3bae29b6653b3412c2e71e9d486db9f9df5d701941d86683005efb9f2d28e3da"
|
|
|
|
"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
|
|
|
|
"checksum hex 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
|
|
|
|
"checksum humantime 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ca7e5f2e110db35f93b837c81797f3714500b81d517bf20c431b16d3ca4f114"
|
|
|
|
"checksum indexmap 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7e81a7c05f79578dbc15793d8b619db9ba32b4577003ef3af1a91c416798c58d"
|
2019-07-19 22:19:58 +00:00
|
|
|
"checksum inkwell 0.1.0 (git+https://github.com/wasmerio/inkwell?branch=llvm8-0)" = "<none>"
|
|
|
|
"checksum inkwell_internal_macros 0.1.0 (git+https://github.com/wasmerio/inkwell?branch=llvm8-0)" = "<none>"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358"
|
2019-05-14 08:02:27 +00:00
|
|
|
"checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
|
|
|
"checksum lazy_static 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bc5729f27f159ddd61f4df6228e827e86643d4d3e7c32183cb30a1c08f604a14"
|
2019-08-01 06:03:52 +00:00
|
|
|
"checksum libc 0.2.60 (registry+https://github.com/rust-lang/crates.io-index)" = "d44e80633f007889c7eff624b709ab43c92d708caad982295768a7b13ca3b5eb"
|
2019-06-01 23:22:23 +00:00
|
|
|
"checksum libloading 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a5692f82b51823e27c4118b3e5c0d98aee9be90633ebc71ad12afef380b50219"
|
2019-07-19 22:19:58 +00:00
|
|
|
"checksum llvm-sys 80.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2110cd4daf9cd8e39dd3b933b1a2a2ac7315e91f7c92b3a20beab526c63b5978"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c"
|
2019-08-01 06:03:52 +00:00
|
|
|
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum memchr 2.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2efc7bc57c883d4a4d6e3246905283d8dae951bb3bd32f49d6ef297f546e1c39"
|
2019-02-11 16:51:26 +00:00
|
|
|
"checksum memmap 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2ffa2c986de11a9df78620c01eeaaf27d94d3ff02bf81bfcca953102dd0c6ff"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
|
2019-08-01 06:03:52 +00:00
|
|
|
"checksum memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce6075db033bbbb7ee5a0bbd3a3186bbae616f57fb001c485c7ff77955f8177f"
|
2019-07-11 10:28:56 +00:00
|
|
|
"checksum nix 0.14.1 (registry+https://github.com/rust-lang/crates.io-index)" = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945"
|
2019-03-24 23:38:45 +00:00
|
|
|
"checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
|
2019-06-24 19:55:57 +00:00
|
|
|
"checksum num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
|
2019-06-01 23:22:23 +00:00
|
|
|
"checksum num-traits 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "6ba9a427cfca2be13aa6f6403b0b7e7368fe982bfa16fccc450ce74c46cd9b32"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum num_cpus 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1a23f0ed30a54abaa0c7e83b1d2d87ada7c3c23078d1d87815af3e3b6385fbba"
|
2019-05-14 08:02:27 +00:00
|
|
|
"checksum numtoa 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b8f8bdf33df195859076e54ab11ee78a1b208382d3a26ec40d142ffc1ecc49ef"
|
2019-02-11 16:51:26 +00:00
|
|
|
"checksum owning_ref 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "cdf84f41639e037b484f93433aa3897863b561ed65c6e59c7073d7c561710f37"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13"
|
|
|
|
"checksum page_size 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f89ef58b3d32420dbd1a43d2f38ae92f6239ef12bb556ab09ca55445f5a67242"
|
|
|
|
"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"
|
|
|
|
"checksum peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
|
"checksum plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
|
2019-08-01 06:03:52 +00:00
|
|
|
"checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b"
|
2019-05-13 13:14:28 +00:00
|
|
|
"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum quick-error 1.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9274b940887ce9addde99c4eee6b5c44cc494b182b97e73dc8ffdcb3397fd3f0"
|
|
|
|
"checksum quote 0.3.15 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
|
2019-05-13 13:14:28 +00:00
|
|
|
"checksum quote 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "faf4799c5d274f3868a4aae320a0a182cbd2baee377b378f080e16a23e9d80db"
|
2019-06-24 19:55:57 +00:00
|
|
|
"checksum rand 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
|
2019-08-01 06:03:52 +00:00
|
|
|
"checksum rand 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d47eab0e83d9693d40f825f86948aa16eff6750ead4bdffc4ab95b8b3a7f052c"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
|
2019-08-01 06:03:52 +00:00
|
|
|
"checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
|
2019-03-04 21:10:28 +00: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-08-01 06:03:52 +00:00
|
|
|
"checksum rand_core 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "615e683324e75af5d43d8f7a39ffe3ee4a9dc42c5c701167a71dc59c3a493aca"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
|
2019-08-01 06:03:52 +00:00
|
|
|
"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
|
2019-05-14 08:02:27 +00:00
|
|
|
"checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
|
2019-03-06 21:53:06 +00:00
|
|
|
"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
|
2019-03-04 21:10:28 +00:00
|
|
|
"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"
|
|
|
|
"checksum rand_xoshiro 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "03b418169fb9c46533f326efd6eed2576699c44ca92d3052a066214a8d828929"
|
|
|
|
"checksum raw-cpuid 6.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "30a9d219c32c9132f7be513c18be77c9881c7107d2ab5569d205a6a0f0e6dc7d"
|
2019-08-01 06:03:52 +00:00
|
|
|
"checksum rayon 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a4b0186e22767d5b9738a05eab7c6ac90b15db17e5b5f9bd87976dd7d89a10a4"
|
|
|
|
"checksum rayon-core 1.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ebbe0df8435ac0c397d467b6cad6d25543d06e8a019ef3f6af3c384597515bd2"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
2019-05-14 08:02:27 +00:00
|
|
|
"checksum redox_syscall 0.1.54 (registry+https://github.com/rust-lang/crates.io-index)" = "12229c14a0f65c4f1cb046a3b52047cdd9da1f4b30f8a39c5063c8bae515e252"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum redox_termios 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e891cfe48e9100a70a3b6eb652fef28920c117d366339687bd5576160db0f76"
|
2019-05-14 08:02:27 +00:00
|
|
|
"checksum regex 1.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "8f0a0bcab2fd7d1d7c54fa9eae6f43eddeb9ce2e7352f8518a814a4f65d60c58"
|
2019-04-03 23:50:15 +00:00
|
|
|
"checksum regex-syntax 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "dcfd8681eebe297b81d98498869d4aae052137651ad7b96822f09ceb690d0a96"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum remove_dir_all 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "3488ba1b9a2084d38645c4c08276a1752dcbf2c7130d74f1569681ad5d2799c5"
|
2019-06-24 19:55:57 +00:00
|
|
|
"checksum rgb 0.8.13 (registry+https://github.com/rust-lang/crates.io-index)" = "4f089652ca87f5a82a62935ec6172a534066c7b97be003cc8f702ee9a7a59c92"
|
2019-06-01 23:22:23 +00:00
|
|
|
"checksum rustc-demangle 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)" = "a7f4dccf6f4891ebcc0c39f9b6eb1a83b9bf5d747cb439ec6fba4f3b977038af"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
2019-05-14 08:02:27 +00:00
|
|
|
"checksum ryu 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "b96a9549dc8d48f2c283938303c4b5a77aa29bfbc5b54b084fb1630408899a8f"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum same-file 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8f20c4be53a8a1ff4c1f1b2bd14570d2f634628709752f0702ecdd2b3f9a5267"
|
|
|
|
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
|
2019-08-01 06:03:52 +00:00
|
|
|
"checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
|
2019-03-04 21:10:28 +00: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"
|
|
|
|
"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-01 23:22:23 +00:00
|
|
|
"checksum serde 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)" = "32746bf0f26eab52f06af0d0aa1984f641341d06d8d673c693871da2d188c9be"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum serde-bench 0.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "d733da87e79faaac25616e33d26299a41143fd4cd42746cbb0e91d8feea243fd"
|
|
|
|
"checksum serde_bytes 0.10.5 (registry+https://github.com/rust-lang/crates.io-index)" = "defbb8a83d7f34cc8380751eeb892b825944222888aff18996ea7901f24aec88"
|
2019-06-01 23:22:23 +00:00
|
|
|
"checksum serde_derive 1.0.92 (registry+https://github.com/rust-lang/crates.io-index)" = "46a3223d0c9ba936b61c0d2e3e559e3217dbfb8d65d06d26e8b3c25de38bae3e"
|
2019-03-04 21:10:28 +00:00
|
|
|
"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"
|
|
|
|
"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
|
2019-05-14 08:02:27 +00:00
|
|
|
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2019-08-01 06:03:52 +00:00
|
|
|
"checksum structopt 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "16c2cdbf9cc375f15d1b4141bc48aeef444806655cd0e904207edc8d68d86ed7"
|
|
|
|
"checksum structopt-derive 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)" = "53010261a84b37689f9ed7d395165029f9cc7abb9f56bbfe86bee2597ed25107"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum syn 0.11.11 (registry+https://github.com/rust-lang/crates.io-index)" = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
|
2019-05-13 13:14:28 +00:00
|
|
|
"checksum syn 0.15.34 (registry+https://github.com/rust-lang/crates.io-index)" = "a1393e4a97a19c01e900df2aec855a29f71cf02c402e2f443b8d2747c25c5dbe"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum synom 0.11.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
|
2019-06-01 23:22:23 +00:00
|
|
|
"checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f"
|
2019-02-11 16:51:26 +00:00
|
|
|
"checksum take_mut 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f764005d11ee5f36500a149ace24e00e3da98b0158b3e2d53a7495660d3f4d60"
|
2019-05-18 21:31:08 +00:00
|
|
|
"checksum target-lexicon 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1b0ab4982b8945c35cc1c46a83a9094c414f6828a099ce5dcaa8ee2b04642dcb"
|
2019-06-01 23:22:23 +00:00
|
|
|
"checksum tempfile 3.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "7dc4738f2e68ed2855de5ac9cdbe05c9216773ecde4739b2f095002ab03a13ef"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum termcolor 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4096add70612622289f2fdcdbd5086dc81c1e2675e6ae58d6c4f62a16c6d7f2f"
|
2019-05-14 08:02:27 +00:00
|
|
|
"checksum termion 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "dde0593aeb8d47accea5392b39350015b5eccb12c0d98044d856983d89548dea"
|
|
|
|
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
|
|
|
|
"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
|
2019-06-01 23:22:23 +00:00
|
|
|
"checksum tinytemplate 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4574b75faccaacddb9b284faecdf0b544b80b6b294f3d062d325c5726a209c20"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum toml 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f"
|
|
|
|
"checksum typenum 1.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "612d636f949607bdf9b123b4a6f6d966dedf3ff669f7f045890d3a4a73948169"
|
|
|
|
"checksum ucd-util 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "535c204ee4d8434478593480b8f86ab45ec9aae0e83c568ca81abf0fd0e88f86"
|
2019-06-01 23:22:23 +00:00
|
|
|
"checksum unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum unicode-width 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "882386231c45df4700b275c7ff55b6f3698780a650026380e72dabe76fa46526"
|
|
|
|
"checksum unicode-xid 0.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
|
|
|
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
|
|
|
"checksum utf8-ranges 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "796f7e48bef87609f7ade7e06495a87d5cd06c7866e6a5cbfceffc558a243737"
|
|
|
|
"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
|
|
|
|
"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
|
|
|
|
"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2019-07-24 17:03:08 +00:00
|
|
|
"checksum wabt 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d07edd40d190ddcbd0113c2150ccb214f47a02ff36958630ba0e5b8138ece1c1"
|
|
|
|
"checksum wabt-sys 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b064c81821100adb4b71923cecfc67fef083db21c3bbd454b0162c7ffe63eeaa"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum walkdir 2.2.7 (registry+https://github.com/rust-lang/crates.io-index)" = "9d9d7ed3431229a144296213105a390676cc49c9b6a72bd19f3176c98e129fa1"
|
2019-08-01 01:12:00 +00:00
|
|
|
"checksum wasmer-clif-fork-frontend 0.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3bd6bec1587a3b11222f4ff129fd119785713c41de413f54f99d3c03743812f4"
|
|
|
|
"checksum wasmer-clif-fork-wasm 0.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a8f323e612fe2549391255a09f89c927d7feb0ec4bf0c2cad9e3c089bdca42fc"
|
|
|
|
"checksum wasmparser 0.35.1 (registry+https://github.com/rust-lang/crates.io-index)" = "29f51d6103c622680dc4e17fb8173371efda8e529d97a2ba10ddf847d07705f8"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum which 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b57acb10231b9493c8472b20cb57317d0679a49e0bdbee44b3b803a6473af164"
|
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2019-04-03 23:50:15 +00:00
|
|
|
"checksum winapi 0.3.7 (registry+https://github.com/rust-lang/crates.io-index)" = "f10e386af2b13e47c89e7236a7a14a086791a2b88ebad6df9bf42040195cf770"
|
2019-03-04 21:10:28 +00:00
|
|
|
"checksum winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
|
|
|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
"checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9"
|
|
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
"checksum wincolor 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "561ed901ae465d6185fa7864d63fbd5720d0ef718366c9a4dc83cf6170d7e9ba"
|
2019-06-24 19:55:57 +00:00
|
|
|
"checksum winconsole 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3ef84b96d10db72dd980056666d7f1e7663ce93d82fa33b63e71c966f4cf5032"
|