# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "linux-monitor" version = "0.2.7" authors = ["seeker"] description = "A lightweight Linux monitoring tool, need to be used with api-server." documentation = "https://docs.rs/crate/linux-monitor/0.2.7" readme = "README.md" license = "MIT" repository = "https://gitee.com/seeker_rs/linux-monitor/tree/master/linux-monitor" [dependencies.clap] version = "3.2.16" features = ["derive"] [dependencies.monitor-common] version = "0.2.6" [dependencies.rcron] version = "1.2.1" [dependencies.reqwest] version = "0.11.9" features = [ "json", "cookies", "blocking", ] [dependencies.rust_decimal] version = "1.25.0" features = ["serde-float"] [dependencies.serde] version = "1.0.40" features = ["derive"] [dependencies.serde_json] version = "1.0.82" [dependencies.sys-info] version = "0.9.1" [dependencies.tokio] version = "1.17.0" features = ["full"] [target."cfg(target_os = \"linux\")".dependencies.procfs] version = "0.14.0"