[package]
edition = "2024"
name = "display-profile-lib"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provides functions and types to get and set a Windows display profile."
readme = "README.md"
keywords = [
"windows",
"ccd",
"display",
"monitors",
]
license = "MIT"
repository = "https://github.com/erdavila/windows-display-profile"
[package.metadata.docs.rs]
all-features = true
default-target = "x86_64-pc-windows-msvc"
targets = []
[features]
dump = ["windows-ccd/dump"]
[lib]
name = "display_profile_lib"
path = "src/lib.rs"
[dependencies.serde]
version = "1.0"
features = ["derive"]
optional = true
[dependencies.windows-ccd]
version = "0.1.1"
[lints.clippy]
pedantic = "warn"