av-foundation 0.2.0

Bindings to AVFoundation framework
Documentation
[dependencies.core-foundation]
default-features = false
version = "0.9"

[dependencies.core-media]
default-features = false
features = ["objc"]
version = "0.3"

[dependencies.core-video]
default-features = false
features = ["objc"]
version = "0.3"

[dependencies.dispatch2]
version = "0.1"

[dependencies.libc]
version = "0.2"

[dependencies.objc2]
version = "0.5"

[dependencies.objc2-foundation]
features = ["NSArray", "NSDictionary", "NSError", "NSValue", "NSString"]
version = "0.2"

[features]
audio = []
capture = []
default = ["capture", "link"]
editing = []
link = ["core-foundation/link", "core-media/link", "core-video/link"]
playback = []

[package]
authors = ["Zhou Wei <zhouwei@ehom.net>"]
categories = ["multimedia::video", "os::macos-apis"]
description = "Bindings to AVFoundation framework"
documentation = "https://docs.rs/av-foundation"
edition = "2018"
homepage = "https://github.com/libark/av-foundation-rs"
keywords = ["avfoundation", "camera", "capture"]
license = "MIT OR Apache-2.0"
name = "av-foundation"
readme = "README.md"
repository = "https://github.com/libark/av-foundation-rs"
version = "0.2.0"
[package.metadata.docs.rs]
default-target = "x86_64-apple-darwin"
features = ["capture"]
no-default-features = true
targets = ["aarch64-apple-darwin", "aarch64-apple-ios", "x86_64-apple-darwin", "x86_64-apple-ios"]