# 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 = "rusty-battery" version = "0.6.1" authors = ["Lukas Kucera "] description = "CLI tool which notifies you when laptop battery reaches a threshold." homepage = "https://rustybattery.lukaskucera.com" documentation = "https://rustybattery.lukaskucera.com" readme = "docs/README.md" keywords = [ "cli", "battery", "notification", "kdeconnect", "linux", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/kucera-lukas/rusty-battery" [dependencies.battery] version = "0.7.8" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "4.0.2" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.0.0" [dependencies.ctrlc] version = "3.0" features = ["termination"] [dependencies.env_logger] version = "0.9.0" [dependencies.log] version = "0.4.14" [dependencies.notify-rust] version = "4" [dependencies.thiserror] version = "1.0.37"