tauri-plugin-configurate 0.4.1

Tauri v2 plugin for type-safe application configuration management.
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-configurate"
version = "0.4.1"
authors = ["Crysta1221"]
build = "build.rs"
links = "tauri-plugin-configurate"
exclude = [
    "/examples",
    "/dist-js",
    "/guest-js",
    "/node_modules",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tauri v2 plugin for type-safe application configuration management."
homepage = "https://github.com/Crysta1221/tauri-plugin-configurate"
readme = "README.md"
keywords = [
    "tauri",
    "tauri-plugin",
    "config",
    "keyring",
    "configuration",
]
categories = [
    "config",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/Crysta1221/tauri-plugin-configurate"

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

[dependencies.argon2]
version = "0.5"

[dependencies.chacha20poly1305]
version = "0.10.1"

[dependencies.keyring]
version = "3.6.3"
features = [
    "windows-native",
    "apple-native",
    "sync-secret-service",
]

[dependencies.notify-debouncer-mini]
version = "0.4"

[dependencies.rand]
version = "0.10"

[dependencies.rusqlite]
version = "0.38"
features = ["bundled"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yml]
version = "0.0.12"

[dependencies.sha2]
version = "0.10"

[dependencies.tauri]
version = "2.10.3"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dependencies.zeroize]
version = "1.8"

[dev-dependencies.tempfile]
version = "3"

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

[profile.release]
opt-level = "s"
lto = true
codegen-units = 1
strip = true