# 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 = "powernotd" version = "1.2.0" authors = ["laeri@laeri.me"] build = "build.rs" exclude = ["assets/powernotd_screenshot.png"] publish = true description = "Powernotd is a battery-level notification daemon that sends notification using the xdg desktop notification standard." homepage = "https://github.com/Laeri/powernotd" readme = "README.md" keywords = [ "battery", "notification", "daemon", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/Laeri/powernotd" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.directories] version = "5.0.1" [dependencies.notify-rust] version = "4.11.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "1.0.117" [dependencies.shell-words] version = "1.1.0" [build-dependencies.clap] version = "4.5.7" features = ["derive"] [build-dependencies.clap_complete] version = "4.5.5" [build-dependencies.clap_mangen] version = "0.2.21"