# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "httpredis" version = "0.1.6" authors = ["Nicolas Embriz "] description = "HTTP status codes for Redis cluster using TLS" homepage = "https://github.com/nbari/httpredis" documentation = "https://github.com/nbari/httpredis/blob/master/README.md" readme = "README.md" keywords = ["redis", "cluster", "sentinel", "http", "tls"] categories = ["database", "network-programming"] license = "BSD-3-Clause" repository = "https://github.com/nbari/httpredis" [dependencies.anyhow] version = "1" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2.33" [dependencies.futures] version = "0.3" [dependencies.native-tls] version = "0.2" [dependencies.openssl] version = "0.10" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-native-tls] version = "0.3" [dependencies.tokio-util] version = "0.6" features = ["codec"] [dependencies.warp] version = "0.3"