display-profile-lib 0.1.1

Provides functions and types to get and set a Windows display profile.
Documentation
# 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"
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"