# 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 = "yafsm" version = "0.2.2" authors = ["Michael Ekstrand "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "System usage monitor inspired by glances." readme = "README.md" license = "MIT" [[bin]] name = "yafsm" path = "src/main.rs" [dependencies.anyhow] version = "~1.0" [dependencies.chrono] version = "~0.4" [dependencies.clap] version = "~4.4" features = ["derive"] [dependencies.crossterm] version = "~0.27" [dependencies.fern] version = "~0.6" [dependencies.friendly] version = "~0.1" [dependencies.itertools] version = "~0.12" [dependencies.log] version = "~0.4" features = ["release_max_level_debug"] [dependencies.ratatui] version = "~0.24.1-alpha.6" features = ["unstable-segment-size"] [dependencies.regex] version = "~1.10" [dependencies.sysinfo] version = "~0.29" default-features = false [dependencies.thiserror] version = "~1.0" [dependencies.uzers] version = "~0.11" [target.'cfg(target_os="linux")'.dependencies.etc-os-release] version = "^0.1" [target.'cfg(target_os="linux")'.dependencies.gethostname] version = "^0.4.3" [target.'cfg(target_os="linux")'.dependencies.nix] version = "~0.27" features = ["fs"] [target.'cfg(target_os="linux")'.dependencies.nvml-wrapper] version = "~0.9" [target.'cfg(target_os="linux")'.dependencies.procfs] version = "^0.16"