# 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 = "wl-gammarelay-rs" version = "0.3.2" authors = ["Max Verevkin "] description = "A simple program that provides DBus interface to control display temperature and brightness under wayland without flickering" readme = "README.md" keywords = [ "redshift", "gammastep", "wayland", "night-mode", ] license = "GPL-3.0-only" repository = "https://github.com/MaxVerevkin/wl-gammarelay-rs" [profile.release] lto = "fat" codegen-units = 1 strip = true [dependencies.anyhow] version = "1.0" [dependencies.bytemuck] version = "1.13.0" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.futures] version = "0.3" default-features = false [dependencies.memmap2] version = "0.8" [dependencies.shmemfdrs] version = "0.1" features = ["memfd"] [dependencies.tokio] version = "1.21" features = [ "macros", "net", "rt", "sync", ] [dependencies.wayrs-client] version = "0.12" features = ["tokio"] [dependencies.wayrs-protocols] version = "0.12" features = ["wlr-gamma-control-unstable-v1"] [dependencies.zbus] version = "3.5" features = ["tokio"] default-features = false