visual-cortex 0.1.0

Watch screen regions and receive typed events over async streams when patterns match: OCR, template matching, and pixel conditions on live captures.
Documentation
[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