# 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 = "redis-stream-reactor" version = "0.0.1-beta.33" description = "Redis consumer group reactor" readme = "./README.md" license = "MIT" repository = "https://github.com/Bajix/redis-stream-reactor/" [dependencies.backoff] version = "0.4" features = ["tokio"] [dependencies.env-url] version = "2.0" [dependencies.futures] version = "0.3" [dependencies.rand] version = "0.8.5" [dependencies.redis] version = "0.25" features = [ "aio", "tokio-comp", ] [dependencies.redis-swapplex] version = "0.11" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = [ "macros", "signal", ] [dependencies.tokio-util] version = "0.7" [dev-dependencies.decimal] version = "2.1" [dev-dependencies.serde-aux] version = "4.5" [dev-dependencies.serde_with] version = "3.7" features = ["json"]