Cargo Features
[dependencies]
objc2-device-check = { version = "0.2.2", default-features = false, features = ["std", "alloc", "all", "block2", "DCAppAttestService", "DCDevice", "DCError"] }
- default = std
-
The
std
feature is set by default wheneverobjc2-device-check
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 block2, objc2, and objc2-foundation
- alloc std
-
Enables alloc of optional block2, objc2, and objc2-foundation
- all = DCAppAttestService, DCDevice, DCError, block2
- block2 all?
-
Enables block2, block2 of objc2-foundation
- DCAppAttestService all?
-
Enables NSData, NSError and NSString of objc2-foundation
- DCDevice all?
-
Enables NSData and NSError of objc2-foundation
- DCError all?
-
Enables NSError and NSString of objc2-foundation