[build-dependencies.tauri-plugin]
features = ["build"]
version = "2.0"
[dependencies.dashmap]
version = "6.1"
[dependencies.futures]
version = "0.3"
[dependencies.serde]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.tauri]
version = "2"
[dependencies.tauri-store-macros]
optional = true
version = "0.4"
[dependencies.tauri-store-utils]
version = "0.1"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
default-features = false
features = ["time"]
version = "1.39"
[features]
derive = ["dep:tauri-store-macros"]
file-sync-all = []
unstable-async = ["tokio/fs", "tokio/io-util"]
[lib]
name = "tauri_store"
path = "src/lib.rs"
[lints.clippy]
clone_on_ref_ptr = "deny"
filetype_is_file = "deny"
map_unwrap_or = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
rc_buffer = "deny"
rc_mutex = "deny"
rest_pat_in_fully_bound_structs = "deny"
[lints.clippy.pedantic]
level = "deny"
priority = -1
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(tauri_store_tracing)"]
level = "warn"
priority = 0
[package]
authors = ["Andrew Ferreira <andrew.shien2@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Persistent stores for Tauri"
documentation = "https://docs.rs/tauri-store"
edition = "2021"
homepage = "https://tb.dev.br/tauri-store"
keywords = ["plugin", "tauri", "store"]
license = "MIT"
name = "tauri-store"
readme = "README.md"
repository = "https://github.com/ferreira-tb/tauri-store"
rust-version = "1.77.2"
version = "0.4.0"
[package.metadata.docs.rs]
features = []
no-default-features = true
rustc-args = ["--cfg", "docsrs"]
rustdoc-args = ["--cfg", "docsrs"]
[target."cfg(tauri_store_tracing)".dependencies.tracing]
version = "0.1"