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
|
|
|
|
|
2022-07-25 09:07:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2023-04-29 07:00:43 -05:00
|
|
|
version = "0.8.3"
|
2022-07-25 09:07:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-04-29 07:00:43 -05:00
|
|
|
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
2022-07-25 09:07:57 -05:00
|
|
|
dependencies = [
|
2023-04-29 07:00:43 -05:00
|
|
|
"cfg-if",
|
2022-07-25 09:07:57 -05:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-03-19 06:09:21 -05:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-10-09 03:52:46 -05:00
|
|
|
version = "1.0.75"
|
2020-03-19 06:09:21 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 03:52:46 -05:00
|
|
|
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
|
2020-03-19 06:09:21 -05:00
|
|
|
|
2023-06-15 12:56:01 -05:00
|
|
|
[[package]]
|
|
|
|
name = "arbitrary"
|
2023-11-25 04:05:52 -06:00
|
|
|
version = "1.3.2"
|
2023-06-15 12:56:01 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 04:05:52 -06:00
|
|
|
checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
|
2023-06-15 12:56:01 -05:00
|
|
|
|
2018-06-19 12:51:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-12-20 11:56:35 -06:00
|
|
|
version = "1.3.2"
|
2018-06-19 12:51:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-12-20 11:56:35 -06:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2018-06-19 12:51:29 -05:00
|
|
|
|
2022-10-23 09:22:55 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2023-10-09 03:52:46 -05:00
|
|
|
version = "3.14.0"
|
2022-10-23 09:22:55 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 03:52:46 -05:00
|
|
|
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
|
2022-10-23 09:22:55 -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"
|
2023-12-24 08:35:19 -06:00
|
|
|
version = "0.103.0"
|
2021-12-20 11:56:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 08:35:19 -06:00
|
|
|
checksum = "7c22542c0b95bd3302f7ed6839869c561f2324bac2fd5e7e99f5cfa65fdc8b92"
|
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"
|
2023-12-24 08:35:19 -06:00
|
|
|
version = "0.103.0"
|
2021-12-20 11:56:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 08:35:19 -06:00
|
|
|
checksum = "6b3db903ef2e9c8a4de2ea6db5db052c7857282952f9df604aa55d169e6000d8"
|
2018-06-19 12:51:29 -05:00
|
|
|
dependencies = [
|
2022-10-23 09:22:55 -05:00
|
|
|
"bumpalo",
|
2019-10-27 10:55:35 -05:00
|
|
|
"cranelift-bforest",
|
|
|
|
"cranelift-codegen-meta",
|
|
|
|
"cranelift-codegen-shared",
|
2023-06-15 12:56:01 -05:00
|
|
|
"cranelift-control",
|
2019-10-27 10:55:35 -05:00
|
|
|
"cranelift-entity",
|
2022-07-25 09:07:57 -05:00
|
|
|
"cranelift-isle",
|
2023-08-14 11:03:27 -05:00
|
|
|
"gimli",
|
2023-10-09 03:52:46 -05:00
|
|
|
"hashbrown 0.14.0",
|
2019-10-27 10:55:35 -05:00
|
|
|
"log",
|
2022-07-25 09:07:57 -05:00
|
|
|
"regalloc2",
|
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"
|
2023-12-24 08:35:19 -06:00
|
|
|
version = "0.103.0"
|
2021-12-20 11:56:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 08:35:19 -06:00
|
|
|
checksum = "6590feb5a1d6438f974bf6a5ac4dddf69fca14e1f07f3265d880f69e61a94463"
|
2018-11-09 11:03:47 -06:00
|
|
|
dependencies = [
|
2019-10-27 10:55:35 -05:00
|
|
|
"cranelift-codegen-shared",
|
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"
|
2023-12-24 08:35:19 -06:00
|
|
|
version = "0.103.0"
|
2021-12-20 11:56:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 08:35:19 -06:00
|
|
|
checksum = "7239038c56fafe77fddc8788fc8533dd6c474dc5bdc5637216404f41ba807330"
|
2023-06-15 12:56:01 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-control"
|
2023-12-24 08:35:19 -06:00
|
|
|
version = "0.103.0"
|
2023-06-15 12:56:01 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 08:35:19 -06:00
|
|
|
checksum = "f7dc9c595341404d381d27a3d950160856b35b402275f0c3990cd1ad683c8053"
|
2023-06-15 12:56:01 -05:00
|
|
|
dependencies = [
|
|
|
|
"arbitrary",
|
|
|
|
]
|
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"
|
2023-12-24 08:35:19 -06:00
|
|
|
version = "0.103.0"
|
2021-12-20 11:56:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 08:35:19 -06:00
|
|
|
checksum = "44e3ee532fc4776c69bcedf7e62f9632cbb3f35776fa9a525cdade3195baa3f7"
|
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"
|
2023-12-24 08:35:19 -06:00
|
|
|
version = "0.103.0"
|
2021-12-20 11:56:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 08:35:19 -06:00
|
|
|
checksum = "a612c94d09e653662ec37681dc2d6fd2b9856e6df7147be0afc9aabb0abf19df"
|
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
|
|
|
]
|
|
|
|
|
2022-07-25 09:07:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-isle"
|
2023-12-24 08:35:19 -06:00
|
|
|
version = "0.103.0"
|
2022-07-25 09:07:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 08:35:19 -06:00
|
|
|
checksum = "85db9830abeb1170b7d29b536ffd55af1d4d26ac8a77570b5d1aca003bf225cc"
|
2022-07-25 09:07:57 -05:00
|
|
|
|
2020-12-27 03:30:38 -06:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-jit"
|
2023-12-24 08:35:19 -06:00
|
|
|
version = "0.103.0"
|
2021-12-20 11:56:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 08:35:19 -06:00
|
|
|
checksum = "4946271f1055e26544ef8c90fa24776f201566419dfac4b3962c39d5a804ff67"
|
2020-12-27 03:30:38 -06:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"cranelift-codegen",
|
2023-06-15 12:56:01 -05:00
|
|
|
"cranelift-control",
|
2020-12-27 03:30:38 -06:00
|
|
|
"cranelift-entity",
|
|
|
|
"cranelift-module",
|
|
|
|
"cranelift-native",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"region",
|
|
|
|
"target-lexicon",
|
2022-12-14 12:30:46 -06:00
|
|
|
"wasmtime-jit-icache-coherence",
|
2022-08-24 11:40:58 -05:00
|
|
|
"windows-sys",
|
2020-12-27 03:30:38 -06:00
|
|
|
]
|
|
|
|
|
2018-06-17 11:05:11 -05:00
|
|
|
[[package]]
|
2018-07-14 04:59:42 -05:00
|
|
|
name = "cranelift-module"
|
2023-12-24 08:35:19 -06:00
|
|
|
version = "0.103.0"
|
2021-12-20 11:56:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 08:35:19 -06:00
|
|
|
checksum = "cb7e3bdae2597556e59edeb8ecb62eb32c7e054c4f042d393732902979db69c3"
|
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",
|
2023-06-15 12:56:01 -05:00
|
|
|
"cranelift-control",
|
2018-06-19 12:51:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2018-07-14 04:59:42 -05:00
|
|
|
name = "cranelift-native"
|
2023-12-24 08:35:19 -06:00
|
|
|
version = "0.103.0"
|
2021-12-20 11:56:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 08:35:19 -06:00
|
|
|
checksum = "301ef0edafeaeda5771a5d2db64ac53e1818ae3111220a185677025fe91db4a1"
|
2018-06-17 11:05:11 -05:00
|
|
|
dependencies = [
|
2019-10-27 10:55:35 -05:00
|
|
|
"cranelift-codegen",
|
2021-07-07 04:14:20 -05:00
|
|
|
"libc",
|
2019-10-27 10:55:35 -05:00
|
|
|
"target-lexicon",
|
2018-06-19 12:51:29 -05:00
|
|
|
]
|
|
|
|
|
2019-10-16 13:48:09 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-object"
|
2023-12-24 08:35:19 -06:00
|
|
|
version = "0.103.0"
|
2021-12-20 11:56:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 08:35:19 -06:00
|
|
|
checksum = "59e0ee3d013728903e0c513c31afa389b559bfd4fe8a44f80335c799e3132a41"
|
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",
|
2023-06-15 12:56:01 -05:00
|
|
|
"cranelift-control",
|
2019-10-27 10:55:35 -05:00
|
|
|
"cranelift-module",
|
2020-10-01 03:38:23 -05:00
|
|
|
"log",
|
2023-08-14 11:03:27 -05:00
|
|
|
"object",
|
2019-10-27 10:55:35 -05:00
|
|
|
"target-lexicon",
|
2019-10-16 13:48:09 -05:00
|
|
|
]
|
|
|
|
|
2019-03-27 13:24:42 -05:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2022-03-20 10:55:21 -05:00
|
|
|
version = "1.3.2"
|
2019-03-27 13:24:42 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-20 10:55:21 -05:00
|
|
|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
|
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
|
|
|
]
|
|
|
|
|
2023-07-22 08:32:34 -05:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
2023-10-09 03:52:46 -05:00
|
|
|
version = "1.0.1"
|
2023-07-22 08:32:34 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 03:52:46 -05:00
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
2023-07-22 08:32:34 -05:00
|
|
|
|
2022-12-14 12:30:46 -06:00
|
|
|
[[package]]
|
|
|
|
name = "fallible-iterator"
|
2023-10-09 03:52:46 -05:00
|
|
|
version = "0.3.0"
|
2022-12-14 12:30:46 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 03:52:46 -05:00
|
|
|
checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
|
2022-12-14 12:30:46 -06:00
|
|
|
|
2019-01-17 11:07:27 -06:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2023-10-09 03:52:46 -05:00
|
|
|
version = "0.28.0"
|
2019-09-28 10:49:11 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 03:52:46 -05:00
|
|
|
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
|
2019-01-17 11:07:27 -06:00
|
|
|
dependencies = [
|
2022-12-14 12:30:46 -06:00
|
|
|
"fallible-iterator",
|
2023-10-09 03:52:46 -05:00
|
|
|
"indexmap",
|
2022-12-14 12:30:46 -06:00
|
|
|
"stable_deref_trait",
|
2019-01-17 11:07:27 -06:00
|
|
|
]
|
|
|
|
|
2023-04-29 07:00:43 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
2022-07-25 09:07:57 -05:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
|
|
|
|
2023-07-22 08:32:34 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.14.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
|
2019-10-29 13:07:07 -05:00
|
|
|
dependencies = [
|
2023-10-09 03:52:46 -05:00
|
|
|
"ahash",
|
2019-10-29 13:07:07 -05:00
|
|
|
]
|
2018-07-23 04:17:39 -05:00
|
|
|
|
2023-07-22 08:32:34 -05:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
|
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
|
|
|
"hashbrown 0.14.0",
|
|
|
|
]
|
|
|
|
|
2018-06-19 12:51:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-10-09 03:52:46 -05:00
|
|
|
version = "0.2.148"
|
2018-06-19 12:51:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 03:52:46 -05:00
|
|
|
checksum = "9cdc71e17332e86d2e1d38c1f99edcb6288ee11b815fb1a4b049eaa2114d369b"
|
2018-06-19 12:51:29 -05:00
|
|
|
|
2019-08-10 09:50:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2024-01-10 09:13:03 -06:00
|
|
|
version = "0.8.1"
|
2019-08-10 09:50:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-10 09:13:03 -06:00
|
|
|
checksum = "c571b676ddfc9a8c12f1f3d3085a7b163966a8fd8098a90640953ce5f6170161"
|
2019-08-10 09:50:23 -05:00
|
|
|
dependencies = [
|
2021-03-05 12:12:59 -06:00
|
|
|
"cfg-if",
|
2024-01-10 09:13:03 -06:00
|
|
|
"windows-sys",
|
2019-08-10 09:50:23 -05:00
|
|
|
]
|
|
|
|
|
2018-07-23 04:17:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-10-09 03:52:46 -05:00
|
|
|
version = "0.4.20"
|
2018-07-23 04:17:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 03:52:46 -05:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
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
|
|
|
]
|
|
|
|
|
2021-07-07 04:14:20 -05:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2023-10-09 03:52:46 -05:00
|
|
|
version = "2.6.3"
|
2021-07-07 04:14:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 03:52:46 -05:00
|
|
|
checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c"
|
2021-07-07 04:14:20 -05:00
|
|
|
|
2019-11-06 13:48:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2023-10-09 03:52:46 -05:00
|
|
|
version = "0.32.0"
|
2019-12-08 04:51:18 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 03:52:46 -05:00
|
|
|
checksum = "77ac5bbd07aea88c60a577a1ce218075ffd59208b2d7ca97adf9bfc5aeb21ebe"
|
2019-11-06 13:48:29 -06:00
|
|
|
dependencies = [
|
2019-10-27 10:55:35 -05:00
|
|
|
"crc32fast",
|
2023-10-09 03:52:46 -05:00
|
|
|
"hashbrown 0.14.0",
|
|
|
|
"indexmap",
|
2021-07-07 04:14:20 -05:00
|
|
|
"memchr",
|
2019-11-06 13:48:29 -06:00
|
|
|
]
|
|
|
|
|
2022-03-20 10:55:21 -05:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-10-09 03:52:46 -05:00
|
|
|
version = "1.18.0"
|
2022-03-20 10:55:21 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 03:52:46 -05:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2022-03-20 10:55:21 -05:00
|
|
|
|
2020-04-17 07:32:01 -05:00
|
|
|
[[package]]
|
2022-07-25 09:07:57 -05:00
|
|
|
name = "regalloc2"
|
2023-11-25 04:05:52 -06:00
|
|
|
version = "0.9.3"
|
2020-04-17 07:32:01 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-25 04:05:52 -06:00
|
|
|
checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
|
2020-04-17 07:32:01 -05:00
|
|
|
dependencies = [
|
2023-06-15 12:56:01 -05:00
|
|
|
"hashbrown 0.13.2",
|
2020-04-17 07:32:01 -05:00
|
|
|
"log",
|
2023-06-15 12:56:01 -05:00
|
|
|
"rustc-hash",
|
2022-07-25 09:07:57 -05:00
|
|
|
"slice-group-by",
|
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
|
|
|
]
|
|
|
|
|
2023-06-15 12:56: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
|
|
|
"cranelift-codegen",
|
|
|
|
"cranelift-frontend",
|
2020-12-27 03:30:38 -06:00
|
|
|
"cranelift-jit",
|
2019-10-27 10:55:35 -05:00
|
|
|
"cranelift-module",
|
2023-03-15 09:41:48 -05:00
|
|
|
"cranelift-native",
|
2019-10-27 10:55:35 -05:00
|
|
|
"cranelift-object",
|
2023-08-14 11:03:27 -05:00
|
|
|
"gimli",
|
2023-10-09 03:52:46 -05:00
|
|
|
"indexmap",
|
2019-10-27 10:55:35 -05:00
|
|
|
"libloading",
|
2023-08-14 11:03:27 -05:00
|
|
|
"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
|
|
|
]
|
|
|
|
|
2022-07-25 09:07:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "slice-group-by"
|
2023-10-09 03:52:46 -05:00
|
|
|
version = "0.3.1"
|
2022-07-25 09:07:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 03:52:46 -05:00
|
|
|
checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
|
2022-07-25 09:07:57 -05:00
|
|
|
|
2019-09-10 13:37:16 -05:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2023-10-09 03:52:46 -05:00
|
|
|
version = "1.11.0"
|
2019-09-10 13:37:16 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 03:52:46 -05:00
|
|
|
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
|
2022-12-14 12:30:46 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
2019-09-10 13:37:16 -05:00
|
|
|
|
2019-11-06 13:48:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
2023-10-26 12:38:52 -05:00
|
|
|
version = "0.12.12"
|
2019-11-06 13:48:29 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-26 12:38:52 -05:00
|
|
|
checksum = "14c39fd04924ca3a864207c66fc2cd7d22d7c016007f9ce846cbb9326331930a"
|
2019-11-06 13:48:29 -06:00
|
|
|
|
2022-07-25 09:07:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
2022-12-14 12:30:46 -06:00
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-jit-icache-coherence"
|
2023-12-24 08:35:19 -06:00
|
|
|
version = "16.0.0"
|
2022-12-14 12:30:46 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-12-24 08:35:19 -06:00
|
|
|
checksum = "6b6d197fcc34ad32ed440e1f9552fd57d1f377d9699d31dee1b5b457322c1f8a"
|
2022-12-14 12:30:46 -06:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
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"
|
2022-08-24 11:40:58 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2023-06-15 12:56:01 -05:00
|
|
|
version = "0.48.0"
|
2023-04-29 07:00:43 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-06-15 12:56:01 -05:00
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
2023-04-29 07:00:43 -05:00
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-10-09 03:52:46 -05:00
|
|
|
version = "0.48.5"
|
2022-08-24 11:40:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 03:52:46 -05:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2022-08-24 11:40:58 -05:00
|
|
|
dependencies = [
|
2023-01-24 11:56:42 -06:00
|
|
|
"windows_aarch64_gnullvm",
|
2022-08-24 11:40:58 -05:00
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
2023-01-24 11:56:42 -06:00
|
|
|
"windows_x86_64_gnullvm",
|
2022-08-24 11:40:58 -05:00
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
2023-01-24 11:56:42 -06:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-10-09 03:52:46 -05:00
|
|
|
version = "0.48.5"
|
2023-01-24 11:56:42 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 03:52:46 -05:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2023-01-24 11:56:42 -06:00
|
|
|
|
2022-08-24 11:40:58 -05:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-10-09 03:52:46 -05:00
|
|
|
version = "0.48.5"
|
2022-08-24 11:40:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 03:52:46 -05:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2022-08-24 11:40:58 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-10-09 03:52:46 -05:00
|
|
|
version = "0.48.5"
|
2022-08-24 11:40:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 03:52:46 -05:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2022-08-24 11:40:58 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-10-09 03:52:46 -05:00
|
|
|
version = "0.48.5"
|
2022-08-24 11:40:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 03:52:46 -05:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2022-08-24 11:40:58 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-10-09 03:52:46 -05:00
|
|
|
version = "0.48.5"
|
2023-01-24 11:56:42 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 03:52:46 -05:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2023-01-24 11:56:42 -06:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-10-09 03:52:46 -05:00
|
|
|
version = "0.48.5"
|
2022-08-24 11:40:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 03:52:46 -05:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2022-08-24 11:40:58 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-10-09 03:52:46 -05:00
|
|
|
version = "0.48.5"
|
2022-08-24 11:40:58 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-09 03:52:46 -05:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|