[dependencies.anyhow]
version = "1.0.71"
[dependencies.display-info]
version = "0.4.2"
[dependencies.png]
version = "0.17.8"
[package]
description = "A cross-platform screen capturer library"
documentation = "https://docs.rs/screenshots"
edition = "2021"
homepage = "https://github.com/nashaofu/screenshots-rs"
keywords = ["screenshots", "screenshot", "screen", "capture"]
license = "Apache-2.0"
name = "screenshots"
readme = "README.md"
repository = "https://github.com/nashaofu/screenshots-rs.git"
version = "0.6.0"
[target."cfg(target_os=\"linux\")".dependencies.dbus]
features = ["vendored"]
version = "0.9.7"
[target."cfg(target_os=\"linux\")".dependencies.xcb]
version = "1.2.1"
[target."cfg(target_os=\"macos\")".dependencies.core-graphics]
version = "0.22.3"
[target."cfg(target_os=\"windows\")".dependencies.fxhash]
version = "0.2.1"
[target."cfg(target_os=\"windows\")".dependencies.widestring]
version = "1.0.2"
[target."cfg(target_os=\"windows\")".dependencies.windows]
features = ["Win32_Foundation", "Win32_Graphics_Gdi"]
version = "0.48.0"