smart-cache 0.2.0

A smart caching library for Rust with automatic invalidation
Documentation
[dependencies.dirs]
version = "6.0.0"

[dependencies.eyre]
version = "0.6"

[dependencies.once_cell]
version = "1.0"

[dependencies.redb]
version = "2.4.0"

[dependencies.smart-cache-macro]
version = "0.2.0"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.rkyv]
version = "0.8.9"

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

[package]
authors = ["Andrew Gazelka <andrew.gazelka@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["caching", "database"]
description = "A smart caching library for Rust with automatic invalidation"
documentation = "https://docs.rs/smart-cache"
edition = "2021"
keywords = ["cache", "caching", "persistence", "database"]
license = "MIT OR Apache-2.0"
name = "smart-cache"
readme = false
repository = "https://github.com/andrewgazelka/smart-cache"
version = "0.2.0"

[[test]]
name = "something"
path = "tests/something.rs"