lightspeed_cache 0.23.1

LightSpeed
Documentation
[package]
name = "lightspeed_cache"
license = "MIT"
version = "0.23.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 = []

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
chrono = "0.4"
dashmap = { version = "3.7", optional = true }
tokio = { version = "0.2", features = ["sync"] }

[dev-dependencies]
thiserror = "1.0"
tokio = { version = "0.2", features = ["macros", "rt-core"] }

[features]
default = []