apple-vision 0.3.0

Safe Rust bindings for Apple's Vision framework — OCR, object detection, face landmarks on macOS
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "apple-cf"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6953261c74ed28f8c0c30cd1556e54a71c52b22db0e53560b89ee5f7a2f30d90"

[[package]]
name = "apple-vision"
version = "0.3.0"
dependencies = [
 "apple-cf",
 "regex-lite",
]

[[package]]
name = "regex-lite"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973"