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-05-20 09:44:20 -05:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-03-19 06:09:21 -05:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2022-12-11 06:44:41 -06:00
|
|
|
version = "1.0.66"
|
2020-03-19 06:09:21 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-11 06:44:41 -06:00
|
|
|
checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
|
2020-03-19 06:09:21 -05:00
|
|
|
|
2022-09-25 10:49:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
|
|
|
|
|
2019-10-29 13:07:07 -05:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-03-08 13:08:50 -06:00
|
|
|
version = "1.1.0"
|
2019-10-29 13:07:07 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-08 13:08:50 -06:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2019-10-29 13:07:07 -05:00
|
|
|
|
2018-06-19 12:51:29 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2021-09-30 08:22:19 -05:00
|
|
|
version = "1.3.2"
|
2018-06-19 12:51:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-09-30 08:22:19 -05:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2018-06-19 12:51:29 -05:00
|
|
|
|
2022-09-25 10:49:44 -05:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2022-12-11 06:44:41 -06:00
|
|
|
version = "3.11.1"
|
2022-09-25 10:49:44 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-11 06:44:41 -06:00
|
|
|
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
|
2022-09-25 10:49:44 -05:00
|
|
|
|
2022-05-20 09:44:20 -05:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
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"
|
2022-12-13 11:34:08 -06:00
|
|
|
version = "0.91.0"
|
2022-11-21 13:11:18 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 11:34:08 -06:00
|
|
|
checksum = "fc952b310b24444fc14ab8b9cbe3fafd7e7329e3eec84c3a9b11d2b5cf6f3be1"
|
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"
|
2022-12-13 11:34:08 -06:00
|
|
|
version = "0.91.0"
|
2022-11-21 13:11:18 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 11:34:08 -06:00
|
|
|
checksum = "e73470419b33011e50dbf0f6439cbccbaabe9381de172da4e1b6efcda4bb8fa7"
|
2018-06-19 12:51:29 -05:00
|
|
|
dependencies = [
|
2022-09-25 10:49:44 -05:00
|
|
|
"arrayvec",
|
|
|
|
"bumpalo",
|
2019-10-27 10:55:35 -05:00
|
|
|
"cranelift-bforest",
|
|
|
|
"cranelift-codegen-meta",
|
|
|
|
"cranelift-codegen-shared",
|
2022-10-25 12:20:30 -05:00
|
|
|
"cranelift-egraph",
|
2019-10-27 10:55:35 -05:00
|
|
|
"cranelift-entity",
|
2022-06-23 08:19:54 -05:00
|
|
|
"cranelift-isle",
|
2019-10-27 10:55:35 -05:00
|
|
|
"gimli",
|
|
|
|
"log",
|
2022-05-20 09:44:20 -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"
|
2022-12-13 11:34:08 -06:00
|
|
|
version = "0.91.0"
|
2022-11-21 13:11:18 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 11:34:08 -06:00
|
|
|
checksum = "911a1872464108a11ac9965c2b079e61bbdf1bc2e0b9001264264add2e12a38f"
|
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"
|
2022-12-13 11:34:08 -06:00
|
|
|
version = "0.91.0"
|
2022-11-21 13:11:18 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 11:34:08 -06:00
|
|
|
checksum = "e036f3f07adb24a86fb46e977e8fe03b18bb16b1eada949cf2c48283e5f8a862"
|
2022-10-25 12:20:30 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-egraph"
|
2022-12-13 11:34:08 -06:00
|
|
|
version = "0.91.0"
|
2022-11-21 13:11:18 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 11:34:08 -06:00
|
|
|
checksum = "2d6c623f4b5d2a6bad32c403f03765d4484a827eb93ee78f8cb6219ef118fd59"
|
2022-10-25 12:20:30 -05:00
|
|
|
dependencies = [
|
|
|
|
"cranelift-entity",
|
|
|
|
"fxhash",
|
|
|
|
"hashbrown",
|
|
|
|
"indexmap",
|
|
|
|
"log",
|
|
|
|
"smallvec",
|
|
|
|
]
|
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"
|
2022-12-13 11:34:08 -06:00
|
|
|
version = "0.91.0"
|
2022-11-21 13:11:18 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 11:34:08 -06:00
|
|
|
checksum = "74385eb5e405b3562f0caa7bcc4ab9a93c7958dd5bcd0e910bffb7765eacd6fc"
|
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"
|
2022-12-13 11:34:08 -06:00
|
|
|
version = "0.91.0"
|
2022-11-21 13:11:18 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 11:34:08 -06:00
|
|
|
checksum = "8a4ac920422ee36bff2c66257fec861765e3d95a125cdf58d8c0f3bba7e40e61"
|
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-06-23 08:19:54 -05:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-isle"
|
2022-12-13 11:34:08 -06:00
|
|
|
version = "0.91.0"
|
2022-11-21 13:11:18 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 11:34:08 -06:00
|
|
|
checksum = "c541263fb37ad2baa53ec8c37218ee5d02fa0984670d9419dedd8002ea68ff08"
|
2022-06-23 08:19:54 -05:00
|
|
|
|
2020-12-27 03:30:38 -06:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-jit"
|
2022-12-13 11:34:08 -06:00
|
|
|
version = "0.91.0"
|
2022-11-21 13:11:18 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 11:34:08 -06:00
|
|
|
checksum = "48a844e3500d313b69f3eec4b4e15bf9cdbd529756add06a468e0e281c0f6bee"
|
2020-12-27 03:30:38 -06:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"cranelift-codegen",
|
|
|
|
"cranelift-entity",
|
|
|
|
"cranelift-module",
|
|
|
|
"cranelift-native",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"region",
|
|
|
|
"target-lexicon",
|
2022-10-25 12:20:30 -05:00
|
|
|
"wasmtime-jit-icache-coherence",
|
2022-07-28 14:08:05 -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"
|
2022-12-13 11:34:08 -06:00
|
|
|
version = "0.91.0"
|
2022-11-21 13:11:18 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 11:34:08 -06:00
|
|
|
checksum = "0699ea5fc6ca943456ba80ad49f80212bd6e2b846b992ec59f0f2b912a1d25fa"
|
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",
|
2018-06-19 12:51:29 -05:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2018-07-14 04:59:42 -05:00
|
|
|
name = "cranelift-native"
|
2022-12-13 11:34:08 -06:00
|
|
|
version = "0.91.0"
|
2022-11-21 13:11:18 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 11:34:08 -06:00
|
|
|
checksum = "1de5d7a063e8563d670aaca38de16591a9b70dc66cbad4d49a7b4ae8395fd1ce"
|
2018-06-17 11:05:11 -05:00
|
|
|
dependencies = [
|
2019-10-27 10:55:35 -05:00
|
|
|
"cranelift-codegen",
|
2021-06-25 12:18:17 -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"
|
2022-12-13 11:34:08 -06:00
|
|
|
version = "0.91.0"
|
2022-11-21 13:11:18 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 11:34:08 -06:00
|
|
|
checksum = "307735148f6a556388aabf1ea31f46ccd378ed0739f3e9bdda2029639d701ab7"
|
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"
|
2022-03-08 13:08:50 -06: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-08 13:08:50 -06: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
|
|
|
]
|
|
|
|
|
2022-10-27 09:48:07 -05:00
|
|
|
[[package]]
|
|
|
|
name = "fallible-iterator"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
|
|
|
|
2022-05-20 09:44:20 -05:00
|
|
|
[[package]]
|
|
|
|
name = "fxhash"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2022-12-11 06:44:41 -06:00
|
|
|
version = "0.2.8"
|
2022-05-20 09:44:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-11 06:44:41 -06:00
|
|
|
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
|
2022-05-20 09:44:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
2019-01-17 11:07:27 -06:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2022-07-28 14:08:05 -05:00
|
|
|
version = "0.26.2"
|
2019-09-28 10:49:11 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-28 14:08:05 -05:00
|
|
|
checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
|
2019-01-17 11:07:27 -06:00
|
|
|
dependencies = [
|
2022-10-27 09:48:07 -05:00
|
|
|
"fallible-iterator",
|
2019-10-27 10:55:35 -05:00
|
|
|
"indexmap",
|
2022-10-27 09:48:07 -05:00
|
|
|
"stable_deref_trait",
|
2019-01-17 11:07:27 -06:00
|
|
|
]
|
|
|
|
|
2020-07-30 09:43:53 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-08-22 13:53:10 -05:00
|
|
|
version = "0.12.3"
|
2020-07-30 09:43:53 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-22 13:53:10 -05:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2022-05-20 09:44:20 -05:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
2020-07-30 09:43:53 -05:00
|
|
|
|
2018-07-23 04:17:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2022-12-11 06:44:41 -06:00
|
|
|
version = "1.9.2"
|
2018-07-23 04:17:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-11 06:44:41 -06:00
|
|
|
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
|
2019-10-29 13:07:07 -05:00
|
|
|
dependencies = [
|
2019-10-27 10:55:35 -05:00
|
|
|
"autocfg",
|
2022-08-22 13:53:10 -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"
|
2022-12-11 06:44:41 -06:00
|
|
|
version = "0.2.138"
|
2018-06-19 12:51:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-11 06:44:41 -06:00
|
|
|
checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8"
|
2018-06-19 12:51:29 -05:00
|
|
|
|
2019-08-10 09:50:23 -05:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2022-12-11 06:44:41 -06:00
|
|
|
version = "0.7.4"
|
2019-08-10 09:50:23 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-11 06:44:41 -06:00
|
|
|
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
|
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"
|
2022-07-28 14:08:05 -05:00
|
|
|
version = "0.4.17"
|
2018-07-23 04:17:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-28 14:08:05 -05:00
|
|
|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
|
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
|
|
|
]
|
|
|
|
|
2021-06-10 05:17:42 -05:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-07-28 14:08:05 -05:00
|
|
|
version = "2.5.0"
|
2021-06-10 05:17:42 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-28 14:08:05 -05:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2021-06-10 05:17:42 -05:00
|
|
|
|
2019-11-06 13:48:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2022-08-22 13:53:10 -05:00
|
|
|
version = "0.29.0"
|
2019-12-08 04:51:18 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-22 13:53:10 -05:00
|
|
|
checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
|
2019-11-06 13:48:29 -06:00
|
|
|
dependencies = [
|
2019-10-27 10:55:35 -05:00
|
|
|
"crc32fast",
|
2022-08-22 13:53:10 -05:00
|
|
|
"hashbrown",
|
2019-10-27 10:55:35 -05:00
|
|
|
"indexmap",
|
2021-06-10 05:17:42 -05:00
|
|
|
"memchr",
|
2019-11-06 13:48:29 -06:00
|
|
|
]
|
|
|
|
|
2022-03-13 09:31:34 -05:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2022-12-11 06:44:41 -06:00
|
|
|
version = "1.16.0"
|
2022-03-13 09:31:34 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-11 06:44:41 -06:00
|
|
|
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
|
2022-03-13 09:31:34 -05:00
|
|
|
|
2020-04-17 07:32:01 -05:00
|
|
|
[[package]]
|
2022-05-20 09:44:20 -05:00
|
|
|
name = "regalloc2"
|
2022-12-13 11:34:08 -06:00
|
|
|
version = "0.5.1"
|
2020-04-17 07:32:01 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 11:34:08 -06:00
|
|
|
checksum = "300d4fbfb40c1c66a78ba3ddd41c1110247cf52f97b87d0f2fc9209bd49b030c"
|
2020-04-17 07:32:01 -05:00
|
|
|
dependencies = [
|
2022-05-20 09:44:20 -05:00
|
|
|
"fxhash",
|
2020-04-17 07:32:01 -05:00
|
|
|
"log",
|
2022-05-20 09:44:20 -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
|
|
|
]
|
|
|
|
|
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",
|
2021-04-23 08:55:52 -05:00
|
|
|
"cranelift-native",
|
2019-10-27 10:55:35 -05:00
|
|
|
"cranelift-object",
|
|
|
|
"gimli",
|
|
|
|
"indexmap",
|
|
|
|
"libloading",
|
|
|
|
"object",
|
2022-03-13 09:31:34 -05:00
|
|
|
"once_cell",
|
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-05-20 09:44:20 -05: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 13:37:16 -05:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-12-11 06:44:41 -06:00
|
|
|
version = "1.10.0"
|
2019-09-10 13:37:16 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-11 06:44:41 -06:00
|
|
|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
2019-09-10 13:37:16 -05:00
|
|
|
|
2022-10-27 09:48:07 -05:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
2019-11-06 13:48:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
2022-11-05 07:24:46 -05:00
|
|
|
version = "0.12.5"
|
2019-11-06 13:48:29 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-05 07:24:46 -05:00
|
|
|
checksum = "9410d0f6853b1d94f0e519fb95df60f29d2c1eff2d921ffdf01a4c8a3b54f12d"
|
2019-11-06 13:48:29 -06:00
|
|
|
|
2022-05-20 09:44:20 -05:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2022-07-28 14:08:05 -05:00
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2022-05-20 09:44:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-28 14:08:05 -05:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2022-05-20 09:44:20 -05:00
|
|
|
|
2022-10-25 12:20:30 -05:00
|
|
|
[[package]]
|
|
|
|
name = "wasmtime-jit-icache-coherence"
|
2022-12-13 11:34:08 -06:00
|
|
|
version = "3.0.0"
|
2022-11-21 13:11:18 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 11:34:08 -06:00
|
|
|
checksum = "22d9c2e92b0fc124d2cad6cb497a4c840580a7dd2414a37109e8c7cfe699c0ea"
|
2022-10-25 12:20:30 -05: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-07-28 14:08:05 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2022-12-13 11:34:08 -06:00
|
|
|
version = "0.42.0"
|
2022-07-28 14:08:05 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 11:34:08 -06:00
|
|
|
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
2022-07-28 14:08:05 -05:00
|
|
|
dependencies = [
|
2022-12-13 11:34:08 -06:00
|
|
|
"windows_aarch64_gnullvm",
|
2022-07-28 14:08:05 -05:00
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
2022-12-13 11:34:08 -06:00
|
|
|
"windows_x86_64_gnullvm",
|
2022-07-28 14:08:05 -05:00
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
2022-12-13 11:34:08 -06:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
|
|
|
|
|
2022-07-28 14:08:05 -05:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2022-12-13 11:34:08 -06:00
|
|
|
version = "0.42.0"
|
2022-07-28 14:08:05 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 11:34:08 -06:00
|
|
|
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
|
2022-07-28 14:08:05 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2022-12-13 11:34:08 -06:00
|
|
|
version = "0.42.0"
|
2022-07-28 14:08:05 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 11:34:08 -06:00
|
|
|
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
|
2022-07-28 14:08:05 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2022-12-13 11:34:08 -06:00
|
|
|
version = "0.42.0"
|
2022-07-28 14:08:05 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 11:34:08 -06:00
|
|
|
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
|
2022-07-28 14:08:05 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2022-12-13 11:34:08 -06:00
|
|
|
version = "0.42.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.42.0"
|
2022-07-28 14:08:05 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 11:34:08 -06:00
|
|
|
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
|
2022-07-28 14:08:05 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2022-12-13 11:34:08 -06:00
|
|
|
version = "0.42.0"
|
2022-07-28 14:08:05 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-13 11:34:08 -06:00
|
|
|
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
|