tauri-plugin-secure-element 0.1.0-beta.4

Tauri plugin for secure element use on iOS (Secure Enclave) and Android (Strongbox and TEE).
# 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"
rust-version = "1.77.2"
name = "tauri-plugin-secure-element"
version = "0.1.0-beta.4"
authors = ["Don Kackman<dkackman@gmail.com>"]
build = "build.rs"
links = "tauri-plugin-secure-element"
exclude = [
    "**/.tauri",
    "**/target",
    "**/node_modules",
    "**/build",
    "**/.gradle",
    "**/.build",
    "**/.swiftpm",
    "**/Package.resolved",
    "**/.git",
    "**/.gitignore",
    "**/.DS_Store",
    "**/dist",
    "**/dist-js",
    "**/Cargo.lock",
    "**/.vs",
    "**/.idea",
    "**/*.sublime*",
    "**/debug.log",
    "**/package-lock.json",
    "**/yarn.lock",
    "**/pnpm-lock.yaml",
    "**/pnpm-workspace.yaml",
    "**/.npmrc",
    "**/.prettierignore",
    "**/.prettierrc.json",
    "**/.swiftlint.yml",
    "**/rollup.config.js",
    "**/tsconfig.json",
    "**/package.json",
    "**/guest-js",
    "**/ios/Tests",
    "**/ios/.gitignore",
    "**/android/local.properties",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tauri plugin for secure element use on iOS (Secure Enclave) and Android (Strongbox and TEE)."
homepage = "https://github.com/dkackman/tauri-plugin-secure-element"
documentation = "https://github.com/dkackman/tauri-plugin-secure-element#readme"
readme = "README.md"
keywords = [
    "tauri",
    "plugin",
    "secure-element",
    "secure-enclave",
    "strongbox",
]
categories = [
    "api-bindings",
    "cryptography",
    "authentication",
]
license = "Apache-2.0"
repository = "https://github.com/dkackman/tauri-plugin-secure-element"

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

[dependencies.base64]
version = "0.22"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.tauri]
version = "2.10.1"

[dependencies.thiserror]
version = "2"

[build-dependencies.tauri-plugin]
version = "2.5.3"
features = ["build"]

[target.'cfg(target_os = "macos")'.dependencies.libc]
version = "0.2"

[target.'cfg(target_os = "windows")'.dependencies.raw-window-handle]
version = "0.6"

[target.'cfg(target_os = "windows")'.dependencies.windows]
version = "0.62.2"
features = [
    "Win32_Foundation",
    "Win32_Security",
    "Win32_Security_Authorization",
    "Win32_Security_Cryptography",
    "Win32_System_Threading",
    "Win32_System_TpmBaseServices",
    "Security_Credentials_UI",
]

[target.'cfg(target_os = "windows")'.dependencies.winver]
version = "1"