Cargo Features

[dependencies]
objc2-service-management = { version = "0.2.2", default-features = false, features = ["std", "alloc", "all", "block2", "SMAppService", "SMLoginItem"] }
default = std

The std feature is set by default whenever objc2-service-management is added without default-features = false somewhere in the dependency tree.

std default = alloc

Currently not possible to turn off, put here for forwards compatibility.

Enables std of optional block2, objc2, and objc2-foundation

alloc std

Enables alloc of optional block2, objc2, and objc2-foundation

all = SMAppService, SMErrors, SMLoginItem, block2
block2 all?

Enables block2, block2 of objc2-foundation

SMAppService all?

Enables NSError, NSString and NSURL of objc2-foundation

SMErrors SMLoginItem all?