tauri-store-utils 0.7.2

Utilities for the Tauri store
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-store-utils"
version = "0.7.2"
authors = ["Andrew Ferreira <andrew.shien2@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utilities for the Tauri store"
homepage = "https://tb.dev.br/tauri-store"
documentation = "https://docs.rs/tauri-store-utils"
readme = "README.md"
keywords = [
    "plugin",
    "store",
    "tauri",
]
categories = [
    "filesystem",
    "gui",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/ferreira-tb/tauri-store"

[package.metadata.docs.rs]
no-default-features = true
features = []

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

[dependencies.parking_lot]
version = "0.12"

[dependencies.semver]
version = "1.0"

[dependencies.tauri]
version = "2"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.47"
features = [
    "macros",
    "time",
]
default-features = false

[lints.clippy]
clone_on_ref_ptr = "deny"
filetype_is_file = "deny"
incompatible_msrv = "deny"
map_unwrap_or = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
missing_safety_doc = "deny"
module_name_repetitions = "allow"
must_use_candidate = "allow"
needless_for_each = "allow"
rc_buffer = "deny"
rc_mutex = "deny"
rest_pat_in_fully_bound_structs = "deny"
single_match_else = "allow"

[lints.clippy.pedantic]
level = "deny"
priority = -1