2019-01-29 20:28:04 +01:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-03-05 19:12:59 +01:00
|
|
|
version = 3
|
|
|
|
|
2022-07-25 16:07:57 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2023-02-26 18:11:35 +00:00
|
|
|
version = "0.8.3"
|
2022-07-25 16:07:57 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-26 18:11:35 +00:00
|
|
|
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
2022-07-25 16:07:57 +02:00
|
|
|
dependencies = [
|
2023-02-26 18:11:35 +00:00
|
|
|
"cfg-if",
|
2022-07-25 16:07:57 +02:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-03-19 12:09:21 +01:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2022-12-14 19:30:46 +01:00
|
|
|
version = "1.0.66"
|
2020-03-19 12:09:21 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 19:30:46 +01:00
|
|
|
checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
|
2020-03-19 12:09:21 +01:00
|
|
|
|
2023-04-29 11:43:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arbitrary"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2d098ff73c1ca148721f37baad5ea6a465a13f9573aba8641fbbbae8164a54e"
|
|
|
|
|
2019-10-29 19:07:07 +01:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-03-20 16:55:21 +01:00
|
|
|
version = "1.1.0"
|
2019-10-29 19:07:07 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-20 16:55:21 +01:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2019-10-29 19:07:07 +01:00
|
|
|
|
2018-06-19 19:51:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-12-20 18:56:35 +01:00
|
|
|
version = "1.3.2"
|
2018-06-19 19:51:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 18:56:35 +01:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2018-06-19 19:51:29 +02:00
|
|
|
|
2022-10-23 16:22:55 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2022-12-14 19:30:46 +01:00
|
|
|
version = "3.11.1"
|
2022-10-23 16:22:55 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 19:30:46 +01:00
|
|
|
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
|
2022-10-23 16:22:55 +02:00
|
|
|
|
2020-11-27 20:48:53 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2018-08-14 10:02:28 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-bforest"
|
2023-04-29 11:43:41 +00:00
|
|
|
version = "0.96.0"
|
2021-12-20 18:56:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 11:43:41 +00:00
|
|
|
checksum = "5dfbfa12cfd843d39182f3e466b3b1a2b53ff348b34eb3579fcd4ee818d177a9"
|
2018-08-14 10:02:28 +02:00
|
|
|
dependencies = [
|
2019-10-27 16:55:35 +01:00
|
|
|
"cranelift-entity",
|
2018-08-14 10:02:28 +02:00
|
|
|
]
|
|
|
|
|
2018-06-19 19:51:29 +02:00
|
|
|
[[package]]
|
2018-07-14 11:59:42 +02:00
|
|
|
name = "cranelift-codegen"
|
2023-04-29 11:43:41 +00:00
|
|
|
version = "0.96.0"
|
2021-12-20 18:56:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 11:43:41 +00:00
|
|
|
checksum = "a3efdd75f82d338ebce8f6e492fac7205e4b1091bb76da74ad27894b224052c5"
|
2018-06-19 19:51:29 +02:00
|
|
|
dependencies = [
|
2022-10-23 16:22:55 +02:00
|
|
|
"bumpalo",
|
2019-10-27 16:55:35 +01:00
|
|
|
"cranelift-bforest",
|
|
|
|
"cranelift-codegen-meta",
|
|
|
|
"cranelift-codegen-shared",
|
2023-04-29 11:43:41 +00:00
|
|
|
"cranelift-control",
|
2019-10-27 16:55:35 +01:00
|
|
|
"cranelift-entity",
|
2022-07-25 16:07:57 +02:00
|
|
|
"cranelift-isle",
|
2019-10-27 16:55:35 +01:00
|
|
|
"gimli",
|
2023-02-26 18:11:35 +00:00
|
|
|
"hashbrown 0.13.2",
|
2019-10-27 16:55:35 +01:00
|
|
|
"log",
|
2022-07-25 16:07:57 +02:00
|
|
|
"regalloc2",
|
2019-10-27 16:55:35 +01:00
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
2018-06-17 18:05:11 +02:00
|
|
|
]
|
|
|
|
|
2018-07-23 11:17:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen-meta"
|
2023-04-29 11:43:41 +00:00
|
|
|
version = "0.96.0"
|
2021-12-20 18:56:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 11:43:41 +00:00
|
|
|
checksum = "e03ccd2e7959cb8c1434aeda5a80599a65f71ba75e00bf969d5f8e2dc7ca11d3"
|
2018-11-09 18:03:47 +01:00
|
|
|
dependencies = [
|
2019-10-27 16:55:35 +01:00
|
|
|
"cranelift-codegen-shared",
|
2018-11-09 18:03:47 +01:00
|
|
|
]
|
2018-07-23 11:17:39 +02:00
|
|
|
|
2019-09-28 17:59:27 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen-shared"
|
2023-04-29 11:43:41 +00:00
|
|
|
version = "0.96.0"
|
2021-12-20 18:56:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 11:43:41 +00:00
|
|
|
checksum = "e6e64284ccb56442849500cf17a8cc3681a254ec1bb8f0c887f55b2f81beab70"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-control"
|
|
|
|
version = "0.96.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "537278bd7c9389b6d820d0b8f549460445d8e1cb1d21b617ac2e44aaf2f686cf"
|
|
|
|
dependencies = [
|
|
|
|
"arbitrary",
|
|
|
|
]
|
2019-09-28 17:59:27 +02:00
|
|
|
|
2018-06-17 18:05:11 +02:00
|
|
|
[[package]]
|
2018-07-14 11:59:42 +02:00
|
|
|
name = "cranelift-entity"
|
2023-04-29 11:43:41 +00:00
|
|
|
version = "0.96.0"
|
2021-12-20 18:56:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 11:43:41 +00:00
|
|
|
checksum = "2e234fff84b1941dd25fa3e24c466283256b377997ccbd85f592066389251796"
|
2018-07-23 11:17:39 +02:00
|
|
|
|
2018-06-19 19:51:29 +02:00
|
|
|
[[package]]
|
2018-07-14 11:59:42 +02:00
|
|
|
name = "cranelift-frontend"
|
2023-04-29 11:43:41 +00:00
|
|
|
version = "0.96.0"
|
2021-12-20 18:56:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 11:43:41 +00:00
|
|
|
checksum = "59ebfb3cc39ef246aecc9bbd44f6259501cf243da19d45888409cb7f06a34bd0"
|
2018-06-19 19:51:29 +02:00
|
|
|
dependencies = [
|
2019-10-27 16:55:35 +01:00
|
|
|
"cranelift-codegen",
|
|
|
|
"log",
|
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
2018-06-19 19:51:29 +02:00
|
|
|
]
|
|
|
|
|
2022-07-25 16:07:57 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-isle"
|
2023-04-29 11:43:41 +00:00
|
|
|
version = "0.96.0"
|
2022-07-25 16:07:57 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 11:43:41 +00:00
|
|
|
checksum = "f22fdc6c4ce755b44f92f2e3e1f7f1138f9ee5c3d99e2e2b20418475713a2c6c"
|
2022-07-25 16:07:57 +02:00
|
|
|
|
2020-12-27 10:30:38 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-jit"
|
2023-04-29 11:43:41 +00:00
|
|
|
version = "0.96.0"
|
2021-12-20 18:56:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 11:43:41 +00:00
|
|
|
checksum = "65b7970f8950043cada68dcb8b1e9ea5f00d9b7aaf8cb139b4954fd4fb365bc2"
|
2020-12-27 10:30:38 +01:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"cranelift-codegen",
|
2023-04-29 11:43:41 +00:00
|
|
|
"cranelift-control",
|
2020-12-27 10:30:38 +01:00
|
|
|
"cranelift-entity",
|
|
|
|
"cranelift-module",
|
|
|
|
"cranelift-native",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"region",
|
|
|
|
"target-lexicon",
|
2022-12-14 19:30:46 +01:00
|
|
|
"wasmtime-jit-icache-coherence",
|
2022-08-24 18:40:58 +02:00
|
|
|
"windows-sys",
|
2020-12-27 10:30:38 +01:00
|
|
|
]
|
|
|
|
|
2018-06-17 18:05:11 +02:00
|
|
|
[[package]]
|
2018-07-14 11:59:42 +02:00
|
|
|
name = "cranelift-module"
|
2023-04-29 11:43:41 +00:00
|
|
|
version = "0.96.0"
|
2021-12-20 18:56:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 11:43:41 +00:00
|
|
|
checksum = "1413dae1da005e5f54b185b0173f13b4184cd4d80ec3cc8c37ee5666c20a9ccb"
|
2018-06-19 19:51:29 +02:00
|
|
|
dependencies = [
|
2020-03-19 12:09:21 +01:00
|
|
|
"anyhow",
|
2019-10-27 16:55:35 +01:00
|
|
|
"cranelift-codegen",
|
2023-04-29 11:43:41 +00:00
|
|
|
"cranelift-control",
|
2018-06-19 19:51:29 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2018-07-14 11:59:42 +02:00
|
|
|
name = "cranelift-native"
|
2023-04-29 11:43:41 +00:00
|
|
|
version = "0.96.0"
|
2021-12-20 18:56:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 11:43:41 +00:00
|
|
|
checksum = "e961c2eba1af0ec7422170fc1ba635d06000f466ee4d4811f3d4cd6f4594327f"
|
2018-06-17 18:05:11 +02:00
|
|
|
dependencies = [
|
2019-10-27 16:55:35 +01:00
|
|
|
"cranelift-codegen",
|
2021-07-07 11:14:20 +02:00
|
|
|
"libc",
|
2019-10-27 16:55:35 +01:00
|
|
|
"target-lexicon",
|
2018-06-19 19:51:29 +02:00
|
|
|
]
|
|
|
|
|
2019-10-16 20:48:09 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-object"
|
2023-04-29 11:43:41 +00:00
|
|
|
version = "0.96.0"
|
2021-12-20 18:56:35 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 11:43:41 +00:00
|
|
|
checksum = "b1521f1e47b81d913f032e8ab246c2c8201c6da9fd7dcef6afee07d2afa31811"
|
2019-10-16 20:48:09 +02:00
|
|
|
dependencies = [
|
2020-06-16 10:38:12 +02:00
|
|
|
"anyhow",
|
2019-10-27 16:55:35 +01:00
|
|
|
"cranelift-codegen",
|
2023-04-29 11:43:41 +00:00
|
|
|
"cranelift-control",
|
2019-10-27 16:55:35 +01:00
|
|
|
"cranelift-module",
|
2020-10-01 10:38:23 +02:00
|
|
|
"log",
|
2019-10-27 16:55:35 +01:00
|
|
|
"object",
|
|
|
|
"target-lexicon",
|
2019-10-16 20:48:09 +02:00
|
|
|
]
|
|
|
|
|
2019-03-27 19:24:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2022-03-20 16:55:21 +01:00
|
|
|
version = "1.3.2"
|
2019-03-27 19:24:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-20 16:55:21 +01:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
2019-03-27 19:24:42 +01:00
|
|
|
dependencies = [
|
2021-03-05 19:12:59 +01:00
|
|
|
"cfg-if",
|
2019-03-27 19:24:42 +01:00
|
|
|
]
|
|
|
|
|
2022-12-14 19:30:46 +01:00
|
|
|
[[package]]
|
|
|
|
name = "fallible-iterator"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
|
|
|
|
2019-01-17 18:07:27 +01:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2023-02-26 18:11:35 +00:00
|
|
|
version = "0.27.2"
|
2019-09-28 17:49:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-26 18:11:35 +00:00
|
|
|
checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
|
2019-01-17 18:07:27 +01:00
|
|
|
dependencies = [
|
2022-12-14 19:30:46 +01:00
|
|
|
"fallible-iterator",
|
2019-10-27 16:55:35 +01:00
|
|
|
"indexmap",
|
2022-12-14 19:30:46 +01:00
|
|
|
"stable_deref_trait",
|
2019-01-17 18:07:27 +01:00
|
|
|
]
|
|
|
|
|
2022-07-25 16:07:57 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-08-24 18:40:58 +02:00
|
|
|
version = "0.12.3"
|
2022-07-25 16:07:57 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-24 18:40:58 +02:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2023-02-26 18:11:35 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
2022-07-25 16:07:57 +02:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
|
|
|
|
2018-07-23 11:17:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-03-25 02:12:13 +01:00
|
|
|
version = "1.9.3"
|
2018-07-23 11:17:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-25 02:12:13 +01:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2019-10-29 19:07:07 +01:00
|
|
|
dependencies = [
|
2019-10-27 16:55:35 +01:00
|
|
|
"autocfg",
|
2023-02-26 18:11:35 +00:00
|
|
|
"hashbrown 0.12.3",
|
2019-10-29 19:07:07 +01:00
|
|
|
]
|
2018-07-23 11:17:39 +02:00
|
|
|
|
2018-06-19 19:51:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-12-14 19:30:46 +01:00
|
|
|
version = "0.2.138"
|
2018-06-19 19:51:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 19:30:46 +01:00
|
|
|
checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8"
|
2018-06-19 19:51:29 +02:00
|
|
|
|
2019-08-10 16:50:23 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2022-12-14 19:30:46 +01:00
|
|
|
version = "0.7.4"
|
2019-08-10 16:50:23 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 19:30:46 +01:00
|
|
|
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
|
2019-08-10 16:50:23 +02:00
|
|
|
dependencies = [
|
2021-03-05 19:12:59 +01:00
|
|
|
"cfg-if",
|
2019-10-27 16:55:35 +01:00
|
|
|
"winapi",
|
2019-08-10 16:50:23 +02:00
|
|
|
]
|
|
|
|
|
2018-07-23 11:17:39 +02:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2022-08-24 18:40:58 +02:00
|
|
|
version = "0.4.17"
|
2018-07-23 11:17:39 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-24 18:40:58 +02:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
2018-07-23 11:17:39 +02:00
|
|
|
dependencies = [
|
2021-03-05 19:12:59 +01:00
|
|
|
"cfg-if",
|
2018-07-23 11:17:39 +02:00
|
|
|
]
|
|
|
|
|
2018-06-19 19:51:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "mach"
|
2020-06-05 12:40:33 +02:00
|
|
|
version = "0.3.2"
|
2018-06-19 19:51:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 12:40:33 +02:00
|
|
|
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
|
2018-06-19 19:51:29 +02:00
|
|
|
dependencies = [
|
2019-10-27 16:55:35 +01:00
|
|
|
"libc",
|
2018-06-19 19:51:29 +02:00
|
|
|
]
|
|
|
|
|
2021-07-07 11:14:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-08-24 18:40:58 +02:00
|
|
|
version = "2.5.0"
|
2021-07-07 11:14:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-24 18:40:58 +02:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2021-07-07 11:14:20 +02:00
|
|
|
|
2019-11-06 20:48:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2023-02-26 18:11:35 +00:00
|
|
|
version = "0.30.3"
|
2019-12-08 11:51:18 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-26 18:11:35 +00:00
|
|
|
checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
|
2019-11-06 20:48:29 +01:00
|
|
|
dependencies = [
|
2019-10-27 16:55:35 +01:00
|
|
|
"crc32fast",
|
2023-02-26 18:11:35 +00:00
|
|
|
"hashbrown 0.13.2",
|
2019-10-27 16:55:35 +01:00
|
|
|
"indexmap",
|
2021-07-07 11:14:20 +02:00
|
|
|
"memchr",
|
2019-11-06 20:48:29 +01:00
|
|
|
]
|
|
|
|
|
2022-03-20 16:55:21 +01:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2022-12-14 19:30:46 +01:00
|
|
|
version = "1.16.0"
|
2022-03-20 16:55:21 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 19:30:46 +01:00
|
|
|
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
|
2022-03-20 16:55:21 +01:00
|
|
|
|
2020-04-17 14:32:01 +02:00
|
|
|
[[package]]
|
2022-07-25 16:07:57 +02:00
|
|
|
name = "regalloc2"
|
2023-04-29 11:43:41 +00:00
|
|
|
version = "0.8.1"
|
2020-04-17 14:32:01 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 11:43:41 +00:00
|
|
|
checksum = "d4a52e724646c6c0800fc456ec43b4165d2f91fba88ceaca06d9e0b400023478"
|
2020-04-17 14:32:01 +02:00
|
|
|
dependencies = [
|
2023-04-29 11:43:41 +00:00
|
|
|
"hashbrown 0.13.2",
|
2020-04-17 14:32:01 +02:00
|
|
|
"log",
|
2023-04-29 11:43:41 +00:00
|
|
|
"rustc-hash",
|
2022-07-25 16:07:57 +02:00
|
|
|
"slice-group-by",
|
2020-04-25 11:46:04 +02:00
|
|
|
"smallvec",
|
2020-04-17 14:32:01 +02:00
|
|
|
]
|
|
|
|
|
2018-06-19 19:51:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "region"
|
2020-06-05 12:40:33 +02:00
|
|
|
version = "2.2.0"
|
2018-06-19 19:51:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-05 12:40:33 +02:00
|
|
|
checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"
|
2018-06-19 19:51:29 +02:00
|
|
|
dependencies = [
|
2019-10-27 16:55:35 +01:00
|
|
|
"bitflags",
|
|
|
|
"libc",
|
|
|
|
"mach",
|
|
|
|
"winapi",
|
2018-06-19 19:51:29 +02:00
|
|
|
]
|
|
|
|
|
2023-04-29 11:43:41 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
|
2018-06-17 18:05:11 +02:00
|
|
|
[[package]]
|
2018-07-14 11:59:42 +02:00
|
|
|
name = "rustc_codegen_cranelift"
|
2018-06-17 18:05:11 +02:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2019-10-27 16:55:35 +01:00
|
|
|
"cranelift-codegen",
|
|
|
|
"cranelift-frontend",
|
2020-12-27 10:30:38 +01:00
|
|
|
"cranelift-jit",
|
2019-10-27 16:55:35 +01:00
|
|
|
"cranelift-module",
|
2023-02-01 14:19:47 +00:00
|
|
|
"cranelift-native",
|
2019-10-27 16:55:35 +01:00
|
|
|
"cranelift-object",
|
|
|
|
"gimli",
|
|
|
|
"indexmap",
|
|
|
|
"libloading",
|
|
|
|
"object",
|
2021-02-01 10:11:46 +01:00
|
|
|
"smallvec",
|
2019-10-27 16:55:35 +01:00
|
|
|
"target-lexicon",
|
2018-07-23 11:17:39 +02:00
|
|
|
]
|
|
|
|
|
2022-07-25 16:07:57 +02:00
|
|
|
[[package]]
|
|
|
|
name = "slice-group-by"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"
|
|
|
|
|
2019-09-10 20:37:16 +02:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-12-14 19:30:46 +01:00
|
|
|
version = "1.10.0"
|
2019-09-10 20:37:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 19:30:46 +01:00
|
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
2019-09-10 20:37:16 +02:00
|
|
|
|
2019-11-06 20:48:29 +01:00
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
2022-12-14 19:30:46 +01:00
|
|
|
version = "0.12.5"
|
2019-11-06 20:48:29 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 19:30:46 +01:00
|
|
|
checksum = "9410d0f6853b1d94f0e519fb95df60f29d2c1eff2d921ffdf01a4c8a3b54f12d"
|
2019-11-06 20:48:29 +01:00
|
|
|
|
2022-07-25 16:07:57 +02:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
2022-12-14 19:30:46 +01:00
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-jit-icache-coherence"
|
2023-04-29 11:43:41 +00:00
|
|
|
version = "9.0.0"
|
2022-12-14 19:30:46 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 11:43:41 +00:00
|
|
|
checksum = "cc60ec61519028279b9e8b6119a52c23b7ce2f2a8f0ec3cbe12aeb6ee9b2c549"
|
2022-12-14 19:30:46 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2018-06-19 19:51:29 +02:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-06-27 11:37:34 +02:00
|
|
|
version = "0.3.9"
|
2018-06-19 19:51:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-27 11:37:34 +02:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2018-06-19 19:51:29 +02:00
|
|
|
dependencies = [
|
2019-10-27 16:55:35 +01:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2018-06-19 19:51:29 +02: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 16:55:35 +01:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2018-06-19 19:51:29 +02: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 16:55:35 +01:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2022-08-24 18:40:58 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2023-04-29 11:43:41 +00:00
|
|
|
version = "0.48.0"
|
2023-02-26 18:11:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 11:43:41 +00:00
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
2023-02-26 18:11:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-04-29 11:43:41 +00:00
|
|
|
version = "0.48.0"
|
2022-08-24 18:40:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 11:43:41 +00:00
|
|
|
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
|
2022-08-24 18:40:58 +02:00
|
|
|
dependencies = [
|
2023-01-24 18:56:42 +01:00
|
|
|
"windows_aarch64_gnullvm",
|
2022-08-24 18:40:58 +02:00
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
2023-01-24 18:56:42 +01:00
|
|
|
"windows_x86_64_gnullvm",
|
2022-08-24 18:40:58 +02:00
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
2023-01-24 18:56:42 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-04-29 11:43:41 +00:00
|
|
|
version = "0.48.0"
|
2023-01-24 18:56:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 11:43:41 +00:00
|
|
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
|
2023-01-24 18:56:42 +01:00
|
|
|
|
2022-08-24 18:40:58 +02:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-04-29 11:43:41 +00:00
|
|
|
version = "0.48.0"
|
2022-08-24 18:40:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 11:43:41 +00:00
|
|
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
|
2022-08-24 18:40:58 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-04-29 11:43:41 +00:00
|
|
|
version = "0.48.0"
|
2022-08-24 18:40:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 11:43:41 +00:00
|
|
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
|
2022-08-24 18:40:58 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-04-29 11:43:41 +00:00
|
|
|
version = "0.48.0"
|
2022-08-24 18:40:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 11:43:41 +00:00
|
|
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
2022-08-24 18:40:58 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-04-29 11:43:41 +00:00
|
|
|
version = "0.48.0"
|
2023-01-24 18:56:42 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 11:43:41 +00:00
|
|
|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
|
2023-01-24 18:56:42 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-04-29 11:43:41 +00:00
|
|
|
version = "0.48.0"
|
2022-08-24 18:40:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 11:43:41 +00:00
|
|
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
|
2022-08-24 18:40:58 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-04-29 11:43:41 +00:00
|
|
|
version = "0.48.0"
|
2022-08-24 18:40:58 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 11:43:41 +00:00
|
|
|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|