# 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 = "2018" name = "ddc-winapi" version = "0.3.0-alpha.2" authors = ["arcnmx"] include = [ "/src/**/*.rs", "/examples/**/*.rs", "/README*", "/COPYING*", ] description = "DDC/CI monitor control on Windows" documentation = "https://docs.rs/ddc-winapi" readme = "README.md" keywords = [ "ddc", "mccs", "vcp", "vesa", ] license = "MIT" repository = "https://github.com/arcnmx/ddc-winapi-rs" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = [ "x86_64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-gnu", "i686-pc-windows-gnu", "aarch64-pc-windows-msvc", ] [dependencies.ddc] version = "0.2" [dependencies.widestring] version = "1" [dependencies.windows] version = "0.58" features = [ "Win32_Devices_Display", "Win32_Foundation", "Win32_Graphics_Gdi", ] [badges.maintenance] status = "passively-maintained"