[package]
edition = "2021"
name = "batmon"
version = "0.2.0"
authors = ["6543 <6543@obermui.de>"]
build = false
exclude = ["assets"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interactive batteries viewer"
homepage = "https://github.com/6543/batmon"
readme = "README.md"
keywords = [
"tui",
"battery",
"linux",
"macos",
]
categories = ["os"]
license = "Apache-2.0"
repository = "https://github.com/6543/batmon"
[badges.maintenance]
status = "actively-developed"
[[bin]]
name = "batmon"
path = "src/main.rs"
[dependencies.clap]
version = "^4"
features = ["derive"]
[dependencies.crossterm]
version = "^0.29"
[dependencies.humantime]
version = "^2"
[dependencies.itertools]
version = "^0.14"
[dependencies.log]
version = "^0.4"
[dependencies.ratatui]
version = "^0.30"
features = ["crossterm"]
default-features = false
[dependencies.starship-battery]
version = "^0.11"
[dependencies.stderrlog]
version = "^0.6"