--- rustix-0.37.26/Cargo.toml 1970-01-01T00:00:01+00:00 +++ rustix-0.37.26/Cargo.toml 2023-10-19T14:22:38.958553+00:00 @@ -68,22 +68,8 @@ "wasm32-wasi", ] -[dependencies.alloc] -version = "1.0.0" -optional = true -package = "rustc-std-workspace-alloc" - [dependencies.bitflags] version = "1.3.2" - -[dependencies.compiler_builtins] -version = "0.1.49" -optional = true - -[dependencies.core] -version = "1.0.0" -optional = true -package = "rustc-std-workspace-core" [dependencies.io-lifetimes] version = "1.0.10" @@ -120,7 +106,6 @@ [build-dependencies.cc] version = "1.0.68" -optional = true [features] all-apis = [ @@ -142,6 +127,7 @@ "os_pipe", "fs-err", ] +cc = [] default = [ "std", "use-libc-auxv", @@ -170,13 +156,6 @@ ] rand = [] runtime = [] -rustc-dep-of-std = [ - "core", - "alloc", - "compiler_builtins", - "linux-raw-sys/rustc-dep-of-std", - "bitflags/rustc-dep-of-std", -] std = ["io-lifetimes"] termios = [] thread = []