[package]
name = "cpuinfo"
version = "0.1.1"
license = "MIT"
authors = ["danc <dangcheng@hotmail.com>"]
edition = "2018"
description = "cpuinfo"
documentation = "https://docs.rs/cpuinfo"
homepage = "https://github.com/danclive/cpuinfo"
repository = "https://github.com/danclive/cpuinfo"
readme = "README.md"
keywords = ["cpuinfo"]
exclude = [
".gitignore",
".travis.yml",
"deploy.sh",
"test/**/*",
]
[features]
default = []
[dependencies]
libc = "0.2"
serde = { version = "1.0", features = ["derive"], optional = true }