# 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.2" authors = ["Mahor Foruzesh "] build = "build.rs" description = "Set color temperature of display according to time of day" homepage = "https://github.com/mahor1221/reddish-shift" documentation = "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" [package.metadata.deb] assets = [ [ "target/release/reddish-shift", "usr/bin/", "755", ], [ "LICENSE", "usr/share/licenses/reddish-shift/", "644", ], [ "README.md", "usr/share/doc/reddish-shift/", "644", ], [ "CHANGELOG.md", "usr/share/doc/reddish-shift/", "644", ], [ "config.toml", "usr/share/doc/reddish-shift/", "644", ], [ "target/release/completion/_reddish-shift", "usr/share/zsh/site-functions/", "644", ], [ "target/release/completion/reddish-shift.bash", "usr/share/bash-completion/completions/reddish-shift", "644", ], [ "target/release/completion/reddish-shift.fish", "usr/share/fish/completions/", "644", ], [ "target/release/completion/reddish-shift.elv", "usr/share/elvish/lib/", "644", ], [ "target/release/man1/*", "usr/share/man/man1/", "644", ], [ "assets/systemd/reddish-shift.service", "/usr/lib/systemd/user/", "644", ], ] depends = "$auto" license-file = [ "LICENSE", "0", ] section = "utilities" [profile.ci] debug = 0 inherits = "dev" [profile.perf] debug = 1 inherits = "release" strip = false [profile.release] lto = true codegen-units = 1 strip = true [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.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" [dev-dependencies.anyhow] version = "1.0.86" [dev-dependencies.insta] version = "1.39.0" [build-dependencies.anyhow] version = "1.0.86" [build-dependencies.cfg_aliases] version = "0.2.1" [build-dependencies.vergen] version = "8.3.1" features = [ "cargo", "git", "gitcl", "rustc", ] [target."cfg(unix)".dependencies.drm] version = "0.12.0" [target."cfg(unix)".dependencies.x11rb] version = "0.13.1" features = [ "xf86vidmode", "randr", ] [target."cfg(windows)".dependencies.windows] version = "0.57.0" features = [ "Win32_Graphics_Gdi", "Win32_UI_ColorSystem", ] [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 = "warn" [lints.rustdoc] private-doc-tests = "warn" unescaped-backticks = "warn"