rust/Cargo.lock

407 lines
10 KiB
Plaintext
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2020-03-19 19:09:21 +08:00
[[package]]
name = "anyhow"
2020-04-01 20:14:34 +08:00
version = "1.0.28"
2020-03-19 19:09:21 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-01 20:14:34 +08:00
checksum = "d9a60d744a80c30fcb657dfe2c1b22bcb3e814c1a1e3674f32bf5820b570fbff"
2020-03-19 19:09:21 +08:00
2018-07-24 20:10:53 +08:00
[[package]]
name = "ar"
2019-09-01 17:17:01 +08:00
version = "0.8.0"
2019-05-04 22:23:53 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 23:55:35 +08:00
checksum = "450575f58f7bee32816abbff470cbc47797397c2a81e0eaced4b98436daf52e1"
2018-07-24 20:10:53 +08:00
2019-10-30 02:07:07 +08:00
[[package]]
name = "autocfg"
2020-01-23 01:09:00 +08:00
version = "1.0.0"
2019-10-30 02:07:07 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 23:55:35 +08:00
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
2019-10-30 02:07:07 +08:00
2018-06-20 01:51:29 +08:00
[[package]]
name = "bitflags"
2019-10-17 01:13:11 +08:00
version = "1.2.1"
2018-06-20 01:51:29 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 23:55:35 +08:00
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2018-06-20 01:51:29 +08:00
2019-03-28 02:24:42 +08:00
[[package]]
2019-07-05 00:02:47 +08:00
name = "byteorder"
2020-02-15 01:37:28 +08:00
version = "1.3.4"
2019-03-28 02:24:42 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 23:55:35 +08:00
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
2019-03-28 02:24:42 +08:00
2018-06-20 01:51:29 +08:00
[[package]]
name = "cc"
2020-01-10 00:45:40 +08:00
version = "1.0.50"
2018-06-20 01:51:29 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 23:55:35 +08:00
checksum = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
2018-06-20 01:51:29 +08:00
[[package]]
name = "cfg-if"
2019-10-05 03:11:58 +08:00
version = "0.1.10"
2018-06-20 01:51:29 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 23:55:35 +08:00
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2018-06-20 01:51:29 +08:00
[[package]]
name = "cranelift-bforest"
version = "0.62.0"
2020-04-13 18:52:53 +08:00
source = "git+https://github.com/bytecodealliance/wasmtime/#63c97e365e716e3dbe07f8cb5a2c1084b188baed"
dependencies = [
2019-10-27 23:55:35 +08:00
"cranelift-entity",
]
2018-06-20 01:51:29 +08:00
[[package]]
2018-07-14 17:59:42 +08:00
name = "cranelift-codegen"
version = "0.62.0"
2020-04-13 18:52:53 +08:00
source = "git+https://github.com/bytecodealliance/wasmtime/#63c97e365e716e3dbe07f8cb5a2c1084b188baed"
2018-06-20 01:51:29 +08:00
dependencies = [
2019-10-27 23:55:35 +08:00
"byteorder",
"cranelift-bforest",
"cranelift-codegen-meta",
"cranelift-codegen-shared",
"cranelift-entity",
"gimli",
"log",
"smallvec",
"target-lexicon",
"thiserror",
2018-06-18 00:05:11 +08:00
]
2018-07-23 17:17:39 +08:00
[[package]]
name = "cranelift-codegen-meta"
version = "0.62.0"
2020-04-13 18:52:53 +08:00
source = "git+https://github.com/bytecodealliance/wasmtime/#63c97e365e716e3dbe07f8cb5a2c1084b188baed"
2018-11-10 01:03:47 +08:00
dependencies = [
2019-10-27 23:55:35 +08:00
"cranelift-codegen-shared",
"cranelift-entity",
2018-11-10 01:03:47 +08:00
]
2018-07-23 17:17:39 +08:00
[[package]]
name = "cranelift-codegen-shared"
version = "0.62.0"
2020-04-13 18:52:53 +08:00
source = "git+https://github.com/bytecodealliance/wasmtime/#63c97e365e716e3dbe07f8cb5a2c1084b188baed"
2018-06-18 00:05:11 +08:00
[[package]]
2018-07-14 17:59:42 +08:00
name = "cranelift-entity"
version = "0.62.0"
2020-04-13 18:52:53 +08:00
source = "git+https://github.com/bytecodealliance/wasmtime/#63c97e365e716e3dbe07f8cb5a2c1084b188baed"
2018-07-23 17:17:39 +08:00
2018-06-20 01:51:29 +08:00
[[package]]
2018-07-14 17:59:42 +08:00
name = "cranelift-frontend"
version = "0.62.0"
2020-04-13 18:52:53 +08:00
source = "git+https://github.com/bytecodealliance/wasmtime/#63c97e365e716e3dbe07f8cb5a2c1084b188baed"
2018-06-20 01:51:29 +08:00
dependencies = [
2019-10-27 23:55:35 +08:00
"cranelift-codegen",
"log",
"smallvec",
"target-lexicon",
2018-06-20 01:51:29 +08:00
]
2018-06-18 00:05:11 +08:00
[[package]]
2018-07-14 17:59:42 +08:00
name = "cranelift-module"
version = "0.62.0"
2020-04-13 18:52:53 +08:00
source = "git+https://github.com/bytecodealliance/wasmtime/#63c97e365e716e3dbe07f8cb5a2c1084b188baed"
2018-06-20 01:51:29 +08:00
dependencies = [
2020-03-19 19:09:21 +08:00
"anyhow",
2019-10-27 23:55:35 +08:00
"cranelift-codegen",
"cranelift-entity",
"log",
"thiserror",
2018-06-20 01:51:29 +08:00
]
[[package]]
2018-07-14 17:59:42 +08:00
name = "cranelift-native"
version = "0.62.0"
2020-04-13 18:52:53 +08:00
source = "git+https://github.com/bytecodealliance/wasmtime/#63c97e365e716e3dbe07f8cb5a2c1084b188baed"
2018-06-18 00:05:11 +08:00
dependencies = [
2019-10-27 23:55:35 +08:00
"cranelift-codegen",
"raw-cpuid",
"target-lexicon",
2018-06-20 01:51:29 +08:00
]
[[package]]
name = "cranelift-object"
version = "0.62.0"
2020-04-13 18:52:53 +08:00
source = "git+https://github.com/bytecodealliance/wasmtime/#63c97e365e716e3dbe07f8cb5a2c1084b188baed"
dependencies = [
2019-10-27 23:55:35 +08:00
"cranelift-codegen",
"cranelift-module",
"object",
"target-lexicon",
]
2018-06-20 01:51:29 +08:00
[[package]]
2018-07-14 17:59:42 +08:00
name = "cranelift-simplejit"
version = "0.62.0"
2020-04-13 18:52:53 +08:00
source = "git+https://github.com/bytecodealliance/wasmtime/#63c97e365e716e3dbe07f8cb5a2c1084b188baed"
2018-06-20 01:51:29 +08:00
dependencies = [
2019-10-27 23:55:35 +08:00
"cranelift-codegen",
"cranelift-module",
"cranelift-native",
"errno",
"libc",
"region",
"target-lexicon",
"winapi",
2018-06-18 00:05:11 +08:00
]
2019-03-28 02:24:42 +08:00
[[package]]
name = "crc32fast"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 23:55:35 +08:00
checksum = "ba125de2af0df55319f41944744ad91c71113bf74a4646efff39afe1f6842db1"
2019-03-28 02:24:42 +08:00
dependencies = [
2019-10-27 23:55:35 +08:00
"cfg-if",
2019-03-28 02:24:42 +08:00
]
2018-06-20 01:51:29 +08:00
[[package]]
name = "errno"
2020-03-28 21:20:53 +08:00
version = "0.2.5"
2018-06-20 01:51:29 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-28 21:20:53 +08:00
checksum = "b480f641ccf0faf324e20c1d3e53d81b7484c698b42ea677f6907ae4db195371"
2018-06-20 01:51:29 +08:00
dependencies = [
2019-10-27 23:55:35 +08:00
"errno-dragonfly",
"libc",
"winapi",
2018-06-20 01:51:29 +08:00
]
[[package]]
2018-07-14 17:59:42 +08:00
name = "errno-dragonfly"
version = "0.1.1"
2018-06-20 01:51:29 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 23:55:35 +08:00
checksum = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067"
2018-06-20 01:51:29 +08:00
dependencies = [
2019-10-27 23:55:35 +08:00
"gcc",
"libc",
2018-06-20 01:51:29 +08:00
]
2018-11-10 01:38:30 +08:00
[[package]]
2019-07-05 00:02:47 +08:00
name = "gcc"
version = "0.3.55"
2018-11-10 01:38:30 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 23:55:35 +08:00
checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
2018-11-10 01:38:30 +08:00
2019-01-18 01:07:27 +08:00
[[package]]
name = "gimli"
2020-01-14 21:19:43 +08:00
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 23:55:35 +08:00
checksum = "81dd6190aad0f05ddbbf3245c54ed14ca4aa6dd32f22312b70d8f168c3e3e633"
2019-01-18 01:07:27 +08:00
dependencies = [
2019-10-27 23:55:35 +08:00
"byteorder",
"indexmap",
2019-01-18 01:07:27 +08:00
]
2018-07-23 17:17:39 +08:00
[[package]]
name = "indexmap"
2020-02-15 01:37:28 +08:00
version = "1.3.2"
2018-07-23 17:17:39 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 23:55:35 +08:00
checksum = "076f042c5b7b98f31d205f1249267e12a6518c1481e9dae9764af19b707d2292"
2019-10-30 02:07:07 +08:00
dependencies = [
2019-10-27 23:55:35 +08:00
"autocfg",
2019-10-30 02:07:07 +08:00
]
2018-07-23 17:17:39 +08:00
2018-06-20 01:51:29 +08:00
[[package]]
name = "libc"
2020-03-19 20:54:38 +08:00
version = "0.2.68"
2018-06-20 01:51:29 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-19 20:54:38 +08:00
checksum = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0"
2018-06-20 01:51:29 +08:00
[[package]]
name = "libloading"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c979a19ffb457f0273965c333053f3d586bf759bf7b683fbebc37f9a9ebedc4"
dependencies = [
2019-10-27 23:55:35 +08:00
"winapi",
]
2018-07-23 17:17:39 +08:00
[[package]]
name = "log"
2019-12-21 04:39:21 +08:00
version = "0.4.8"
2018-07-23 17:17:39 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 23:55:35 +08:00
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
2018-07-23 17:17:39 +08:00
dependencies = [
2019-10-27 23:55:35 +08:00
"cfg-if",
2018-07-23 17:17:39 +08:00
]
2018-06-20 01:51:29 +08:00
[[package]]
name = "mach"
version = "0.2.3"
2018-06-20 01:51:29 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 23:55:35 +08:00
checksum = "86dd2487cdfea56def77b88438a2c915fb45113c5319bfe7e14306ca4cd0b0e1"
2018-06-20 01:51:29 +08:00
dependencies = [
2019-10-27 23:55:35 +08:00
"libc",
2018-06-20 01:51:29 +08:00
]
2019-11-07 03:48:29 +08:00
[[package]]
name = "object"
2020-03-24 20:17:03 +08:00
version = "0.18.0"
2019-12-08 18:51:18 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-24 20:17:03 +08:00
checksum = "e5666bbb90bc4d1e5bdcb26c0afda1822d25928341e9384ab187a9b37ab69e36"
2019-11-07 03:48:29 +08:00
dependencies = [
2019-10-27 23:55:35 +08:00
"crc32fast",
"indexmap",
"target-lexicon",
2020-03-24 20:17:03 +08:00
"wasmparser",
2019-11-07 03:48:29 +08:00
]
2019-10-17 01:13:11 +08:00
[[package]]
name = "proc-macro2"
2020-04-01 20:14:34 +08:00
version = "1.0.10"
2019-10-17 01:13:11 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-01 20:14:34 +08:00
checksum = "df246d292ff63439fea9bc8c0a270bed0e390d5ebd4db4ba15aba81111b5abe3"
2019-10-17 01:13:11 +08:00
dependencies = [
2019-10-27 23:55:35 +08:00
"unicode-xid",
2019-10-17 01:13:11 +08:00
]
[[package]]
name = "quote"
version = "1.0.3"
2019-10-17 01:13:11 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f"
2019-10-17 01:13:11 +08:00
dependencies = [
2019-10-27 23:55:35 +08:00
"proc-macro2",
2019-10-17 01:13:11 +08:00
]
2018-06-20 01:51:29 +08:00
[[package]]
name = "raw-cpuid"
2019-11-02 03:08:42 +08:00
version = "7.0.3"
2018-06-20 01:51:29 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 23:55:35 +08:00
checksum = "b4a349ca83373cfa5d6dbb66fd76e58b2cca08da71a5f6400de0a0a6a9bceeaf"
2018-06-20 01:51:29 +08:00
dependencies = [
2019-10-27 23:55:35 +08:00
"bitflags",
"cc",
"rustc_version",
2018-07-23 17:17:39 +08:00
]
2018-06-20 01:51:29 +08:00
[[package]]
name = "region"
2019-06-25 03:01:38 +08:00
version = "2.1.2"
2018-06-20 01:51:29 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 23:55:35 +08:00
checksum = "448e868c6e4cfddfa49b6a72c95906c04e8547465e9536575b95c70a4044f856"
2018-06-20 01:51:29 +08:00
dependencies = [
2019-10-27 23:55:35 +08:00
"bitflags",
"libc",
"mach",
"winapi",
2018-06-20 01:51:29 +08:00
]
2018-06-18 00:05:11 +08:00
[[package]]
2018-07-14 17:59:42 +08:00
name = "rustc_codegen_cranelift"
2018-06-18 00:05:11 +08:00
version = "0.1.0"
dependencies = [
2019-10-27 23:55:35 +08:00
"ar",
"byteorder",
"cranelift-codegen",
"cranelift-frontend",
"cranelift-module",
"cranelift-object",
"cranelift-simplejit",
"gimli",
"indexmap",
"libloading",
"object",
"target-lexicon",
2018-07-23 17:17:39 +08:00
]
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 23:55:35 +08:00
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
dependencies = [
2019-10-27 23:55:35 +08:00
"semver",
]
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 23:55:35 +08:00
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
dependencies = [
2019-10-27 23:55:35 +08:00
"semver-parser",
]
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 23:55:35 +08:00
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2019-09-11 02:37:16 +08:00
[[package]]
name = "smallvec"
2020-04-13 19:00:44 +08:00
version = "1.3.0"
2019-09-11 02:37:16 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-13 19:00:44 +08:00
checksum = "05720e22615919e4734f6a99ceae50d00226c3c5aca406e102ebc33298214e0a"
2019-09-11 02:37:16 +08:00
2019-10-17 01:13:11 +08:00
[[package]]
name = "syn"
2020-03-24 20:20:26 +08:00
version = "1.0.17"
2019-10-17 01:13:11 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-24 20:20:26 +08:00
checksum = "0df0eb663f387145cab623dea85b09c2c5b4b0aef44e945d928e682fce71bb03"
2019-10-17 01:13:11 +08:00
dependencies = [
2019-10-27 23:55:35 +08:00
"proc-macro2",
"quote",
"unicode-xid",
2019-10-17 01:13:11 +08:00
]
2019-11-07 03:48:29 +08:00
[[package]]
name = "target-lexicon"
2020-01-10 20:12:49 +08:00
version = "0.10.0"
2019-11-07 03:48:29 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 23:55:35 +08:00
checksum = "ab0e7238dcc7b40a7be719a25365910f6807bd864f4cce6b2e6b873658e2b19d"
2019-11-07 03:48:29 +08:00
2019-11-02 03:08:42 +08:00
[[package]]
name = "thiserror"
2020-04-13 19:00:44 +08:00
version = "1.0.15"
2019-11-02 03:08:42 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-13 19:00:44 +08:00
checksum = "54b3d3d2ff68104100ab257bb6bb0cb26c901abe4bd4ba15961f3bf867924012"
2019-11-02 03:08:42 +08:00
dependencies = [
2019-10-27 23:55:35 +08:00
"thiserror-impl",
2019-11-02 03:08:42 +08:00
]
[[package]]
name = "thiserror-impl"
2020-04-13 19:00:44 +08:00
version = "1.0.15"
2019-11-02 03:08:42 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-13 19:00:44 +08:00
checksum = "ca972988113b7715266f91250ddb98070d033c62a011fa0fcc57434a649310dd"
2019-11-02 03:08:42 +08:00
dependencies = [
2019-10-27 23:55:35 +08:00
"proc-macro2",
"quote",
"syn",
2019-11-02 03:08:42 +08:00
]
2019-10-17 01:13:11 +08:00
[[package]]
name = "unicode-xid"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 23:55:35 +08:00
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
2019-10-17 01:13:11 +08:00
2019-03-28 02:24:42 +08:00
[[package]]
2020-03-24 20:17:03 +08:00
name = "wasmparser"
version = "0.51.4"
2019-03-28 02:24:42 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-24 20:17:03 +08:00
checksum = "aeb1956b19469d1c5e63e459d29e7b5aa0f558d9f16fcef09736f8a265e6c10a"
2019-03-28 02:24:42 +08:00
2018-06-20 01:51:29 +08:00
[[package]]
name = "winapi"
2019-09-13 02:22:02 +08:00
version = "0.3.8"
2018-06-20 01:51:29 +08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 23:55:35 +08:00
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
2018-06-20 01:51:29 +08:00
dependencies = [
2019-10-27 23:55:35 +08:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2018-06-20 01:51:29 +08:00
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 23:55:35 +08:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2018-06-20 01:51:29 +08:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2019-10-27 23:55:35 +08:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"