[package] name = "actix-storage-dashmap" version = "0.3.0" authors = ["Pouya M. B. "] categories = ["asynchronous", "caching", "web-programming::http-server"] description = "An implementation of actix-storage based on dashmap" documentation = "https://docs.rs/actix-storage-dashmap" edition = "2018" keywords = ["actix", "storage", "web", "async", "dashmap"] license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/pooyamb/actix-storage/" [package.metadata.docs.rs] features = ["actor"] [dependencies] actix = {version = "0.13", default-features = false} actix-storage = {version = "0.3.0", features = ["with-serde"]} async-trait = "0.1" dashmap = "5.3.4" delay-queue = {version = "0.2", optional = true} thiserror = "1" [dev-dependencies] actix-storage = {version = "0.3.0", features = ["all", "tests"]} actix-web = "4.0.0" rand = "0.8" serde = "1.0" [features] actor = ["delay-queue"]