# 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.60" name = "sea-streamer-redis" version = "0.5.0" authors = ["Chris Tsang "] description = "🌊 SeaStreamer Redis Backend" documentation = "https://docs.rs/sea-streamer-redis" readme = "README.md" keywords = [ "async", "stream", "redis", "stream-processing", ] categories = ["concurrency"] license = "MIT OR Apache-2.0" repository = "https://github.com/SeaQL/sea-streamer" [package.metadata.docs.rs] features = [] rustdoc-args = [ "--cfg", "docsrs", ] [[bin]] name = "consumer" path = "src/bin/consumer.rs" required-features = ["executables"] [[bin]] name = "producer" path = "src/bin/producer.rs" required-features = ["executables"] [dependencies.anyhow] version = "1" optional = true [dependencies.async-std] version = "1" optional = true [dependencies.clap] version = "4.5" features = [ "derive", "env", ] optional = true [dependencies.env_logger] version = "0.9" optional = true [dependencies.flume] version = "0.11" features = ["async"] default-features = false [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" default-features = false [dependencies.mac_address] version = "1" [dependencies.redis] version = "0.25" features = [ "acl", "streams", ] default-features = false [dependencies.sea-streamer-runtime] version = "0.5" [dependencies.sea-streamer-types] version = "0.5" [dependencies.thiserror] version = "1" default-features = false [dependencies.tokio] version = "1.10.0" optional = true [dev-dependencies] [features] default = ["runtime-tokio"] executables = [ "anyhow", "env_logger", "clap", "runtime-tokio", "tokio/full", ] runtime-async-std = [ "async-std", "redis/async-std-comp", "sea-streamer-runtime/runtime-async-std", ] runtime-async-std-native-tls = [ "runtime-async-std", "redis/async-std-native-tls-comp", ] runtime-tokio = [ "tokio", "redis/tokio-comp", "sea-streamer-runtime/runtime-tokio", ] runtime-tokio-native-tls = [ "runtime-tokio", "redis/tokio-native-tls-comp", ] test = [ "anyhow", "async-std?/attributes", "tokio?/full", "env_logger", ]