tauri-plugin-keystore 2.1.0-alpha.2

Interact with the device-native key storage (Android Keystore, iOS Keychain).
# 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-keystore"
version = "2.1.0-alpha.2"
authors = ["daniel-mader"]
build = "build.rs"
links = "tauri-plugin-keystore"
exclude = [
    "/.github",
    "/.releaserc.yaml",
    "/dist-js",
    "/guest-js",
    "/node_modules",
    "/package.json",
    "/pnpm-lock.yaml",
    "/rollup.config.js",
    "/tsconfig.json",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Interact with the device-native key storage (Android Keystore, iOS Keychain)."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/impierce/tauri-plugin-keystore"

[package.metadata.docs.rs]
targets = ["x86_64-linux-android"]

[package.metadata.platforms.support.windows]
level = "none"
notes = ""

[package.metadata.platforms.support.linux]
level = "none"
notes = ""

[package.metadata.platforms.support.macos]
level = "none"
notes = ""

[package.metadata.platforms.support.android]
level = "full"
notes = ""

[package.metadata.platforms.support.ios]
level = "full"
notes = ""

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

[dependencies.serde]
version = "1.0"

[dependencies.tauri]
version = "2.8"

[dependencies.thiserror]
version = "2"

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