[package] authors = ["zhanglei.sec "] description = "A light tool to get process/processors/memory/disks info." edition = "2018" license = "MIT OR Apache-2.0" name = "lightbird" readme = "README.md" repository = "https://github.com/ZhangLei-cn/lightbird" version = "0.1.10" [lib] doc = true name = "lightbird" path = "src/lib.rs" [dependencies] libc = "0.2" serde = {version = "1.0", features = ["derive"]} serde_json = "1.0"