tauri-plugin-redb-cache 0.1.1

A Tauri plugin for HTTP and image caching using Redb with LRU memory cache and compression
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"
name = "tauri-plugin-redb-cache"
version = "0.1.1"
authors = ["BiShen <bishen@live.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Tauri plugin for HTTP and image caching using Redb with LRU memory cache and compression"
homepage = "https://www.suanjinshan.com/"
readme = "README.md"
keywords = [
    "tauri",
    "plugin",
    "cache",
    "redb",
    "offline",
]
categories = [
    "caching",
    "database",
]
license = "MIT"
repository = "https://github.com/bishen/tauri-plugin-redb-cache"

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

[dependencies.dirs]
version = "5"

[dependencies.flate2]
version = "1.0"

[dependencies.log]
version = "0.4"

[dependencies.lru]
version = "0.12"

[dependencies.redb]
version = "2.1"

[dependencies.rmp-serde]
version = "1.3"

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

[dependencies.serde_json]
version = "1"

[dependencies.tauri]
version = "2"
default-features = false