Cargo Features
[dependencies]
objc2-event-kit = { version = "0.2.2", default-features = false, features = ["std", "alloc", "all", "bitflags", "block2", "objc2-app-kit", "objc2-core-location", "objc2-map-kit", "EKAlarm", "EKCalendar", "EKCalendarItem", "EKError", "EKEvent", "EKEventStore", "EKObject", "EKParticipant", "EKRecurrenceDayOfWeek", "EKRecurrenceEnd", "EKRecurrenceRule", "EKReminder", "EKSource", "EKStructuredLocation", "EKTypes", "EKVirtualConferenceDescriptor", "EKVirtualConferenceProvider", "EventKitDefines"] }
- default = std
-
The
std
feature is set by default wheneverobjc2-event-kit
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 optional bitflags, optional block2, objc2, optional objc2-app-kit, optional objc2-core-location, objc2-foundation, and optional objc2-map-kit
- alloc std
-
Enables alloc of optional block2, objc2, optional objc2-app-kit, optional objc2-core-location, objc2-foundation, and optional objc2-map-kit
- all = EKAlarm, EKCalendar, EKCalendarItem, EKError, EKEvent, EKEventStore, EKObject, EKParticipant, EKRecurrenceDayOfWeek, EKRecurrenceEnd, EKRecurrenceRule, EKReminder, EKSource, EKStructuredLocation, EKTypes, EKVirtualConferenceDescriptor, EKVirtualConferenceProvider, EventKitDefines, bitflags, block2, objc2-app-kit, objc2-core-location, objc2-map-kit
- bitflags EKTypes? all?
-
Enables bitflags, bitflags of objc2-foundation, optional objc2-app-kit, and optional objc2-map-kit
- block2 all?
-
Enables block2, block2 of objc2-foundation, optional objc2-app-kit, optional objc2-core-location, and optional objc2-map-kit
Affects
EKEventStore::EKEventStoreRequestAccessCompletionHandler
,EKEventStore::EKEventSearchCallback
… - objc2-app-kit all?
-
Enables objc2-app-kit, objc2-app-kit of optional objc2-map-kit
- objc2-core-location all?
-
Enables objc2-core-location, objc2-core-location of optional objc2-map-kit
- objc2-map-kit all?
-
Enables objc2-map-kit
- EKAlarm all?
-
Enables NSDate, NSObject, NSString and NSURL of objc2-foundation
- EKCalendar all?
-
Enables NSString of objc2-foundation, NSColor of optional objc2-app-kit
- EKCalendarItem all?
-
Enables NSArray, NSDate, NSString, NSTimeZone and NSURL of objc2-foundation
Affects
EKEventStore::EKEventSearchCallback
… - EKError all?
-
Enables NSString of objc2-foundation
- EKEvent all?
-
Enables NSDate, NSObjCRuntime and NSString of objc2-foundation
Affects
EKEventStore::EKEventSearchCallback
… - EKEventStore all?
-
Enables NSArray, NSDate, NSError, NSPredicate and NSString of objc2-foundation
- EKObject all?
-
Affects
EKEventStore::EKEventSearchCallback
… - EKParticipant all?
-
Enables NSObject, NSPredicate, NSString and NSURL of objc2-foundation
- EKRecurrenceDayOfWeek all?
-
Enables NSObject of objc2-foundation
- EKRecurrenceEnd all?
-
Enables NSDate and NSObject of objc2-foundation
- EKRecurrenceRule all?
-
Enables NSArray, NSObject, NSString and NSValue of objc2-foundation
- EKReminder all?
-
Enables NSCalendar and NSDate of objc2-foundation
- EKSource all?
-
Enables NSSet and NSString of objc2-foundation
- EKStructuredLocation all?
-
Enables NSObject and NSString of objc2-foundation, CLLocation of optional objc2-core-location, MKMapItem of optional objc2-map-kit
- EKTypes all? = bitflags
- EKVirtualConferenceDescriptor all?
-
Enables NSArray, NSString and NSURL of objc2-foundation
- EKVirtualConferenceProvider all?
-
Enables NSArray, NSError, NSExtensionRequestHandling and NSString of objc2-foundation
- EventKitDefines all?