File rustix-fix-metadata.diff of Package rust-rustix
--- rustix-0.38.31/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rustix-0.38.31/Cargo.toml 2024-02-01T15:20:50.598074+00:00
@@ -68,27 +68,9 @@
"wasm32-wasi",
]
-[[bench]]
-name = "mod"
-harness = false
-
-[dependencies.alloc]
-version = "1.0.0"
-optional = true
-package = "rustc-std-workspace-alloc"
-
[dependencies.bitflags]
version = "2.4.0"
default-features = false
-
-[dependencies.compiler_builtins]
-version = "0.1.49"
-optional = true
-
-[dependencies.core]
-version = "1.0.0"
-optional = true
-package = "rustc-std-workspace-core"
[dependencies.itoa]
version = "1.0.1"
@@ -178,14 +160,6 @@
]
rand = []
runtime = ["linux-raw-sys/prctl"]
-rustc-dep-of-std = [
- "dep:core",
- "dep:alloc",
- "dep:compiler_builtins",
- "linux-raw-sys/rustc-dep-of-std",
- "bitflags/rustc-dep-of-std",
- "compiler_builtins?/rustc-dep-of-std",
-]
shm = ["fs"]
std = [
"bitflags/std",