Cargo Features

[dependencies]
objc2-local-authentication-embedded-ui = { version = "0.2.0", default-features = false, features = ["std", "alloc", "unstable-docsrs", "all", "block2", "objc2-app-kit", "LAAuthenticationView", "LAPresentationContext", "LARight_UI"] }
default = std

The std feature is set by default whenever objc2-local-authentication-embedded-ui 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 = LAAuthenticationView, LAPresentationContext, LARight_UI, block2, objc2-app-kit
block2 all?

Enables block2

objc2-app-kit all?

Enables objc2-app-kit

Affects LAPresentationContext::LAPresentationContext

LAAuthenticationView all?

Enables NSCoder, NSGeometry and NSObject of objc2-foundation, LAContext of objc2-local-authentication, NSAccessibilityProtocols, NSAnimation, NSAppearance, NSCell, NSDragging, NSResponder, NSUserInterfaceItemIdentification and NSView of optional objc2-app-kit

LAPresentationContext all?

Enables NSResponder and NSWindow of optional objc2-app-kit

LARight_UI all?

Enables NSError and NSString of objc2-foundation, LARight of objc2-local-authentication, NSResponder and NSWindow of optional objc2-app-kit