[package]
authors = ["RustCrypto Developers"]
categories = ["no-std"]
description = "Lightweight and efficient no-std compatible alternative to the\nis_x86_feature_detected! macro\n"
documentation = "https://docs.rs/cpufeatures"
edition = "2018"
keywords = ["cpuid", "target-feature"]
license = "MIT OR Apache-2.0"
name = "cpufeatures"
readme = "README.md"
repository = "https://github.com/RustCrypto/utils"
version = "0.1.1"
[target.aarch64-apple-darwin.dependencies.libc]
version = "0.2"
[target."cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))".dependencies.libc]
version = "0.2"