2019-04-06 17:29:15 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2019-08-05 08:36:27 +00:00
|
|
|
version = "0.7.6"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"memchr",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"winapi",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
|
|
|
version = "0.3.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee"
|
2019-03-04 21:10:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "0.5.1"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
|
2019-03-04 21:10:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
2019-08-20 19:59:35 +00:00
|
|
|
version = "0.2.13"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "0.1.7"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
|
2019-03-04 21:10:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
2019-06-25 12:01:56 +00:00
|
|
|
name = "bincode"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "1.2.1"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "5753e2a71534719bf3f4e57006c3a4f0d2c672a4b676eec84161f763eca87dbf"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"byteorder",
|
|
|
|
"serde",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "1.2.1"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2019-03-04 21:10:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blake2b_simd"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "0.5.9"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "b83b7baab1e671718d78204225800d6b170e648188ac7dc992e9d6bddf87d0c0"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"arrayref",
|
|
|
|
"arrayvec",
|
|
|
|
"constant_time_eq",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-08-20 19:59:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bstr"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "0.2.8"
|
2019-08-20 19:59:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "8d6c2c5b58ab920a4f5aeaaca34b4488074e8cc7596af94e6f8c6ff247c60245"
|
2019-08-20 19:59:35 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"lazy_static",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"serde",
|
2019-08-20 19:59:35 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2019-08-01 06:03:52 +00:00
|
|
|
version = "1.3.2"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
|
2019-03-04 21:10:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
2019-08-01 06:03:52 +00:00
|
|
|
name = "c2-chacha"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "0.2.3"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"ppv-lite86",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cast"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "0.2.3"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "4b9434b9a5aa1450faa3f9cb14ea0e8c53bb5d2b3c1bfd1ab4fc03e9f33fbfb0"
|
2019-12-18 20:24:42 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"rustc_version",
|
2019-12-18 20:24:42 +00:00
|
|
|
]
|
2019-03-04 21:10:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cbindgen"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "0.9.1"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "9daec6140ab4dcd38c3dd57e580b59a621172a526ac79f1527af760a55afeafd"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"clap",
|
|
|
|
"log",
|
|
|
|
"proc-macro2 1.0.6",
|
|
|
|
"quote 1.0.2",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"syn 1.0.11",
|
|
|
|
"tempfile",
|
|
|
|
"toml",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "1.0.48"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "f52a465a666ca3d838ebbf08b241383421412fe7ebb463527bba275526d89f76"
|
2019-03-04 21:10:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "0.1.10"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2019-03-04 21:10:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2019-05-14 08:02:27 +00:00
|
|
|
version = "2.33.0"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"strsim",
|
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cloudabi"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"bitflags",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cmake"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "0.1.42"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "81fb25b677f8bf1eb325017cb6bb8452f87969db0fedb4f757b297bee78a7c62"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"cc",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-06-24 19:55:57 +00:00
|
|
|
[[package]]
|
2019-03-04 21:10:28 +00:00
|
|
|
name = "constant_time_eq"
|
2019-08-21 22:04:38 +00:00
|
|
|
version = "0.1.4"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "995a44c877f9212528ccc74b21a232f66ad69001e40ede5bcee2ac9ef2657120"
|
2019-03-04 21:10:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-bforest"
|
2019-12-18 17:48:17 +00:00
|
|
|
version = "0.52.0"
|
2019-12-21 00:44:49 +00:00
|
|
|
source = "git+https://github.com/wasmerio/cranelift?branch=wasmer#a81035ecbe81228097a5163f2b97f60145ca9396"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"cranelift-entity",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen"
|
2019-12-18 17:48:17 +00:00
|
|
|
version = "0.52.0"
|
2019-12-21 00:44:49 +00:00
|
|
|
source = "git+https://github.com/wasmerio/cranelift?branch=wasmer#a81035ecbe81228097a5163f2b97f60145ca9396"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"byteorder",
|
|
|
|
"cranelift-bforest",
|
|
|
|
"cranelift-codegen-meta",
|
|
|
|
"cranelift-codegen-shared",
|
|
|
|
"cranelift-entity",
|
|
|
|
"log",
|
|
|
|
"smallvec 1.1.0",
|
|
|
|
"target-lexicon",
|
|
|
|
"thiserror",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen-meta"
|
2019-12-18 17:48:17 +00:00
|
|
|
version = "0.52.0"
|
2019-12-21 00:44:49 +00:00
|
|
|
source = "git+https://github.com/wasmerio/cranelift?branch=wasmer#a81035ecbe81228097a5163f2b97f60145ca9396"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"cranelift-codegen-shared",
|
|
|
|
"cranelift-entity",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-09-26 04:37:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen-shared"
|
2019-12-18 17:48:17 +00:00
|
|
|
version = "0.52.0"
|
2019-12-21 00:44:49 +00:00
|
|
|
source = "git+https://github.com/wasmerio/cranelift?branch=wasmer#a81035ecbe81228097a5163f2b97f60145ca9396"
|
2019-09-26 04:37:39 +00:00
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-entity"
|
2019-12-18 17:48:17 +00:00
|
|
|
version = "0.52.0"
|
2019-12-21 00:44:49 +00:00
|
|
|
source = "git+https://github.com/wasmerio/cranelift?branch=wasmer#a81035ecbe81228097a5163f2b97f60145ca9396"
|
2019-12-17 20:57:18 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-frontend"
|
2019-12-18 17:48:17 +00:00
|
|
|
version = "0.52.0"
|
2019-12-21 00:44:49 +00:00
|
|
|
source = "git+https://github.com/wasmerio/cranelift?branch=wasmer#a81035ecbe81228097a5163f2b97f60145ca9396"
|
2019-12-17 20:57:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"cranelift-codegen",
|
|
|
|
"log",
|
|
|
|
"smallvec 1.1.0",
|
|
|
|
"target-lexicon",
|
|
|
|
]
|
2019-03-04 21:10:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-native"
|
2019-12-18 17:48:17 +00:00
|
|
|
version = "0.52.0"
|
2019-12-21 00:44:49 +00:00
|
|
|
source = "git+https://github.com/wasmerio/cranelift?branch=wasmer#a81035ecbe81228097a5163f2b97f60145ca9396"
|
2019-12-17 20:57:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"cranelift-codegen",
|
|
|
|
"raw-cpuid",
|
|
|
|
"target-lexicon",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-wasm"
|
2019-12-18 17:48:17 +00:00
|
|
|
version = "0.52.0"
|
2019-12-21 00:44:49 +00:00
|
|
|
source = "git+https://github.com/wasmerio/cranelift?branch=wasmer#a81035ecbe81228097a5163f2b97f60145ca9396"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"cranelift-codegen",
|
|
|
|
"cranelift-entity",
|
|
|
|
"cranelift-frontend",
|
|
|
|
"log",
|
|
|
|
"thiserror",
|
|
|
|
"wasmparser",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "criterion"
|
2019-05-14 08:02:27 +00:00
|
|
|
version = "0.2.11"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "0363053954f3e679645fc443321ca128b7b950a6fe288cf5f9335cc22ee58394"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"cast",
|
|
|
|
"clap",
|
|
|
|
"criterion-plot",
|
|
|
|
"csv",
|
|
|
|
"itertools",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"num-traits",
|
|
|
|
"rand_core 0.3.1",
|
|
|
|
"rand_os",
|
|
|
|
"rand_xoshiro",
|
|
|
|
"rayon",
|
|
|
|
"rayon-core",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"tinytemplate",
|
|
|
|
"walkdir",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "criterion-plot"
|
2019-05-14 08:02:27 +00:00
|
|
|
version = "0.3.1"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "76f9212ddf2f4a9eb2d401635190600656a1f88a932ef53d06e7fa4c7e02fb8e"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"byteorder",
|
|
|
|
"cast",
|
|
|
|
"itertools",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2019-11-10 17:42:43 +00:00
|
|
|
version = "0.7.2"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "c3aa945d63861bfe624b55d153a39684da1e8c0bc8fba932f7ee3a3c16cea3ca"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2019-11-10 17:42:43 +00:00
|
|
|
version = "0.8.0"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "5064ebdbf05ce3cb95e45c8b086f72263f4166b29b97f6baff7ef7fe047b55ac"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"autocfg",
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"lazy_static",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
2019-08-01 06:03:52 +00:00
|
|
|
]
|
|
|
|
|
2019-11-05 02:12:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "dfd6515864a82d2f877b42813d4553292c6659498c9a2aa31bab5a15243c2700"
|
2019-11-05 02:12:32 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"crossbeam-utils",
|
2019-11-05 02:12:32 +00:00
|
|
|
]
|
|
|
|
|
2019-11-10 17:42:43 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4"
|
2019-11-10 17:42:43 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"autocfg",
|
|
|
|
"cfg-if",
|
|
|
|
"lazy_static",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv"
|
2019-08-20 19:59:35 +00:00
|
|
|
version = "1.1.1"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "37519ccdfd73a75821cac9319d4fce15a81b9fcf75f951df5b9988aa3a0af87d"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"bstr",
|
|
|
|
"csv-core",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "csv-core"
|
2019-08-20 19:59:35 +00:00
|
|
|
version = "0.1.6"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "9b5cadb6b25c77aeff80ba701712494213f4a8418fcda2ee11b6560c3ad0bf4c"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"memchr",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-08-27 22:18:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
2019-10-24 22:21:19 +00:00
|
|
|
version = "0.1.12"
|
2019-08-27 22:18:12 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "cd8ce37ad4184ab2ce004c33bf6379185d3b1c95801cab51026bd271bf68eedc"
|
2019-08-27 22:18:12 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"quote 1.0.2",
|
|
|
|
"syn 1.0.11",
|
2019-08-27 22:18:12 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2019-08-01 06:21:56 +00:00
|
|
|
version = "0.8.1"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"generic-array",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-02-11 16:51:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dynasm"
|
2019-11-05 02:12:32 +00:00
|
|
|
version = "0.5.2"
|
2019-02-11 16:51:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "42a814e1edeb85dd2a3c6fc0d6bf76d02ca5695d438c70ecee3d90774f3259c5"
|
2019-02-11 16:51:26 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"bitflags",
|
|
|
|
"byteorder",
|
|
|
|
"lazy_static",
|
|
|
|
"owning_ref",
|
|
|
|
"proc-macro2 1.0.6",
|
|
|
|
"quote 1.0.2",
|
|
|
|
"syn 1.0.11",
|
2019-02-11 16:51:26 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dynasmrt"
|
2019-11-05 02:12:32 +00:00
|
|
|
version = "0.5.2"
|
2019-02-11 16:51:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "8a393aaeb4441a48bcf47b5b6155971f82cc1eb77e22855403ccc0415ac8328d"
|
2019-02-11 16:51:26 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"byteorder",
|
|
|
|
"memmap",
|
2019-02-11 16:51:26 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "1.5.3"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
|
2019-03-04 21:10:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
2019-08-27 22:18:12 +00:00
|
|
|
name = "erased-serde"
|
|
|
|
version = "0.3.9"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "3beee4bc16478a1b26f2e80ad819a52d24745e292f521a63c16eea5f74b7eb60"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"serde",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "c2a071601ed01b988f896ab14b95e67335d1eeb50190932a1320f7fe3cadc84e"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"gcc",
|
|
|
|
"libc",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-cprng"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
2019-03-04 21:10:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gcc"
|
|
|
|
version = "0.3.55"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
|
2019-03-04 21:10:28 +00:00
|
|
|
|
2019-04-01 22:52:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generational-arena"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "0.2.6"
|
2019-04-01 22:52:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "675c9623fbcdb4b402176db720bf5d95883a36303703ed1bd3a03482382f735a"
|
2019-04-01 22:52:35 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"cfg-if",
|
|
|
|
"serde",
|
2019-04-01 22:52:35 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2019-08-20 19:59:35 +00:00
|
|
|
version = "0.12.3"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"typenum",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-08-01 06:03:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "0.1.13"
|
2019-08-01 06:03:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "e7db7ca94ed4cd01190ceee0d8a8052f08a247aa1b469a7f68c6a3b71afcf407"
|
2019-08-01 06:03:52 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
2019-08-01 06:03:52 +00:00
|
|
|
]
|
|
|
|
|
2019-08-27 22:18:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ghost"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "2a36606a68532b5640dc86bb1f33c64b45c4682aad4c50f3937b317ea387f3d6"
|
2019-08-27 22:18:12 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"proc-macro2 1.0.6",
|
|
|
|
"quote 1.0.2",
|
|
|
|
"syn 1.0.11",
|
2019-08-27 22:18:12 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.2.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
|
2019-03-04 21:10:28 +00:00
|
|
|
|
2019-08-01 06:21:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
2019-08-01 06:21:56 +00:00
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "goblin"
|
2019-08-01 06:21:56 +00:00
|
|
|
version = "0.0.24"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "e3fa261d919c1ae9d1e4533c4a2f99e10938603c4208d56c05bec7a872b661b0"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"log",
|
|
|
|
"plain",
|
|
|
|
"scroll",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"unicode-segmentation",
|
2019-12-18 20:24:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "f629dc602392d3ec14bfc8a09b5e644d7ffd725102b48b81e59f90f2633621d7"
|
2019-12-18 20:24:42 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"libc",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
|
2019-03-04 21:10:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2019-10-23 18:45:38 +00:00
|
|
|
version = "1.3.0"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "712d7b3ea5827fcb9d4fda14bf4da5f136f0db2ae9c8f4bd4e2d1c6fde4e6db2"
|
2019-08-01 08:28:11 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"autocfg",
|
|
|
|
"serde",
|
2019-08-01 08:28:11 +00:00
|
|
|
]
|
2019-03-04 21:10:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inkwell"
|
|
|
|
version = "0.1.0"
|
2019-12-16 21:51:33 +00:00
|
|
|
source = "git+https://github.com/TheDan64/inkwell?rev=0a864ebf68b33d4d514b67796264b03898aa0944#0a864ebf68b33d4d514b67796264b03898aa0944"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"either",
|
|
|
|
"inkwell_internals",
|
|
|
|
"libc",
|
|
|
|
"llvm-sys",
|
|
|
|
"once_cell",
|
2020-01-06 20:30:30 +00:00
|
|
|
"parking_lot 0.10.0",
|
2019-12-17 20:57:18 +00:00
|
|
|
"regex",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-11-05 02:12:32 +00:00
|
|
|
name = "inkwell_internals"
|
2019-03-04 21:10:28 +00:00
|
|
|
version = "0.1.0"
|
2019-12-16 21:51:33 +00:00
|
|
|
source = "git+https://github.com/TheDan64/inkwell?rev=0a864ebf68b33d4d514b67796264b03898aa0944#0a864ebf68b33d4d514b67796264b03898aa0944"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"proc-macro2 0.4.30",
|
|
|
|
"quote 0.6.13",
|
|
|
|
"syn 0.15.44",
|
2019-03-13 21:22:32 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
2019-08-27 22:18:12 +00:00
|
|
|
name = "inventory"
|
|
|
|
version = "0.1.4"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "f4cece20baea71d9f3435e7bbe9adf4765f091c5fe404975f844006964a71299"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"ctor",
|
|
|
|
"ghost",
|
|
|
|
"inventory-impl",
|
2019-08-27 22:18:12 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inventory-impl"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "c2869bf972e998977b1cb87e60df70341d48e48dca0823f534feb91ea44adaf9"
|
2019-08-27 22:18:12 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"proc-macro2 1.0.6",
|
|
|
|
"quote 1.0.2",
|
|
|
|
"syn 1.0.11",
|
2019-08-27 22:18:12 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "0.8.2"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"either",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2019-05-14 08:02:27 +00:00
|
|
|
version = "0.4.4"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
|
2019-03-04 21:10:28 +00:00
|
|
|
|
2019-05-16 01:22:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "kernel-net"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2019-08-30 22:35:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2019-03-04 21:10:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "0.2.66"
|
2019-03-24 23:38:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"
|
2019-03-24 23:38:45 +00:00
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "llvm-sys"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "80.1.2"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "cf2969773884a5701f0c255e2a14d48d4522a66db898ec1088cb21879a228377"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"cc",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"regex",
|
|
|
|
"semver",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "0.3.2"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "e57b3997725d2b60dbec1297f6c2e2957cc383db1cebd6be812163f969c7d586"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"scopeguard",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2019-08-01 06:03:52 +00:00
|
|
|
version = "0.4.8"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"cfg-if",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-12-12 19:50:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "maybe-uninit"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
|
2019-12-12 19:50:35 +00:00
|
|
|
|
2019-02-11 16:51:26 +00:00
|
|
|
[[package]]
|
2019-09-26 00:10:40 +00:00
|
|
|
name = "md5"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "7e6bcd6433cff03a4bfc3d9834d504467db1f1cf6d0ea765d37d330249ed629d"
|
2019-09-26 00:10:40 +00:00
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2019-08-01 06:21:56 +00:00
|
|
|
version = "2.2.1"
|
2019-02-11 16:51:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"
|
2019-02-11 16:51:26 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"libc",
|
2019-02-11 16:51:26 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memmap"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "0.5.3"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9"
|
2019-08-01 06:03:52 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"rustc_version",
|
2019-08-01 06:03:52 +00:00
|
|
|
]
|
2019-03-04 21:10:28 +00:00
|
|
|
|
2019-08-30 22:35:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "minifb"
|
2019-12-12 19:50:35 +00:00
|
|
|
version = "0.13.0"
|
2019-08-30 22:35:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "55cbdf43445926b65e07992f06019321e7481df8fd656dcb6871d00cdbd9fc73"
|
2019-08-30 22:35:07 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"cast",
|
|
|
|
"cc",
|
|
|
|
"orbclient",
|
|
|
|
"time",
|
|
|
|
"winapi",
|
|
|
|
"x11-dl",
|
2019-08-30 22:35:07 +00:00
|
|
|
]
|
|
|
|
|
2019-03-24 23:38:45 +00:00
|
|
|
[[package]]
|
2019-03-04 21:10:28 +00:00
|
|
|
name = "nix"
|
2019-08-21 22:36:56 +00:00
|
|
|
version = "0.15.0"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "3b2e0b4f3320ed72aaedb9a5ac838690a8047c7b275da22711fddff4f8a14229"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"bitflags",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"void",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-08-30 22:35:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num"
|
|
|
|
version = "0.1.42"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e"
|
2019-08-30 22:35:07 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"num-integer",
|
|
|
|
"num-iter",
|
|
|
|
"num-traits",
|
2019-08-30 22:35:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.41"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09"
|
2019-08-30 22:35:07 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
2019-08-30 22:35:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-iter"
|
|
|
|
version = "0.1.39"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "76bd5272412d173d6bf9afdf98db8612bbabc9a7a830b7bfc9c188911716132e"
|
2019-08-30 22:35:07 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2019-08-30 22:35:07 +00:00
|
|
|
]
|
|
|
|
|
2019-06-24 19:55:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "0.2.10"
|
2019-06-24 19:55:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "d4c81ffc11c212fa327657cb19dd85eb7419e163b5b076bede2bdb5c974c07e4"
|
2019-06-24 19:55:57 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"autocfg",
|
2019-06-24 19:55:57 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "1.11.1"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "76dac5ed2a876980778b8b85f75a71b6cbf0db0b1232ee12f826bccb00d09d72"
|
2019-06-01 23:22:23 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2019-06-01 23:22:23 +00:00
|
|
|
]
|
2019-03-04 21:10:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
2019-11-05 02:12:32 +00:00
|
|
|
name = "once_cell"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "891f486f630e5c5a4916c7e16c4b24a53e78c860b646e9f8e005e4f16847bfed"
|
2019-11-05 02:12:32 +00:00
|
|
|
|
2019-08-30 22:35:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "orbclient"
|
|
|
|
version = "0.3.27"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "f8b18f57ab94fbd058e30aa57f712ec423c0bb7403f8493a6c58eef0c36d9402"
|
2019-08-30 22:35:07 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"redox_syscall",
|
|
|
|
"sdl2",
|
2019-08-30 22:35:07 +00:00
|
|
|
]
|
|
|
|
|
2019-02-11 16:51:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "owning_ref"
|
2019-09-15 09:57:40 +00:00
|
|
|
version = "0.4.0"
|
2019-02-11 16:51:26 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13"
|
2019-02-11 16:51:26 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"stable_deref_trait",
|
2019-02-11 16:51:26 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "page_size"
|
2019-12-20 15:57:43 +00:00
|
|
|
version = "0.4.2"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "eebde548fbbf1ea81a99b128872779c437752fb99f217c45245e1a61dcd9edcd"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-09-26 00:10:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parallel"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"rayon",
|
|
|
|
"time",
|
|
|
|
"wasmer-runtime",
|
|
|
|
"wasmer-runtime-core",
|
2019-09-26 00:10:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parallel-guest"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"lazy_static",
|
|
|
|
"md5",
|
2019-09-26 00:10:40 +00:00
|
|
|
]
|
|
|
|
|
2020-01-06 20:30:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core 0.6.2",
|
|
|
|
"rustc_version",
|
|
|
|
]
|
|
|
|
|
2019-12-16 21:51:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "92e98c49ab0b7ce5b222f2cc9193fc4efe11c6d0bd4f648e374684a6857b1cfc"
|
2019-12-16 21:51:33 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"lock_api",
|
2020-01-06 20:30:30 +00:00
|
|
|
"parking_lot_core 0.7.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cloudabi",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"rustc_version",
|
|
|
|
"smallvec 0.6.13",
|
|
|
|
"winapi",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-16 21:51:33 +00:00
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.7.0"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "7582838484df45743c8434fbff785e8edf260c28748353d44bc0da32e0ceabf1"
|
2019-12-16 21:51:33 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"cfg-if",
|
|
|
|
"cloudabi",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec 1.1.0",
|
|
|
|
"winapi",
|
2019-12-16 21:51:33 +00:00
|
|
|
]
|
2019-03-04 21:10:28 +00:00
|
|
|
|
2019-08-30 22:35:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "0.3.17"
|
2019-08-30 22:35:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
|
2019-08-30 22:35:07 +00:00
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "plain"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
|
2019-03-04 21:10:28 +00:00
|
|
|
|
2019-04-27 01:45:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "plugin-for-example"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2019-08-01 06:03:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "0.2.6"
|
2019-08-01 06:03:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
|
2019-08-01 06:03:52 +00:00
|
|
|
|
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"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "aeccfe4d5d8ea175d5f0e4a2ad0637e0f4121d63bd99d356fb1f39ab2e7c6097"
|
2019-09-04 23:40:09 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"proc-macro2 1.0.6",
|
|
|
|
"quote 1.0.2",
|
|
|
|
"syn 1.0.11",
|
2019-09-04 23:40:09 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2019-05-13 13:14:28 +00:00
|
|
|
version = "0.4.30"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"unicode-xid 0.1.0",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-08-20 19:59:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "1.0.6"
|
2019-08-20 19:59:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "9c9e470a8dc4aeae2dee2f335e8f533e2d4b347e1434e5671afc49b054592f27"
|
2019-08-20 19:59:35 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"unicode-xid 0.2.0",
|
2019-08-20 19:59:35 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2019-08-20 19:59:35 +00:00
|
|
|
version = "0.6.13"
|
2019-03-12 17:39:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
|
2019-03-12 17:39:48 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"proc-macro2 0.4.30",
|
2019-03-12 17:39:48 +00:00
|
|
|
]
|
|
|
|
|
2019-08-20 19:59:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
|
2019-08-20 19:59:35 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"proc-macro2 1.0.6",
|
2019-08-20 19:59:35 +00:00
|
|
|
]
|
|
|
|
|
2019-08-30 22:35:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
|
2019-08-30 22:35:07 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"autocfg",
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.1.1",
|
|
|
|
"rand_core 0.4.2",
|
|
|
|
"rand_hc 0.1.0",
|
|
|
|
"rand_isaac",
|
|
|
|
"rand_jitter",
|
|
|
|
"rand_os",
|
|
|
|
"rand_pcg",
|
|
|
|
"rand_xorshift",
|
|
|
|
"winapi",
|
2019-08-30 22:35:07 +00:00
|
|
|
]
|
|
|
|
|
2019-08-01 06:03:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "0.7.2"
|
2019-08-01 06:03:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "3ae1b169243eaf61759b8475a998f0a385e42042370f3a7dbaf35246eacc8412"
|
2019-08-01 06:03:52 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"getrandom",
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.2.1",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
"rand_hc 0.2.0",
|
2019-08-01 06:03:52 +00:00
|
|
|
]
|
|
|
|
|
2019-08-30 22:35:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
|
2019-08-30 22:35:07 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"autocfg",
|
|
|
|
"rand_core 0.3.1",
|
2019-08-30 22:35:07 +00:00
|
|
|
]
|
|
|
|
|
2019-08-01 06:03:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
|
2019-08-01 06:03:52 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"c2-chacha",
|
|
|
|
"rand_core 0.5.1",
|
2019-08-01 06:03:52 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"rand_core 0.4.2",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-08-20 19:59:35 +00:00
|
|
|
version = "0.4.2"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
2019-03-04 21:10:28 +00:00
|
|
|
|
2019-08-01 06:03:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "0.5.1"
|
2019-08-01 06:03:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
2019-08-01 06:03:52 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"getrandom",
|
2019-08-01 06:03:52 +00:00
|
|
|
]
|
|
|
|
|
2019-08-30 22:35:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
|
2019-08-30 22:35:07 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"rand_core 0.3.1",
|
2019-08-30 22:35:07 +00:00
|
|
|
]
|
|
|
|
|
2019-08-01 06:03:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
2019-08-01 06:03:52 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"rand_core 0.5.1",
|
2019-08-01 06:03:52 +00:00
|
|
|
]
|
|
|
|
|
2019-08-30 22:35:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_isaac"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
|
2019-08-30 22:35:07 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"rand_core 0.3.1",
|
2019-08-30 22:35:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_jitter"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
|
2019-08-30 22:35:07 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"libc",
|
|
|
|
"rand_core 0.4.2",
|
|
|
|
"winapi",
|
2019-08-30 22:35:07 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_os"
|
2019-03-06 21:53:06 +00:00
|
|
|
version = "0.1.3"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"cloudabi",
|
|
|
|
"fuchsia-cprng",
|
|
|
|
"libc",
|
|
|
|
"rand_core 0.4.2",
|
|
|
|
"rdrand",
|
|
|
|
"winapi",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-08-30 22:35:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_pcg"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
|
2019-08-30 22:35:07 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"autocfg",
|
|
|
|
"rand_core 0.4.2",
|
2019-08-30 22:35:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_xorshift"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
|
2019-08-30 22:35:07 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"rand_core 0.3.1",
|
2019-08-30 22:35:07 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_xoshiro"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "03b418169fb9c46533f326efd6eed2576699c44ca92d3052a066214a8d828929"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"byteorder",
|
|
|
|
"rand_core 0.3.1",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "raw-cpuid"
|
2019-12-17 20:57:18 +00:00
|
|
|
version = "7.0.3"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "b4a349ca83373cfa5d6dbb66fd76e58b2cca08da71a5f6400de0a0a6a9bceeaf"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"bitflags",
|
|
|
|
"cc",
|
|
|
|
"rustc_version",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2019-11-05 02:12:32 +00:00
|
|
|
version = "1.2.1"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "43739f8831493b276363637423d3622d4bd6394ab6f0a9c4a552e208aeb7fddd"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"crossbeam-deque",
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2019-11-05 02:12:32 +00:00
|
|
|
version = "1.6.1"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "f8bf17de6f23b05473c437eb958b9c850bfc8af0961fe17b4cc92d5a627b4791"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-queue",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"lazy_static",
|
|
|
|
"num_cpus",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rdrand"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"rand_core 0.3.1",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2019-08-20 19:59:35 +00:00
|
|
|
version = "0.1.56"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
2019-03-04 21:10:28 +00:00
|
|
|
|
2019-08-30 22:35:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ref_thread_local"
|
|
|
|
version = "0.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "d813022b2e00774a48eaf43caaa3c20b45f040ba8cbf398e2e8911a06668dbe6"
|
2019-08-30 22:35:07 +00:00
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "1.3.1"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
"thread_local",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-08-20 19:59:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "92b73c2a1770c255c240eaa4ee600df1704a38dc3feaa6e949e7fcd4f8dc09f9"
|
2019-08-20 19:59:35 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"byteorder",
|
2019-08-20 19:59:35 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "0.6.12"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716"
|
2019-03-04 21:10:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2019-08-20 19:59:35 +00:00
|
|
|
version = "0.5.2"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"winapi",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"semver",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "1.0.2"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8"
|
2019-03-04 21:10:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
2019-08-20 19:59:35 +00:00
|
|
|
version = "1.0.5"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "585e8ddcedc187886a30fa705c47985c3fa88d06624095856b36ca0b82ff4421"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"winapi-util",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-08-01 06:03:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
|
2019-08-01 06:03:52 +00:00
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scroll"
|
|
|
|
version = "0.9.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "2f84d114ef17fd144153d608fba7c446b0145d038985e7a8cc5d08bb0ce20383"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"rustc_version",
|
|
|
|
"scroll_derive",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scroll_derive"
|
|
|
|
version = "0.9.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "8f1aa96c45e7f5a91cb7fabe7b279f02fea7126239fc40b732316e8b6a2d0fcb"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"proc-macro2 0.4.30",
|
|
|
|
"quote 0.6.13",
|
|
|
|
"syn 0.15.44",
|
2019-03-24 23:38:45 +00:00
|
|
|
]
|
|
|
|
|
2019-08-30 22:35:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sdl2"
|
|
|
|
version = "0.32.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "d051a07231e303f5f719da78cb6f7394f6d5b54f733aef5b0b447804a83edd7b"
|
2019-08-30 22:35:07 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"bitflags",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"num",
|
|
|
|
"rand 0.6.5",
|
|
|
|
"sdl2-sys",
|
2019-08-30 22:35:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sdl2-sys"
|
|
|
|
version = "0.32.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "34e71125077d297d57e4c1acfe8981b5bdfbf5a20e7b589abfdcb33bf1127f86"
|
2019-08-30 22:35:07 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2019-08-30 22:35:07 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"semver-parser",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2019-03-04 21:10:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "1.0.104"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"serde_derive",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde-bench"
|
|
|
|
version = "0.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "d733da87e79faaac25616e33d26299a41143fd4cd42746cbb0e91d8feea243fd"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"byteorder",
|
|
|
|
"serde",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-08-01 06:17:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_bytes"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "0.11.3"
|
2019-08-01 06:17:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "325a073952621257820e7a3469f55ba4726d8b28657e7e36653d1c36dc2c84ae"
|
2019-08-01 06:17:42 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"serde",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "1.0.104"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"proc-macro2 1.0.6",
|
|
|
|
"quote 1.0.2",
|
|
|
|
"syn 1.0.11",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "1.0.44"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "48c575e0cc52bdd09b47f330f646cf59afc586e9c4e3ccd6fc1f625b8ea1dad7"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
2019-03-13 21:22:32 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "0.6.13"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"
|
2019-12-18 20:24:42 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"maybe-uninit",
|
2019-12-18 20:24:42 +00:00
|
|
|
]
|
2019-03-04 21:10:28 +00:00
|
|
|
|
2019-11-05 02:12:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2019-12-17 20:57:18 +00:00
|
|
|
version = "1.1.0"
|
2019-11-05 02:12:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "44e59e0c9fa00817912ae6e4e6e3c4fe04455e75699d06eedc7d85917ed8e8f4"
|
2019-11-05 02:12:32 +00:00
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
|
2019-03-04 21:10:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2019-05-14 08:02:27 +00:00
|
|
|
version = "0.8.0"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2019-03-04 21:10:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt"
|
2019-11-05 02:12:32 +00:00
|
|
|
version = "0.3.5"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "30b3a3e93f5ad553c38b3301c8a0a0cec829a36783f6a0c467fc4bf553a5f5bf"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"clap",
|
|
|
|
"structopt-derive",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "structopt-derive"
|
2019-11-05 02:12:32 +00:00
|
|
|
version = "0.3.5"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "ea692d40005b3ceba90a9fe7a78fa8d4b82b0ce627eebbffc329aab850f3410e"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"heck",
|
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2 1.0.6",
|
|
|
|
"quote 1.0.2",
|
|
|
|
"syn 1.0.11",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2019-08-20 19:59:35 +00:00
|
|
|
version = "0.15.44"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"proc-macro2 0.4.30",
|
|
|
|
"quote 0.6.13",
|
|
|
|
"unicode-xid 0.1.0",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-08-20 19:59:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "1.0.11"
|
2019-08-20 19:59:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "dff0acdb207ae2fe6d5976617f887eb1e35a2ba52c13c7234c790960cdad9238"
|
2019-08-20 19:59:35 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"proc-macro2 1.0.6",
|
|
|
|
"quote 1.0.2",
|
|
|
|
"unicode-xid 0.2.0",
|
2019-08-20 19:59:35 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
2019-12-17 20:57:18 +00:00
|
|
|
name = "target-lexicon"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6f4c118a7a38378f305a9e111fcb2f7f838c0be324bfb31a77ea04f7f6e684b4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
|
|
|
version = "3.1.0"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"rand 0.7.2",
|
|
|
|
"redox_syscall",
|
|
|
|
"remove_dir_all",
|
|
|
|
"winapi",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-17 20:57:18 +00:00
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"unicode-width",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-17 20:57:18 +00:00
|
|
|
name = "thiserror"
|
|
|
|
version = "1.0.9"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "6f357d1814b33bc2dc221243f8424104bfe72dbe911d5b71b3816a2dff1c977e"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"thiserror-impl",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-12-17 20:57:18 +00:00
|
|
|
name = "thiserror-impl"
|
|
|
|
version = "1.0.9"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "eb2e25d25307eb8436894f727aba8f65d07adf02e5b35a13cebed48bd282bfef"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"proc-macro2 1.0.6",
|
|
|
|
"quote 1.0.2",
|
|
|
|
"syn 1.0.11",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"lazy_static",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
|
|
|
version = "0.1.42"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"winapi",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinytemplate"
|
2019-06-01 23:22:23 +00:00
|
|
|
version = "1.0.2"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "4574b75faccaacddb9b284faecdf0b544b80b6b294f3d062d325c5726a209c20"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-08-01 06:21:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "0.5.5"
|
2019-08-01 06:21:56 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "01d1404644c8b12b16bfcffa4322403a91a451584daaaa7c28d3152e6cbc98cf"
|
2019-08-01 06:21:56 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"serde",
|
2019-08-01 06:21:56 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "1.11.2"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "6d2783fe2d6b8c1101136184eb41be8b1ad379e4657050b8aaff0c79ee7575f9"
|
2019-03-04 21:10:28 +00:00
|
|
|
|
2019-08-27 22:18:12 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typetag"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "6ebb2c484029d695fb68a06d80e1536c68d491b3e0cf874c66abed255e831cfe"
|
2019-08-27 22:18:12 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"erased-serde",
|
|
|
|
"inventory",
|
|
|
|
"lazy_static",
|
|
|
|
"serde",
|
|
|
|
"typetag-impl",
|
2019-08-27 22:18:12 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typetag-impl"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "b63fd4799e4d0ec5cf0b055ebb8e2c3a657bbf76a84f6edc77ca60780e000204"
|
2019-08-27 22:18:12 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"proc-macro2 1.0.6",
|
|
|
|
"quote 1.0.2",
|
|
|
|
"syn 1.0.11",
|
2019-08-27 22:18:12 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "1.6.0"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
|
2019-03-04 21:10:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "0.1.7"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
|
2019-03-04 21:10:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2019-11-05 02:12:32 +00:00
|
|
|
version = "0.1.0"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
2019-03-04 21:10:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2019-11-05 02:12:32 +00:00
|
|
|
version = "0.2.0"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
2019-03-04 21:10:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
|
2019-03-04 21:10:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2019-03-04 21:10:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wabt"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "0.9.2"
|
2019-07-24 17:03:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "3c5c5c1286c6e578416982609f47594265f9d489f9b836157d403ad605a46693"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"wabt-sys",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wabt-sys"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "0.7.0"
|
2019-07-24 17:03:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "af5d153dc96aad7dc13ab90835b892c69867948112d95299e522d370c4e13a08"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"cc",
|
|
|
|
"cmake",
|
|
|
|
"glob 0.2.11",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2019-08-20 19:59:35 +00:00
|
|
|
version = "2.2.9"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "9658c94fa8b940eab2250bd5a457f9c48b748420d71293b165c8cdbe2f55f71e"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"same-file",
|
|
|
|
"winapi",
|
|
|
|
"winapi-util",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-08-20 19:59:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2019-12-18 20:24:42 +00:00
|
|
|
version = "0.7.0"
|
2019-08-20 19:59:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d"
|
2019-08-20 19:59:35 +00:00
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer"
|
2019-12-18 22:24:29 +00:00
|
|
|
version = "0.12.0"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"byteorder",
|
|
|
|
"errno",
|
|
|
|
"glob 0.3.0",
|
|
|
|
"rustc_version",
|
|
|
|
"serde",
|
|
|
|
"structopt",
|
|
|
|
"typetag",
|
|
|
|
"wabt",
|
|
|
|
"wasmer-clif-backend",
|
|
|
|
"wasmer-dev-utils",
|
|
|
|
"wasmer-emscripten",
|
|
|
|
"wasmer-emscripten-tests",
|
|
|
|
"wasmer-kernel-loader",
|
|
|
|
"wasmer-llvm-backend",
|
|
|
|
"wasmer-middleware-common",
|
|
|
|
"wasmer-middleware-common-tests",
|
|
|
|
"wasmer-runtime",
|
|
|
|
"wasmer-runtime-core",
|
|
|
|
"wasmer-singlepass-backend",
|
|
|
|
"wasmer-wasi",
|
|
|
|
"wasmer-wasi-experimental-io-devices",
|
|
|
|
"wasmer-wasi-tests",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-clif-backend"
|
2019-12-18 22:24:29 +00:00
|
|
|
version = "0.12.0"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"byteorder",
|
|
|
|
"cranelift-codegen",
|
|
|
|
"cranelift-entity",
|
|
|
|
"cranelift-frontend",
|
|
|
|
"cranelift-native",
|
|
|
|
"cranelift-wasm",
|
|
|
|
"libc",
|
|
|
|
"nix",
|
|
|
|
"rayon",
|
|
|
|
"serde",
|
|
|
|
"serde-bench",
|
|
|
|
"serde_bytes",
|
|
|
|
"serde_derive",
|
|
|
|
"target-lexicon",
|
|
|
|
"wasmer-runtime-core",
|
|
|
|
"wasmer-win-exception-handler",
|
|
|
|
"wasmparser",
|
|
|
|
"winapi",
|
2019-07-24 21:06:19 +00:00
|
|
|
]
|
|
|
|
|
2019-05-17 22:48:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-dev-utils"
|
2019-12-18 22:24:29 +00:00
|
|
|
version = "0.12.0"
|
2019-05-17 22:48:30 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"libc",
|
2019-05-17 22:48:30 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-emscripten"
|
2019-12-18 22:24:29 +00:00
|
|
|
version = "0.12.0"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"byteorder",
|
|
|
|
"getrandom",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"time",
|
|
|
|
"wasmer-runtime-core",
|
2019-07-09 19:07:05 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-emscripten-tests"
|
2019-12-18 22:24:29 +00:00
|
|
|
version = "0.12.0"
|
2019-07-09 19:07:05 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"glob 0.3.0",
|
|
|
|
"wabt",
|
|
|
|
"wasmer-clif-backend",
|
|
|
|
"wasmer-dev-utils",
|
|
|
|
"wasmer-emscripten",
|
|
|
|
"wasmer-llvm-backend",
|
|
|
|
"wasmer-runtime",
|
|
|
|
"wasmer-singlepass-backend",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-05-15 13:43:19 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-kernel-loader"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"libc",
|
|
|
|
"wasmer-runtime-core",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-llvm-backend"
|
2019-12-18 22:24:29 +00:00
|
|
|
version = "0.12.0"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"byteorder",
|
|
|
|
"cc",
|
|
|
|
"goblin",
|
|
|
|
"inkwell",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"nix",
|
|
|
|
"regex",
|
|
|
|
"rustc_version",
|
|
|
|
"semver",
|
|
|
|
"smallvec 0.6.13",
|
|
|
|
"wabt",
|
|
|
|
"wasmer-runtime-core",
|
|
|
|
"wasmparser",
|
|
|
|
"winapi",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-11-23 00:33:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-llvm-backend-tests"
|
|
|
|
version = "0.10.2"
|
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"wabt",
|
|
|
|
"wasmer-llvm-backend",
|
|
|
|
"wasmer-runtime",
|
|
|
|
"wasmer-runtime-core",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-04-28 04:55:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-middleware-common"
|
2019-12-18 22:24:29 +00:00
|
|
|
version = "0.12.0"
|
2019-08-29 18:14:57 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"wasmer-runtime-core",
|
2019-08-29 18:14:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-middleware-common-tests"
|
2019-12-18 22:24:29 +00:00
|
|
|
version = "0.12.0"
|
2019-04-28 04:55:07 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"criterion",
|
|
|
|
"wabt",
|
|
|
|
"wasmer-clif-backend",
|
|
|
|
"wasmer-llvm-backend",
|
|
|
|
"wasmer-middleware-common",
|
|
|
|
"wasmer-runtime-core",
|
|
|
|
"wasmer-singlepass-backend",
|
2019-04-28 04:55:07 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-runtime"
|
2019-12-18 22:24:29 +00:00
|
|
|
version = "0.12.0"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"criterion",
|
|
|
|
"lazy_static",
|
|
|
|
"memmap",
|
|
|
|
"tempfile",
|
|
|
|
"wabt",
|
|
|
|
"wasmer-clif-backend",
|
|
|
|
"wasmer-llvm-backend",
|
|
|
|
"wasmer-runtime-core",
|
|
|
|
"wasmer-singlepass-backend",
|
2019-03-12 17:39:48 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-runtime-c-api"
|
2019-12-18 22:24:29 +00:00
|
|
|
version = "0.12.0"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"cbindgen",
|
|
|
|
"libc",
|
|
|
|
"wasmer-emscripten",
|
|
|
|
"wasmer-runtime",
|
|
|
|
"wasmer-runtime-core",
|
|
|
|
"wasmer-wasi",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-runtime-core"
|
2019-12-18 22:24:29 +00:00
|
|
|
version = "0.12.0"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"bincode",
|
|
|
|
"blake2b_simd",
|
|
|
|
"cc",
|
|
|
|
"digest",
|
|
|
|
"errno",
|
|
|
|
"hex",
|
|
|
|
"indexmap",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"nix",
|
|
|
|
"page_size",
|
2020-01-06 20:30:30 +00:00
|
|
|
"parking_lot 0.9.0",
|
2019-12-17 20:57:18 +00:00
|
|
|
"rustc_version",
|
|
|
|
"serde",
|
|
|
|
"serde-bench",
|
|
|
|
"serde_bytes",
|
|
|
|
"serde_derive",
|
|
|
|
"smallvec 0.6.13",
|
|
|
|
"wasmparser",
|
|
|
|
"winapi",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-10-30 12:28:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-runtime-core-tests"
|
2019-12-18 22:24:29 +00:00
|
|
|
version = "0.12.0"
|
2019-10-30 12:28:01 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"wabt",
|
|
|
|
"wasmer-clif-backend",
|
|
|
|
"wasmer-llvm-backend",
|
|
|
|
"wasmer-runtime-core",
|
|
|
|
"wasmer-singlepass-backend",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-04-11 19:44:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-singlepass-backend"
|
2019-12-18 22:24:29 +00:00
|
|
|
version = "0.12.0"
|
2019-04-11 19:44:03 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"bincode",
|
|
|
|
"byteorder",
|
|
|
|
"dynasm",
|
|
|
|
"dynasmrt",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"nix",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"smallvec 0.6.13",
|
|
|
|
"wasmer-runtime-core",
|
2019-04-11 19:44:03 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-spectests"
|
2019-12-18 22:24:29 +00:00
|
|
|
version = "0.12.0"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"glob 0.3.0",
|
|
|
|
"wabt",
|
|
|
|
"wasmer-clif-backend",
|
|
|
|
"wasmer-llvm-backend",
|
|
|
|
"wasmer-runtime",
|
|
|
|
"wasmer-singlepass-backend",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-03-28 18:54:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-wasi"
|
2019-12-18 22:24:29 +00:00
|
|
|
version = "0.12.0"
|
2019-03-28 18:54:22 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"bincode",
|
|
|
|
"byteorder",
|
|
|
|
"generational-arena",
|
|
|
|
"getrandom",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"time",
|
|
|
|
"typetag",
|
|
|
|
"wasmer-runtime-core",
|
|
|
|
"winapi",
|
2019-07-09 18:58:03 +00:00
|
|
|
]
|
|
|
|
|
2019-08-30 22:35:07 +00:00
|
|
|
[[package]]
|
2019-12-18 19:10:54 +00:00
|
|
|
name = "wasmer-wasi-experimental-io-devices"
|
2019-12-18 22:24:29 +00:00
|
|
|
version = "0.12.0"
|
2019-08-30 22:35:07 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"minifb",
|
|
|
|
"ref_thread_local",
|
|
|
|
"serde",
|
|
|
|
"typetag",
|
|
|
|
"wasmer-runtime-core",
|
|
|
|
"wasmer-wasi",
|
2019-08-30 22:35:07 +00:00
|
|
|
]
|
|
|
|
|
2019-07-09 18:58:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-wasi-tests"
|
2019-12-18 22:24:29 +00:00
|
|
|
version = "0.12.0"
|
2019-07-09 18:58:03 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"glob 0.3.0",
|
|
|
|
"wasmer-clif-backend",
|
|
|
|
"wasmer-dev-utils",
|
|
|
|
"wasmer-llvm-backend",
|
|
|
|
"wasmer-runtime",
|
|
|
|
"wasmer-singlepass-backend",
|
|
|
|
"wasmer-wasi",
|
2019-03-28 18:54:22 +00:00
|
|
|
]
|
|
|
|
|
2019-03-04 21:10:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-win-exception-handler"
|
2019-12-18 22:24:29 +00:00
|
|
|
version = "0.12.0"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"cmake",
|
|
|
|
"libc",
|
|
|
|
"wasmer-runtime-core",
|
|
|
|
"winapi",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
2019-04-04 00:21:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmparser"
|
2019-12-18 17:48:17 +00:00
|
|
|
version = "0.45.0"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-18 17:48:17 +00:00
|
|
|
checksum = "cd242c848b25027c3e29fb2bd34c8648755b33fef66a22f65b942d06562d3020"
|
2019-03-04 21:10:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2019-09-02 09:11:48 +00:00
|
|
|
version = "0.3.8"
|
2019-03-04 21:10:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2019-03-04 21:10:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9"
|
2019-03-04 21:10:28 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"winapi",
|
2019-03-04 21:10:28 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2019-03-04 21:10:28 +00:00
|
|
|
|
2019-08-30 22:35:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "x11-dl"
|
2019-12-12 19:50:35 +00:00
|
|
|
version = "2.18.4"
|
2019-08-30 22:35:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-12-17 20:57:18 +00:00
|
|
|
checksum = "be65e1342a3baae65439cd03306778831a3d133b0d20243a7fb83fd5cf403c58"
|
2019-08-30 22:35:07 +00:00
|
|
|
dependencies = [
|
2019-12-17 20:57:18 +00:00
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"maybe-uninit",
|
|
|
|
"pkg-config",
|
|
|
|
]
|