Cargo Features

[dependencies]
objc2-file-provider-ui = { version = "0.2.2", default-features = false, features = ["std", "alloc", "all", "block2", "objc2-app-kit", "FPUIActionExtensionContext", "FPUIActionExtensionViewController", "FPUIBase"] }
default = std

The std feature is set by default whenever objc2-file-provider-ui is added without default-features = false somewhere in the dependency tree.

std default = alloc

Currently not possible to turn off, put here for forwards compatibility.

Enables std of optional block2, objc2, optional objc2-app-kit, objc2-file-provider, and objc2-foundation

alloc std

Enables alloc of optional block2, objc2, optional objc2-app-kit, objc2-file-provider, and objc2-foundation

all = FPUIActionExtensionContext, FPUIActionExtensionViewController, FPUIBase, block2, objc2-app-kit
block2 all?

Enables block2, block2 of objc2-file-provider, objc2-foundation, and optional objc2-app-kit

objc2-app-kit all?

Enables objc2-app-kit

FPUIActionExtensionContext all?

Enables NSFileProviderDomain of objc2-file-provider, NSArray, NSError, NSExtensionContext and NSString of objc2-foundation

FPUIActionExtensionViewController all?

Enables NSFileProviderItem of objc2-file-provider, NSArray, NSBundle, NSCoder, NSError, NSExtensionContext, NSObject and NSString of objc2-foundation, NSKeyValueBinding, NSNib, NSResponder, NSStoryboardSegue, NSUserInterfaceItemIdentification and NSViewController of optional objc2-app-kit

FPUIBase all?