[[bin]]
doc = false
name = "btm"
path = "src/bin/main.rs"
[build-dependencies.clap]
features = ["default", "cargo", "wrap_help"]
version = "4.2.7"
[build-dependencies.clap_complete]
version = "4.2.1"
[build-dependencies.clap_mangen]
version = "0.2.10"
[dependencies.anyhow]
version = "1.0.71"
[dependencies.backtrace]
version = "0.3.67"
[dependencies.cfg-if]
version = "1.0.0"
[dependencies.clap]
features = ["default", "cargo", "wrap_help"]
version = "4.2.7"
[dependencies.concat-string]
version = "1.0.1"
[dependencies.crossterm]
version = "0.26.1"
[dependencies.ctrlc]
features = ["termination"]
version = "3.2.5"
[dependencies.dirs]
version = "5.0.1"
[dependencies.fern]
optional = true
version = "0.6.2"
[dependencies.hashbrown]
version = "0.13.2"
[dependencies.humantime]
version = "2.1.0"
[dependencies.humantime-serde]
version = "1.1.1"
[dependencies.indexmap]
version = "1.9.3"
[dependencies.itertools]
version = "0.10.5"
[dependencies.kstring]
features = ["arc"]
version = "2.0.0"
[dependencies.log]
optional = true
version = "0.4.17"
[dependencies.nvml-wrapper]
optional = true
version = "0.9.0"
[dependencies.once_cell]
version = "1.17.1"
[dependencies.regex]
version = "1.8.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.160"
[dependencies.starship-battery]
optional = true
version = "0.8.0"
[dependencies.sysinfo]
version = "=0.29.0"
[dependencies.thiserror]
version = "1.0.40"
[dependencies.time]
features = ["formatting", "macros"]
version = "0.3.20"
[dependencies.toml_edit]
features = ["serde"]
version = "0.19.8"
[dependencies.tui]
package = "ratatui"
version = "0.20.1"
[dependencies.typed-builder]
version = "0.14.0"
[dependencies.unicode-segmentation]
version = "1.10.1"
[dependencies.unicode-width]
version = "0.1.10"
[dev-dependencies.assert_cmd]
version = "2.0.11"
[dev-dependencies.cargo-husky]
default-features = false
features = ["user-hooks"]
version = "1.5.0"
[dev-dependencies.predicates]
version = "3.0.3"
[features]
battery = ["starship-battery"]
default = ["deploy"]
deploy = ["battery", "gpu", "zfs"]
gpu = ["nvidia"]
logging = ["fern", "log"]
nvidia = ["nvml-wrapper"]
zfs = []
[lib]
doc = true
doctest = true
test = true
[package]
authors = ["Clement Tsang <cjhtsang@uwaterloo.ca>"]
build = "build.rs"
categories = ["command-line-utilities", "visualization"]
default-run = "btm"
description = "A customizable cross-platform graphical process/system monitor for the terminal. Supports Linux, macOS, and Windows."
documentation = "https://clementtsang.github.io/bottom/stable"
edition = "2021"
exclude = [".cargo-husky/", ".github/", "assets/", "docs/", "sample_configs/", "scripts/", ".all-contributorsrc", ".cirrus.yml", ".markdownlint.json", "CHANGELOG.md", "clippy.toml", "codecov.yml", "CONTRIBUTING.md", "Cross.toml", "rustfmt.toml"]
keywords = ["cross-platform", "monitoring", "cli", "top", "tui"]
license = "MIT"
name = "bottom"
readme = "README.md"
repository = "https://github.com/ClementTsang/bottom"
version = "0.9.0"
[package.metadata.deb]
assets = [["target/release/btm", "usr/bin/", "755"], ["LICENSE", "usr/share/doc/btm/", "644"], ["manpage/btm.1.gz", "usr/share/man/man1/btm.1.gz", "644"], ["completion/btm.bash", "usr/share/bash-completion/completions/btm", "644"], ["completion/btm.fish", "usr/share/fish/vendor_completions.d/btm.fish", "644"], ["completion/_btm", "usr/share/zsh/vendor-completions/", "644"]]
extended-description = "\nBy default, bottom will look for a config file in ~/.config/bottom/bottom.toml. A config file can be specified using `-C`. If a config file does not exist at the specified or default location, a default one will be created for the user there.\n"
section = "utility"
[package.metadata.deb.variants.arm64]
depends = "libc6:arm64 (>= 2.28)"
[package.metadata.deb.variants.armhf]
depends = "libc6:armhf (>= 2.28)"
[package.metadata.wix]
output = "bottom_x86_64_installer.msi"
[profile.dev.package."*"]
opt-level = 3
[profile.no-opt]
inherits = "dev"
opt-level = 0
[profile.profiling]
debug = true
inherits = "release"
strip = false
[profile.release]
codegen-units = 1
debug = 0
lto = true
opt-level = 3
strip = "symbols"
[target."cfg(target_os = \"freebsd\")".dependencies.filedescriptor]
version = "0.8.2"
[target."cfg(target_os = \"freebsd\")".dependencies.serde_json]
version = "1.0.96"
[target."cfg(target_os = \"freebsd\")".dependencies.sysctl]
version = "0.5.4"
[target."cfg(target_os = \"linux\")".dependencies.procfs]
default-features = false
version = "0.15.1"
[target."cfg(target_os = \"macos\")".dependencies.core-foundation]
version = "0.9.3"
[target."cfg(target_os = \"macos\")".dependencies.mach2]
version = "0.4.1"
[target."cfg(target_os = \"windows\")".dependencies.windows]
features = ["Win32_Foundation", "Win32_Security", "Win32_Storage_FileSystem", "Win32_System_IO", "Win32_System_Ioctl", "Win32_System_ProcessStatus", "Win32_System_Threading"]
version = "0.48.0"
[target."cfg(unix)".dependencies.libc]
version = "0.2.143"