# 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 = "mobc-redis-cluster" version = "0.1.1" authors = ["Rogério Ferreira "] description = "Redis support for the mobc connection pool" readme = "README.md" keywords = ["redis", "pool", "database", "async", "await"] license = "MIT/Apache-2.0" repository = "https://github.com/rogeriob2br/mobc-redis-cluster" [dependencies.mobc] version = "0.7.2" [dependencies.redis] version = "0.20.1" [dependencies.redis_cluster_async] version = "0.6.0" [dev-dependencies.actix-http] version = "1.0" [dev-dependencies.actix-rt] version = "1.0" [dev-dependencies.actix-web] version = "2.0.0" [dev-dependencies.tokio] version = "1.6" features = ["full"]