[package] name = "std_detect" version = "0.1.5" authors = [ "Alex Crichton ", "Andrew Gallant ", "Gonzalo Brito Gadeschi ", ] description = "`std::detect` - Rust's standard library run-time CPU feature detection." license = "MIT OR Apache-2.0" edition = "2024" [badges] is-it-maintained-issue-resolution = { repository = "rust-lang/stdarch" } is-it-maintained-open-issues = { repository = "rust-lang/stdarch" } maintenance = { status = "experimental" } [dependencies] core = { version = "1.0.0", package = 'rustc-std-workspace-core' } alloc = { version = "1.0.0", package = 'rustc-std-workspace-alloc' } [target.'cfg(not(windows))'.dependencies] libc = { version = "0.2.0", default-features = false } [features] std_detect_env_override = []