[dependencies.chrono]
version = "0.4"
[dependencies.dashmap_rs]
optional = true
package = "dashmap"
version = "3.7"
[dev-dependencies.thiserror]
version = "1.0"
[dev-dependencies.tokio]
features = ["macros", "rt-core"]
version = "0.2"
[features]
dashmap = ["dashmap_rs"]
default = ["dashmap"]
[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.6.0"