# 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" name = "redis-async" version = "0.17.2" authors = ["Ben Ashford "] description = "An asynchronous futures based Redis client for Rust using Tokio" readme = "README.md" keywords = [ "redis", "tokio", ] license = "MIT/Apache-2.0" repository = "https://github.com/benashford/redis-async-rs" [dependencies.bytes] version = "1.0" [dependencies.futures-channel] version = "^0.3.7" [dependencies.futures-sink] version = "^0.3.7" [dependencies.futures-util] version = "^0.3.7" features = ["sink"] [dependencies.log] version = "^0.4.11" [dependencies.native-tls] version = "0.2" optional = true [dependencies.pin-project] version = "1.0" [dependencies.socket2] version = "0.5" features = ["all"] [dependencies.tokio] version = "1.0" features = [ "rt", "net", "time", ] [dependencies.tokio-native-tls] version = "0.3.0" optional = true [dependencies.tokio-rustls] version = "0.26" optional = true [dependencies.tokio-util] version = "0.7" features = ["codec"] [dependencies.webpki-roots] version = "0.26" optional = true [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.futures] version = "^0.3.7" [dev-dependencies.tokio] version = "1.0" features = ["full"] [features] default = [] tls = [] with-native-tls = [ "native-tls", "tokio-native-tls", "tls", ] with-rustls = [ "tokio-rustls", "tls", "webpki-roots", ]