rustis 0.13.2

Redis async driver for Rust
Documentation
[[bench]]
harness = false
name = "generic_api"

[[bench]]
harness = false
name = "native_api"

[[bench]]
harness = false
name = "pipeline"

[[bench]]
harness = false
name = "multiplexer"

[[example]]
name = "simple"

[[example]]
name = "cbor"

[[example]]
name = "axum_crud"
[dependencies.async-native-tls]
optional = true
version = "0.5"

[dependencies.async-std]
features = ["attributes"]
optional = true
version = "1.12"

[dependencies.atoi]
version = "2.0"

[dependencies.bb8]
optional = true
version = "0.8"

[dependencies.bytes]
version = "1.6"

[dependencies.crc16]
version = "0.4"

[dependencies.dtoa]
version = "1.0"

[dependencies.fast-float]
version = "0.2"

[dependencies.futures-channel]
features = ["sink"]
version = "0.3"

[dependencies.futures-util]
features = ["sink"]
version = "0.3"

[dependencies.itoa]
version = "1.0"

[dependencies.log]
version = "0.4"

[dependencies.memchr]
version = "2.7"

[dependencies.native-tls]
optional = true
version = "0.2"

[dependencies.rand]
version = "0.8"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.smallvec]
features = ["union", "serde"]
version = "1.13"

[dependencies.socket2]
version = "0.5"

[dependencies.tokio]
features = ["time", "io-util", "sync"]
version = "1.37"

[dependencies.tokio-native-tls]
optional = true
version = "0.3"

[dependencies.tokio-util]
features = ["codec"]
version = "0.7"

[dependencies.url]
version = "2.5"
[dev-dependencies.actix-web]
version = "4.3"

[dev-dependencies.axum]
version = "0.7"

[dev-dependencies.criterion]
version = "0.5"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.fred]
version = "9.0"

[dev-dependencies.rand]
version = "0.8"

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

[dev-dependencies.serial_test]
version = "3.0"

[dev-dependencies.smallvec]
features = ["serde"]
version = "1.13"

[dev-dependencies.tokio]
features = ["rt-multi-thread"]
version = "1.37"

[features]
async-std-runtime = ["async-std", "async-std/attributes", "tokio-util/compat", "async-native-tls"]
async-std-tls = ["async-native-tls", "tls"]
default = ["tokio-runtime"]
pool = ["bb8"]
redis-bloom = []
redis-graph = []
redis-json = []
redis-search = []
redis-stack = ["redis-json", "redis-search", "redis-graph", "redis-bloom", "redis-time-series"]
redis-time-series = []
tls = ["native-tls"]
tokio-runtime = ["tokio/macros", "tokio/net", "tokio/rt", "tokio/io-util"]
tokio-tls = ["tokio-native-tls", "tls"]

[package]
categories = ["database", "asynchronous"]
description = "Redis async driver for Rust"
documentation = "https://docs.rs/rustis"
edition = "2021"
homepage = "https://github.com/dahomey-technologies/rustis"
keywords = ["redis", "database", "async", "cluster", "sentinel"]
license-file = "LICENSE"
name = "rustis"
readme = "README.md"
repository = "https://github.com/dahomey-technologies/rustis"
version = "0.13.2"
[package.metadata.docs.rs]
features = ["tokio-runtime", "tokio-tls", "redis-stack", "pool"]
rustdoc-args = ["--cfg", "docsrs"]