rust/Cargo.lock

451 lines
12 KiB
Plaintext
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
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"
version = "1.0.60"
2020-03-19 06:09:21 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
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"
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
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"
version = "3.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1ad822118d20d2c234f427000d5acc36eabe1e29a348c89b63dd60b13f28e5d"
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"
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cranelift-bforest"
version = "0.89.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4d6bb61f78cc312fbdebbb8a11b5aea6c16355ee682c57b89914691f3d57d0d"
dependencies = [
2019-10-27 10:55:35 -05:00
"cranelift-entity",
]
2018-06-19 12:51:29 -05:00
[[package]]
2018-07-14 04:59:42 -05:00
name = "cranelift-codegen"
version = "0.89.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4f8572ccd8b99df7a8244d64feaa37f37877e47eccc245aa5e27f15dd336d7e"
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",
"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"
version = "0.89.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15f2f284f49249a9fda931332f3feed56492651f47c330ffe1aa5a51f2b9d6b6"
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
[[package]]
name = "cranelift-codegen-shared"
version = "0.89.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f6190411c55dfd88e68f506dfdbd028da0551dca40793d40811ea03cb6e0f4a"
2018-06-17 11:05:11 -05:00
[[package]]
2018-07-14 04:59:42 -05:00
name = "cranelift-entity"
version = "0.89.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed8aa1104f54509dfb386520711cd8a6a0992ae42ce2df06fdebdfff4de2c2dd"
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"
version = "0.89.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d48087600d6c055f625754b1d9cc9cab36a0d26a365cbcb388825e331e0041ff"
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"
version = "0.89.1"
2022-06-23 08:19:54 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eead4df80ce3c68b913d071683790692a0316a67e3518b32e273169238876f0a"
2022-06-23 08:19:54 -05:00
[[package]]
name = "cranelift-jit"
version = "0.89.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6d92ab547bf300966d5ef714e5575ae0437a2f8da6f92a30a3d35f9e7971ae9"
dependencies = [
"anyhow",
"cranelift-codegen",
"cranelift-entity",
"cranelift-module",
"cranelift-native",
"libc",
"log",
"region",
"target-lexicon",
2022-07-28 14:08:05 -05:00
"windows-sys",
]
2018-06-17 11:05:11 -05:00
[[package]]
2018-07-14 04:59:42 -05:00
name = "cranelift-module"
version = "0.89.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ecae6c04ac78161c9380e4953ff5d56e44fe78e1e32a3d7e816bf2e9246283f"
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"
version = "0.89.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3adde571ff9c6a77320b69ac03920c5ce70fed94f5f9ac53f5c0600a69fc142e"
2018-06-17 11:05:11 -05:00
dependencies = [
2019-10-27 10:55:35 -05:00
"cranelift-codegen",
"libc",
2019-10-27 10:55:35 -05:00
"target-lexicon",
2018-06-19 12:51:29 -05:00
]
[[package]]
name = "cranelift-object"
version = "0.89.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afb602999187ba96b81822fe48dbd544ecc36179741c0bc2dd6602e3ee0c5ead"
dependencies = [
2020-06-16 03:38:12 -05:00
"anyhow",
2019-10-27 10:55:35 -05:00
"cranelift-codegen",
"cranelift-module",
"log",
2019-10-27 10:55:35 -05:00
"object",
"target-lexicon",
]
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 = [
"cfg-if",
2019-03-27 13:24:42 -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-07-28 14:08:05 -05:00
version = "0.2.7"
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 = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
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"
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 = [
"fallible-iterator",
2019-10-27 10:55:35 -05:00
"indexmap",
"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"
version = "1.9.1"
2018-07-23 04:17:39 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
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-08-05 07:13:36 -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-05 07:13:36 -05:00
checksum = "505e71a4706fa491e9b1b55f51b95d4037d0821ee40131190475f692b35b009b"
2018-06-19 12:51:29 -05:00
[[package]]
name = "libloading"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
dependencies = [
"cfg-if",
2019-10-27 10:55:35 -05:00
"winapi",
]
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 = [
"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
]
[[package]]
name = "once_cell"
2022-07-28 14:08:05 -05:00
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-28 14:08:05 -05:00
checksum = "18a6dbe30758c9f83eb00cbea4ac95966305f5a7772f3f42ebfc7fc7eddbd8e1"
2020-04-17 07:32:01 -05:00
[[package]]
2022-05-20 09:44:20 -05:00
name = "regalloc2"
version = "0.4.1"
2020-04-17 07:32:01 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69025b4a161879ba90719837c06621c3d73cffa147a000aeacf458f6a9572485"
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
"ar",
"cranelift-codegen",
"cranelift-frontend",
"cranelift-jit",
2019-10-27 10:55:35 -05:00
"cranelift-module",
"cranelift-native",
2019-10-27 10:55:35 -05:00
"cranelift-object",
"gimli",
"indexmap",
"libloading",
"object",
"once_cell",
"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-07-28 14:08:05 -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-07-28 14:08:05 -05:00
checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
2019-09-10 13:37:16 -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-07-28 14:08:05 -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-07-28 14:08:05 -05:00
checksum = "c02424087780c9b71cc96799eaeddff35af2bc513278cda5c99fc1f5d026d3c1"
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
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"
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"