archspec 0.2.0

Provides standardized human-readable labels for aspects and capabilities of a system
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 = "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"