# 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 = "bb8-redis-break-with-error" version = "0.12.0" authors = ["vkill "] description = "Full-featured async (tokio-based) redis connection pool (like r2d2)" homepage = "https://github.com/bk-rs/redis-rs" documentation = "https://docs.rs/bb8-redis-break-with-error" readme = "README.md" keywords = [] categories = [] license = "Apache-2.0 OR MIT" repository = "https://github.com/bk-rs/redis-rs" resolver = "1" [package.metadata.cargo-all-features] denylist = ["_integration_tests"] [dependencies.async-trait] version = "0.1" default-features = false [dependencies.bb8] version = "0.8" default-features = false [dependencies.redis] version = "0.22" features = ["tokio-comp"] default-features = false [dev-dependencies.env_logger] version = "0.9" [dev-dependencies.futures-util] version = "0.3" [dev-dependencies.log] version = "0.4" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "time", ] [features] _integration_tests = [] default = []