# 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-redis" version = "0.3.0" authors = ["Pouya M. B. "] description = "An implementation of actix-storage based on redis-rs" documentation = "https://docs.rs/actix-storage-redis" readme = "README.md" keywords = [ "actix", "storage", "web", "async", "redis", ] categories = [ "asynchronous", "caching", "web-programming::http-server", ] license = "MIT OR Apache-2.0" repository = "https://github.com/pooyamb/actix-storage/" [dependencies.actix] version = "0.13" default-features = false [dependencies.actix-storage] version = "0.3.0" features = ["with-serde"] [dependencies.async-trait] version = "0.1" [dependencies.redis] version = "0.22" features = [ "connection-manager", "tokio-comp", ] default-features = false [dependencies.thiserror] version = "1" [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] tls = ["redis/tokio-native-tls-comp"] v01-compat = []