# 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 = "2018" name = "pwatch" version = "0.5.2" authors = ["Vladimir Markelov "] description = "A process watcher - a tool to keep an eye on selected processes with resource usage historical graphs" readme = "README.md" keywords = [ "terminal", "cli", "process", "top", "watch", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/VladimirMarkelov/pwatch" [profile.release] strip = "debuginfo" [dependencies.atty] version = ">=0.2" [dependencies.chrono] version = ">=0.4" [dependencies.crossterm] version = ">=0.12" [dependencies.getopts] version = ">=0.2" [dependencies.log] version = "^0.4.0" [dependencies.regex] version = "^1.0" [dependencies.simplelog] version = ">=0.7" [dependencies.sysinfo] version = ">=0.14" [dependencies.unicode-width] version = ">=0.1.5"