[dependencies.bitflags]
default-features = false
features = ["std"]
optional = true
version = "2.5.0"
[dependencies.block2]
default-features = false
features = ["alloc"]
optional = true
version = "0.6.0"
[dependencies.objc2]
default-features = false
features = ["std"]
version = "0.6.0"
[dependencies.objc2-av-foundation]
default-features = false
features = ["AVAnimation", "AVCaptureFileOutput", "AVCaptureOutputBase", "AVCaptureSession", "AVPlayer", "AVPlayerLayer", "AVSampleBufferDisplayLayer", "objc2-quartz-core"]
optional = true
version = "0.3.0"
[dependencies.objc2-core-foundation]
default-features = false
features = ["CFCGTypes", "objc2"]
optional = true
version = "0.3.0"
[dependencies.objc2-core-media]
default-features = false
features = ["CMFormatDescription", "CMTime", "CMTimeRange", "objc2"]
optional = true
version = "0.3.0"
[dependencies.objc2-foundation]
default-features = false
features = ["alloc"]
version = "0.3.0"
[features]
AVCaptureView = ["objc2-foundation/NSCoder", "objc2-foundation/NSGeometry", "objc2-foundation/NSObject", "objc2-foundation/objc2-core-foundation"]
AVKitCore = []
AVKitDefines = []
AVKitTypes = ["bitflags"]
AVPictureInPictureController = ["objc2-foundation/NSError"]
AVPictureInPictureController_AVSampleBufferDisplayLayerSupport = []
AVPlaybackSpeed = ["objc2-foundation/NSArray", "objc2-foundation/NSString"]
AVPlayerView = ["objc2-foundation/NSArray", "objc2-foundation/NSCoder", "objc2-foundation/NSError", "objc2-foundation/NSGeometry", "objc2-foundation/NSObject", "objc2-foundation/NSString", "objc2-foundation/objc2-core-foundation"]
AVRoutePickerView = ["objc2-foundation/NSCoder", "objc2-foundation/NSGeometry", "objc2-foundation/NSObject", "objc2-foundation/objc2-core-foundation"]
alloc = []
bitflags = ["dep:bitflags"]
block2 = ["dep:block2"]
default = ["std", "AVCaptureView", "AVKitCore", "AVKitDefines", "AVKitTypes", "AVPictureInPictureController", "AVPictureInPictureController_AVSampleBufferDisplayLayerSupport", "AVPlaybackSpeed", "AVPlayerView", "AVRoutePickerView", "bitflags", "block2", "objc2-app-kit", "objc2-av-foundation", "objc2-core-foundation", "objc2-core-media"]
objc2-app-kit = ["dep:objc2-app-kit"]
objc2-av-foundation = ["dep:objc2-av-foundation"]
objc2-core-foundation = ["dep:objc2-core-foundation"]
objc2-core-media = ["dep:objc2-core-media"]
std = ["alloc"]
[lib]
name = "objc2_av_kit"
path = "src/lib.rs"
[lints.clippy]
ptr_as_ptr = "warn"
redundant_feature_names = "allow"
[lints.clippy.cargo]
level = "warn"
priority = -1
[lints.rust]
elided_lifetimes_in_paths = "warn"
missing_copy_implementations = "warn"
non_ascii_idents = "deny"
unreachable_pub = "warn"
unsafe_op_in_unsafe_fn = "deny"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "development-tools::ffi", "external-ffi-bindings", "os::macos-apis"]
description = "Bindings to the AVKit framework"
edition = "2021"
keywords = ["cocoa", "apple", "framework", "macos", "ios"]
license = "Zlib OR Apache-2.0 OR MIT"
name = "objc2-av-kit"
readme = "README.md"
repository = "https://github.com/madsmtm/objc2"
rust-version = "1.71"
version = "0.3.0"
[package.metadata.docs.rs]
default-target = "aarch64-apple-darwin"
rustc-args = ["--cfg", "docsrs"]
targets = ["aarch64-apple-darwin", "x86_64-apple-darwin", "aarch64-apple-ios", "aarch64-apple-tvos", "aarch64-apple-watchos", "aarch64-apple-ios-macabi", "aarch64-apple-visionos"]
[target.'cfg(target_os = "macos")'.dependencies.objc2-app-kit]
default-features = false
features = ["NSAccessibilityProtocols", "NSAnimation", "NSAppearance", "NSColor", "NSDragging", "NSImage", "NSMenu", "NSResponder", "NSUserInterfaceItemIdentification", "NSView"]
optional = true
version = "0.3.0"