brightwheel 0.1.4

Windows tray utility for DDC/CI monitor brightness and HDR control
# 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.85"
name = "brightwheel"
version = "0.1.4"
build = "build.rs"
include = [
    "/.cargo/config.toml",
    "/assets/brightwheel.ico",
    "/assets/brightwheel.rc",
    "/build.rs",
    "/Cargo.lock",
    "/Cargo.toml",
    "/LICENSE",
    "/README.md",
    "/src/**",
]
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Windows tray utility for DDC/CI monitor brightness and HDR control"
homepage = "https://github.com/qqrm/brightwheel"
readme = "README.md"
keywords = [
    "windows",
    "monitor",
    "brightness",
    "ddc-ci",
    "tray",
]
categories = [
    "command-line-utilities",
    "gui",
    "hardware-support",
    "os::windows-apis",
]
license = "MIT"
repository = "https://github.com/qqrm/brightwheel"

[package.metadata.docs.rs]
targets = ["x86_64-pc-windows-msvc"]

[lib]
name = "brightwheel"
path = "src/lib.rs"

[[bin]]
name = "bright"
path = "src/main.rs"

[[bin]]
name = "brightwheel"
path = "src/tray/main.rs"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61.2"
features = [
    "Win32_Devices_Display",
    "Win32_Foundation",
    "Win32_Graphics_Gdi",
    "Win32_Security",
    "Win32_System_LibraryLoader",
    "Win32_System_Registry",
    "Win32_System_Threading",
    "Win32_UI_Input_KeyboardAndMouse",
    "Win32_UI_Shell",
    "Win32_UI_WindowsAndMessaging",
]

[lints.clippy]
doc_markdown = "warn"
missing_errors_doc = "warn"
must_use_candidate = "warn"
undocumented_unsafe_blocks = "warn"

[lints.rust]
missing_docs = "warn"
unsafe_op_in_unsafe_fn = "deny"

[profile.dev]
incremental = false

[profile.test]
incremental = false