mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			429 lines
		
	
	
		
			9.1 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			429 lines
		
	
	
		
			9.1 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
| # This file is automatically @generated by Cargo.
 | |
| # It is not intended for manual editing.
 | |
| version = 3
 | |
| 
 | |
| [[package]]
 | |
| name = "addr2line"
 | |
| version = "0.20.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3"
 | |
| dependencies = [
 | |
|  "compiler_builtins",
 | |
|  "gimli",
 | |
|  "rustc-std-workspace-alloc",
 | |
|  "rustc-std-workspace-core",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "adler"
 | |
| version = "1.0.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
 | |
| dependencies = [
 | |
|  "compiler_builtins",
 | |
|  "rustc-std-workspace-core",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "alloc"
 | |
| version = "0.0.0"
 | |
| dependencies = [
 | |
|  "compiler_builtins",
 | |
|  "core",
 | |
|  "rand",
 | |
|  "rand_xorshift",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "allocator-api2"
 | |
| version = "0.2.15"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "56fc6cf8dc8c4158eed8649f9b8b0ea1518eb62b544fe9490d66fa0b349eafe9"
 | |
| 
 | |
| [[package]]
 | |
| name = "auxv"
 | |
| version = "0.3.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "e50430f9beb8effb02399fa81c76eeaa26b05e4f03b09285cad8d079c1af5a3d"
 | |
| dependencies = [
 | |
|  "byteorder",
 | |
|  "gcc",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "byteorder"
 | |
| version = "1.4.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
 | |
| 
 | |
| [[package]]
 | |
| name = "cc"
 | |
| version = "1.0.79"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
 | |
| 
 | |
| [[package]]
 | |
| name = "cfg-if"
 | |
| version = "1.0.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 | |
| dependencies = [
 | |
|  "compiler_builtins",
 | |
|  "rustc-std-workspace-core",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "compiler_builtins"
 | |
| version = "0.1.100"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "d6c0f24437059853f0fa64afc51f338f93647a3de4cf3358ba1bb4171a199775"
 | |
| dependencies = [
 | |
|  "cc",
 | |
|  "rustc-std-workspace-core",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "core"
 | |
| version = "0.0.0"
 | |
| dependencies = [
 | |
|  "rand",
 | |
|  "rand_xorshift",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "cupid"
 | |
| version = "0.6.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "8bad352a84b567cc38a5854e3aa8ee903cb8519a25d0b799b739bafffd1f91a1"
 | |
| dependencies = [
 | |
|  "gcc",
 | |
|  "rustc_version",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "dlmalloc"
 | |
| version = "0.2.4"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "203540e710bfadb90e5e29930baf5d10270cec1f43ab34f46f78b147b2de715a"
 | |
| dependencies = [
 | |
|  "compiler_builtins",
 | |
|  "libc",
 | |
|  "rustc-std-workspace-core",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "fortanix-sgx-abi"
 | |
| version = "0.5.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "57cafc2274c10fab234f176b25903ce17e690fca7597090d50880e047a0389c5"
 | |
| dependencies = [
 | |
|  "compiler_builtins",
 | |
|  "rustc-std-workspace-core",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "gcc"
 | |
| version = "0.3.55"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
 | |
| 
 | |
| [[package]]
 | |
| name = "getopts"
 | |
| version = "0.2.21"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
 | |
| dependencies = [
 | |
|  "rustc-std-workspace-core",
 | |
|  "rustc-std-workspace-std",
 | |
|  "unicode-width",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "gimli"
 | |
| version = "0.27.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
 | |
| dependencies = [
 | |
|  "compiler_builtins",
 | |
|  "rustc-std-workspace-alloc",
 | |
|  "rustc-std-workspace-core",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "hashbrown"
 | |
| version = "0.14.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
 | |
| dependencies = [
 | |
|  "allocator-api2",
 | |
|  "compiler_builtins",
 | |
|  "rustc-std-workspace-alloc",
 | |
|  "rustc-std-workspace-core",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "hermit-abi"
 | |
| version = "0.3.2"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
 | |
| dependencies = [
 | |
|  "compiler_builtins",
 | |
|  "rustc-std-workspace-alloc",
 | |
|  "rustc-std-workspace-core",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "libc"
 | |
| version = "0.2.146"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "f92be4933c13fd498862a9e02a3055f8a8d9c039ce33db97306fd5a6caa7f29b"
 | |
| dependencies = [
 | |
|  "rustc-std-workspace-core",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "memchr"
 | |
| version = "2.5.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
 | |
| dependencies = [
 | |
|  "compiler_builtins",
 | |
|  "rustc-std-workspace-core",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "miniz_oxide"
 | |
| version = "0.7.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
 | |
| dependencies = [
 | |
|  "adler",
 | |
|  "compiler_builtins",
 | |
|  "rustc-std-workspace-alloc",
 | |
|  "rustc-std-workspace-core",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "object"
 | |
| version = "0.31.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
 | |
| dependencies = [
 | |
|  "compiler_builtins",
 | |
|  "memchr",
 | |
|  "rustc-std-workspace-alloc",
 | |
|  "rustc-std-workspace-core",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "panic_abort"
 | |
| version = "0.0.0"
 | |
| dependencies = [
 | |
|  "alloc",
 | |
|  "cfg-if",
 | |
|  "compiler_builtins",
 | |
|  "core",
 | |
|  "libc",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "panic_unwind"
 | |
| version = "0.0.0"
 | |
| dependencies = [
 | |
|  "alloc",
 | |
|  "cfg-if",
 | |
|  "compiler_builtins",
 | |
|  "core",
 | |
|  "libc",
 | |
|  "unwind",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "proc_macro"
 | |
| version = "0.0.0"
 | |
| dependencies = [
 | |
|  "core",
 | |
|  "std",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "profiler_builtins"
 | |
| version = "0.0.0"
 | |
| dependencies = [
 | |
|  "cc",
 | |
|  "compiler_builtins",
 | |
|  "core",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "rand"
 | |
| version = "0.8.5"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
 | |
| dependencies = [
 | |
|  "rand_core",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "rand_core"
 | |
| version = "0.6.4"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
 | |
| 
 | |
| [[package]]
 | |
| name = "rand_xorshift"
 | |
| version = "0.3.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
 | |
| dependencies = [
 | |
|  "rand_core",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "rustc-demangle"
 | |
| version = "0.1.23"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
 | |
| dependencies = [
 | |
|  "compiler_builtins",
 | |
|  "rustc-std-workspace-core",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "rustc-std-workspace-alloc"
 | |
| version = "1.99.0"
 | |
| dependencies = [
 | |
|  "alloc",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "rustc-std-workspace-core"
 | |
| version = "1.99.0"
 | |
| dependencies = [
 | |
|  "core",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "rustc-std-workspace-std"
 | |
| version = "1.99.0"
 | |
| dependencies = [
 | |
|  "std",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "rustc_version"
 | |
| version = "0.2.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
 | |
| dependencies = [
 | |
|  "semver",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "semver"
 | |
| version = "0.9.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
 | |
| dependencies = [
 | |
|  "semver-parser",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "semver-parser"
 | |
| version = "0.7.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
 | |
| 
 | |
| [[package]]
 | |
| name = "std"
 | |
| version = "0.0.0"
 | |
| dependencies = [
 | |
|  "addr2line",
 | |
|  "alloc",
 | |
|  "cfg-if",
 | |
|  "compiler_builtins",
 | |
|  "core",
 | |
|  "dlmalloc",
 | |
|  "fortanix-sgx-abi",
 | |
|  "hashbrown",
 | |
|  "hermit-abi",
 | |
|  "libc",
 | |
|  "miniz_oxide",
 | |
|  "object",
 | |
|  "panic_abort",
 | |
|  "panic_unwind",
 | |
|  "profiler_builtins",
 | |
|  "rand",
 | |
|  "rand_xorshift",
 | |
|  "rustc-demangle",
 | |
|  "std_detect",
 | |
|  "unwind",
 | |
|  "wasi",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "std_detect"
 | |
| version = "0.1.5"
 | |
| dependencies = [
 | |
|  "auxv",
 | |
|  "cfg-if",
 | |
|  "compiler_builtins",
 | |
|  "cupid",
 | |
|  "libc",
 | |
|  "rustc-std-workspace-alloc",
 | |
|  "rustc-std-workspace-core",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "sysroot"
 | |
| version = "0.0.0"
 | |
| dependencies = [
 | |
|  "proc_macro",
 | |
|  "std",
 | |
|  "test",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "test"
 | |
| version = "0.0.0"
 | |
| dependencies = [
 | |
|  "core",
 | |
|  "getopts",
 | |
|  "panic_abort",
 | |
|  "panic_unwind",
 | |
|  "std",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "unicode-width"
 | |
| version = "0.1.10"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
 | |
| dependencies = [
 | |
|  "compiler_builtins",
 | |
|  "rustc-std-workspace-core",
 | |
|  "rustc-std-workspace-std",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "unwind"
 | |
| version = "0.0.0"
 | |
| dependencies = [
 | |
|  "cc",
 | |
|  "cfg-if",
 | |
|  "compiler_builtins",
 | |
|  "core",
 | |
|  "libc",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "wasi"
 | |
| version = "0.11.0+wasi-snapshot-preview1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
 | |
| dependencies = [
 | |
|  "compiler_builtins",
 | |
|  "rustc-std-workspace-alloc",
 | |
|  "rustc-std-workspace-core",
 | |
| ]
 | 
