nighterrors 0.1.0

Ultra-light Rust Wayland blue-light filter daemon for Hyprland/Niri and wlroots compositors
# 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 = "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