Cargo Features

[dependencies]
objc2-local-authentication = { version = "0.2.0", default-features = false, features = ["std", "alloc", "unstable-docsrs", "all", "block2", "LABase", "LAContext", "LAError", "LAPublicDefines", "LAPublicKey", "LARequirement", "LARight", "LARightStore", "LASecret"] }
default = std

The std feature is set by default whenever objc2-local-authentication 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 objc2

alloc std

Enables alloc of objc2

unstable-docsrs

For better documentation on docs.rs

all = LABase, LAContext, LAError, LAPersistedRight, LAPrivateKey, LAPublicDefines, LAPublicKey, LARequirement, LARight, LARightStore, LASecret, block2
block2 all?

Enables block2

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