cpufeatures 0.2.4

Lightweight runtime CPU feature detection for x86/x86_64 and aarch64 with no_std support and support for mobile targets including Android and iOS
Documentation
[package]
authors = ["RustCrypto Developers"]
categories = ["no-std"]
description = "Lightweight runtime CPU feature detection for x86/x86_64 and aarch64 with\nno_std support and support for mobile targets including Android and iOS\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.2.4"
[target.aarch64-apple-darwin.dependencies.libc]
version = "0.2.95"
[target.aarch64-linux-android.dependencies.libc]
version = "0.2.95"
[target."cfg(all(target_arch = \"aarch64\", target_os = \"linux\"))".dependencies.libc]
version = "0.2.95"