batmon 0.2.0

Interactive batteries viewer
# 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 = "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"