Cargo Features
[dependencies]
objc2-local-authentication = { version = "0.2.2", default-features = false, features = ["std", "alloc", "all", "block2", "LABase", "LAContext", "LAError", "LAPublicDefines", "LAPublicKey", "LARequirement", "LARight", "LARightStore", "LASecret"] }
- default = std
-
The
std
feature is set by default wheneverobjc2-local-authentication
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 = LABase, LAContext, LAError, LAPersistedRight, LAPrivateKey, LAPublicDefines, LAPublicKey, LARequirement, LARight, LARightStore, LASecret, block2
- block2 all?
-
Enables block2, block2 of objc2-foundation
- LABase all?
- LAContext all?
-
Enables NSData, NSDate, NSError, NSString and NSValue of objc2-foundation
- LAError all?
-
Enables NSString of objc2-foundation
- LAPersistedRight LAPrivateKey LAPublicDefines all?
- LAPublicKey all?
-
Enables NSData and NSError of objc2-foundation
- LARequirement all?
- LARight all?
-
Enables NSError and NSString of objc2-foundation
- LARightStore all?
-
Enables NSData, NSError and NSString of objc2-foundation
- LASecret all?
-
Enables NSData and NSError of objc2-foundation