[package] name = "redis-stream" version = "0.1.2" authors = ["Jean-Paul Bonnetouche "] keywords = ["redis", "database", "stream", "consumer-groups"] description = "Stream and consume data from redis streams." homepage = "https://github.com/klaxit/redis-stream-rs" repository = "https://github.com/klaxit/redis-stream-rs" documentation = "https://docs.rs/redis-stream" license = "MIT" readme = "README.md" edition = "2018" include = ["src/**/*", "LICENSE", "README.md", "CHANGELOG.md"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.31" redis = "0.20.0" [dev-dependencies] rand = "0.8" regex = "1.4.1"