Cargo Features

[dependencies]
objc2-automator = { version = "0.2.0", default-features = false, features = ["std", "alloc", "unstable-docsrs", "all", "objc2-app-kit", "objc2-osa-kit", "AMAction", "AMAppleScriptAction", "AMAttributesForAnalyzer", "AMBundleAction", "AMShellScriptAction", "AMWorkflow", "AMWorkflowController", "AMWorkflowView", "AutomatorErrors"] }
default = std

The std feature is set by default whenever objc2-automator 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 objc2

alloc std

Enables alloc of objc2

unstable-docsrs

For better documentation on docs.rs

all = AMAction, AMAppleScriptAction, AMAttributesForAnalyzer, AMBundleAction, AMShellScriptAction, AMWorkflow, AMWorkflowController, AMWorkflowView, AMWorkspace, AutomatorErrors, objc2-app-kit, objc2-osa-kit
objc2-app-kit all?

Enables objc2-app-kit

objc2-osa-kit all?

Enables objc2-osa-kit

AMAction all?

Enables NSDictionary, NSError, NSGeometry, NSString and NSURL of objc2-foundation

AMAppleScriptAction all?

Enables NSDictionary, NSError, NSObject, NSString and NSURL of objc2-foundation, OSAScript of optional objc2-osa-kit

AMAttributesForAnalyzer all?
AMBundleAction all?

Enables NSBundle, NSDictionary, NSError, NSObject, NSString and NSURL of objc2-foundation, NSResponder and NSView of optional objc2-app-kit

AMShellScriptAction all?

Enables NSDictionary, NSError, NSObject, NSString and NSURL of objc2-foundation

AMWorkflow all?

Enables NSArray, NSError, NSObject, NSString and NSURL of objc2-foundation

AMWorkflowController all?

Enables NSCoder, NSError and NSObject of objc2-foundation, NSController, NSKeyValueBinding, NSResponder and NSView of optional objc2-app-kit

AMWorkflowView all?

Enables NSCoder, NSGeometry and NSObject of objc2-foundation, NSAccessibilityProtocols, NSAnimation, NSAppearance, NSController, NSDragging, NSResponder, NSUserInterfaceItemIdentification and NSView of optional objc2-app-kit

AMWorkspace AutomatorErrors all?