[package]
edition = "2021"
name = "visual-cortex-capture"
version = "0.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Screen-capture abstraction for visual-cortex: frames, regions, rates, the FrameSource trait, and the macOS ScreenCaptureKit backend."
readme = false
license = "PolyForm-Noncommercial-1.0.0"
repository = "https://github.com/benjamin-small/visual-cortex"
[package.metadata.docs.rs]
default-target = "x86_64-apple-darwin"
targets = [
"x86_64-apple-darwin",
"x86_64-unknown-linux-gnu",
]
[lib]
name = "visual_cortex_capture"
path = "src/lib.rs"
[dependencies.async-trait]
version = "0.1"
[dependencies.thiserror]
version = "2"
[dev-dependencies.tokio]
version = "1"
features = [
"rt-multi-thread",
"time",
"sync",
"macros",
]
[target.'cfg(target_os = "macos")'.dependencies.scap]
version = "=0.1.0"
package = "scap-vc"