[badges.maintenance]
status = "actively-developed"
[dependencies.ahash]
version = "0.8"
[dependencies.crossbeam-queue]
version = "0.3"
[dependencies.crossbeam-utils]
version = "0.8"
[dependencies.dashmap]
features = ["inline"]
version = "5"
[package]
authors = ["Pure White <me@purewhite.io>"]
categories = ["caching"]
description = "A performant but not-so-accurate time and capacity based cache for Rust."
documentation = "https://docs.rs/fastcache"
edition = "2021"
homepage = "https://crates.io/crates/fastcache"
keywords = ["cache", "time", "capacity", "performance", "ttl"]
license = "MIT OR Apache-2.0"
name = "fastcache"
readme = "README.md"
repository = "https://github.com/PureWhiteWu/fastcache"
version = "0.1.0"