Cargo Features

[dependencies]
objc2-user-notifications = { version = "0.3.0", default-features = false, features = ["std", "alloc", "bitflags", "block2", "objc2-core-location", "NSString_UserNotifications", "UNError", "UNNotification", "UNNotificationAction", "UNNotificationActionIcon", "UNNotificationAttachment", "UNNotificationAttributedMessageContext", "UNNotificationCategory", "UNNotificationContent", "UNNotificationResponse", "UNNotificationServiceExtension", "UNNotificationSettings", "UNNotificationSound", "UNNotificationTrigger", "UNUserNotificationCenter"] }
default = NSString_UserNotifications, UNError, UNNotification, UNNotificationAction, UNNotificationActionIcon, UNNotificationAttachment, UNNotificationAttributedMessageContext, UNNotificationCategory, UNNotificationContent, UNNotificationRequest, UNNotificationResponse, UNNotificationServiceExtension, UNNotificationSettings, UNNotificationSound, UNNotificationTrigger, UNUserNotificationCenter, bitflags, block2, objc2-core-location, std

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

std default = alloc
alloc std
bitflags default UNNotificationAction UNNotificationCategory UNUserNotificationCenter

Enables bitflags

block2 default

Enables block2

objc2-core-location default

Enables objc2-core-location

NSString_UserNotifications default

Enables NSArray and NSString of objc2-foundation

UNError default

Enables NSString of objc2-foundation

UNNotification default

Enables NSDate and NSObject of objc2-foundation

UNNotificationAction default = bitflags

Enables NSObject and NSString of objc2-foundation

UNNotificationActionIcon default

Enables NSObject and NSString of objc2-foundation

UNNotificationAttachment default

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

UNNotificationAttributedMessageContext default
UNNotificationCategory default = bitflags

Enables NSArray, NSObject and NSString of objc2-foundation

UNNotificationContent default

Enables NSArray, NSDictionary, NSError, NSObject, NSString and NSValue of objc2-foundation

UNNotificationRequest UNNotificationResponse default

Enables NSObject and NSString of objc2-foundation

UNNotificationServiceExtension default
UNNotificationSettings default

Enables NSObject of objc2-foundation

UNNotificationSound default

Enables NSObject and NSString of objc2-foundation

UNNotificationTrigger default

Enables NSCalendar, NSDate and NSObject of objc2-foundation

UNUserNotificationCenter default = bitflags

Enables NSArray, NSError, NSSet and NSString of objc2-foundation

objc2-user-notifications has 21 features without comments.