[dependencies.block2]
default-features = false
features = ["alloc"]
optional = true
version = ">=0.6.1, <0.8.0"
[dependencies.objc2]
default-features = false
features = ["std"]
version = ">=0.6.1, <0.8.0"
[dependencies.objc2-av-foundation]
default-features = false
features = ["AVPlayer"]
optional = true
version = "0.3.1"
[dependencies.objc2-core-foundation]
default-features = false
features = ["CFCGTypes", "objc2"]
optional = true
version = "0.3.1"
[dependencies.objc2-foundation]
default-features = false
features = ["alloc"]
version = "0.3.1"
[dependencies.objc2-javascript-core]
default-features = false
features = ["JSContext", "JSValue", "objc2"]
optional = true
version = "0.3.1"
[dependencies.objc2-ui-kit]
default-features = false
features = ["NSText", "UIAppearance", "UIColor", "UIFocus", "UIFont", "UIGeometry", "UIImage", "UINavigationController", "UIResponder", "UITraitCollection", "UIView", "UIViewController", "UIViewControllerTransitioning", "UIWindow", "objc2-core-foundation"]
optional = true
version = "0.3.1"
[features]
TVApplicationController = ["objc2-foundation/NSDictionary", "objc2-foundation/NSError", "objc2-foundation/NSObject", "objc2-foundation/NSString", "objc2-foundation/NSURL"]
TVBrowserViewController = ["objc2-foundation/NSBundle", "objc2-foundation/NSCoder", "objc2-foundation/NSObject", "objc2-foundation/NSString"]
TVColor = ["objc2-foundation/NSArray", "objc2-foundation/NSObject", "objc2-foundation/NSValue"]
TVDocumentViewController = ["objc2-foundation/NSBundle", "objc2-foundation/NSCoder", "objc2-foundation/NSDictionary", "objc2-foundation/NSError", "objc2-foundation/NSObject", "objc2-foundation/NSString"]
TVElementFactory = ["objc2-foundation/NSString"]
TVImageElement = ["objc2-foundation/NSDictionary", "objc2-foundation/NSObject", "objc2-foundation/NSString", "objc2-foundation/NSURL"]
TVInterfaceFactory = ["objc2-foundation/NSString", "objc2-foundation/NSURL"]
TVMLKitDefines = []
TVMLKitErrors = ["objc2-foundation/NSString"]
TVPlayback = ["objc2-foundation/NSArray", "objc2-foundation/NSDate", "objc2-foundation/NSDictionary", "objc2-foundation/NSString", "objc2-foundation/NSURL", "objc2-foundation/NSValue"]
TVStyleFactory = ["objc2-foundation/NSString"]
TVTextElement = ["objc2-foundation/NSAttributedString", "objc2-foundation/NSObject"]
TVViewElement = ["objc2-foundation/NSArray", "objc2-foundation/NSDictionary", "objc2-foundation/NSObject", "objc2-foundation/NSString"]
TVViewElementStyle = ["objc2-foundation/NSObject", "objc2-foundation/NSString"]
alloc = []
block2 = ["dep:block2"]
default = ["std", "TVApplicationController", "TVBrowserViewController", "TVColor", "TVDocumentViewController", "TVElementFactory", "TVImageElement", "TVInterfaceFactory", "TVMLKitDefines", "TVMLKitErrors", "TVPlayback", "TVStyleFactory", "TVTextElement", "TVViewElement", "TVViewElementStyle", "block2", "objc2-av-foundation", "objc2-core-foundation", "objc2-javascript-core", "objc2-ui-kit"]
objc2-av-foundation = ["dep:objc2-av-foundation"]
objc2-core-foundation = ["dep:objc2-core-foundation"]
objc2-javascript-core = ["dep:objc2-javascript-core"]
objc2-ui-kit = ["dep:objc2-ui-kit"]
std = ["alloc"]
[lib]
name = "objc2_tv_ml_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 TVMLKit framework"
edition = "2021"
keywords = ["cocoa", "apple", "framework"]
license = "Zlib OR Apache-2.0 OR MIT"
name = "objc2-tv-ml-kit"
readme = "README.md"
repository = "https://github.com/madsmtm/objc2"
rust-version = "1.71"
version = "0.3.1"
[package.metadata.docs.rs]
default-target = "aarch64-apple-darwin"
rustc-args = ["--cfg", "docsrs"]
targets = ["aarch64-apple-tvos"]