Cargo Features

[dependencies]
objc2-device-check = { version = "0.3.0", default-features = false, features = ["std", "alloc", "block2", "DCAppAttestService", "DCDevice", "DCError"] }
default = DCAppAttestService, DCDevice, DCError, block2, std

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

std default = alloc
alloc std
block2 default

Enables block2

DCAppAttestService default

Enables NSData, NSError and NSString of objc2-foundation

DCDevice default

Enables NSData and NSError of objc2-foundation

DCError default

Enables NSError and NSString of objc2-foundation

objc2-device-check has 7 features without comments.