[package]
edition = "2024"
rust-version = "1.95"
name = "cpudetect"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ergonomic helpers for CPU feature detection"
documentation = "https://docs.rs/cpudetect"
readme = "README.md"
license = "MIT"
repository = "https://gitlab.com/shssoichiro/cpudetect"
[features]
default = ["enabled"]
enabled = []
static = ["enabled"]
[lib]
name = "cpudetect"
path = "src/lib.rs"
[[test]]
name = "cpudetect_macros_sources"
path = "tests/cpudetect_macros_sources.rs"
[[test]]
name = "target_family_macro"
path = "tests/target_family_macro.rs"
[[test]]
name = "x86_64_features_source"
path = "tests/x86_64_features_source.rs"
[dependencies.cpudetect-macros]
version = "0.2.0"
[dependencies.pastey]
version = "0.2.3"