# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "eventually-redis" version = "0.1.0" authors = ["Danilo Cianfrone "] description = "Event Store implementation using Redis, for Eventually crate" readme = "../README.md" keywords = ["redis", "eventually", "event-store", "ddd", "event-sourcing"] categories = ["web-programming", "asynchronous"] license = "MIT" repository = "https://github.com/ar3s3ru/eventually-rs" [dependencies.anyhow] version = "1.0.33" [dependencies.async-stream] version = "0.3.0" [dependencies.eventually-core] version = "0.4.0" features = ["serde"] [dependencies.eventually-util] version = "0.4.0" [dependencies.futures] version = "0.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.redis] version = "0.17" features = ["r2d2", "tokio-rt-core"] [dependencies.rmp-serde] version = "0.14" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.59" [dependencies.thiserror] version = "1.0.21" [dev-dependencies.testcontainers] version = "0.11" [dev-dependencies.tokio] version = "0.2" features = ["sync", "macros"]