Cargo Features
[dependencies]
objc2-automator = { version = "0.3.0", default-features = false, features = ["std", "alloc", "objc2-app-kit", "objc2-core-foundation", "objc2-osa-kit", "AMAction", "AMAppleScriptAction", "AMAttributesForAnalyzer", "AMBundleAction", "AMShellScriptAction", "AMWorkflow", "AMWorkflowController", "AMWorkflowView", "AutomatorErrors"] }
- default = AMAction, AMAppleScriptAction, AMAttributesForAnalyzer, AMBundleAction, AMShellScriptAction, AMWorkflow, AMWorkflowController, AMWorkflowView, AMWorkspace, AutomatorErrors, objc2-app-kit, objc2-core-foundation, objc2-osa-kit, std
-
These default features are set whenever
objc2-automator
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
- objc2-app-kit default
-
Enables objc2-app-kit
- objc2-core-foundation default
-
Enables objc2-core-foundation
- objc2-osa-kit default
-
Enables objc2-osa-kit
- AMAction default
-
Enables NSDictionary, NSError, NSString and NSURL of objc2-foundation
- AMAppleScriptAction default
-
Enables NSDictionary, NSError, NSObject, NSString and NSURL of objc2-foundation
- AMAttributesForAnalyzer default
- AMBundleAction default
-
Enables NSBundle, NSDictionary, NSError, NSObject, NSString and NSURL of objc2-foundation
- AMShellScriptAction default
-
Enables NSDictionary, NSError, NSObject, NSString and NSURL of objc2-foundation
- AMWorkflow default
-
Enables NSArray, NSError, NSObject, NSString and NSURL of objc2-foundation
- AMWorkflowController default
-
Enables NSCoder, NSError and NSObject of objc2-foundation
- AMWorkflowView default
-
Enables NSCoder, NSGeometry, NSObject and objc2-core-foundation of objc2-foundation
- AMWorkspace AutomatorErrors default
objc2-automator has 15 features without comments.