# 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-postgres" version = "0.2.0" authors = ["Danilo Cianfrone "] description = "Event Store implementation using PostgreSQL for the Eventually crate" readme = "../README.md" keywords = ["postgres", "postgresql", "database", "ddd", "event-sourcing"] categories = ["web-programming", "asynchronous"] license = "MIT" repository = "https://github.com/ar3s3ru/eventually-rs" [dependencies.anyhow] version = "1.0.32" [dependencies.eventually-core] version = "0.4.0" features = ["serde"] [dependencies.eventually-util] version = "0.4.0" features = ["serde"] [dependencies.futures] version = "0.3" [dependencies.refinery] version = "0.3.0" features = ["tokio-postgres"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "0.2" features = ["sync", "stream"] [dependencies.tokio-postgres] version = "0.5" features = ["with-serde_json-1"] [dependencies.tracing] version = "0.1" optional = true [dependencies.tracing-futures] version = "0.2" optional = true [dev-dependencies.testcontainers] version = "0.11" [dev-dependencies.tokio] version = "0.2" features = ["sync", "macros"] [features] default = [] full = ["with-tracing"] with-tracing = ["tracing", "tracing-futures"]