evento-store 0.10.2

A collection of libraries and tools that help you build DDD, CQRS, and event sourcing.
Documentation
[dependencies.anyhow]
version = "1.0.80"

[dependencies.async-trait]
version = "0.1.77"

[dependencies.chrono]
default-features = false
features = ["clock", "serde"]
version = "0.4.34"

[dependencies.dyn-clone]
version = "1.0.17"

[dependencies.evento-query]
version = "0.10.2"

[dependencies.futures-util]
version = "0.3.30"

[dependencies.parking_lot]
optional = true
version = "0.12.1"

[dependencies.serde]
version = "1.0.197"

[dependencies.serde_json]
version = "1.0.114"

[dependencies.sqlx]
features = ["runtime-tokio", "postgres", "chrono", "json"]
optional = true
version = "0.7.3"

[dependencies.thiserror]
version = "1.0.57"

[dependencies.uuid]
features = ["v4", "fast-rng", "macro-diagnostics", "serde"]
version = "1.7.0"

[dev-dependencies.backoff]
features = ["futures", "tokio"]
version = "0.4.0"

[dev-dependencies.parse-display]
version = "0.9.0"

[dev-dependencies.sqlx]
features = ["runtime-tokio", "postgres", "chrono", "uuid", "json", "any"]
version = "0.7.3"

[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1.36.0"

[dev-dependencies.tokio-shared-rt]
version = "0.1.0"

[features]
default = []
full = ["memory", "pg"]
memory = ["dep:parking_lot"]
pg = ["dep:sqlx", "evento-query/pg"]

[package]
description = "A collection of libraries and tools that help you build DDD, CQRS, and event sourcing."
documentation = "https://docs.rs/evento"
edition = "2021"
license = "Apache-2.0"
name = "evento-store"
publish = true
repository = "https://github.com/timayz/evento"
version = "0.10.2"