[dependencies.cstr_core]
default-features = false
version = "0.2.3"
[dependencies.lazy_static]
features = ["spin_no_std"]
version = "1.4"
[dependencies.log]
version = "0.4"
[dependencies.x86]
version = "0.41"
[package]
authors = ["Gerd Zellweger <mail@gerdzellweger.com>"]
description = "Query and parse machine topology information from ACPI"
documentation = "https://docs.rs/topology"
edition = "2018"
homepage = "https://github.com/gz/rust-topology"
keywords = ["os", "hwloc", "hwinfo", "topology", "x86-64"]
license = "MIT OR Apache-2.0"
name = "atopology"
readme = "README.md"
repository = "https://github.com/gz/rust-topology"
resolver = "2"
version = "0.0.21"
[target."cfg(not(target_os = \"none\"))".dependencies.env_logger]
version = "0.9"
[target."cfg(not(target_os = \"none\"))".dependencies.procfs]
version = "0.9"
[target."cfg(target_os = \"none\")".dependencies.libacpica]
version = "0.0.8"