apple-cf 0.7.1

Safe Rust bindings for Apple's shared Core* frameworks (CoreFoundation, CoreMedia, CoreVideo, CoreGraphics, IOSurface, Dispatch).
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

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

[[package]]
name = "apple-cf"
version = "0.7.1"
dependencies = [
 "apple-cf 0.4.0",
 "doom-fish-utils",
 "regex-lite",
 "videotoolbox",
]

[[package]]
name = "doom-fish-utils"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c64a66e1fdd09573daeb89569701e8c3eab595cf3e2be0752ec6303e36689242"

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

[[package]]
name = "videotoolbox"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4509e54ee7fa9692b466fd788e589307e2e39ce749ac3636bba0702a0f50eb4b"
dependencies = [
 "apple-cf 0.4.0",
]