eventually 0.4.0-alpha.2

Crate for using Event Sourcing in Rust applications
Documentation
[dependencies.eventually-core]
version = "0.4.0-alpha.2"

[dependencies.eventually-postgres]
optional = true
version = "0.2.0-alpha.2"

[dependencies.eventually-util]
version = "0.4.0-alpha.2"
[dev-dependencies.futures]
features = ["async-await"]
version = "0.3"

[dev-dependencies.tokio-test]
version = "0.2"

[features]
default = []
full = ["serde", "tracing", "postgres"]
postgres = ["eventually-postgres"]
serde = ["eventually-core/serde"]
tracing = ["eventually-core/with-tracing", "eventually-util/with-tracing", "eventually-postgres/with-tracing"]

[package]
authors = ["Danilo Cianfrone <danilocianfr@gmail.com>"]
categories = ["rust-patterns", "web-programming", "asynchronous", "data-structures"]
description = "Crate for using Event Sourcing in Rust applications"
edition = "2018"
keywords = ["architecture", "ddd", "event-sourcing", "cqrs", "es"]
license = "MIT"
name = "eventually"
readme = "../README.md"
repository = "https://github.com/ar3s3ru/eventually-rs"
version = "0.4.0-alpha.2"