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