# 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 = "dim-screen" version = "0.3.0" authors = ["Marcelo Hernandez "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Native Wayland screen dimming tool" homepage = "https://github.com/marcelohdez/dim" readme = "README.md" keywords = [ "wayland", "smithay", ] license = "GPL-3.0-only" [profile.release] lto = true codegen-units = 1 panic = "abort" [lib] name = "dim_screen" path = "src/lib.rs" [[bin]] name = "dim" path = "src/main.rs" [dependencies.anyhow] version = "1.0.0" [dependencies.clap] version = "4.4.0" features = ["derive"] [dependencies.clap_complete] version = "4.4.0" [dependencies.env_logger] version = "0.11.0" [dependencies.log] version = "0.4.20" [dependencies.serde] version = "1.0.0" features = ["derive"] [dependencies.smithay-client-toolkit] version = "0.19.0" [dependencies.toml] version = "0.8.0"