# 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 = "2021" name = "DisplaySettings" version = "0.1.2" authors = ["Pearu "] include = [ "src/**/*", "README.md", ] description = "Small library to manage display settings on Windows with rust" documentation = "https://docs.rs/DisplaySettings" readme = "README.md" keywords = [ "Display", "windows", "Windows-settings", "winapi", "api", ] categories = [ "api-bindings", "os", ] license = "MIT" repository = "https://github.com/PearuUu/DisplaySettings" [package.metadata.docs.rs] all-features = true default-target = "x86_64-pc-windows-msvc" [dependencies.winapi] version = "0.3.9" features = [ "winuser", "wingdi", "winnt", ]