]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_target/Cargo.toml
Rollup merge of #104523 - flba-eb:fix_nto_target_name, r=wesleywiser
[rust.git] / compiler / rustc_target / Cargo.toml
index f2e21078b446b42d5acf4a23252025d9798ea2f9..568c916a163284b3db17645d62338c55c20cef12 100644 (file)
@@ -6,23 +6,11 @@ edition = "2021"
 [dependencies]
 bitflags = "1.2.1"
 tracing = "0.1"
-rand = "0.8.4"
-rand_xoshiro = "0.6.0"
 serde_json = "1.0.59"
-rustc_data_structures = { path = "../rustc_data_structures", optional = true  }
-rustc_feature = { path = "../rustc_feature", optional = true }
-rustc_index = { path = "../rustc_index", default-features = false }
-rustc_macros = { path = "../rustc_macros", optional = true }
-rustc_serialize = { path = "../rustc_serialize", optional = true  }
-rustc_span = { path = "../rustc_span", optional = true }
-
-[features]
-default = ["nightly"]
-nightly = [
-    "rustc_data_structures",
-    "rustc_feature",
-    "rustc_index/nightly",
-    "rustc_macros",
-    "rustc_serialize",
-    "rustc_span",
-]
+rustc_abi = { path = "../rustc_abi" }
+rustc_data_structures = { path = "../rustc_data_structures" }
+rustc_feature = { path = "../rustc_feature" }
+rustc_index = { path = "../rustc_index" }
+rustc_macros = { path = "../rustc_macros" }
+rustc_serialize = { path = "../rustc_serialize" }
+rustc_span = { path = "../rustc_span" }