[dependencies.display-info]
version = "0.0.6"
[dependencies.png]
version = "0.17.5"
[package]
description = "A cross-platform screenshots library"
documentation = "https://docs.rs/screenshots"
edition = "2021"
homepage = "https://github.com/nashaofu/screenshots-rs"
keywords = ["screenshots", "screenshot", "screen", "capture"]
license-file = "LICENSE"
name = "screenshots"
repository = "https://github.com/nashaofu/screenshots-rs.git"
resolver = "2"
version = "0.0.6"
[target."cfg(target_os = \"macos\")".dependencies.core-graphics]
version = "0.22.3"
[target."cfg(target_os = \"windows\")".dependencies.windows]
features = ["Win32_Foundation", "Win32_Graphics_Gdi"]
version = "0.33.0"
[target."cfg(target_os=\"linux\")".dependencies.x11]
version = "2.19.1"
[target."cfg(target_os=\"windows\")".dependencies.sfhash]
version = "0.1.1"
[target."cfg(target_os=\"windows\")".dependencies.widestring]
version = "0.5.1"