mirror of
				https://github.com/rust-lang/rust.git
				synced 2025-10-31 04:57:19 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			449 lines
		
	
	
		
			9.5 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			449 lines
		
	
	
		
			9.5 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
| # This file is automatically @generated by Cargo.
 | |
| # It is not intended for manual editing.
 | |
| version = 3
 | |
| 
 | |
| [[package]]
 | |
| name = "addr2line"
 | |
| version = "0.21.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
 | |
| 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.16"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
 | |
| 
 | |
| [[package]]
 | |
| name = "cc"
 | |
| version = "1.0.83"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
 | |
| dependencies = [
 | |
|  "libc",
 | |
| ]
 | |
| 
 | |
| [[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.106"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "f4ab134a739bafec76aa91ccb15d519a54e569350644a1fea6528d5a0d407e22"
 | |
| 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.28.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
 | |
| dependencies = [
 | |
|  "compiler_builtins",
 | |
|  "rustc-std-workspace-alloc",
 | |
|  "rustc-std-workspace-core",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "hashbrown"
 | |
| version = "0.14.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
 | |
| dependencies = [
 | |
|  "allocator-api2",
 | |
|  "compiler_builtins",
 | |
|  "rustc-std-workspace-alloc",
 | |
|  "rustc-std-workspace-core",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "hermit-abi"
 | |
| version = "0.3.3"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
 | |
| dependencies = [
 | |
|  "compiler_builtins",
 | |
|  "rustc-std-workspace-alloc",
 | |
|  "rustc-std-workspace-core",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "libc"
 | |
| version = "0.2.150"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
 | |
| dependencies = [
 | |
|  "rustc-std-workspace-core",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "memchr"
 | |
| version = "2.6.4"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
 | |
| 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.32.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
 | |
| 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 = "r-efi"
 | |
| version = "4.3.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "0e244f96e03a3067f9e521d3167bd42657594cb8588c8d3a2db01545dc1af2e0"
 | |
| dependencies = [
 | |
|  "compiler_builtins",
 | |
|  "rustc-std-workspace-core",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "r-efi-alloc"
 | |
| version = "1.0.0"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "31d6f09fe2b6ad044bc3d2c34ce4979796581afd2f1ebc185837e02421e02fd7"
 | |
| dependencies = [
 | |
|  "compiler_builtins",
 | |
|  "r-efi",
 | |
|  "rustc-std-workspace-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",
 | |
|  "r-efi",
 | |
|  "r-efi-alloc",
 | |
|  "rand",
 | |
|  "rand_xorshift",
 | |
|  "rustc-demangle",
 | |
|  "std_detect",
 | |
|  "unwind",
 | |
|  "wasi",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "std_detect"
 | |
| version = "0.1.5"
 | |
| dependencies = [
 | |
|  "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.11"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
 | |
| dependencies = [
 | |
|  "compiler_builtins",
 | |
|  "rustc-std-workspace-core",
 | |
|  "rustc-std-workspace-std",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "unwind"
 | |
| version = "0.0.0"
 | |
| dependencies = [
 | |
|  "cfg-if",
 | |
|  "compiler_builtins",
 | |
|  "core",
 | |
|  "libc",
 | |
|  "unwinding",
 | |
| ]
 | |
| 
 | |
| [[package]]
 | |
| name = "unwinding"
 | |
| version = "0.2.1"
 | |
| source = "registry+https://github.com/rust-lang/crates.io-index"
 | |
| checksum = "37a19a21a537f635c16c7576f22d0f2f7d63353c1337ad4ce0d8001c7952a25b"
 | |
| dependencies = [
 | |
|  "compiler_builtins",
 | |
|  "gimli",
 | |
|  "rustc-std-workspace-core",
 | |
| ]
 | |
| 
 | |
| [[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",
 | |
| ]
 | 
