[package]
edition = "2018"
rust-version = "1.85.1"
name = "archspec"
version = "0.2.0"
authors = [
"Bas Zalmstra <bas@prefix.dev>",
"Lars Viklund <zao@zao.se>",
]
build = false
include = [
"src/*",
"json/cpu/*.json",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provides standardized human-readable labels for aspects and capabilities of a system"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/prefix-dev/archspec-rs"
resolver = "2"
[lib]
name = "archspec"
path = "src/lib.rs"
[dependencies.cfg-if]
version = "1"
[dependencies.itertools]
version = "0.13"
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"
[dev-dependencies.pretty_assertions]
version = "1"
[dev-dependencies.rstest]
version = "0.19"
[target.'cfg(not(target_os = "windows"))'.dependencies.libc]
version = "0.2"
[target.'cfg(target_os = "macos")'.dependencies.sysctl]
version = "0.5"