# 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 = "asusbat" version = "0.4.2" authors = ["github.com/pepa65 "] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Set battery charge limit on supported laptops on Linux with CLI" readme = "README.md" keywords = [ "laptop", "battery", "charge", "charge-limit", "persist", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/pepa65/asusbat" [package.metadata.binstall] disabled-strategies = [ "quick-install", "compile", ] pkg-fmt = "bin" pkg-url = "{repo}/releases/download/{version}/asusbat" target = "x86_64-unknown-linux-musl" target-arch = "X86_64" target-family = "Linux" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = "symbols" [[bin]] name = "asusbat" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.clap_complete] version = "4.5.11" [dependencies.regex] version = "1.11.1" [dependencies.text-template] version = "0.1.0"