tauri-plugin-keyring-store 0.1.5

Stronghold-inspired secrets and crypto helpers backed by the OS credential store (keyring-core).
Documentation
# 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-keyring-store"
version = "0.1.5"
authors = ["s00d"]
build = "build.rs"
links = "tauri-plugin-keyring-store"
exclude = [
    "/examples",
    "/dist-js",
    "/guest-js",
    "/node_modules",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stronghold-inspired secrets and crypto helpers backed by the OS credential store (keyring-core)."
documentation = "https://docs.rs/tauri-plugin-keyring-store"
readme = "README.md"
keywords = [
    "tauri",
    "tauri-plugin",
    "keyring",
    "credential",
    "secrets",
]
categories = [
    "authentication",
    "api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/s00d/tauri-plugin-keyring-store"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
crypto = ["dep:iota-crypto"]
default = ["crypto"]

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

[[test]]
name = "account_encoding"
path = "tests/account_encoding.rs"

[[test]]
name = "keyring_live"
path = "tests/keyring_live.rs"

[[test]]
name = "models_serde"
path = "tests/models_serde.rs"

[dependencies.argon2]
version = "0.5"
features = ["std"]
default-features = false

[dependencies.base64]
version = "0.22"

[dependencies.chacha20poly1305]
version = "0.10"

[dependencies.generic-array]
version = "0.14.9"

[dependencies.getrandom]
version = "0.4"

[dependencies.hex]
version = "0.4"

[dependencies.iota-crypto]
version = "0.23"
features = [
    "bip39",
    "bip39-en",
    "slip10",
    "ed25519",
    "random",
]
optional = true
default-features = false

[dependencies.keyring-core]
version = "1"

[dependencies.log]
version = "0.4"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.11"

[dependencies.tauri]
version = "2.10.3"

[dependencies.thiserror]
version = "2"

[dependencies.zeroize]
version = "1"
features = ["zeroize_derive"]

[dev-dependencies.rand]
version = "0.10"

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

[target.'cfg(all(target_os = "linux", not(doc)))'.dependencies.dbus-secret-service-keyring-store]
version = "1"
features = ["crypto-rust"]
default-features = false

[target.'cfg(target_os = "android")'.dependencies.android-native-keyring-store]
version = "1"

[target.'cfg(target_os = "ios")'.dependencies.apple-native-keyring-store]
version = "1"
features = ["protected"]

[target.'cfg(target_os = "macos")'.dependencies.apple-native-keyring-store]
version = "1"
features = ["keychain"]

[target.'cfg(target_os = "windows")'.dependencies.windows-native-keyring-store]
version = "1"