[dependencies.anyhow]
version = "1.0"
[dependencies.display-info]
version = "0.4"
[dependencies.image]
version = "0.24"
[dependencies.percent-encoding]
version = "2.3"
[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.8.3"
[target."cfg(target_os = \"macos\")".dependencies.core-graphics]
version = "0.22"
[target."cfg(target_os = \"windows\")".dependencies.fxhash]
version = "0.2"
[target."cfg(target_os = \"windows\")".dependencies.widestring]
version = "1.0"
[target."cfg(target_os = \"windows\")".dependencies.windows]
features = ["Win32_Foundation", "Win32_Graphics_Gdi"]
version = "0.51"
[target."cfg(target_os=\"linux\")".dependencies.dbus]
features = ["vendored"]
version = "0.9"
[target."cfg(target_os=\"linux\")".dependencies.libwayshot]
version = "0.2"
[target."cfg(target_os=\"linux\")".dependencies.xcb]
version = "1.2"