# 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 = "rustis" version = "0.13.3" description = "Redis async driver for Rust" homepage = "https://github.com/dahomey-technologies/rustis" documentation = "https://docs.rs/rustis" readme = "README.md" keywords = [ "redis", "database", "async", "cluster", "sentinel", ] categories = [ "database", "asynchronous", ] license-file = "LICENSE" repository = "https://github.com/dahomey-technologies/rustis" [package.metadata.docs.rs] features = [ "tokio-runtime", "tokio-tls", "redis-stack", "pool", ] rustdoc-args = [ "--cfg", "docsrs", ] [[example]] name = "simple" [[example]] name = "cbor" [[example]] name = "axum_crud" [[bench]] name = "generic_api" harness = false [[bench]] name = "native_api" harness = false [[bench]] name = "pipeline" harness = false [[bench]] name = "multiplexer" harness = false [dependencies.async-native-tls] version = "0.5" optional = true [dependencies.async-std] version = "1.12" features = ["attributes"] optional = true [dependencies.atoi] version = "2.0" [dependencies.bb8] version = "0.8" optional = true [dependencies.bytes] version = "1.6" [dependencies.crc16] version = "0.4" [dependencies.dtoa] version = "1.0" [dependencies.fast-float] version = "0.2" [dependencies.futures-channel] version = "0.3" features = ["sink"] [dependencies.futures-util] version = "0.3" features = ["sink"] [dependencies.itoa] version = "1.0" [dependencies.log] version = "0.4" [dependencies.memchr] version = "2.7" [dependencies.native-tls] version = "0.2" optional = true [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.smallvec] version = "1.13" features = [ "union", "serde", ] [dependencies.socket2] version = "0.5" [dependencies.tokio] version = "1.37" features = [ "time", "io-util", "sync", ] [dependencies.tokio-native-tls] version = "0.3" optional = true [dependencies.tokio-util] version = "0.7" features = ["codec"] [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] version = "0.25" features = [ "aio", "tokio-comp", ] [dev-dependencies.serial_test] version = "3.0" [dev-dependencies.smallvec] version = "1.13" features = ["serde"] [dev-dependencies.tokio] version = "1.37" features = ["rt-multi-thread"] [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", ]