[package] name = "monitor-common" version = "0.2.8" edition = "2021" authors = ["seeker"] description = "Basic data structure and algorithm of linux-monitor tool." license = "MIT" documentation = "https://docs.rs/crate/monitor-common/0.2.8" repository = "https://gitee.com/seeker_rs/linux-monitor/tree/master/monitor-common" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0.40", features = ["derive"] } serde_json = "1.0.82"