[package]
edition = "2021"
name = "robost-capture"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cross-platform screen and window capture with HiDPI awareness for desktop automation"
readme = false
keywords = [
"rpa",
"automation",
"screenshot",
"screen-capture",
"desktop",
]
categories = [
"multimedia::images",
"os",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/kent-tokyo/robost"
[lib]
name = "robost_capture"
path = "src/lib.rs"
[dependencies.image]
version = "0.25"
[dependencies.robost-template]
version = "0.1.0"
[dependencies.thiserror]
version = "2.0"
[dependencies.tracing]
version = "0.1"
[dependencies.xcap]
version = "0.9"
[target."cfg(windows)".dependencies.windows]
version = "0.61"
features = [
"Win32_System_Threading",
"Win32_UI_HiDpi",
]