# 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 = "2018" name = "actix-storage-hashmap" version = "0.3.0" authors = ["Pouya M. B. "] description = "An implementation of actix-storage based on hashmap" documentation = "https://docs.rs/actix-storage-hashmap" readme = "README.md" keywords = [ "actix", "storage", "web", "async", "hashmap", ] categories = [ "asynchronous", "caching", "web-programming::http-server", ] license = "MIT OR Apache-2.0" repository = "https://github.com/pooyamb/actix-storage/" [package.metadata.docs.rs] features = ["actor"] [dependencies.actix] version = "0.13" default-features = false [dependencies.actix-storage] version = "0.3.0" [dependencies.async-trait] version = "0.1" [dependencies.futures] version = "0.3" optional = true [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.13.1" features = [ "time", "sync", "macros", ] optional = true [dependencies.tokio-stream] version = "0.1" optional = true [dependencies.tokio-util] version = "0.7" features = ["time"] optional = true [dev-dependencies.actix-storage] version = "0.3.0" features = [ "all", "tests", ] [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", ]