kovra-native-macos 0.8.0

macOS LocalAuthentication (Touch ID) Confirmer for kovra (free core, [host]-validated).
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.87"
name = "kovra-native-macos"
version = "0.8.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "macOS LocalAuthentication (Touch ID) Confirmer for kovra (free core, [host]-validated)."
homepage = "https://kovra.sh"
readme = "README.md"
keywords = [
    "kovra",
    "touch-id",
    "biometric",
    "macos",
]
categories = [
    "authentication",
    "os::macos-apis",
]
license = "BUSL-1.1"
repository = "https://github.com/kaeus-inc/kovra-core"
resolver = "2"

[lib]
name = "kovra_native_macos"
path = "src/lib.rs"

[dependencies.kovra-core]
version = "0.8.0"

[target.'cfg(target_os = "macos")'.dependencies.block2]
version = "0.6"

[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.6"

[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
version = "0.3.2"
features = [
    "std",
    "NSString",
    "NSError",
]
default-features = false

[target.'cfg(target_os = "macos")'.dependencies.objc2-local-authentication]
version = "0.3.2"
features = [
    "std",
    "LAContext",
    "LAError",
    "block2",
]
default-features = false

[target.'cfg(target_os = "macos")'.dependencies.wait-timeout]
version = "0.2"