[package] name = "linux-monitor" version = "0.2.7" edition = "2021" authors = ["seeker"] description = "A lightweight Linux monitoring tool, need to be used with api-server." license = "MIT" documentation = "https://docs.rs/crate/linux-monitor/0.2.7" repository = "https://gitee.com/seeker_rs/linux-monitor/tree/master/linux-monitor" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rcron = "1.2.1" clap = { version = "3.2.16", features = ["derive"] } tokio = { version = "1.17.0", features = ["full"] } rust_decimal = { version = "1.25.0", features = [ "serde-float" ] } serde = { version = "1.0.40", features = ["derive"] } serde_json = "1.0.82" monitor-common = "0.2.6" reqwest = { version = "0.11.9", features = ["json", "cookies", "blocking"] } sys-info = "0.9.1" [target.'cfg(target_os = "linux")'.dependencies] procfs = "0.14.0"