# 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 = "pulseline" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple single-string system monitor for the terminal with a per-core CPU histogram, CPU, RAM and battery percentages." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/vimcommando/pulseline" [[bin]] name = "pulseline" path = "src/main.rs" [dependencies.battery] version = "0.7.8" [dependencies.psutil] version = "3.3.0" features = [ "cpu", "memory", ] default-features = false