[dependencies.clap]
default-features = false
features = ["std", "derive", "help", "usage", "error-context"]
version = "4.5"
[package]
authors = ["Dan Bond <danbond@protonmail.com>"]
categories = ["command-line-utilities"]
description = "Manage charge thresholds on modern Linux machines"
edition = "2021"
include = ["src/*", "Cargo.lock", "Cargo.toml", "LICENSE", "README.md"]
keywords = ["cli", "linux", "battery"]
license = "MIT"
name = "chargectl"
readme = "README.md"
repository = "https://git.sr.ht/~loshz/chargectl"
rust-version = "1.72"
version = "0.1.1"