redis-test 1.0.3

Testing helpers for the `redis` crate
Documentation
# 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 = "2024"
rust-version = "1.85"
name = "redis-test"
version = "1.0.3"
build = false
autolib = 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"
resolver = "2"

[features]
aio = [
    "futures",
    "redis/aio",
]

[lib]
name = "redis_test"
path = "src/lib.rs"
bench = false

[dependencies.bytes]
version = "1"
optional = true

[dependencies.futures]
version = "0.3"
optional = true

[dependencies.rand]
version = "0.9"

[dependencies.redis]
version = "1.2"
default-features = false

[dependencies.socket2]
version = "0.6"

[dependencies.tempfile]
version = "3.24.0"

[dev-dependencies.redis]
version = "1.2"
features = [
    "aio",
    "tokio-comp",
]

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
    "rt-multi-thread",
    "test-util",
    "time",
]