windows-ccd 0.1.0

Provides some convenience utilities for the [Windows CCD API]
# 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 = "windows-ccd"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provides some convenience utilities for the [Windows CCD API]"
readme = "README.md"
keywords = [
    "windows",
    "ccd",
    "display",
    "win32",
    "api",
]
categories = [
    "api-bindings",
    "os::windows-apis",
]
license = "MIT"
repository = "https://github.com/erdavila/windows-display-profile"

[features]
dump = [
    "dep:serde_json",
    "windows/Wdk_Graphics_Direct3D",
]

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

[[example]]
name = "setup_paths_in_clone"
path = "examples/setup_paths_in_clone.rs"

[dependencies.serde_json]
version = "1.0"
features = ["preserve_order"]
optional = true

[dependencies.windows]
version = "0.62.2"
features = [
    "Win32_Devices_Display",
    "Win32_Graphics_Gdi",
]

[dev-dependencies.anyhow]
version = "1.0"

[lints.clippy]
pedantic = "warn"