apple-vision 0.7.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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1e985367c8be6540ce6b685009a9e34f5ceb7ccdcbe1c8e1c0a9f9fa106797d"

[[package]]
name = "apple-vision"
version = "0.7.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"