[[bin]]
name = "tpw"
path = "src/main.rs"
[dependencies.clap]
features = ["derive", "string"]
version = "4.5.9"
[dependencies.core-foundation]
version = "0.10.0"
[dependencies.itertools]
version = "0.13.0"
[dependencies.ratatui]
version = "0.29.0"
[dependencies.scopefn]
features = ["run_if"]
version = "0.0.2"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A macOS command-line tool for monitoring and displaying real-time power usage statistics"
documentation = "https://docs.rs/tpw"
edition = "2021"
homepage = "https://github.com/lzt1008/tpw"
license = "MIT"
name = "tpw"
readme = "README.md"
repository = "https://github.com/lzt1008/tpw"
version = "0.1.0"