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