Cargo Features
[dependencies]
objc2-business-chat = { version = "0.3.0", default-features = false, features = ["std", "alloc", "BCChatAction", "BCChatButton"] }
- default = BCChatAction, BCChatButton, std
-
These default features are set whenever
objc2-business-chat
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
- BCChatAction default
-
Enables NSDictionary and NSString of objc2-foundation
- BCChatButton default
-
Enables NSAccessibilityProtocols, NSAnimation, NSAppearance, NSControl, NSDragging, NSResponder, NSUserInterfaceItemIdentification and NSView of objc2-app-kit, NSCoder, NSGeometry, NSObject and objc2-core-foundation of objc2-foundation
objc2-business-chat has 5 features without comments.