postgres-es 0.2.1

A Postgres implementation of an event store for cqrs-es.
Documentation
[package]
name = "postgres-es"
version = "0.2.1"
authors = ["Dave Garred <dave.garred@serverlesstechnology.com>"]
edition = "2018"
license-file = "LICENSE"
keywords = ["cqrs", "event-sourcing", "serverless"]
description = "A Postgres implementation of an event store for cqrs-es."
repository = "https://github.com/serverlesstechnology/postgres-es"
documentation = "https://docs.rs/postgres-es"
readme = "README.md"

[dependencies]
cqrs-es = "0.2.1"
persist-es = "0.2.1"

async-trait = "0.1.51"
futures = "0.3.17"
serde = { version = "1.0.126", features = ["derive"]}
serde_json = "1.0.64"
sqlx = { version = "0.5.7", features = [ "postgres" , "runtime-tokio-rustls", "json"] }
tokio = { version = "1.12.0", features = ["macros", "rt"] }

[dev-dependencies]
static_assertions = "0.3"
uuid = { version = "0.8.2", features = ["v4"]}