# 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_cluster_async_tls" version = "0.7.2-alpha.0" authors = ["Markus Westerlind "] description = "Async redis cluster driver for Rust." homepage = "https://github.com/sombralibre/redis-cluster-async" readme = "README.md" keywords = [ "redis", "cluster", "database", "async", ] license = "MIT" repository = "https://github.com/sombralibre/redis-cluster-async" [dependencies.crc16] version = "0.4" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.pin-project-lite] version = "0.2" [dependencies.rand] version = "0.8" features = [ "std", "std_rng", ] default-features = false [dependencies.redis] version = "0.21" features = [ "tokio-comp", "tokio-native-tls-comp", ] [dependencies.tokio] version = "1" features = ["time"] [dev-dependencies.anyhow] version = "1" [dev-dependencies.env_logger] version = "0.8" [dev-dependencies.once_cell] version = "1" [dev-dependencies.proptest] version = "0.10" [dev-dependencies.tokio] version = "1" features = [ "macros", "full", ]