Cargo Features

[dependencies]
objc2-notification-center = { version = "0.3.1", default-features = false, features = ["std", "alloc", "block2", "objc2-app-kit", "NCWidgetController", "NCWidgetListViewController", "NCWidgetProviding", "NCWidgetSearchViewController"] }
default = NCWidgetController, NCWidgetListViewController, NCWidgetProviding, NCWidgetSearchViewController, block2, objc2-app-kit, std

These default features are set whenever objc2-notification-center is added without default-features = false somewhere in the dependency tree.

std default = alloc
alloc std
block2 default

Enables block2

objc2-app-kit default

Enables objc2-app-kit

NCWidgetController default

Enables NSString of objc2-foundation

NCWidgetListViewController default

Enables NSArray, NSBundle, NSCoder and NSObject of objc2-foundation

NCWidgetProviding default

Enables NSExtensionRequestHandling, NSGeometry and objc2-core-foundation of objc2-foundation

NCWidgetSearchViewController default

Enables NSArray, NSBundle, NSCoder, NSObject and NSString of objc2-foundation

objc2-notification-center has 9 features without comments.