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"
|
|
|
|
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-08-08 08:04:26 -05:00
|
|
|
version = "1.0.60"
|
2020-03-19 06:09:21 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-08 08:04:26 -05:00
|
|
|
checksum = "c794e162a5eff65c72ef524dfe393eb923c354e350bb78b9c7383df13f3bc142"
|
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"
|
2022-03-20 10:55:21 -05: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-20 10:55:21 -05:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2019-10-29 13:07:07 -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-07-25 09:07:57 -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-08-24 11:40:58 -05:00
|
|
|
version = "0.87.0"
|
2021-12-20 11:56:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-24 11:40:58 -05:00
|
|
|
checksum = "93945adbccc8d731503d3038814a51e8317497c9e205411820348132fa01a358"
|
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-08-24 11:40:58 -05:00
|
|
|
version = "0.87.0"
|
2021-12-20 11:56:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-24 11:40:58 -05:00
|
|
|
checksum = "2b482acc9d0d0d1ad3288a90a8150ee648be3dce8dc8c8669ff026f72debdc31"
|
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",
|
2022-07-25 09:07:57 -05:00
|
|
|
"cranelift-isle",
|
2019-10-27 10:55:35 -05:00
|
|
|
"gimli",
|
|
|
|
"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"
|
2022-08-24 11:40:58 -05:00
|
|
|
version = "0.87.0"
|
2021-12-20 11:56:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-24 11:40:58 -05:00
|
|
|
checksum = "f9ec188d71e663192ef9048f204e410a7283b609942efc9fcc77da6d496edbb8"
|
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-08-24 11:40:58 -05:00
|
|
|
version = "0.87.0"
|
2021-12-20 11:56:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-24 11:40:58 -05:00
|
|
|
checksum = "3ad794b1b1c2c7bd9f7b76cfe0f084eaf7753e55d56191c3f7d89e8fa4978b99"
|
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-08-24 11:40:58 -05:00
|
|
|
version = "0.87.0"
|
2021-12-20 11:56:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-24 11:40:58 -05:00
|
|
|
checksum = "342da0d5056f4119d3c311c4aab2460ceb6ee6e127bb395b76dd2279a09ea7a5"
|
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-08-24 11:40:58 -05:00
|
|
|
version = "0.87.0"
|
2021-12-20 11:56:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-24 11:40:58 -05:00
|
|
|
checksum = "dfff792f775b07d4d9cfe9f1c767ce755c6cbadda1bbd6db18a1c75ff9f7376a"
|
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"
|
2022-08-24 11:40:58 -05:00
|
|
|
version = "0.87.0"
|
2022-07-25 09:07:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-24 11:40:58 -05:00
|
|
|
checksum = "8d51089478849f2ac8ef60a8a2d5346c8d4abfec0e45ac5b24530ef9f9499e1e"
|
2022-07-25 09:07:57 -05:00
|
|
|
|
2020-12-27 03:30:38 -06:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-jit"
|
2022-08-24 11:40:58 -05:00
|
|
|
version = "0.87.0"
|
2021-12-20 11:56:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-24 11:40:58 -05:00
|
|
|
checksum = "095936e41720f86004b4c57ce88e6a13af28646bb3a6fb4afbebd5ae90c50029"
|
2020-12-27 03:30:38 -06:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"cranelift-codegen",
|
|
|
|
"cranelift-entity",
|
|
|
|
"cranelift-module",
|
|
|
|
"cranelift-native",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"region",
|
|
|
|
"target-lexicon",
|
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"
|
2022-08-24 11:40:58 -05:00
|
|
|
version = "0.87.0"
|
2021-12-20 11:56:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-24 11:40:58 -05:00
|
|
|
checksum = "704a1aea4723d97eafe0fb7af110f6f6868b1ac95f5380bbc9adb2a3b8cf97e8"
|
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-08-24 11:40:58 -05:00
|
|
|
version = "0.87.0"
|
2021-12-20 11:56:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-24 11:40:58 -05:00
|
|
|
checksum = "885debe62f2078638d6585f54c9f05f5c2008f22ce5a2a9100ada785fc065dbd"
|
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"
|
2022-08-24 11:40:58 -05:00
|
|
|
version = "0.87.0"
|
2021-12-20 11:56:35 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-24 11:40:58 -05:00
|
|
|
checksum = "aac1310cf1081ae8eca916c92cd163b977c77cab6e831fa812273c26ff921816"
|
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-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
|
|
|
]
|
|
|
|
|
2022-07-25 09:07:57 -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-08-24 11:40:58 -05:00
|
|
|
version = "0.2.7"
|
2022-07-25 09:07:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-24 11:40:58 -05:00
|
|
|
checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
|
2022-07-25 09:07:57 -05:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
2019-01-17 11:07:27 -06:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2022-08-24 11:40:58 -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-08-24 11:40:58 -05:00
|
|
|
checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
|
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
|
|
|
]
|
|
|
|
|
2022-07-25 09:07:57 -05:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-08-24 11:40:58 -05:00
|
|
|
version = "0.12.3"
|
2022-07-25 09:07:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-24 11:40:58 -05:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2022-07-25 09:07:57 -05:00
|
|
|
dependencies = [
|
|
|
|
"ahash",
|
|
|
|
]
|
|
|
|
|
2018-07-23 04:17:39 -05:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2022-07-14 12:13:52 -05:00
|
|
|
version = "1.9.1"
|
2018-07-23 04:17:39 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-07-14 12:13:52 -05:00
|
|
|
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
|
2019-10-29 13:07:07 -05:00
|
|
|
dependencies = [
|
2019-10-27 10:55:35 -05:00
|
|
|
"autocfg",
|
2022-08-24 11:40:58 -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-08-24 11:40:58 -05:00
|
|
|
version = "0.2.127"
|
2018-06-19 12:51:29 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-24 11:40:58 -05:00
|
|
|
checksum = "505e71a4706fa491e9b1b55f51b95d4037d0821ee40131190475f692b35b009b"
|
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"
|
2022-08-24 11:40:58 -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-08-24 11:40:58 -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-07-07 04:14:20 -05:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2022-08-24 11:40:58 -05:00
|
|
|
version = "2.5.0"
|
2021-07-07 04:14:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-24 11:40:58 -05:00
|
|
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
2021-07-07 04:14:20 -05:00
|
|
|
|
2019-11-06 13:48:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2022-08-24 11:40:58 -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-24 11:40:58 -05:00
|
|
|
checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
|
2019-11-06 13:48:29 -06:00
|
|
|
dependencies = [
|
2019-10-27 10:55:35 -05:00
|
|
|
"crc32fast",
|
2022-08-24 11:40:58 -05:00
|
|
|
"hashbrown",
|
2019-10-27 10:55:35 -05:00
|
|
|
"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"
|
2022-08-24 11:40:58 -05:00
|
|
|
version = "1.13.0"
|
2022-03-20 10:55:21 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-24 11:40:58 -05:00
|
|
|
checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
|
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"
|
2022-08-24 11:40:58 -05:00
|
|
|
version = "0.3.2"
|
2020-04-17 07:32:01 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-24 11:40:58 -05:00
|
|
|
checksum = "d43a209257d978ef079f3d446331d0f1794f5e0fc19b306a199983857833a779"
|
2020-04-17 07:32:01 -05:00
|
|
|
dependencies = [
|
2022-07-25 09:07:57 -05:00
|
|
|
"fxhash",
|
2020-04-17 07:32:01 -05:00
|
|
|
"log",
|
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
|
|
|
]
|
|
|
|
|
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",
|
2022-03-20 10:55:21 -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-07-25 09:07:57 -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-08-24 11:40:58 -05:00
|
|
|
version = "1.9.0"
|
2019-09-10 13:37:16 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-24 11:40:58 -05:00
|
|
|
checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
|
2019-09-10 13:37:16 -05:00
|
|
|
|
2019-11-06 13:48:29 -06:00
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
2022-08-24 11:40:58 -05:00
|
|
|
version = "0.12.4"
|
2019-11-06 13:48:29 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-24 11:40:58 -05:00
|
|
|
checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"
|
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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2022-08-24 11:40:58 -05:00
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2022-07-25 09:07:57 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-08-24 11:40:58 -05:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2022-07-25 09:07:57 -05: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"
|
2022-08-24 11:40:58 -05:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.36.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
|