lightspeed_cache 0.5.1

LightSpeed
Documentation
[package]
name = "lightspeed_cache"
license = "MIT"
version = "0.5.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_rs = { package = "dashmap", version = "3.7", optional = true }

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

[features]
default = ["dashmap"]

dashmap = ["dashmap_rs"]