robost-capture 0.1.0

Cross-platform screen and window capture with HiDPI awareness for desktop automation
# 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 = "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",
]