# 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.70" name = "redis-test" version = "0.6.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Testing helpers for the `redis` crate" homepage = "https://github.com/redis-rs/redis-rs" documentation = "https://docs.rs/redis-test" readme = "README.md" license = "BSD-3-Clause" repository = "https://github.com/redis-rs/redis-rs" [lib] name = "redis_test" path = "src/lib.rs" bench = false [dependencies.bytes] version = "1" optional = true [dependencies.futures] version = "0.3" optional = true [dependencies.redis] version = "0.27.0" [dev-dependencies.redis] version = "0.27.0" features = [ "aio", "tokio-comp", ] [dev-dependencies.tokio] version = "1" features = [ "rt", "macros", "rt-multi-thread", "time", ] [features] aio = [ "futures", "redis/aio", ]