# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "lightspeed_cache" version = "0.60.0" authors = ["ufoscout "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "LightSpeed" homepage = "https://github.com/LightHero/lightspeed" readme = "README.md" keywords = [] license = "MIT" repository = "https://github.com/LightHero/lightspeed" [lib] name = "lightspeed_cache" path = "src/lib.rs" [dependencies.chrono] version = "0.4" features = ["clock"] default-features = false [dependencies.dashmap] version = "6" optional = true [dependencies.tokio] version = "1" features = ["sync"] optional = true default-features = false [dev-dependencies.thiserror] version = "2" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", ] default-features = false [features] dashmap = ["dep:dashmap"] default = ["tokio"] tokio = ["dep:tokio"]