[package]
edition = "2024"
rust-version = "1.93"
name = "nighterrors"
version = "0.1.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ultra-light Rust Wayland blue-light filter daemon for Hyprland/Niri and wlroots compositors"
homepage = "https://github.com/OneNoted/nighterrors"
documentation = "https://docs.rs/nighterrors"
readme = "README.md"
keywords = [
"wayland",
"hyprland",
"wlroots",
"gamma",
"cli",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/OneNoted/nighterrors"
[[bin]]
name = "nighterrors"
path = "src/main.rs"
[dependencies.libc]
version = "0.2"
[dependencies.wayland-client]
version = "0.31"
[dependencies.wayland-scanner]
version = "0.31"
[build-dependencies.wayland-scanner]
version = "0.31"
[profile.release]
lto = true
codegen-units = 1
panic = "abort"
strip = true