# 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 = "rstop" version = "0.0.2" description = "A simple alternative to htop" readme = "README.md" categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/dragon9786/rstop" [dependencies.clap] version = "3.2.22" features = ["derive"] [dependencies.colorful] version = "0.2.1" [dependencies.futures] version = "0.3.23" [dependencies.itertools] version = "0.10.5" [dependencies.sysinfo] version = "0.26.2" default-features = false [dependencies.tabled] version = "0.8.0" features = ["color"] [dependencies.termion] version = "1.5.6" [dependencies.tokio] version = "1.21.1" features = ["full"]