[package]
name = "safe_cache"
version = "0.2.1"
edition = "2021"
authors = ["baiyue"]
description = "A key-value cache library in Rust featuring dynamic typing with support for multiple data types, automatic expiration, and thread-safe operations using Arc and RwLock."
repository = "https://github.com/Baiyuetribe/safe_cache"
license = "MIT"
keywords = [
"cache",
"timer_cache",
"rs_cache",
"cache_rs",
"cache_rs_timer_arc",
]
categories = ["config", "rust-patterns"]
[dependencies]
tokio = { version = "1.34.0", features = ["rt", "time"] }