libcpuname 0.1.3

Identify CPU vendors, chips, and cores across multiple architectures
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.58"
name = "libcpuname"
version = "0.1.3"
authors = ["Campbell Jones"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Identify CPU vendors, chips, and cores across multiple architectures"
documentation = "https://docs.rs/libcpuname"
readme = "README.md"
keywords = [
    "cpu",
    "cpuid",
    "hardware",
    "midr",
    "no_std",
]
categories = [
    "encoding",
    "hardware-support",
    "no-std",
    "no-std::no-alloc",
]
license = "Apache-2.0 OR MIT"
repository = "https://codeberg.org/serebit/libcpuname"

[features]
arm = []
default = [
    "native",
    "std",
]
native = []
riscv = []
std = []
x86 = []

[lib]
name = "libcpuname"
path = "src/lib.rs"

[dev-dependencies.strum]
version = "0.26.3"
features = ["derive"]