bottom 0.4.7

A cross-platform graphical process/system monitor with a customizable interface and a multitude of features. Supports Linux, macOS, and Windows.
Documentation
[[bin]]
doc = false
name = "btm"
path = "src/bin/main.rs"
[dependencies.backtrace]
version = "0.3"

[dependencies.battery]
version = "0.7.5"

[dependencies.chrono]
version = "0.4.15"

[dependencies.clap]
version = "2.33"

[dependencies.crossterm]
version = "0.17"

[dependencies.ctrlc]
features = ["termination"]
version = "3.1"

[dependencies.dirs]
version = "3.0.1"

[dependencies.fern]
version = "0.6.0"

[dependencies.futures]
version = "0.3.5"

[dependencies.heim]
version = "0.0.10"

[dependencies.itertools]
version = "0.9.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4.11"

[dependencies.regex]
version = "1.3"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.sysinfo]
version = "0.15.0"

[dependencies.toml]
version = "0.5.6"

[dependencies.tui]
default-features = false
features = ["crossterm"]
version = "0.9.5"

[dependencies.typed-builder]
version = "0.7.0"

[dependencies.unicode-segmentation]
version = "1.6.0"

[dependencies.unicode-width]
version = "0.1"
[dev-dependencies.assert_cmd]
version = "1.0"

[dev-dependencies.cargo-husky]
default-features = false
features = ["prepush-hook", "run-cargo-clippy"]
version = "1"

[dev-dependencies.predicates]
version = "1"

[package]
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
categories = ["command-line-utilities", "visualization"]
default-run = "btm"
description = "A cross-platform graphical process/system monitor with a customizable interface and a multitude of features. Supports Linux, macOS, and Windows."
edition = "2018"
keywords = ["cross-platform", "monitoring", "cli", "top", "tui"]
license = "MIT"
name = "bottom"
readme = "README.md"
repository = "https://github.com/ClementTsang/bottom"
version = "0.4.7"
[package.metadata.deb]
assets = [["target/release/btm", "usr/bin/", "755"], ["LICENSE", "usr/share/doc/btm/", "644"], ["README.md", "usr/share/doc/btm/README", "644"]]
extended-description = "By default, bottom will look for a config file in ~/.config/bottom/bottom.toml.\nIf one is not specified it will fall back to defaults.  If a config file does not\nexist at the specified or default location, a blank one will be created for the user.\n"
section = "utility"

[package.metadata.wix]
output = "bottom_x86_64_installer.msi"
[profile.release]
codegen-units = 1
debug = 1
lto = "fat"
opt-level = 3
[target."cfg(windows)".dependencies.winapi]
version = "0.3.9"