cpudetect 0.2.0

Ergonomic helpers for CPU feature detection
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 = "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"