[package] authors = ["Pawel Urbanek "] categories = ["cache"] description = "Simple in-memory Rust cache with time-based expiration" edition = "2021" license = "MIT" name = "zcache" readme = "README.md" repository = "https://github.com/pawurb/zcache" version = "0.0.8" [dependencies] once_cell = "1.19.0" thiserror = "1.0" [dev-dependencies] tokio = {version = "1", features = ["full"]}