# 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 = "2021" name = "robius-authentication" version = "0.1.1" authors = [ "Klim Tsoutsman ", "Kevin Boos ", "Project Robius Maintainers", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Rust abstractions for multi-platform native authentication: biometrics, fingerprint, password, TouchID, FaceID, Windows Hello, etc." homepage = "https://robius.rs/" documentation = "https://docs.rs/robius-authentication" readme = "README.md" keywords = [ "robius", "authentication", "biometric", "password", "fingerprint", ] categories = [ "os", "hardware-support", "api-bindings", ] license = "MIT" repository = "https://github.com/project-robius/robius-authentication" [lib] name = "robius_authentication" path = "src/lib.rs" [[example]] name = "hello_world" path = "examples/hello_world.rs" [dependencies.cfg-if] version = "1.0.0" [build-dependencies.android-build] version = "0.1.0" [features] async = ["dep:tokio"] default = [] [target.'cfg(any(target_vendor = "apple", target_os = "android"))'.dependencies.tokio] version = "1.35.1" features = ["sync"] optional = true default-features = false [target.'cfg(target_os = "android")'.dependencies.jni] version = "0.21.1" [target.'cfg(target_os = "android")'.dependencies.log] version = "0.4.21" [target.'cfg(target_os = "android")'.dependencies.robius-android-env] version = "0.2.0" [target.'cfg(target_os = "linux")'.dependencies.gio] version = "=0.17.0" [target.'cfg(target_os = "linux")'.dependencies.polkit] version = "=0.17.0" [target.'cfg(target_os = "windows")'.dependencies.retry] version = "2.0.0" [target.'cfg(target_os = "windows")'.dependencies.windows] version = "0.56.0" features = [ "Foundation", "Security_Credentials_UI", "Win32_UI_WindowsAndMessaging", "Win32_System_WinRT", "Win32_Foundation", "Win32_Graphics_Gdi", "Win32_NetworkManagement_NetManagement", "Win32_Security_Authentication_Identity", "Win32_Security_Credentials", "Win32_UI_Input_KeyboardAndMouse", ] [target.'cfg(target_os = "windows")'.dependencies.windows-core] version = "0.56.0" default-features = false [target.'cfg(target_vendor = "apple")'.dependencies.block2] version = "0.5.1" [target.'cfg(target_vendor = "apple")'.dependencies.objc2] version = "0.5.2" default-features = false [target.'cfg(target_vendor = "apple")'.dependencies.objc2-foundation] version = "0.2.2" features = [ "NSError", "NSString", ] default-features = false [target.'cfg(target_vendor = "apple")'.dependencies.objc2-local-authentication] version = "0.2.2" features = [ "block2", "LAContext", "LAError", ]