lightspeed_cache 0.47.1

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