# 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 = "lightctl" version = "0.1.0" description = "A backlight control utility that does smooth transitions" homepage = "https://sr.ht/~whynothugo/lightctl/" readme = "README.md" keywords = ["desktop", "backlight", "brightness"] license = "ISC" repository = "https://git.sr.ht/~whynothugo/lightctl" resolver = "2" [dependencies.clap] version = "3.0.4" features = ["derive"] [dependencies.dbus] version = "0.9.5" features = ["futures"]