# 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 = "2021" rust-version = "1.68" name = "actix-redis" version = "0.13.1+deprecated" authors = ["Nikolay Kim "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Actor-based Redis client" homepage = "https://actix.rs" readme = "README.md" keywords = [ "actix", "redis", "async", ] categories = [ "network-programming", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/actix/actix-extras.git" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "actix_redis" path = "src/lib.rs" [[test]] name = "test_redis" path = "tests/test_redis.rs" [dependencies.actix] version = "0.13" default-features = false [dependencies.actix-rt] version = "2.1" default-features = false [dependencies.actix-service] version = "2" [dependencies.actix-tls] version = "3" features = ["connect"] default-features = false [dependencies.actix-web] version = "4" optional = true default-features = false [dependencies.backoff] version = "0.4.0" [dependencies.derive_more] version = "0.99.7" [dependencies.futures-core] version = "0.3.7" default-features = false [dependencies.log] version = "0.4.6" [dependencies.redis-async] version = "0.16" [dependencies.time] version = "0.3" [dependencies.tokio] version = "1.18.4" features = ["sync"] [dependencies.tokio-util] version = "0.7" [dev-dependencies.actix-test] version = "0.1.0-beta.12" [dev-dependencies.actix-web] version = "4" features = ["macros"] default-features = false [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.serde] version = "1.0.101" features = ["derive"] [features] default = ["web"] web = ["actix-web"]