2019-04-06 10:29:15 -07:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2019-08-05 08:36:27 +00:00
|
|
|
version = "0.7.6"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-31 23:21:56 -07:00
|
|
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-02 09:11:48 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2019-08-20 12:59:35 -07:00
|
|
|
version = "0.4.11"
|
2019-03-04 13:10:28 -08:00
|
|
|
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 = "arrayvec"
|
2019-12-18 15:24:42 -05:00
|
|
|
version = "0.5.1"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2019-08-20 12:59:35 -07:00
|
|
|
version = "0.2.13"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-20 12:59:35 -07:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-02 09:11:48 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2019-08-20 12:59:35 -07:00
|
|
|
version = "0.1.6"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2020-01-20 08:00:06 +00:00
|
|
|
name = "autocfg"
|
|
|
|
version = "1.0.0"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-03-12 10:39:48 -07:00
|
|
|
|
2019-06-25 20:01:56 +08:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
2019-12-18 15:24:42 -05:00
|
|
|
version = "1.2.1"
|
2019-06-25 20:01:56 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-31 23:03:52 -07:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-18 17:14:12 +02:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-25 20:01:56 +08:00
|
|
|
]
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2019-08-20 12:59:35 -07:00
|
|
|
version = "1.1.0"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2020-01-13 11:58:31 +01:00
|
|
|
name = "blake3"
|
2020-02-10 13:25:57 +01:00
|
|
|
version = "0.1.4"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
2019-08-20 12:59:35 -07:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2019-09-12 23:38:44 -07:00
|
|
|
version = "0.2.8"
|
2019-08-20 12:59:35 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-09 23:02:16 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"regex-automata 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-18 17:14:12 +02:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
]
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2019-07-31 23:03:52 -07:00
|
|
|
version = "1.3.2"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-07-31 23:03:52 -07:00
|
|
|
[[package]]
|
|
|
|
name = "c2-chacha"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-09 23:02:16 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 23:03:52 -07:00
|
|
|
"ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "cast"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cbindgen"
|
2019-09-02 09:11:25 +00:00
|
|
|
version = "0.9.1"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-14 16:02:27 +08:00
|
|
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 23:03:52 -07:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-02 09:11:25 +00:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-18 17:14:12 +02:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 23:21:56 -07:00
|
|
|
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"toml 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2020-01-13 07:59:14 +00:00
|
|
|
version = "1.0.50"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2019-12-18 15:24:42 -05:00
|
|
|
version = "0.1.10"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2020-01-14 12:35:54 -08:00
|
|
|
name = "chrono"
|
|
|
|
version = "0.4.10"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2019-05-14 16:02:27 +08:00
|
|
|
version = "2.33.0"
|
2019-03-04 13:10:28 -08: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)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-14 16:02:27 +08: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-08-20 12:59:35 -07:00
|
|
|
"unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
"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 = [
|
2019-08-20 12:59:35 -07:00
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cmake"
|
2019-09-12 23:38:44 -07:00
|
|
|
version = "0.1.42"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
2020-01-14 12:35:54 -08:00
|
|
|
[[package]]
|
|
|
|
name = "colored"
|
|
|
|
version = "1.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
2020-01-27 07:48:05 +00:00
|
|
|
version = "0.1.5"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-bforest"
|
2019-12-18 12:48:17 -05:00
|
|
|
version = "0.52.0"
|
2019-07-24 14:06:19 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-03-04 13:10:28 -08:00
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"cranelift-entity 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen"
|
2019-12-18 12:48:17 -05:00
|
|
|
version = "0.52.0"
|
2019-07-24 14:06:19 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-03-04 13:10:28 -08:00
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cranelift-bforest 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cranelift-codegen-meta 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cranelift-codegen-shared 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cranelift-entity 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 23:03:52 -07:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"thiserror 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen-meta"
|
2019-12-18 12:48:17 -05:00
|
|
|
version = "0.52.0"
|
2019-07-24 14:06:19 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-03-04 13:10:28 -08:00
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"cranelift-codegen-shared 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cranelift-entity 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
2019-09-25 23:37:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen-shared"
|
2019-12-18 12:48:17 -05:00
|
|
|
version = "0.52.0"
|
2020-01-15 12:11:02 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-09-25 23:37:39 -05:00
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-entity"
|
2019-12-18 12:48:17 -05:00
|
|
|
version = "0.52.0"
|
2019-07-24 14:06:19 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-03-04 13:10:28 -08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-native"
|
2019-12-18 12:48:17 -05:00
|
|
|
version = "0.52.0"
|
2019-07-24 14:06:19 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-03-04 13:10:28 -08:00
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"cranelift-codegen 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"raw-cpuid 7.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "criterion"
|
2019-05-14 16:02:27 +08:00
|
|
|
version = "0.2.11"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-20 12:59:35 -07:00
|
|
|
"atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
"cast 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-14 16:02:27 +08: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)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"csv 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
"itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-09 23:02:16 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-06 13:53:06 -08:00
|
|
|
"rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
"rand_xoshiro 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 23:38:44 -07:00
|
|
|
"rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rayon-core 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-18 17:14:12 +02:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 18:22:23 -05:00
|
|
|
"tinytemplate 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "criterion-plot"
|
2019-05-14 16:02:27 +08:00
|
|
|
version = "0.3.1"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-31 23:03:52 -07:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08: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-09-12 23:38:44 -07:00
|
|
|
version = "0.7.1"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-31 23:03:52 -07: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 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2019-07-31 23:03:52 -07:00
|
|
|
version = "0.7.2"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-20 12:59:35 -07:00
|
|
|
"arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 23:03:52 -07:00
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-09 23:02:16 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 23:03:52 -07: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 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2019-07-31 23:03:52 -07:00
|
|
|
version = "0.6.6"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-09 23:02:16 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
2020-02-10 13:25:57 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-mac"
|
2019-11-11 01:42:43 +08:00
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv"
|
2019-08-20 12:59:35 -07:00
|
|
|
version = "1.1.1"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 23:38:44 -07:00
|
|
|
"bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"csv-core 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-14 16:02:27 +08:00
|
|
|
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-18 17:14:12 +02:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv-core"
|
2019-08-20 12:59:35 -07:00
|
|
|
version = "0.1.6"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-31 23:21:56 -07:00
|
|
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
2019-08-27 15:18:12 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-27 15:18:12 -07:00
|
|
|
]
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2019-07-31 23:21:56 -07:00
|
|
|
version = "0.8.1"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-20 12:59:35 -07:00
|
|
|
"generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
2019-02-12 00:51:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "dynasm"
|
2019-11-04 18:12:32 -08:00
|
|
|
version = "0.5.2"
|
2019-02-12 00:51:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-20 12:59:35 -07:00
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 23:03:52 -07:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-09 23:02:16 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-12 00:51:26 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dynasmrt"
|
2019-11-04 18:12:32 -08:00
|
|
|
version = "0.5.2"
|
2019-02-12 00:51:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-31 23:03:52 -07:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-12 00:51:26 +08:00
|
|
|
]
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2019-09-26 14:36:31 +02:00
|
|
|
version = "1.5.2"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-08-27 15:18:12 -07:00
|
|
|
[[package]]
|
|
|
|
name = "erased-serde"
|
|
|
|
version = "0.3.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-18 17:14:12 +02:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-27 15:18:12 -07:00
|
|
|
]
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[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-20 12:59:35 -07:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-02 09:11:48 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08: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-20 12:59:35 -07:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-01-14 12:35:54 -08:00
|
|
|
name = "fern"
|
|
|
|
version = "0.5.9"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"colored 1.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[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 15:52:35 -07:00
|
|
|
[[package]]
|
|
|
|
name = "generational-arena"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-18 17:14:12 +02:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-01 15:52:35 -07:00
|
|
|
]
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2019-08-20 12:59:35 -07:00
|
|
|
version = "0.12.3"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 23:38:44 -07:00
|
|
|
"typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
2019-07-31 23:03:52 -07:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2019-09-12 23:38:44 -07:00
|
|
|
version = "0.1.12"
|
2019-07-31 23:03:52 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 23:38:44 -07:00
|
|
|
"wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 23:03:52 -07:00
|
|
|
]
|
|
|
|
|
2019-08-27 15:18:12 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ghost"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-27 15:18:12 -07:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-27 15:18:12 -07:00
|
|
|
]
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-07-31 23:21:56 -07:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "goblin"
|
2019-07-31 23:21:56 -07:00
|
|
|
version = "0.0.24"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-31 23:03:52 -07:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08: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 = "heck"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-06-01 18:22:23 -05:00
|
|
|
"unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
2020-02-10 13:25:57 +01:00
|
|
|
version = "0.4.1"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2019-09-12 20:39:52 +00:00
|
|
|
version = "1.2.0"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-08-01 01:28:11 -07:00
|
|
|
dependencies = [
|
2019-09-18 17:14:12 +02:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-01 01:28:11 -07:00
|
|
|
]
|
2019-03-04 13:10:28 -08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inkwell"
|
|
|
|
version = "0.1.0"
|
2019-12-16 16:51:33 -05:00
|
|
|
source = "git+https://github.com/TheDan64/inkwell?rev=0a864ebf68b33d4d514b67796264b03898aa0944#0a864ebf68b33d4d514b67796264b03898aa0944"
|
2019-03-04 13:10:28 -08:00
|
|
|
dependencies = [
|
2019-09-26 14:36:31 +02:00
|
|
|
"either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"inkwell_internals 0.1.0 (git+https://github.com/TheDan64/inkwell?rev=0a864ebf68b33d4d514b67796264b03898aa0944)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-19 15:19:58 -07:00
|
|
|
"llvm-sys 80.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"once_cell 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 23:38:44 -07:00
|
|
|
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-11-04 18:12:32 -08:00
|
|
|
name = "inkwell_internals"
|
2019-03-04 13:10:28 -08:00
|
|
|
version = "0.1.0"
|
2019-12-16 16:51:33 -05:00
|
|
|
source = "git+https://github.com/TheDan64/inkwell?rev=0a864ebf68b33d4d514b67796264b03898aa0944#0a864ebf68b33d4d514b67796264b03898aa0944"
|
2019-03-04 13:10:28 -08:00
|
|
|
dependencies = [
|
2019-07-19 15:19:58 -07:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-13 14:22:32 -07:00
|
|
|
]
|
|
|
|
|
2019-08-27 15:18:12 -07:00
|
|
|
[[package]]
|
|
|
|
name = "inventory"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"ctor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ghost 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"inventory-impl 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inventory-impl"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-27 15:18:12 -07:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-27 15:18:12 -07:00
|
|
|
]
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-26 14:36:31 +02:00
|
|
|
"either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2019-05-14 16:02:27 +08:00
|
|
|
version = "0.4.4"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-05-16 09:22:40 +08:00
|
|
|
[[package]]
|
|
|
|
name = "kernel-net"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2019-03-04 13:10:28 -08: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"
|
2019-09-09 23:02:16 +00:00
|
|
|
version = "1.4.0"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-09-11 23:51:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "lexical-core"
|
2019-09-26 14:36:31 +02:00
|
|
|
version = "0.4.6"
|
2019-09-11 23:51:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-11 23:51:20 +02:00
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"static_assertions 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2019-08-20 12:59:35 -07:00
|
|
|
version = "0.2.62"
|
2019-03-24 16:38:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "llvm-sys"
|
2019-07-19 15:19:58 -07:00
|
|
|
version = "80.1.1"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-09 23:02:16 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 23:38:44 -07:00
|
|
|
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2019-07-31 23:21:56 -07:00
|
|
|
version = "0.3.1"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-31 23:21:56 -07:00
|
|
|
"scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2019-07-31 23:03:52 -07:00
|
|
|
version = "0.4.8"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-12 11:50:35 -08:00
|
|
|
name = "maybe-uninit"
|
|
|
|
version = "2.0.0"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-02-12 00:51:26 +08:00
|
|
|
[[package]]
|
2019-09-25 17:10:40 -07:00
|
|
|
name = "md5"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2019-07-31 23:21:56 -07:00
|
|
|
version = "2.2.1"
|
2019-02-12 00:51:26 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-20 12:59:35 -07:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-02-12 00:51:26 +08:00
|
|
|
]
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "memmap"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-20 12:59:35 -07:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-02 09:11:48 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2019-07-31 23:03:52 -07:00
|
|
|
version = "0.5.1"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-07-31 23:03:52 -07:00
|
|
|
dependencies = [
|
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
2019-03-04 13:10:28 -08:00
|
|
|
|
2019-08-30 15:35:07 -07:00
|
|
|
[[package]]
|
|
|
|
name = "minifb"
|
2019-12-12 11:50:35 -08:00
|
|
|
version = "0.13.0"
|
2019-08-30 15:35:07 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"cast 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"orbclient 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"x11-dl 2.18.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 15:35:07 -07:00
|
|
|
]
|
|
|
|
|
2019-03-24 16:38:45 -07:00
|
|
|
[[package]]
|
2019-03-04 13:10:28 -08:00
|
|
|
name = "nix"
|
2019-08-21 22:36:56 +00:00
|
|
|
version = "0.15.0"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-20 12:59:35 -07:00
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08: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"
|
2020-02-10 14:05:13 +01:00
|
|
|
version = "5.1.0"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"lexical-core 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 23:21:56 -07:00
|
|
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
"version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-09-11 23:51:20 +02:00
|
|
|
[[package]]
|
2019-08-30 15:35:07 -07:00
|
|
|
name = "num"
|
|
|
|
version = "0.1.42"
|
2019-09-11 23:51:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-iter 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 15:35:07 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2020-02-10 13:25:57 +01:00
|
|
|
version = "0.1.42"
|
2019-08-30 15:35:07 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 15:35:07 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
2020-02-10 13:25:57 +01:00
|
|
|
version = "0.1.40"
|
2019-08-30 15:35:07 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-11 23:51:20 +02:00
|
|
|
]
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2020-02-10 13:25:57 +01:00
|
|
|
version = "0.2.11"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-06-01 18:22:23 -05:00
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-06-01 18:22:23 -05:00
|
|
|
]
|
2019-03-04 13:10:28 -08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2019-08-20 12:59:35 -07:00
|
|
|
version = "1.10.1"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-20 12:59:35 -07:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-24 16:38:45 -07:00
|
|
|
]
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
2019-11-04 18:12:32 -08:00
|
|
|
name = "once_cell"
|
2020-02-10 13:25:57 +01:00
|
|
|
version = "1.3.1"
|
2019-11-04 18:12:32 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-08-30 15:35:07 -07:00
|
|
|
[[package]]
|
|
|
|
name = "orbclient"
|
|
|
|
version = "0.3.27"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"sdl2 0.32.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 15:35:07 -07:00
|
|
|
]
|
|
|
|
|
2019-02-12 00:51:26 +08:00
|
|
|
[[package]]
|
|
|
|
name = "owning_ref"
|
2019-09-15 17:57:40 +08:00
|
|
|
version = "0.4.0"
|
2019-02-12 00:51:26 +08:00
|
|
|
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 13:10:28 -08:00
|
|
|
[[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-20 12:59:35 -07:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
"winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-09-25 17:10:40 -07:00
|
|
|
[[package]]
|
|
|
|
name = "parallel"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasmer-runtime 0.13.1",
|
|
|
|
"wasmer-runtime-core 0.13.1",
|
2019-09-25 17:10:40 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parallel-guest"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"md5 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-25 17:10:40 -07:00
|
|
|
]
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2019-12-16 16:51:33 -05:00
|
|
|
version = "0.10.0"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-31 23:21:56 -07:00
|
|
|
"lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"parking_lot_core 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2019-12-16 16:51:33 -05:00
|
|
|
version = "0.7.0"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 23:21:56 -07:00
|
|
|
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-02 09:11:48 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-08-30 15:35:07 -07:00
|
|
|
name = "pkg-config"
|
2019-12-18 15:24:42 -05:00
|
|
|
version = "0.3.17"
|
2019-03-04 13:10:28 -08:00
|
|
|
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-26 18:45:18 -07:00
|
|
|
[[package]]
|
|
|
|
name = "plugin-for-example"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2019-07-31 23:03:52 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-09-04 23:40:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-04 23:40:09 +00:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-04 23:40:09 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2019-05-13 06:14:28 -07:00
|
|
|
version = "0.4.30"
|
2019-03-04 13:10:28 -08: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)",
|
|
|
|
]
|
|
|
|
|
2019-08-20 12:59:35 -07:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2020-02-10 13:25:57 +01:00
|
|
|
version = "1.0.8"
|
2019-08-20 12:59:35 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2019-08-20 12:59:35 -07:00
|
|
|
version = "0.6.13"
|
2019-03-12 10:39:48 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-13 06:14:28 -07:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-12 10:39:48 -07:00
|
|
|
]
|
|
|
|
|
2019-08-20 12:59:35 -07:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
]
|
|
|
|
|
2019-08-30 15:35:07 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
]
|
|
|
|
|
2019-06-25 03:55:57 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2019-09-18 17:14:12 +02:00
|
|
|
version = "0.7.2"
|
2019-07-31 23:03:52 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 23:38:44 -07:00
|
|
|
"getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 23:03:52 -07:00
|
|
|
"rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 23:38:44 -07:00
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 23:03:52 -07:00
|
|
|
"rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-08-30 15:35:07 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 15:35:07 -07:00
|
|
|
]
|
|
|
|
|
2019-07-31 23:03:52 -07: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)",
|
2019-09-12 23:38:44 -07:00
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 23:03:52 -07:00
|
|
|
]
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-20 12:59:35 -07:00
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-08-20 12:59:35 -07:00
|
|
|
version = "0.4.2"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-07-31 23:03:52 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-09-12 23:38:44 -07:00
|
|
|
version = "0.5.1"
|
2019-07-31 23:03:52 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 23:38:44 -07:00
|
|
|
"getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 23:03:52 -07:00
|
|
|
]
|
|
|
|
|
2019-08-30 15:35:07 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 15:35:07 -07:00
|
|
|
]
|
|
|
|
|
2019-07-31 23:03:52 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 23:38:44 -07:00
|
|
|
"rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 23:03:52 -07:00
|
|
|
]
|
|
|
|
|
2019-08-30 15:35:07 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rand_isaac"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 15:35:07 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_jitter"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 15:35:07 -07:00
|
|
|
]
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "rand_os"
|
2019-03-06 13:53:06 -08:00
|
|
|
version = "0.1.3"
|
2019-03-04 13:10:28 -08: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-20 12:59:35 -07:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
"rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-02 09:11:48 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
2019-08-30 15:35:07 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rand_pcg"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 15:35:07 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_xorshift"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 15:35:07 -07:00
|
|
|
]
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "rand_xoshiro"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-31 23:03:52 -07:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "raw-cpuid"
|
2019-12-17 12:57:18 -08:00
|
|
|
version = "7.0.3"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-20 12:59:35 -07:00
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2019-09-12 23:38:44 -07:00
|
|
|
version = "1.2.0"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 23:38:44 -07:00
|
|
|
"crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-26 14:36:31 +02:00
|
|
|
"either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 23:38:44 -07:00
|
|
|
"rayon-core 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2019-09-12 23:38:44 -07:00
|
|
|
version = "1.6.0"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-12 23:38:44 -07:00
|
|
|
"crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 23:03:52 -07:00
|
|
|
"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-09-09 23:02:16 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rdrand"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2019-08-20 12:59:35 -07:00
|
|
|
version = "0.1.56"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-08-30 15:35:07 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ref_thread_local"
|
|
|
|
version = "0.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2019-09-12 23:38:44 -07:00
|
|
|
version = "1.3.1"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-05 08:36:27 +00:00
|
|
|
"aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 23:21:56 -07:00
|
|
|
"memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 23:38:44 -07:00
|
|
|
"regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
"thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-08-20 12:59:35 -07:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2019-09-12 23:38:44 -07:00
|
|
|
version = "0.6.12"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2019-08-20 12:59:35 -07:00
|
|
|
version = "0.5.2"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-02 09:11:48 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2019-08-20 12:59:35 -07:00
|
|
|
version = "1.0.0"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
2019-08-20 12:59:35 -07:00
|
|
|
version = "1.0.5"
|
2019-03-04 13:10:28 -08:00
|
|
|
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)",
|
|
|
|
]
|
|
|
|
|
2019-07-31 23:03:52 -07:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-04 13:10:28 -08: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 06:14:28 -07:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-24 16:38:45 -07:00
|
|
|
]
|
|
|
|
|
2019-08-30 15:35:07 -07:00
|
|
|
[[package]]
|
|
|
|
name = "sdl2"
|
|
|
|
version = "0.32.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"sdl2-sys 0.32.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 15:35:07 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sdl2-sys"
|
|
|
|
version = "0.32.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-30 15:35:07 -07:00
|
|
|
]
|
|
|
|
|
2019-03-04 13:10:28 -08: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-09-18 17:14:12 +02:00
|
|
|
version = "1.0.101"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-18 17:14:12 +02:00
|
|
|
"serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde-bench"
|
|
|
|
version = "0.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-07-31 23:03:52 -07:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-18 17:14:12 +02:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
2019-07-31 23:17:42 -07:00
|
|
|
[[package]]
|
|
|
|
name = "serde_bytes"
|
2019-08-20 12:59:35 -07:00
|
|
|
version = "0.11.2"
|
2019-07-31 23:17:42 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-18 17:14:12 +02:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2019-09-18 17:14:12 +02:00
|
|
|
version = "1.0.101"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2019-08-20 12:59:35 -07:00
|
|
|
version = "1.0.40"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-14 16:02:27 +08:00
|
|
|
"itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-18 17:14:12 +02:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-13 14:22:32 -07:00
|
|
|
]
|
|
|
|
|
2019-07-31 23:21:56 -07:00
|
|
|
[[package]]
|
2020-01-28 18:58:41 +00:00
|
|
|
name = "smallvec"
|
2020-02-10 13:25:57 +01:00
|
|
|
version = "0.6.10"
|
2019-07-31 23:21:56 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2020-02-10 13:25:57 +01:00
|
|
|
version = "1.2.0"
|
2019-03-04 13:10:28 -08:00
|
|
|
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"
|
|
|
|
|
2019-09-11 23:51:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2019-05-14 16:02:27 +08:00
|
|
|
version = "0.8.0"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt"
|
2019-09-18 17:14:12 +02:00
|
|
|
version = "0.3.2"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-14 16:02:27 +08:00
|
|
|
"clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-18 17:14:12 +02:00
|
|
|
"structopt-derive 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
2019-09-18 17:14:12 +02:00
|
|
|
version = "0.3.2"
|
2019-03-04 13:10:28 -08: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-09-04 23:40:09 +00:00
|
|
|
"proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-04 23:40:09 +00:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-02-10 13:25:57 +01:00
|
|
|
name = "subtle"
|
|
|
|
version = "1.0.0"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2019-08-20 12:59:35 -07:00
|
|
|
version = "0.15.44"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-05-13 06:14:28 -07:00
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-08-20 12:59:35 -07:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2020-02-10 13:25:57 +01:00
|
|
|
version = "1.0.14"
|
2019-08-20 12:59:35 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
2019-12-17 12:57:18 -08:00
|
|
|
version = "0.9.0"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2019-07-31 23:21:56 -07:00
|
|
|
version = "3.1.0"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-18 17:14:12 +02:00
|
|
|
"rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-02 09:11:48 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-17 12:57:18 -08:00
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-17 12:57:18 -08:00
|
|
|
name = "thiserror"
|
2020-02-10 13:25:57 +01:00
|
|
|
version = "1.0.10"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"thiserror-impl 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-17 12:57:18 -08:00
|
|
|
name = "thiserror-impl"
|
2020-02-10 13:25:57 +01:00
|
|
|
version = "1.0.10"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-09 23:02:16 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
|
|
|
version = "0.1.42"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-20 12:59:35 -07:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-02 09:11:48 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinytemplate"
|
2019-06-01 18:22:23 -05:00
|
|
|
version = "1.0.2"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-18 17:14:12 +02:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
2019-07-31 23:21:56 -07:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2019-08-20 12:59:35 -07:00
|
|
|
version = "0.5.3"
|
2019-07-31 23:21:56 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-09-18 17:14:12 +02:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 23:21:56 -07:00
|
|
|
]
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2019-09-12 23:38:44 -07:00
|
|
|
version = "1.11.2"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-08-27 15:18:12 -07:00
|
|
|
[[package]]
|
|
|
|
name = "typetag"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
|
|
|
"erased-serde 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"inventory 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-09 23:02:16 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-18 17:14:12 +02:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-27 15:18:12 -07:00
|
|
|
"typetag-impl 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typetag-impl"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-27 15:18:12 -07:00
|
|
|
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-27 15:18:12 -07:00
|
|
|
]
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2019-06-01 18:22:23 -05:00
|
|
|
version = "1.3.0"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2019-08-20 12:59:35 -07:00
|
|
|
version = "0.1.6"
|
2019-03-04 13:10:28 -08:00
|
|
|
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"
|
|
|
|
|
2019-08-20 12:59:35 -07:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[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-09-12 23:38:44 -07:00
|
|
|
version = "0.9.2"
|
2019-07-24 10:03:08 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-03-04 13:10:28 -08:00
|
|
|
dependencies = [
|
2019-09-18 17:14:12 +02:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 23:38:44 -07:00
|
|
|
"wabt-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wabt-sys"
|
2019-09-12 23:38:44 -07:00
|
|
|
version = "0.7.0"
|
2019-07-24 10:03:08 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-03-04 13:10:28 -08:00
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 23:38:44 -07:00
|
|
|
"cmake 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
"glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2019-08-20 12:59:35 -07:00
|
|
|
version = "2.2.9"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2019-08-20 12:59:35 -07:00
|
|
|
"same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-02 09:11:48 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
"winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
]
|
|
|
|
|
2019-08-20 12:59:35 -07:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2019-09-12 23:38:44 -07:00
|
|
|
version = "0.7.0"
|
2019-08-20 12:59:35 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer"
|
2020-01-16 14:07:18 -08:00
|
|
|
version = "0.13.1"
|
2019-03-04 13:10:28 -08:00
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 23:03:52 -07:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-21 08:55:23 -07:00
|
|
|
"errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"fern 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 23:21:56 -07:00
|
|
|
"glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 15:31:02 -07:00
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-18 17:14:12 +02:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"structopt 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-28 14:47:38 -07:00
|
|
|
"typetag 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 23:38:44 -07:00
|
|
|
"wabt 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"wasmer-clif-backend 0.13.1",
|
|
|
|
"wasmer-dev-utils 0.13.1",
|
|
|
|
"wasmer-emscripten 0.13.1",
|
|
|
|
"wasmer-emscripten-tests 0.13.1",
|
2019-05-15 21:43:19 +08:00
|
|
|
"wasmer-kernel-loader 0.1.0",
|
2020-02-10 13:25:57 +01:00
|
|
|
"wasmer-llvm-backend 0.13.1",
|
|
|
|
"wasmer-middleware-common 0.13.1",
|
|
|
|
"wasmer-middleware-common-tests 0.13.1",
|
|
|
|
"wasmer-runtime 0.13.1",
|
|
|
|
"wasmer-runtime-core 0.13.1",
|
|
|
|
"wasmer-singlepass-backend 0.13.1",
|
|
|
|
"wasmer-wasi 0.13.1",
|
|
|
|
"wasmer-wasi-experimental-io-devices 0.13.1",
|
|
|
|
"wasmer-wasi-tests 0.13.1",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-clif-backend"
|
2020-01-16 14:07:18 -08:00
|
|
|
version = "0.13.1"
|
2019-03-04 13:10:28 -08:00
|
|
|
dependencies = [
|
2019-07-31 23:03:52 -07:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"cranelift-codegen 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cranelift-entity 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cranelift-native 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-21 22:36:56 +00:00
|
|
|
"nix 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 23:38:44 -07:00
|
|
|
"rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-18 17:14:12 +02:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
"serde-bench 0.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"serde_bytes 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-18 17:14:12 +02:00
|
|
|
"serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasmer-clif-fork-frontend 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasmer-clif-fork-wasm 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasmer-runtime-core 0.13.1",
|
|
|
|
"wasmer-win-exception-handler 0.13.1",
|
|
|
|
"wasmparser 0.45.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-02 09:11:48 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
2019-07-24 14:06:19 -07:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-clif-fork-frontend"
|
2020-01-15 12:11:02 -08:00
|
|
|
version = "0.52.0"
|
2019-07-24 14:06:19 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"cranelift-codegen 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 23:03:52 -07:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-24 14:06:19 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-clif-fork-wasm"
|
2020-01-15 12:11:02 -08:00
|
|
|
version = "0.52.0"
|
2019-07-24 14:06:19 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"cranelift-codegen 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cranelift-entity 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 23:03:52 -07:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"thiserror 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasmer-clif-fork-frontend 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasmparser 0.45.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-24 14:06:19 -07:00
|
|
|
]
|
|
|
|
|
2019-05-17 15:48:30 -07:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-dev-utils"
|
2020-01-16 14:07:18 -08:00
|
|
|
version = "0.13.1"
|
2019-05-17 15:48:30 -07:00
|
|
|
dependencies = [
|
2019-08-20 12:59:35 -07:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-05-17 15:48:30 -07:00
|
|
|
]
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-emscripten"
|
2020-01-16 14:07:18 -08:00
|
|
|
version = "0.13.1"
|
2019-03-04 13:10:28 -08:00
|
|
|
dependencies = [
|
2019-07-31 23:03:52 -07:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-09 23:02:16 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"wasmer-runtime-core 0.13.1",
|
2019-07-09 12:07:05 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-emscripten-tests"
|
2020-01-16 14:07:18 -08:00
|
|
|
version = "0.13.1"
|
2019-07-09 12:07:05 -07:00
|
|
|
dependencies = [
|
2019-07-31 23:21:56 -07:00
|
|
|
"glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 23:38:44 -07:00
|
|
|
"wabt 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"wasmer-clif-backend 0.13.1",
|
|
|
|
"wasmer-dev-utils 0.13.1",
|
|
|
|
"wasmer-emscripten 0.13.1",
|
|
|
|
"wasmer-llvm-backend 0.13.1",
|
|
|
|
"wasmer-runtime 0.13.1",
|
|
|
|
"wasmer-singlepass-backend 0.13.1",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
2019-09-11 23:51:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-interface-types"
|
2020-02-10 14:05:13 +01:00
|
|
|
version = "0.13.1"
|
2019-09-11 23:51:20 +02:00
|
|
|
dependencies = [
|
2020-02-10 14:05:13 +01:00
|
|
|
"nom 5.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-11 23:51:20 +02:00
|
|
|
]
|
|
|
|
|
2019-05-15 21:43:19 +08:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-kernel-loader"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-08-20 12:59:35 -07:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"wasmer-runtime-core 0.13.1",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-llvm-backend"
|
2020-01-16 14:07:18 -08:00
|
|
|
version = "0.13.1"
|
2019-03-04 13:10:28 -08:00
|
|
|
dependencies = [
|
2019-08-14 16:33:26 -07:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 23:21:56 -07:00
|
|
|
"goblin 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"inkwell 0.1.0 (git+https://github.com/TheDan64/inkwell?rev=0a864ebf68b33d4d514b67796264b03898aa0944)",
|
2019-09-09 23:02:16 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-21 22:36:56 +00:00
|
|
|
"nix 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 23:38:44 -07:00
|
|
|
"regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-08 15:15:16 -08:00
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 23:21:56 -07:00
|
|
|
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 23:38:44 -07:00
|
|
|
"wabt 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"wasmer-runtime-core 0.13.1",
|
|
|
|
"wasmparser 0.45.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-02 09:11:48 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
2019-11-22 16:33:16 -08:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-llvm-backend-tests"
|
|
|
|
version = "0.10.2"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"wabt 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasmer-llvm-backend 0.13.1",
|
|
|
|
"wasmer-runtime 0.13.1",
|
|
|
|
"wasmer-runtime-core 0.13.1",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
2019-04-28 12:55:07 +08:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-middleware-common"
|
2020-01-16 14:07:18 -08:00
|
|
|
version = "0.13.1"
|
2019-08-29 11:14:57 -07:00
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"wasmer-runtime-core 0.13.1",
|
2019-08-29 11:14:57 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-middleware-common-tests"
|
2020-01-16 14:07:18 -08:00
|
|
|
version = "0.13.1"
|
2019-04-28 12:55:07 +08:00
|
|
|
dependencies = [
|
2019-06-06 00:37:04 -05:00
|
|
|
"criterion 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 23:38:44 -07:00
|
|
|
"wabt 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"wasmer-clif-backend 0.13.1",
|
|
|
|
"wasmer-llvm-backend 0.13.1",
|
|
|
|
"wasmer-middleware-common 0.13.1",
|
|
|
|
"wasmer-runtime-core 0.13.1",
|
|
|
|
"wasmer-singlepass-backend 0.13.1",
|
2019-04-28 12:55:07 +08:00
|
|
|
]
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-runtime"
|
2020-01-16 14:07:18 -08:00
|
|
|
version = "0.13.1"
|
2019-03-04 13:10:28 -08:00
|
|
|
dependencies = [
|
2019-05-14 16:02:27 +08:00
|
|
|
"criterion 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-09 23:02:16 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
"memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 23:21:56 -07:00
|
|
|
"tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 23:38:44 -07:00
|
|
|
"wabt 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"wasmer-clif-backend 0.13.1",
|
|
|
|
"wasmer-llvm-backend 0.13.1",
|
|
|
|
"wasmer-runtime-core 0.13.1",
|
|
|
|
"wasmer-singlepass-backend 0.13.1",
|
2019-03-12 10:39:48 -07:00
|
|
|
]
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-runtime-c-api"
|
2020-01-16 14:07:18 -08:00
|
|
|
version = "0.13.1"
|
2019-03-04 13:10:28 -08:00
|
|
|
dependencies = [
|
2019-09-02 09:11:25 +00:00
|
|
|
"cbindgen 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"wasmer-emscripten 0.13.1",
|
|
|
|
"wasmer-runtime 0.13.1",
|
|
|
|
"wasmer-runtime-core 0.13.1",
|
|
|
|
"wasmer-wasi 0.13.1",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-runtime-core"
|
2020-01-16 14:07:18 -08:00
|
|
|
version = "0.13.1"
|
2019-03-04 13:10:28 -08:00
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"blake3 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 23:21:56 -07:00
|
|
|
"digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
"errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"hex 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 20:39:52 +00:00
|
|
|
"indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-09 23:02:16 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-21 22:36:56 +00:00
|
|
|
"nix 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
"page_size 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-11 12:07:54 -07:00
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-18 17:14:12 +02:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
"serde-bench 0.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"serde_bytes 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-18 17:14:12 +02:00
|
|
|
"serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 23:21:56 -07:00
|
|
|
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"wasmparser 0.45.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-02 09:11:48 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
2019-10-30 13:28:01 +01:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-runtime-core-tests"
|
2020-01-16 14:07:18 -08:00
|
|
|
version = "0.13.1"
|
2019-10-30 13:28:01 +01:00
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"wabt 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasmer-clif-backend 0.13.1",
|
|
|
|
"wasmer-llvm-backend 0.13.1",
|
|
|
|
"wasmer-runtime-core 0.13.1",
|
|
|
|
"wasmer-singlepass-backend 0.13.1",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
2019-04-11 12:44:03 -07:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-singlepass-backend"
|
2020-01-16 14:07:18 -08:00
|
|
|
version = "0.13.1"
|
2019-04-11 12:44:03 -07:00
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 23:03:52 -07:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"dynasm 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"dynasmrt 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-09 23:02:16 +00:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-21 22:36:56 +00:00
|
|
|
"nix 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 23:21:56 -07:00
|
|
|
"smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"wasmer-runtime-core 0.13.1",
|
2019-04-11 12:44:03 -07:00
|
|
|
]
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-spectests"
|
2020-01-16 14:07:18 -08:00
|
|
|
version = "0.13.1"
|
2019-03-04 13:10:28 -08:00
|
|
|
dependencies = [
|
2019-08-04 12:42:20 -06:00
|
|
|
"glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-12 23:38:44 -07:00
|
|
|
"wabt 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"wasmer-clif-backend 0.13.1",
|
|
|
|
"wasmer-llvm-backend 0.13.1",
|
|
|
|
"wasmer-runtime 0.13.1",
|
|
|
|
"wasmer-singlepass-backend 0.13.1",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
2019-03-28 11:54:22 -07:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-wasi"
|
2020-01-16 14:07:18 -08:00
|
|
|
version = "0.13.1"
|
2019-03-28 11:54:22 -07:00
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 23:03:52 -07:00
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-04-01 15:52:35 -07:00
|
|
|
"generational-arena 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-31 23:03:52 -07:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-09-18 17:14:12 +02:00
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-05 11:24:06 +09:00
|
|
|
"time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-27 15:18:12 -07:00
|
|
|
"typetag 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"wasmer-runtime-core 0.13.1",
|
2019-09-02 09:11:48 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-07-09 11:58:03 -07:00
|
|
|
]
|
|
|
|
|
2019-08-30 15:35:07 -07:00
|
|
|
[[package]]
|
2019-12-18 14:10:54 -05:00
|
|
|
name = "wasmer-wasi-experimental-io-devices"
|
2020-01-16 14:07:18 -08:00
|
|
|
version = "0.13.1"
|
2019-08-30 15:35:07 -07:00
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"minifb 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"ref_thread_local 0.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"typetag 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"wasmer-runtime-core 0.13.1",
|
|
|
|
"wasmer-wasi 0.13.1",
|
2019-08-30 15:35:07 -07:00
|
|
|
]
|
|
|
|
|
2019-07-09 11:58:03 -07:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-wasi-tests"
|
2020-01-16 14:07:18 -08:00
|
|
|
version = "0.13.1"
|
2019-07-09 11:58:03 -07:00
|
|
|
dependencies = [
|
2019-07-31 23:21:56 -07:00
|
|
|
"glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"wasmer-clif-backend 0.13.1",
|
|
|
|
"wasmer-dev-utils 0.13.1",
|
|
|
|
"wasmer-llvm-backend 0.13.1",
|
|
|
|
"wasmer-runtime 0.13.1",
|
|
|
|
"wasmer-singlepass-backend 0.13.1",
|
|
|
|
"wasmer-wasi 0.13.1",
|
2019-03-28 11:54:22 -07:00
|
|
|
]
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-win-exception-handler"
|
2020-01-16 14:07:18 -08:00
|
|
|
version = "0.13.1"
|
2019-03-04 13:10:28 -08:00
|
|
|
dependencies = [
|
2019-09-12 23:38:44 -07:00
|
|
|
"cmake 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-08-20 12:59:35 -07:00
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-02-10 13:25:57 +01:00
|
|
|
"wasmer-runtime-core 0.13.1",
|
2019-09-02 09:11:48 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
2019-04-03 17:21:57 -07:00
|
|
|
[[package]]
|
|
|
|
name = "wasmparser"
|
2020-01-28 18:58:41 +00:00
|
|
|
version = "0.45.2"
|
2019-04-03 17:21:57 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
2019-03-04 13:10:28 -08:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2019-09-02 09:11:48 +00:00
|
|
|
version = "0.3.8"
|
2019-03-04 13:10:28 -08: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-09-02 09:11:48 +00:00
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
|
|
|
[[package]]
|
2019-08-30 15:35:07 -07:00
|
|
|
name = "x11-dl"
|
2020-02-10 13:25:57 +01:00
|
|
|
version = "2.18.5"
|
2019-03-04 13:10:28 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
dependencies = [
|
2020-02-10 13:25:57 +01:00
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
2019-03-04 13:10:28 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[metadata]
|
2019-08-05 08:36:27 +00:00
|
|
|
"checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d"
|
2019-03-04 13:10:28 -08:00
|
|
|
"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
|
|
|
"checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee"
|
2019-08-20 12:59:35 -07:00
|
|
|
"checksum arrayvec 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b8d73f9beda665eaa98ab9e4f7442bd4e7de6652587de55b2525e52e29c1b0ba"
|
2020-02-10 13:25:57 +01:00
|
|
|
"checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
|
2019-08-20 12:59:35 -07:00
|
|
|
"checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90"
|
|
|
|
"checksum autocfg 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "b671c8fb71b457dd4ae18c4ba1e59aa81793daacc361d82fcd410cef0d491875"
|
2020-02-10 13:25:57 +01:00
|
|
|
"checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
|
|
|
|
"checksum bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5753e2a71534719bf3f4e57006c3a4f0d2c672a4b676eec84161f763eca87dbf"
|
2019-08-20 12:59:35 -07:00
|
|
|
"checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd"
|
2020-02-10 13:25:57 +01:00
|
|
|
"checksum blake3 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "100179f909a27ed067ce4fa6db58f7fa0f67070d7a04d38f040886174b85ef6f"
|
2019-09-12 23:38:44 -07:00
|
|
|
"checksum bstr 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8d6c2c5b58ab920a4f5aeaaca34b4488074e8cc7596af94e6f8c6ff247c60245"
|
2019-07-31 23:03:52 -07: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 13:10:28 -08:00
|
|
|
"checksum cast 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "926013f2860c46252efceabb19f4a6b308197505082c609025aa6706c011d427"
|
2019-09-02 09:11:25 +00:00
|
|
|
"checksum cbindgen 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9daec6140ab4dcd38c3dd57e580b59a621172a526ac79f1527af760a55afeafd"
|
2020-02-10 13:25:57 +01:00
|
|
|
"checksum cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)" = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
|
|
|
|
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
"checksum chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "31850b4a4d6bae316f7a09e691c944c28299298837edc0a03f755618c23cbc01"
|
2019-05-14 16:02:27 +08:00
|
|
|
"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
|
2019-03-04 13:10:28 -08:00
|
|
|
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
2019-09-12 23:38:44 -07:00
|
|
|
"checksum cmake 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "81fb25b677f8bf1eb325017cb6bb8452f87969db0fedb4f757b297bee78a7c62"
|
2020-02-10 13:25:57 +01:00
|
|
|
"checksum colored 1.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8815e2ab78f3a59928fc32e141fbeece88320a240e43f47b2fd64ea3a88a5b3d"
|
|
|
|
"checksum constant_time_eq 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
|
|
"checksum cranelift-bforest 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)" = "56aa72ef104c5d634f2f9e84ef2c47e116c1d185fae13f196b97ca84b0a514f1"
|
|
|
|
"checksum cranelift-codegen 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)" = "460b9d20793543599308d22f5a1172c196e63a780c4e9aacb0b3f4f63d63ffe1"
|
|
|
|
"checksum cranelift-codegen-meta 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cc70e4e8ccebd53a4f925147def857c9e9f7fe0fdbef4bb645a420473e012f50"
|
|
|
|
"checksum cranelift-codegen-shared 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3992000be4d18df0fe332b7c42c120de896e8ec54cd7b6cfa050910a8c9f6e2f"
|
|
|
|
"checksum cranelift-entity 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)" = "722957e05064d97a3157bf0976deed0f3e8ee4f8a4ce167a7c724ca63a4e8bd9"
|
|
|
|
"checksum cranelift-native 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)" = "21398a0bc6ba389ea86964ac4a495426dd61080f2ddd306184777a8560fe9976"
|
2019-05-14 16:02:27 +08: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-09-12 23:38:44 -07:00
|
|
|
"checksum crossbeam-deque 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b18cd2e169ad86297e6bc0ad9aa679aee9daa4f19e8163860faf7c164e4f5a71"
|
2019-07-31 23:03:52 -07:00
|
|
|
"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"
|
2020-02-10 13:25:57 +01:00
|
|
|
"checksum crypto-mac 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"
|
2019-08-20 12:59:35 -07:00
|
|
|
"checksum csv 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "37519ccdfd73a75821cac9319d4fce15a81b9fcf75f951df5b9988aa3a0af87d"
|
|
|
|
"checksum csv-core 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "9b5cadb6b25c77aeff80ba701712494213f4a8418fcda2ee11b6560c3ad0bf4c"
|
2019-08-27 15:18:12 -07:00
|
|
|
"checksum ctor 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "5b6b2f4752cc29efbfd03474c532ce8f916f2d44ec5bb8c21f93bc76e5365528"
|
2019-07-31 23:21:56 -07:00
|
|
|
"checksum digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
2020-02-10 13:25:57 +01:00
|
|
|
"checksum dynasm 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "42a814e1edeb85dd2a3c6fc0d6bf76d02ca5695d438c70ecee3d90774f3259c5"
|
|
|
|
"checksum dynasmrt 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8a393aaeb4441a48bcf47b5b6155971f82cc1eb77e22855403ccc0415ac8328d"
|
2019-09-26 14:36:31 +02:00
|
|
|
"checksum either 1.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "5527cfe0d098f36e3f8839852688e63c8fff1c90b2b405aef730615f9a7bcf7b"
|
2019-08-27 15:18:12 -07:00
|
|
|
"checksum erased-serde 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "3beee4bc16478a1b26f2e80ad819a52d24745e292f521a63c16eea5f74b7eb60"
|
2019-03-04 13:10:28 -08: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"
|
2020-02-10 13:25:57 +01:00
|
|
|
"checksum fern 0.5.9 (registry+https://github.com/rust-lang/crates.io-index)" = "e69ab0d5aca163e388c3a49d284fed6c3d0810700e77c5ae2756a50ec1a4daaa"
|
2019-03-04 13:10:28 -08:00
|
|
|
"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 15:52:35 -07:00
|
|
|
"checksum generational-arena 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4024f96ffa0ebaaf36aa589cd41f2fd69f3a5e6fd02c86e11e12cdf41d5b46a3"
|
2019-08-20 12:59:35 -07:00
|
|
|
"checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
|
2019-09-12 23:38:44 -07:00
|
|
|
"checksum getrandom 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "473a1265acc8ff1e808cd0a1af8cee3c2ee5200916058a2ca113c29f2d903571"
|
2019-08-27 15:18:12 -07:00
|
|
|
"checksum ghost 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2a36606a68532b5640dc86bb1f33c64b45c4682aad4c50f3937b317ea387f3d6"
|
2019-03-04 13:10:28 -08:00
|
|
|
"checksum glob 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
|
2019-07-31 23:21:56 -07:00
|
|
|
"checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
|
"checksum goblin 0.0.24 (registry+https://github.com/rust-lang/crates.io-index)" = "e3fa261d919c1ae9d1e4533c4a2f99e10938603c4208d56c05bec7a872b661b0"
|
2019-03-04 13:10:28 -08:00
|
|
|
"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
|
2020-02-10 13:25:57 +01:00
|
|
|
"checksum hex 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76cdda6bf525062a0c9e8f14ee2b37935c86b8efb6c8b69b3c83dfb518a914af"
|
2019-09-12 20:39:52 +00:00
|
|
|
"checksum indexmap 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a61202fbe46c4a951e9404a720a0180bcf3212c750d735cb5c4ba4dc551299f3"
|
2020-02-10 13:25:57 +01:00
|
|
|
"checksum inkwell 0.1.0 (git+https://github.com/TheDan64/inkwell?rev=0a864ebf68b33d4d514b67796264b03898aa0944)" = "<none>"
|
|
|
|
"checksum inkwell_internals 0.1.0 (git+https://github.com/TheDan64/inkwell?rev=0a864ebf68b33d4d514b67796264b03898aa0944)" = "<none>"
|
2019-08-27 15:18:12 -07:00
|
|
|
"checksum inventory 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f4cece20baea71d9f3435e7bbe9adf4765f091c5fe404975f844006964a71299"
|
|
|
|
"checksum inventory-impl 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c2869bf972e998977b1cb87e60df70341d48e48dca0823f534feb91ea44adaf9"
|
2019-03-04 13:10:28 -08:00
|
|
|
"checksum itertools 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5b8467d9c1cebe26feb08c640139247fac215782d35371ade9a2136ed6085358"
|
2019-05-14 16:02:27 +08:00
|
|
|
"checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
|
2019-03-04 13:10:28 -08:00
|
|
|
"checksum kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
2019-09-09 23:02:16 +00:00
|
|
|
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2019-09-26 14:36:31 +02:00
|
|
|
"checksum lexical-core 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2304bccb228c4b020f3a4835d247df0a02a7c4686098d4167762cfbbe4c5cb14"
|
2019-08-20 12:59:35 -07:00
|
|
|
"checksum libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba"
|
2019-07-19 15:19:58 -07:00
|
|
|
"checksum llvm-sys 80.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2110cd4daf9cd8e39dd3b933b1a2a2ac7315e91f7c92b3a20beab526c63b5978"
|
2019-07-31 23:21:56 -07:00
|
|
|
"checksum lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f8912e782533a93a167888781b836336a6ca5da6175c05944c86cf28c31104dc"
|
2019-07-31 23:03:52 -07:00
|
|
|
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
2020-02-10 13:25:57 +01:00
|
|
|
"checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
|
|
|
|
"checksum md5 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7e6bcd6433cff03a4bfc3d9834d504467db1f1cf6d0ea765d37d330249ed629d"
|
2019-07-31 23:21:56 -07:00
|
|
|
"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"
|
2019-03-04 13:10:28 -08:00
|
|
|
"checksum memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
|
2019-07-31 23:03:52 -07:00
|
|
|
"checksum memoffset 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ce6075db033bbbb7ee5a0bbd3a3186bbae616f57fb001c485c7ff77955f8177f"
|
2020-02-10 13:25:57 +01:00
|
|
|
"checksum minifb 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "55cbdf43445926b65e07992f06019321e7481df8fd656dcb6871d00cdbd9fc73"
|
2019-08-21 22:36:56 +00:00
|
|
|
"checksum nix 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3b2e0b4f3320ed72aaedb9a5ac838690a8047c7b275da22711fddff4f8a14229"
|
2019-03-04 13:10:28 -08:00
|
|
|
"checksum nodrop 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "2f9667ddcc6cc8a43afc9b7917599d7216aa09c463919ea32c59ed6cac8bc945"
|
2020-02-10 14:05:13 +01:00
|
|
|
"checksum nom 5.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c433f4d505fe6ce7ff78523d2fa13a0b9f2690e181fc26168bcbe5ccc5d14e07"
|
2020-02-10 13:25:57 +01:00
|
|
|
"checksum num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e"
|
|
|
|
"checksum num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
|
|
|
|
"checksum num-iter 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "dfb0800a0291891dd9f4fe7bd9c19384f98f7fbe0cd0f39a2c6b88b9868bbc00"
|
|
|
|
"checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
|
2019-08-20 12:59:35 -07:00
|
|
|
"checksum num_cpus 1.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bcef43580c035376c0705c42792c294b66974abbfd2789b511784023f71f3273"
|
2020-02-10 13:25:57 +01:00
|
|
|
"checksum once_cell 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b1c601810575c99596d4afc46f78a678c80105117c379eb3650cf99b8a21ce5b"
|
|
|
|
"checksum orbclient 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)" = "f8b18f57ab94fbd058e30aa57f712ec423c0bb7403f8493a6c58eef0c36d9402"
|
|
|
|
"checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13"
|
2019-03-04 13:10:28 -08:00
|
|
|
"checksum page_size 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f89ef58b3d32420dbd1a43d2f38ae92f6239ef12bb556ab09ca55445f5a67242"
|
2020-02-10 13:25:57 +01:00
|
|
|
"checksum parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "92e98c49ab0b7ce5b222f2cc9193fc4efe11c6d0bd4f648e374684a6857b1cfc"
|
|
|
|
"checksum parking_lot_core 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7582838484df45743c8434fbff785e8edf260c28748353d44bc0da32e0ceabf1"
|
|
|
|
"checksum pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
|
2019-03-04 13:10:28 -08:00
|
|
|
"checksum plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
|
2019-07-31 23:03:52 -07:00
|
|
|
"checksum ppv-lite86 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e3cbf9f658cdb5000fcf6f362b8ea2ba154b9f146a61c7a20d647034c6b6561b"
|
2019-09-04 23:40:09 +00:00
|
|
|
"checksum proc-macro-error 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "aeccfe4d5d8ea175d5f0e4a2ad0637e0f4121d63bd99d356fb1f39ab2e7c6097"
|
2019-05-13 06:14:28 -07:00
|
|
|
"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
2020-02-10 13:25:57 +01:00
|
|
|
"checksum proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3acb317c6ff86a4e579dfa00fc5e6cca91ecbb4e7eb2df0468805b674eb88548"
|
2019-08-20 12:59:35 -07:00
|
|
|
"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
|
|
|
|
"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
|
2020-02-10 13:25:57 +01:00
|
|
|
"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
|
2019-09-18 17:14:12 +02:00
|
|
|
"checksum rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3ae1b169243eaf61759b8475a998f0a385e42042370f3a7dbaf35246eacc8412"
|
2020-02-10 13:25:57 +01:00
|
|
|
"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
|
2019-07-31 23:03:52 -07:00
|
|
|
"checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
|
2019-03-04 13:10:28 -08:00
|
|
|
"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
2019-08-20 12:59:35 -07:00
|
|
|
"checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
2019-09-12 23:38:44 -07:00
|
|
|
"checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
2020-02-10 13:25:57 +01:00
|
|
|
"checksum rand_hc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
|
2019-07-31 23:03:52 -07:00
|
|
|
"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
2020-02-10 13:25:57 +01:00
|
|
|
"checksum rand_isaac 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
|
|
|
|
"checksum rand_jitter 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
|
2019-03-06 13:53:06 -08:00
|
|
|
"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
|
2020-02-10 13:25:57 +01: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"
|
2019-03-04 13:10:28 -08:00
|
|
|
"checksum rand_xoshiro 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "03b418169fb9c46533f326efd6eed2576699c44ca92d3052a066214a8d828929"
|
2020-02-10 13:25:57 +01:00
|
|
|
"checksum raw-cpuid 7.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4a349ca83373cfa5d6dbb66fd76e58b2cca08da71a5f6400de0a0a6a9bceeaf"
|
2019-09-12 23:38:44 -07:00
|
|
|
"checksum rayon 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "83a27732a533a1be0a0035a111fe76db89ad312f6f0347004c220c57f209a123"
|
|
|
|
"checksum rayon-core 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "98dcf634205083b17d0861252431eb2acbfb698ab7478a2d20de07954f47ec7b"
|
2019-03-04 13:10:28 -08:00
|
|
|
"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
2019-08-20 12:59:35 -07:00
|
|
|
"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
2020-02-10 13:25:57 +01:00
|
|
|
"checksum ref_thread_local 0.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d813022b2e00774a48eaf43caaa3c20b45f040ba8cbf398e2e8911a06668dbe6"
|
2019-09-12 23:38:44 -07:00
|
|
|
"checksum regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd"
|
2019-08-20 12:59:35 -07:00
|
|
|
"checksum regex-automata 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "92b73c2a1770c255c240eaa4ee600df1704a38dc3feaa6e949e7fcd4f8dc09f9"
|
2019-09-12 23:38:44 -07:00
|
|
|
"checksum regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716"
|
2019-08-20 12:59:35 -07:00
|
|
|
"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
|
2019-03-04 13:10:28 -08:00
|
|
|
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
2019-08-20 12:59:35 -07:00
|
|
|
"checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997"
|
|
|
|
"checksum same-file 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "585e8ddcedc187886a30fa705c47985c3fa88d06624095856b36ca0b82ff4421"
|
2019-07-31 23:03:52 -07:00
|
|
|
"checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
|
2019-03-04 13:10:28 -08: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"
|
2020-02-10 13:25:57 +01:00
|
|
|
"checksum sdl2 0.32.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d051a07231e303f5f719da78cb6f7394f6d5b54f733aef5b0b447804a83edd7b"
|
|
|
|
"checksum sdl2-sys 0.32.6 (registry+https://github.com/rust-lang/crates.io-index)" = "34e71125077d297d57e4c1acfe8981b5bdfbf5a20e7b589abfdcb33bf1127f86"
|
2019-03-04 13:10:28 -08:00
|
|
|
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
|
|
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2019-09-18 17:14:12 +02:00
|
|
|
"checksum serde 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "9796c9b7ba2ffe7a9ce53c2287dfc48080f4b2b362fcc245a259b3a7201119dd"
|
2019-03-04 13:10:28 -08:00
|
|
|
"checksum serde-bench 0.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "d733da87e79faaac25616e33d26299a41143fd4cd42746cbb0e91d8feea243fd"
|
2019-08-20 12:59:35 -07:00
|
|
|
"checksum serde_bytes 0.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "45af0182ff64abaeea290235eb67da3825a576c5d53e642c4d5b652e12e6effc"
|
2019-09-18 17:14:12 +02:00
|
|
|
"checksum serde_derive 1.0.101 (registry+https://github.com/rust-lang/crates.io-index)" = "4b133a43a1ecd55d4086bd5b4dc6c1751c68b1bfbeba7a5040442022c7e7c02e"
|
2019-08-20 12:59:35 -07:00
|
|
|
"checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704"
|
2019-07-31 23:21:56 -07:00
|
|
|
"checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7"
|
2020-02-10 13:25:57 +01:00
|
|
|
"checksum smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5c2fb2ec9bcd216a5b0d0ccf31ab17b5ed1d627960edff65bbe95d3ce221cefc"
|
2019-03-04 13:10:28 -08:00
|
|
|
"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
|
2019-09-11 23:51:20 +02:00
|
|
|
"checksum static_assertions 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "7f3eb36b47e512f8f1c9e3d10c2c1965bc992bd9cdb024fa581e2194501c83d3"
|
2019-05-14 16:02:27 +08:00
|
|
|
"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2019-09-18 17:14:12 +02:00
|
|
|
"checksum structopt 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3fe8d3289b63ef2f196d89e7701f986583c0895e764b78f052a55b9b5d34d84a"
|
|
|
|
"checksum structopt-derive 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f3add731f5b4fb85931d362a3c92deb1ad7113649a8d51701fb257673705f122"
|
2020-02-10 13:25:57 +01:00
|
|
|
"checksum subtle 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"
|
2019-08-20 12:59:35 -07:00
|
|
|
"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
|
2020-02-10 13:25:57 +01:00
|
|
|
"checksum syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "af6f3550d8dff9ef7dc34d384ac6f107e5d31c8f57d9f28e0081503f547ac8f5"
|
|
|
|
"checksum target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6f4c118a7a38378f305a9e111fcb2f7f838c0be324bfb31a77ea04f7f6e684b4"
|
2019-07-31 23:21:56 -07:00
|
|
|
"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
2019-05-14 16:02:27 +08:00
|
|
|
"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2020-02-10 13:25:57 +01:00
|
|
|
"checksum thiserror 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)" = "205684fd018ca14432b12cce6ea3d46763311a571c3d294e71ba3f01adcf1aad"
|
|
|
|
"checksum thiserror-impl 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)" = "57e4d2e50ca050ed44fb58309bdce3efa79948f84f9993ad1978de5eebdce5a7"
|
2019-03-04 13:10:28 -08: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 18:22:23 -05:00
|
|
|
"checksum tinytemplate 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4574b75faccaacddb9b284faecdf0b544b80b6b294f3d062d325c5726a209c20"
|
2019-08-20 12:59:35 -07:00
|
|
|
"checksum toml 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c7aabe75941d914b72bf3e5d3932ed92ce0664d49d8432305a8b547c37227724"
|
2019-09-12 23:38:44 -07:00
|
|
|
"checksum typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6d2783fe2d6b8c1101136184eb41be8b1ad379e4657050b8aaff0c79ee7575f9"
|
2019-08-27 15:18:12 -07:00
|
|
|
"checksum typetag 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6ebb2c484029d695fb68a06d80e1536c68d491b3e0cf874c66abed255e831cfe"
|
|
|
|
"checksum typetag-impl 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b63fd4799e4d0ec5cf0b055ebb8e2c3a657bbf76a84f6edc77ca60780e000204"
|
2019-06-01 18:22:23 -05:00
|
|
|
"checksum unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9"
|
2019-08-20 12:59:35 -07:00
|
|
|
"checksum unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20"
|
2019-03-04 13:10:28 -08:00
|
|
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
2019-08-20 12:59:35 -07:00
|
|
|
"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
2019-03-04 13:10:28 -08:00
|
|
|
"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-09-12 23:38:44 -07:00
|
|
|
"checksum wabt 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3c5c5c1286c6e578416982609f47594265f9d489f9b836157d403ad605a46693"
|
|
|
|
"checksum wabt-sys 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "af5d153dc96aad7dc13ab90835b892c69867948112d95299e522d370c4e13a08"
|
2019-08-20 12:59:35 -07:00
|
|
|
"checksum walkdir 2.2.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9658c94fa8b940eab2250bd5a457f9c48b748420d71293b165c8cdbe2f55f71e"
|
2019-09-12 23:38:44 -07:00
|
|
|
"checksum wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d"
|
2020-02-10 13:25:57 +01:00
|
|
|
"checksum wasmer-clif-fork-frontend 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6d2e13201ef9ef527ad30a6bf1b08e3e024a40cf2731f393d80375dc88506207"
|
|
|
|
"checksum wasmer-clif-fork-wasm 0.52.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a8b09302cc4fdc4efc03823cb3e1880b0fde578ba43f27ddd212811cb28c1530"
|
|
|
|
"checksum wasmparser 0.45.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8b4eab1d9971d0803729cba3617b56eb04fcb4bd25361cb63880ed41a42f20d5"
|
2019-03-04 13:10:28 -08:00
|
|
|
"checksum winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
2019-09-02 09:11:48 +00:00
|
|
|
"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
|
2019-03-04 13:10:28 -08: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"
|
2020-02-10 13:25:57 +01:00
|
|
|
"checksum x11-dl 2.18.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2bf981e3a5b3301209754218f962052d4d9ee97e478f4d26d4a6eced34c1fef8"
|