actix-storage-dashmap 0.1.1

An implementation of actix-storage based on dashmap
Documentation
[dependencies.actix]
default-features = false
version = "0.10"

[dependencies.actix-storage]
features = ["with-serde"]
version = "0.1.1"

[dependencies.async-trait]
version = "0.1"

[dependencies.dashmap]
version = "3"

[dependencies.delay-queue]
optional = true
version = "0.2"

[dependencies.thiserror]
version = "1"
[dev-dependencies.actix-rt]
version = "1.1"

[dev-dependencies.actix-storage]
features = ["all", "tests"]
version = "0.1"

[dev-dependencies.actix-web]
version = "3"

[dev-dependencies.rand]
version = "0.7"

[dev-dependencies.serde]
version = "1.0"

[features]
actor = ["delay-queue"]

[package]
authors = ["Pouya M. B. <pooyamb@gmail.com>"]
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"
name = "actix-storage-dashmap"
readme = "README.md"
repository = "https://github.com/pooyamb/actix-storage/"
version = "0.1.1"
[package.metadata.docs.rs]
features = ["actor"]