# 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" name = "atopology" version = "0.0.34" authors = ["Gerd Zellweger "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Query and parse machine topology information from ACPI" homepage = "https://github.com/gz/rust-topology" documentation = "https://docs.rs/topology" readme = "README.md" keywords = [ "os", "hwloc", "hwinfo", "topology", "x86-64", ] license = "MIT OR Apache-2.0" repository = "https://github.com/gz/rust-topology" [lib] name = "atopology" path = "src/lib.rs" [dependencies.bitflags] version = "1.2.1" [dependencies.cstr_core] version = "0.2.3" default-features = false [dependencies.lazy_static] version = "1.4" features = ["spin_no_std"] [dependencies.log] version = "0.4" [dependencies.static_assertions] version = "1.1.0" [dependencies.x86] version = "0.52" features = ["unstable"] [target.'cfg(not(target_os = "none"))'.dependencies.env_logger] version = "0.9" [target.'cfg(not(target_os = "none"))'.dependencies.procfs] version = "0.13" default-features = false [target.'cfg(target_os = "none")'.dependencies.libacpica] version = "0.0.8"