[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"