# 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 = "feo" version = "0.1.5" authors = ["Victor Nilsson <@vcrn>"] description = "Simple system monitoring CLI tool for Linux, with GPU temperature monitor for Raspberry Pi" homepage = "https://github.com/vcrn/feo" readme = "README.md" keywords = [ "feo", "monitoring", "htop", "cli", "linux", ] categories = ["visualization"] license = "MIT OR Apache-2.0" repository = "https://github.com/vcrn/feo" resolver = "1" [dependencies.anyhow] version = "1.0.66" [dependencies.clap] version = "4.0.30" features = ["derive"] [dependencies.rounded-div] version = "0.1.2" [dependencies.sinfo] version = "0.2.0" [dependencies.termion] version = "1.5.6"