[package] name = "lightspeed_cache" license = "MIT" version.workspace = true edition.workspace = true authors = ["ufoscout "] description = "LightSpeed" 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 = { workspace = true } dashmap = { workspace = true, optional = true } tokio = { workspace = true, features = ["sync"], optional = true } [dev-dependencies] thiserror = { workspace = true } tokio = { workspace = true, features = ["macros", "rt"] } [features] default = ["tokio"] dashmap = ["dep:dashmap"] tokio = ["dep:tokio"]