# 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.63" name = "deadpool-redis-cluster" version = "0.1.1" authors = [ "Michael P. Jung ", "Subeom Choi ", ] description = "Dead simple async pool for redis-cluster" readme = "README.md" keywords = [ "async", "redis-cluster", "pool", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bikeshedder/deadpool" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.deadpool] version = "0.10.0" features = ["managed"] default-features = false [dependencies.redis] version = "0.23.0" features = ["aio"] default-features = false [dependencies.redis_cluster_async] version = "0.8.0" [dependencies.serde_1] version = "1.0.145" features = ["derive"] optional = true package = "serde" [dev-dependencies.config] version = "0.13.2" features = ["json"] [dev-dependencies.dotenv] version = "0.15.0" [dev-dependencies.futures] version = "0.3.24" [dev-dependencies.redis] version = "0.23.0" features = ["aio"] default-features = false [dev-dependencies.tokio] version = "1.21.2" features = ["full"] [features] default = ["rt_tokio_1"] rt_async-std_1 = [ "deadpool/rt_async-std_1", "redis/async-std-comp", ] rt_tokio_1 = [ "deadpool/rt_tokio_1", "redis/tokio-comp", ] serde = [ "deadpool/serde", "serde_1", ]