[dependencies]
[package]
authors = ["baiyue"]
categories = ["config", "rust-patterns"]
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."
edition = "2021"
keywords = ["cache", "timer_cache", "rs_cache", "cache_rs", "cache_rs_timer_arc"]
license = "MIT"
name = "safe_cache"
readme = "README.md"
repository = "https://github.com/Baiyuetribe/safe_cache"
version = "0.1.1"