[dependencies.chrono]
version = "0.4"
[dependencies.dashmap]
optional = true
version = "4"
[dependencies.tokio]
features = ["sync"]
optional = true
version = "0.2"
[dev-dependencies.thiserror]
version = "1.0"
[dev-dependencies.tokio]
features = ["macros", "rt-core"]
version = "0.2"
[features]
default = ["tokio_1"]
tokio_1 = ["tokio"]
[package]
authors = ["ufoscout <ufoscout@gmail.com>"]
description = "LightSpeed"
edition = "2018"
homepage = "https://github.com/LightHero/lightspeed"
keywords = []
license = "MIT"
name = "lightspeed_cache"
readme = "README.md"
repository = "https://github.com/LightHero/lightspeed"
version = "0.33.0"