[package]
name = "pixelactions-core"
description = "Platform-free core of pixelactions: coordinate-space conversion for macOS CGEvent, Windows SendInput, and Linux XTEST — physical pixels vs logical points, HiDPI and multi-monitor — plus the flow schema, label resolution, and run reports"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
readme = "README.md"
authors.workspace = true
homepage.workspace = true
repository.workspace = true
keywords = ["computer-use", "ui-automation", "rpa", "hidpi", "multi-monitor"]
categories = ["development-tools", "development-tools::testing"]
[dependencies]
pixelcoords-core = "0.7"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
thiserror = "2"
toml = "1"
[dev-dependencies]
proptest = "1"
[lints]
workspace = true