# 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 = "monoff" version = "0.4.6" authors = ["Tim Martin"] description = "Turns off monitors on Windows" homepage = "https://github.com/t-mart/monoff" documentation = "https://docs.rs/monoff" readme = "README.md" keywords = [ "monitor", "display", "off", "windows", ] categories = [ "accessibility", "command-line-utilities", "hardware-support", ] license = "MIT" repository = "https://github.com/t-mart/monoff" [package.metadata.binstall.overrides.x86_64-pc-windows-msvc] pkg-fmt = "zip" [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.windows] version = "0.54" features = [ "Win32_Foundation", "Win32_Graphics_Gdi", "Win32_System_Console", "Win32_System_LibraryLoader", "Win32_UI_WindowsAndMessaging", ] [build-dependencies.winres] version = "0.1.12"