mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-11-04 06:56:14 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			472 lines
		
	
	
		
			12 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			472 lines
		
	
	
		
			12 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
# This file is automatically @generated by Cargo.
 | 
						|
# It is not intended for manual editing.
 | 
						|
version = 3
 | 
						|
 | 
						|
[[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",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "anyhow"
 | 
						|
version = "1.0.66"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "arrayvec"
 | 
						|
version = "0.7.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "autocfg"
 | 
						|
version = "1.1.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "bitflags"
 | 
						|
version = "1.3.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "bumpalo"
 | 
						|
version = "3.11.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
 | 
						|
 | 
						|
[[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.90.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b62c772976416112fa4484cbd688cb6fb35fd430005c1c586224fc014018abad"
 | 
						|
dependencies = [
 | 
						|
 "cranelift-entity",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cranelift-codegen"
 | 
						|
version = "0.90.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "9b40ed2dd13c2ac7e24f88a3090c68ad3414eb1d066a95f8f1f7b3b819cb4e46"
 | 
						|
dependencies = [
 | 
						|
 "arrayvec",
 | 
						|
 "bumpalo",
 | 
						|
 "cranelift-bforest",
 | 
						|
 "cranelift-codegen-meta",
 | 
						|
 "cranelift-codegen-shared",
 | 
						|
 "cranelift-egraph",
 | 
						|
 "cranelift-entity",
 | 
						|
 "cranelift-isle",
 | 
						|
 "gimli",
 | 
						|
 "log",
 | 
						|
 "regalloc2",
 | 
						|
 "smallvec",
 | 
						|
 "target-lexicon",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cranelift-codegen-meta"
 | 
						|
version = "0.90.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "bb927a8f1c27c34ee3759b6b0ffa528d2330405d5cc4511f0cab33fe2279f4b5"
 | 
						|
dependencies = [
 | 
						|
 "cranelift-codegen-shared",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cranelift-codegen-shared"
 | 
						|
version = "0.90.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "43dfa417b884a9ab488d95fd6b93b25e959321fe7bfd7a0a960ba5d7fb7ab927"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cranelift-egraph"
 | 
						|
version = "0.90.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e0a66b39785efd8513d2cca967ede56d6cc57c8d7986a595c7c47d0c78de8dce"
 | 
						|
dependencies = [
 | 
						|
 "cranelift-entity",
 | 
						|
 "fxhash",
 | 
						|
 "hashbrown",
 | 
						|
 "indexmap",
 | 
						|
 "log",
 | 
						|
 "smallvec",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cranelift-entity"
 | 
						|
version = "0.90.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "0637ffde963cb5d759bc4d454cfa364b6509e6c74cdaa21298add0ed9276f346"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cranelift-frontend"
 | 
						|
version = "0.90.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "fb72b8342685e850cb037350418f62cc4fc55d6c2eb9c7ca01b82f9f1a6f3d56"
 | 
						|
dependencies = [
 | 
						|
 "cranelift-codegen",
 | 
						|
 "log",
 | 
						|
 "smallvec",
 | 
						|
 "target-lexicon",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cranelift-isle"
 | 
						|
version = "0.90.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "850579cb9e4b448f7c301f1e6e6cbad99abe3f1f1d878a4994cb66e33c6db8cd"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cranelift-jit"
 | 
						|
version = "0.90.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "9add822ad66dcbe152b5ab57de10240a2df4505099f2f6c27159acb711890bd4"
 | 
						|
dependencies = [
 | 
						|
 "anyhow",
 | 
						|
 "cranelift-codegen",
 | 
						|
 "cranelift-entity",
 | 
						|
 "cranelift-module",
 | 
						|
 "cranelift-native",
 | 
						|
 "libc",
 | 
						|
 "log",
 | 
						|
 "region",
 | 
						|
 "target-lexicon",
 | 
						|
 "wasmtime-jit-icache-coherence",
 | 
						|
 "windows-sys",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cranelift-module"
 | 
						|
version = "0.90.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "406b772626fc2664864cf947f3895a23b619895c7fff635f3622e2d857f4492f"
 | 
						|
dependencies = [
 | 
						|
 "anyhow",
 | 
						|
 "cranelift-codegen",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cranelift-native"
 | 
						|
version = "0.90.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "2d0a279e5bcba3e0466c734d8d8eb6bfc1ad29e95c37f3e4955b492b5616335e"
 | 
						|
dependencies = [
 | 
						|
 "cranelift-codegen",
 | 
						|
 "libc",
 | 
						|
 "target-lexicon",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cranelift-object"
 | 
						|
version = "0.90.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "39793c550f0c1d7db96c2fc1324583670c8143befe6edbfbaf1c68aba53be983"
 | 
						|
dependencies = [
 | 
						|
 "anyhow",
 | 
						|
 "cranelift-codegen",
 | 
						|
 "cranelift-module",
 | 
						|
 "log",
 | 
						|
 "object",
 | 
						|
 "target-lexicon",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "crc32fast"
 | 
						|
version = "1.3.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "fallible-iterator"
 | 
						|
version = "0.2.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "fxhash"
 | 
						|
version = "0.2.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
 | 
						|
dependencies = [
 | 
						|
 "byteorder",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "getrandom"
 | 
						|
version = "0.2.8"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if",
 | 
						|
 "libc",
 | 
						|
 "wasi",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gimli"
 | 
						|
version = "0.26.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
 | 
						|
dependencies = [
 | 
						|
 "fallible-iterator",
 | 
						|
 "indexmap",
 | 
						|
 "stable_deref_trait",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "hashbrown"
 | 
						|
version = "0.12.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 | 
						|
dependencies = [
 | 
						|
 "ahash",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "indexmap"
 | 
						|
version = "1.9.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
 | 
						|
dependencies = [
 | 
						|
 "autocfg",
 | 
						|
 "hashbrown",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "libc"
 | 
						|
version = "0.2.138"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "db6d7e329c562c5dfab7a46a2afabc8b987ab9a4834c9d1ca04dc54c1546cef8"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "libloading"
 | 
						|
version = "0.7.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if",
 | 
						|
 "winapi",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "log"
 | 
						|
version = "0.4.17"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "mach"
 | 
						|
version = "0.3.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
 | 
						|
dependencies = [
 | 
						|
 "libc",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "memchr"
 | 
						|
version = "2.5.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "object"
 | 
						|
version = "0.29.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
 | 
						|
dependencies = [
 | 
						|
 "crc32fast",
 | 
						|
 "hashbrown",
 | 
						|
 "indexmap",
 | 
						|
 "memchr",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "once_cell"
 | 
						|
version = "1.16.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "regalloc2"
 | 
						|
version = "0.4.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "91b2eab54204ea0117fe9a060537e0b07a4e72f7c7d182361ecc346cab2240e5"
 | 
						|
dependencies = [
 | 
						|
 "fxhash",
 | 
						|
 "log",
 | 
						|
 "slice-group-by",
 | 
						|
 "smallvec",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "region"
 | 
						|
version = "2.2.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"
 | 
						|
dependencies = [
 | 
						|
 "bitflags",
 | 
						|
 "libc",
 | 
						|
 "mach",
 | 
						|
 "winapi",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "rustc_codegen_cranelift"
 | 
						|
version = "0.1.0"
 | 
						|
dependencies = [
 | 
						|
 "cranelift-codegen",
 | 
						|
 "cranelift-frontend",
 | 
						|
 "cranelift-jit",
 | 
						|
 "cranelift-module",
 | 
						|
 "cranelift-native",
 | 
						|
 "cranelift-object",
 | 
						|
 "gimli",
 | 
						|
 "indexmap",
 | 
						|
 "libloading",
 | 
						|
 "object",
 | 
						|
 "once_cell",
 | 
						|
 "smallvec",
 | 
						|
 "target-lexicon",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "slice-group-by"
 | 
						|
version = "0.3.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "03b634d87b960ab1a38c4fe143b508576f075e7c978bfad18217645ebfdfa2ec"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "smallvec"
 | 
						|
version = "1.10.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "stable_deref_trait"
 | 
						|
version = "1.2.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "target-lexicon"
 | 
						|
version = "0.12.5"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "9410d0f6853b1d94f0e519fb95df60f29d2c1eff2d921ffdf01a4c8a3b54f12d"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "version_check"
 | 
						|
version = "0.9.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "wasi"
 | 
						|
version = "0.11.0+wasi-snapshot-preview1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "wasmtime-jit-icache-coherence"
 | 
						|
version = "2.0.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e6bbabb309c06cc238ee91b1455b748c45f0bdcab0dda2c2db85b0a1e69fcb66"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if",
 | 
						|
 "libc",
 | 
						|
 "windows-sys",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "winapi"
 | 
						|
version = "0.3.9"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
 | 
						|
dependencies = [
 | 
						|
 "winapi-i686-pc-windows-gnu",
 | 
						|
 "winapi-x86_64-pc-windows-gnu",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "winapi-i686-pc-windows-gnu"
 | 
						|
version = "0.4.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "winapi-x86_64-pc-windows-gnu"
 | 
						|
version = "0.4.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
 | 
						|
 | 
						|
[[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"
 |