tauri-plugin-persistence 0.2.1

A wrapper plugin for several persistence backends, focused on managing complex project folders with less boilerplate.
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-persistence"
version = "0.2.1"
authors = ["Dax Harris"]
build = "build.rs"
links = "tauri-plugin-persistence"
exclude = [
    "/examples",
    "/dist-js",
    "/guest-js",
    "/node_modules",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A wrapper plugin for several persistence backends, focused on managing complex project folders with less boilerplate."
homepage = "https://github.com/dax-dot-gay/tauri-plugin-persistence"
readme = "README.md"
keywords = [
    "tauri",
    "polodb",
    "tauri-plugin",
    "native-apps",
]
categories = [
    "asynchronous",
    "web-programming",
    "database",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/dax-dot-gay/tauri-plugin-persistence"

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

[dependencies.anyhow]
version = "1.0.98"

[dependencies.async-dup]
version = "1.2.4"

[dependencies.bson]
version = "2.14.0"
features = ["chrono-0_4"]

[dependencies.chrono]
version = "0.4.40"
features = ["serde"]

[dependencies.mime_guess]
version = "2.0.5"

[dependencies.polodb_core]
version = "5.1.3"

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

[dependencies.serde_json]
version = "1.0.140"

[dependencies.specta]
version = "=2.0.0-rc.22"
features = [
    "serde",
    "export",
    "chrono",
    "bson",
    "tokio",
    "serde_json",
]

[dependencies.specta-typescript]
version = "=0.0.9"

[dependencies.tauri]
version = "2.5.0"

[dependencies.tauri-specta]
version = "=2.0.0-rc.21"
features = [
    "derive",
    "typescript",
]

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1.44.2"
features = ["full"]

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