# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "monitor-control-win" version = "0.1.1" authors = ["Daniel Franklin "] description = "Control monitors on Windows (WIP, currently read-only)" keywords = ["windows", "monitor", "display"] categories = ["os::windows-apis"] license = "MIT" repository = "https://github.com/danielzfranklin/monitor-control-win" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = ["aarch64-pc-windows-msvc", "i686-pc-windows-msvc", "x86_64-pc-windows-msvc"] [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.4.5" [dependencies.registry] version = "1.1.0" [dependencies.thiserror] version = "1.0.24" [dependencies.tracing] version = "0.1.25" [dependencies.winapi] version = "0.3.9" features = ["errhandlingapi", "winuser", "winreg", "winerror", "setupapi", "impl-default", "impl-debug", "guiddef", "handleapi", "physicalmonitorenumerationapi"] [dev-dependencies.winit] version = "0.24.0"