actix-storage-hashmap 0.3.0

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

[dependencies.actix-storage]
version = "0.3.0"

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

[dependencies.futures]
optional = true
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
features = ["time", "sync", "macros"]
optional = true
version = "1.13.1"

[dependencies.tokio-stream]
optional = true
version = "0.1"

[dependencies.tokio-util]
features = ["time"]
optional = true
version = "0.7"

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

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

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

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

[features]
actor = ["tokio", "tokio-util", "tokio-stream", "futures"]

[package]
authors = ["Pouya M. B. <pooyamb@gmail.com>"]
categories = ["asynchronous", "caching", "web-programming::http-server"]
description = "An implementation of actix-storage based on hashmap"
documentation = "https://docs.rs/actix-storage-hashmap"
edition = "2018"
keywords = ["actix", "storage", "web", "async", "hashmap"]
license = "MIT OR Apache-2.0"
name = "actix-storage-hashmap"
readme = "README.md"
repository = "https://github.com/pooyamb/actix-storage/"
version = "0.3.0"

[package.metadata.docs.rs]
features = ["actor"]