# 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 = "brightness-ctl" version = "0.1.2" publish = ["crates-io"] description = "command line tool to control screen brightness" documentation = "https://docs.rs/brightness-ctl" readme = "README.md" keywords = [ "screen", "brightness", "backlight", "commmand-line", ] categories = ["command-line-utilities"] license = "BSD-2-Clause" repository = "https://github.com/de-vri-es/brightness-ctl" [dependencies.clap] version = "4.5.0" features = ["derive"] [dependencies.env_logger] version = "0.11.2" [dependencies.log] version = "0.4.20" [dependencies.notify-rust] version = "4.10.0" default-features = false [features] dbus = ["notify-rust/dbus"] default = ["dbus"] zbus = ["notify-rust/z"]