2019-01-29 13:28:04 -06:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-03-05 12:12:59 -06:00
|
|
|
version = 3
|
|
|
|
|
2020-03-19 06:09:21 -05:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2021-02-01 03:11:46 -06:00
|
|
|
version = "1.0.38"
|
2020-03-19 06:09:21 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-01 03:11:46 -06:00
|
|
|
checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1"
|
2020-03-19 06:09:21 -05:00
|
|
|
|
2018-07-24 07:10:53 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ar"
|
2019-09-01 04:17:01 -05:00
|
|
|
version = "0.8.0"
|
2020-07-11 14:19:10 -05:00
|
|
|
source = "git+https://github.com/bjorn3/rust-ar.git?branch=do_not_remove_cg_clif_ranlib#de9ab0e56bf3a208381d342aa5b60f9ff2891648"
|
2018-07-24 07:10:53 -05:00
|
|
|
|
2019-10-29 13:07:07 -05:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2020-10-11 04:20:15 -05:00
|
|
|
version = "1.0.1"
|
2019-10-29 13:07:07 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-11 04:20:15 -05:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2019-10-29 13:07:07 -05:00
|
|
|
|
2018-06-19 12:51:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2019-10-16 12:13:11 -05:00
|
|
|
version = "1.2.1"
|
2018-06-19 12:51:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-27 10:55:35 -05:00
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2018-06-19 12:51:29 -05:00
|
|
|
|
2020-11-27 13:48:53 -06:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2018-08-14 03:02:28 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-bforest"
|
2021-05-27 06:08:14 -05:00
|
|
|
version = "0.74.0"
|
|
|
|
source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=main#76c6b83f6a21a12a11d4f890490f8acb6329a600"
|
2018-08-14 03:02:28 -05:00
|
|
|
dependencies = [
|
2019-10-27 10:55:35 -05:00
|
|
|
"cranelift-entity",
|
2018-08-14 03:02:28 -05:00
|
|
|
]
|
|
|
|
|
2018-06-19 12:51:29 -05:00
|
|
|
[[package]]
|
2018-07-14 04:59:42 -05:00
|
|
|
name = "cranelift-codegen"
|
2021-05-27 06:08:14 -05:00
|
|
|
version = "0.74.0"
|
|
|
|
source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=main#76c6b83f6a21a12a11d4f890490f8acb6329a600"
|
2018-06-19 12:51:29 -05:00
|
|
|
dependencies = [
|
2019-10-27 10:55:35 -05:00
|
|
|
"cranelift-bforest",
|
|
|
|
"cranelift-codegen-meta",
|
|
|
|
"cranelift-codegen-shared",
|
|
|
|
"cranelift-entity",
|
|
|
|
"gimli",
|
|
|
|
"log",
|
2020-04-17 07:32:01 -05:00
|
|
|
"regalloc",
|
2019-10-27 10:55:35 -05:00
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
2018-06-17 11:05:11 -05:00
|
|
|
]
|
|
|
|
|
2018-07-23 04:17:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen-meta"
|
2021-05-27 06:08:14 -05:00
|
|
|
version = "0.74.0"
|
|
|
|
source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=main#76c6b83f6a21a12a11d4f890490f8acb6329a600"
|
2018-11-09 11:03:47 -06:00
|
|
|
dependencies = [
|
2019-10-27 10:55:35 -05:00
|
|
|
"cranelift-codegen-shared",
|
|
|
|
"cranelift-entity",
|
2018-11-09 11:03:47 -06:00
|
|
|
]
|
2018-07-23 04:17:39 -05:00
|
|
|
|
2019-09-28 10:59:27 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen-shared"
|
2021-05-27 06:08:14 -05:00
|
|
|
version = "0.74.0"
|
|
|
|
source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=main#76c6b83f6a21a12a11d4f890490f8acb6329a600"
|
2019-09-28 10:59:27 -05:00
|
|
|
|
2018-06-17 11:05:11 -05:00
|
|
|
[[package]]
|
2018-07-14 04:59:42 -05:00
|
|
|
name = "cranelift-entity"
|
2021-05-27 06:08:14 -05:00
|
|
|
version = "0.74.0"
|
|
|
|
source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=main#76c6b83f6a21a12a11d4f890490f8acb6329a600"
|
2018-07-23 04:17:39 -05:00
|
|
|
|
2018-06-19 12:51:29 -05:00
|
|
|
[[package]]
|
2018-07-14 04:59:42 -05:00
|
|
|
name = "cranelift-frontend"
|
2021-05-27 06:08:14 -05:00
|
|
|
version = "0.74.0"
|
|
|
|
source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=main#76c6b83f6a21a12a11d4f890490f8acb6329a600"
|
2018-06-19 12:51:29 -05:00
|
|
|
dependencies = [
|
2019-10-27 10:55:35 -05:00
|
|
|
"cranelift-codegen",
|
|
|
|
"log",
|
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
2018-06-19 12:51:29 -05:00
|
|
|
]
|
|
|
|
|
2020-12-27 03:30:38 -06:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-jit"
|
2021-05-27 06:08:14 -05:00
|
|
|
version = "0.74.0"
|
|
|
|
source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=main#76c6b83f6a21a12a11d4f890490f8acb6329a600"
|
2020-12-27 03:30:38 -06:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"cranelift-codegen",
|
|
|
|
"cranelift-entity",
|
|
|
|
"cranelift-module",
|
|
|
|
"cranelift-native",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"region",
|
|
|
|
"target-lexicon",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2018-06-17 11:05:11 -05:00
|
|
|
[[package]]
|
2018-07-14 04:59:42 -05:00
|
|
|
name = "cranelift-module"
|
2021-05-27 06:08:14 -05:00
|
|
|
version = "0.74.0"
|
|
|
|
source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=main#76c6b83f6a21a12a11d4f890490f8acb6329a600"
|
2018-06-19 12:51:29 -05:00
|
|
|
dependencies = [
|
2020-03-19 06:09:21 -05:00
|
|
|
"anyhow",
|
2019-10-27 10:55:35 -05:00
|
|
|
"cranelift-codegen",
|
|
|
|
"cranelift-entity",
|
|
|
|
"log",
|
2018-06-19 12:51:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2018-07-14 04:59:42 -05:00
|
|
|
name = "cranelift-native"
|
2021-05-27 06:08:14 -05:00
|
|
|
version = "0.74.0"
|
|
|
|
source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=main#76c6b83f6a21a12a11d4f890490f8acb6329a600"
|
2018-06-17 11:05:11 -05:00
|
|
|
dependencies = [
|
2019-10-27 10:55:35 -05:00
|
|
|
"cranelift-codegen",
|
|
|
|
"target-lexicon",
|
2018-06-19 12:51:29 -05:00
|
|
|
]
|
|
|
|
|
2019-10-16 13:48:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-object"
|
2021-05-27 06:08:14 -05:00
|
|
|
version = "0.74.0"
|
|
|
|
source = "git+https://github.com/bytecodealliance/wasmtime.git?branch=main#76c6b83f6a21a12a11d4f890490f8acb6329a600"
|
2019-10-16 13:48:09 -05:00
|
|
|
dependencies = [
|
2020-06-16 03:38:12 -05:00
|
|
|
"anyhow",
|
2019-10-27 10:55:35 -05:00
|
|
|
"cranelift-codegen",
|
|
|
|
"cranelift-module",
|
2020-10-01 03:38:23 -05:00
|
|
|
"log",
|
2019-10-27 10:55:35 -05:00
|
|
|
"object",
|
|
|
|
"target-lexicon",
|
2019-10-16 13:48:09 -05:00
|
|
|
]
|
|
|
|
|
2019-03-27 13:24:42 -05:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2020-11-27 13:48:53 -06:00
|
|
|
version = "1.2.1"
|
2019-03-27 13:24:42 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-27 13:48:53 -06:00
|
|
|
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
|
2019-03-27 13:24:42 -05:00
|
|
|
dependencies = [
|
2021-03-05 12:12:59 -06:00
|
|
|
"cfg-if",
|
2019-03-27 13:24:42 -05:00
|
|
|
]
|
|
|
|
|
2019-01-17 11:07:27 -06:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2021-05-27 06:08:14 -05:00
|
|
|
version = "0.24.0"
|
2019-09-28 10:49:11 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-27 06:08:14 -05:00
|
|
|
checksum = "0e4075386626662786ddb0ec9081e7c7eeb1ba31951f447ca780ef9f5d568189"
|
2019-01-17 11:07:27 -06:00
|
|
|
dependencies = [
|
2019-10-27 10:55:35 -05:00
|
|
|
"indexmap",
|
2019-01-17 11:07:27 -06:00
|
|
|
]
|
|
|
|
|
2020-07-30 09:43:53 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2020-10-11 04:20:15 -05:00
|
|
|
version = "0.9.1"
|
2020-07-30 09:43:53 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-11 04:20:15 -05:00
|
|
|
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
|
2020-07-30 09:43:53 -05:00
|
|
|
|
2018-07-23 04:17:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2021-02-01 03:11:46 -06:00
|
|
|
version = "1.6.1"
|
2018-07-23 04:17:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-01 03:11:46 -06:00
|
|
|
checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b"
|
2019-10-29 13:07:07 -05:00
|
|
|
dependencies = [
|
2019-10-27 10:55:35 -05:00
|
|
|
"autocfg",
|
2020-09-15 14:00:04 -05:00
|
|
|
"hashbrown",
|
2019-10-29 13:07:07 -05:00
|
|
|
]
|
2018-07-23 04:17:39 -05:00
|
|
|
|
2018-06-19 12:51:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2021-03-05 12:12:59 -06:00
|
|
|
version = "0.2.86"
|
2018-06-19 12:51:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-05 12:12:59 -06:00
|
|
|
checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c"
|
2018-06-19 12:51:29 -05:00
|
|
|
|
2019-08-10 09:50:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2021-02-01 03:11:46 -06:00
|
|
|
version = "0.6.7"
|
2019-08-10 09:50:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-01 03:11:46 -06:00
|
|
|
checksum = "351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883"
|
2019-08-10 09:50:23 -05:00
|
|
|
dependencies = [
|
2021-03-05 12:12:59 -06:00
|
|
|
"cfg-if",
|
2019-10-27 10:55:35 -05:00
|
|
|
"winapi",
|
2019-08-10 09:50:23 -05:00
|
|
|
]
|
|
|
|
|
2018-07-23 04:17:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2021-03-05 12:12:59 -06:00
|
|
|
version = "0.4.14"
|
2018-07-23 04:17:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-05 12:12:59 -06:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2018-07-23 04:17:39 -05:00
|
|
|
dependencies = [
|
2021-03-05 12:12:59 -06:00
|
|
|
"cfg-if",
|
2018-07-23 04:17:39 -05:00
|
|
|
]
|
|
|
|
|
2018-06-19 12:51:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "mach"
|
2020-06-05 05:40:33 -05:00
|
|
|
version = "0.3.2"
|
2018-06-19 12:51:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 05:40:33 -05:00
|
|
|
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
|
2018-06-19 12:51:29 -05:00
|
|
|
dependencies = [
|
2019-10-27 10:55:35 -05:00
|
|
|
"libc",
|
2018-06-19 12:51:29 -05:00
|
|
|
]
|
|
|
|
|
2019-11-06 13:48:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2021-05-27 06:08:14 -05:00
|
|
|
version = "0.24.0"
|
2019-12-08 04:51:18 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-27 06:08:14 -05:00
|
|
|
checksum = "1a5b3dd1c072ee7963717671d1ca129f1048fda25edea6b752bfc71ac8854170"
|
2019-11-06 13:48:29 -06:00
|
|
|
dependencies = [
|
2019-10-27 10:55:35 -05:00
|
|
|
"crc32fast",
|
|
|
|
"indexmap",
|
2019-11-06 13:48:29 -06:00
|
|
|
]
|
|
|
|
|
2020-04-17 07:32:01 -05:00
|
|
|
[[package]]
|
|
|
|
name = "regalloc"
|
2020-10-01 03:38:23 -05:00
|
|
|
version = "0.0.31"
|
2020-04-17 07:32:01 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-01 03:38:23 -05:00
|
|
|
checksum = "571f7f397d61c4755285cd37853fe8e03271c243424a907415909379659381c5"
|
2020-04-17 07:32:01 -05:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"rustc-hash",
|
2020-04-25 04:46:04 -05:00
|
|
|
"smallvec",
|
2020-04-17 07:32:01 -05:00
|
|
|
]
|
|
|
|
|
2018-06-19 12:51:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "region"
|
2020-06-05 05:40:33 -05:00
|
|
|
version = "2.2.0"
|
2018-06-19 12:51:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 05:40:33 -05:00
|
|
|
checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"
|
2018-06-19 12:51:29 -05:00
|
|
|
dependencies = [
|
2019-10-27 10:55:35 -05:00
|
|
|
"bitflags",
|
|
|
|
"libc",
|
|
|
|
"mach",
|
|
|
|
"winapi",
|
2018-06-19 12:51:29 -05:00
|
|
|
]
|
|
|
|
|
2020-04-17 07:32:01 -05:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2018-06-17 11:05:11 -05:00
|
|
|
[[package]]
|
2018-07-14 04:59:42 -05:00
|
|
|
name = "rustc_codegen_cranelift"
|
2018-06-17 11:05:11 -05:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-10-27 10:55:35 -05:00
|
|
|
"ar",
|
|
|
|
"cranelift-codegen",
|
|
|
|
"cranelift-frontend",
|
2020-12-27 03:30:38 -06:00
|
|
|
"cranelift-jit",
|
2019-10-27 10:55:35 -05:00
|
|
|
"cranelift-module",
|
2021-04-30 07:49:58 -05:00
|
|
|
"cranelift-native",
|
2019-10-27 10:55:35 -05:00
|
|
|
"cranelift-object",
|
|
|
|
"gimli",
|
|
|
|
"indexmap",
|
|
|
|
"libloading",
|
|
|
|
"object",
|
2021-02-01 03:11:46 -06:00
|
|
|
"smallvec",
|
2019-10-27 10:55:35 -05:00
|
|
|
"target-lexicon",
|
2018-07-23 04:17:39 -05:00
|
|
|
]
|
|
|
|
|
2019-09-10 13:37:16 -05:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2021-02-01 03:11:46 -06:00
|
|
|
version = "1.6.1"
|
2019-09-10 13:37:16 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-01 03:11:46 -06:00
|
|
|
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
|
2019-09-10 13:37:16 -05:00
|
|
|
|
2019-11-06 13:48:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
2021-04-30 07:49:58 -05:00
|
|
|
version = "0.12.0"
|
2019-11-06 13:48:29 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-04-30 07:49:58 -05:00
|
|
|
checksum = "64ae3b39281e4b14b8123bdbaddd472b7dfe215e444181f2f9d2443c2444f834"
|
2019-11-06 13:48:29 -06:00
|
|
|
|
2018-06-19 12:51:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-06-27 04:37:34 -05:00
|
|
|
version = "0.3.9"
|
2018-06-19 12:51:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-27 04:37:34 -05:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2018-06-19 12:51:29 -05:00
|
|
|
dependencies = [
|
2019-10-27 10:55:35 -05:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2018-06-19 12:51:29 -05: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 10:55:35 -05:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2018-06-19 12:51:29 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019-10-27 10:55:35 -05:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|