tauri-plugin-secure-element 0.1.0-alpha.2

Tauri plugin for secure element use on iOS (Secure Enclave) and Android (Strongbox and TEE).
Documentation
[build-dependencies.tauri-plugin]
features = ["build"]
version = "2.5.2"

[dependencies.hex]
version = "0.4"

[dependencies.rand]
version = "0.8"

[dependencies.serde]
version = "1.0"

[dependencies.tauri]
version = "2.9.4"

[dependencies.thiserror]
version = "2"

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

[package]
authors = ["Don Kackman<dkackman@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["api-bindings", "cryptography", "authentication"]
description = "Tauri plugin for secure element use on iOS (Secure Enclave) and Android (Strongbox and TEE)."
documentation = "https://github.com/dkackman/tauri-plugin-secure-element#readme"
edition = "2021"
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"]
homepage = "https://github.com/dkackman/tauri-plugin-secure-element"
keywords = ["tauri", "plugin", "secure-element", "secure-enclave", "strongbox"]
license = "Apache-2.0"
links = "tauri-plugin-secure-element"
name = "tauri-plugin-secure-element"
readme = "README.md"
repository = "https://github.com/dkackman/tauri-plugin-secure-element"
rust-version = "1.77.2"
version = "0.1.0-alpha.2"