File rustix-fix-metadata.diff of Package rust-rustix
--- rustix-1.1.2/Cargo.toml 1970-01-01T00:00:01+00:00
+++ rustix-1.1.2/Cargo.toml 2025-09-12T13:36:06.583184+00:00
@@ -120,12 +120,6 @@
pty = ["fs"]
rand = []
runtime = ["linux-raw-sys/prctl"]
-rustc-dep-of-std = [
- "core",
- "rustc-std-workspace-alloc",
- "linux-raw-sys/rustc-dep-of-std",
- "bitflags/rustc-dep-of-std",
-]
shm = ["fs"]
std = [
"bitflags/std",
@@ -150,23 +144,9 @@
name = "rustix"
path = "src/lib.rs"
-[[bench]]
-name = "mod"
-path = "benches/mod.rs"
-harness = false
-
[dependencies.bitflags]
version = "2.4.0"
default-features = false
-
-[dependencies.core]
-version = "1.0.0"
-optional = true
-package = "rustc-std-workspace-core"
-
-[dependencies.rustc-std-workspace-alloc]
-version = "1.0.0"
-optional = true
[dev-dependencies.flate2]
version = "1.0"