Cargo Features
[dependencies]
objc2-automator = { version = "0.2.2", default-features = false, features = ["std", "alloc", "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 wheneverobjc2-automator
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Currently not possible to turn off, put here for forwards compatibility.
Enables std of objc2, optional objc2-app-kit, objc2-foundation, and optional objc2-osa-kit
- alloc std
-
Enables alloc of objc2, optional objc2-app-kit, objc2-foundation, and optional objc2-osa-kit
- 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?