# 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 = "win-screenshot" version = "4.0.11" authors = ["h04x "] description = "Take a screenshot of a specific window or entire screen on Windows platform" homepage = "https://github.com/h04x/win-screenshot" documentation = "https://docs.rs/win-screenshot" readme = "README.md" keywords = [ "screenshot", "window", "windows", "screen", "capture", ] license = "MIT OR Apache-2.0" repository = "https://github.com/h04x/win-screenshot" [package.metadata.docs.rs] targets = ["x86_64-pc-windows-msvc"] [[bench]] name = "capture_window_rect" harness = false [dependencies.windows] version = "0.57" features = [ "Win32_UI_WindowsAndMessaging", "Win32_Foundation", "Win32_Graphics_Gdi", "Win32_Storage_Xps", "Win32_UI_HiDpi", ] [dev-dependencies.criterion] version = "0.4" [dev-dependencies.image] version = "0.25" [dev-dependencies.qshot] version = "0.1" [dev-dependencies.regex] version = "1"