apple-vision 0.4.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.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "297ad3df158547d4b5b68c4da0ede924eb65dd2fac4edab9ee9b855843be5d0c"

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