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