[dependencies.ahash]
optional = true
version = "0.8"
[dependencies.async_singleflight]
version = "0.6"
[dependencies.dashmap]
version = "6"
[dependencies.futures]
version = "0.3"
[dependencies.tokio]
features = ["rt", "sync", "time", "macros"]
version = "1"
[dependencies.tokio-util]
version = "0.7.18"
[dev-dependencies.faststr]
version = "0.2"
[dev-dependencies.tokio]
features = ["full"]
version = "1"
[features]
ahash = ["dep:ahash"]
default = ["ahash"]
[lib]
name = "async_cache"
path = "src/lib.rs"
[package]
authors = ["Pure White <wudi@purewhite.io>", "Giggle <wjdew@foxmail.com>", "GZTime <Time.GZ@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "concurrency", "caching"]
description = "Async refresh cache."
edition = "2021"
keywords = ["cache", "async", "refresh"]
license = "MIT OR Apache-2.0"
name = "async_cache"
readme = "README.md"
repository = "https://github.com/PureWhiteWu/async_cache"
version = "0.4.1"