# 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 = "hyprlux" version = "0.1.4" authors = ["Amadej Kastelic "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Hyprland utility that automates vibrance and night light control" readme = "README.md" keywords = [ "hyprland", "vibrance", "night", "light", "flux", ] license = "MIT" repository = "https://github.com/amadejkastelic/Hyprlux" [[bin]] name = "hyprlux" path = "src/main.rs" [dependencies.chrono] version = "0.4.38" [dependencies.colog] version = "1.3.0" [dependencies.hyprland] version = "0.4.0-beta.1" [dependencies.log] version = "0.4.22" [dependencies.notify] version = "6.1.1" [dependencies.regex] version = "1.10.6" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.strfmt] version = "0.2.4" [dependencies.sunrise] version = "1.0.1" [dependencies.toml] version = "0.8.19" [dependencies.xdg] version = "2.5.2"