eye-hal 0.2.0

Camera hardware abstraction layer (HAL)
Documentation
[dependencies.bitflags]
version = "1.3.2"

[dev-dependencies.itertools]
version = "0.11.0"

[package]
authors = ["Christopher N. Hesse <raymanfx@gmail.com>"]
description = "Camera hardware abstraction layer (HAL)"
edition = "2018"
license = "MIT"
name = "eye-hal"
readme = "README.md"
repository = "https://github.com/raymanfx/eye-rs"
version = "0.2.0"

[target.'cfg(target_os = "linux")'.dependencies.v4l]
version = "0.14.0"

[target.'cfg(target_os="macos")'.dependencies.openpnp_capture]
version = "0.2.4"

[target.'cfg(target_os="macos")'.dependencies.openpnp_capture_sys]
version = "0.4.0"

[target.'cfg(target_os="windows")'.dependencies.uvc]
features = ["vendor"]
version = "0.2.0"