# 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 = "reddish-shift" version = "0.1.1" authors = ["Mahor Foruzesh "] build = "build.rs" description = "Set color temperature of display according to time of day" homepage = "https://github.com/mahor1221/reddish-shift" readme = "README.md" keywords = [ "eye-strain", "gamma", "brightness", "sunrise", "sunset", ] categories = ["command-line-utilities"] license = "GPL-3.0-or-later" repository = "https://github.com/mahor1221/reddish-shift" [lib] name = "reddish_shift" path = "src/lib.rs" [dependencies.anstream] version = "0.6.14" [dependencies.anstyle] version = "1.0.7" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.7" features = ["derive"] [dependencies.const_format] version = "0.2.32" [dependencies.ctrlc] version = "3.4.4" features = ["termination"] [dependencies.dirs] version = "5.0.1" [dependencies.drm] version = "0.12.0" [dependencies.exitcode] version = "1.1.2" [dependencies.frunk] version = "0.4.2" [dependencies.frunk_core] version = "0.4.2" [dependencies.itertools] version = "0.13.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.thiserror] version = "1.0.61" [dependencies.toml] version = "0.8.14" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.x11rb] version = "0.13.1" features = [ "xf86vidmode", "randr", ] [dev-dependencies.anyhow] version = "1.0.86" [dev-dependencies.insta] version = "1.39.0" [build-dependencies.anyhow] version = "1.0.86" [build-dependencies.vergen] version = "8.3.1" features = [ "cargo", "git", "gitcl", "rustc", ] [lints.clippy] dbg-macro = "warn" decimal-literal-representation = "warn" expect-used = "deny" explicit-auto-deref = "warn" get-unwrap = "warn" manual-let-else = "warn" missing-enforced-import-renames = "warn" obfuscated-if-else = "warn" panic = "deny" semicolon-outside-block = "warn" todo = "warn" too-many-lines = "warn" undocumented-unsafe-blocks = "deny" unimplemented = "warn" uninlined-format-args = "warn" unnested-or-patterns = "warn" unwrap-in-result = "warn" unwrap-used = "warn" use-debug = "warn" [lints.rust] unsafe_code = "forbid" [lints.rustdoc] private-doc-tests = "warn" unescaped-backticks = "warn"