[package]
name = "visual-cortex"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Watch screen regions and receive typed events over async streams when patterns match: OCR, template matching, and pixel conditions on live captures."
[dependencies]
visual-cortex-capture.workspace = true
visual-cortex-vision.workspace = true
tokio.workspace = true
arc-swap.workspace = true
thiserror.workspace = true
tracing.workspace = true
[dev-dependencies]
image.workspace = true
tokio = { workspace = true, features = ["test-util"] }
async-trait.workspace = true
[package.metadata.docs.rs]
default-target = "x86_64-apple-darwin"
targets = ["x86_64-apple-darwin", "x86_64-unknown-linux-gnu"]