cache-ro 0.2.0

A high-performance, thread-safe persistent cache with TTL support
Documentation
[dependencies.bincode]
features = ["serde"]
version = "2.0.1"

[dependencies.dashmap]
version = "6.1.0"

[dependencies.lazy_static]
version = "1.5.0"

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

[dependencies.sha2]
version = "0.10.9"

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

[package]
authors = ["Kak Smko <ba.smko@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["caching", "data-structures", "filesystem"]
description = "A high-performance, thread-safe persistent cache with TTL support"
documentation = "https://docs.rs/cache-ro"
edition = "2024"
keywords = ["cache", "cache-persistent", "cache-memory"]
license = "MIT OR Apache-2.0"
name = "cache-ro"
readme = "README.md"
repository = "https://github.com/kak-smko/cache-ro"
version = "0.2.0"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]

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