# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "eventastic_postgres" version = "0.4.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "An example postgres event store for eventastic" readme = "README.md" keywords = [ "postgres", "postgresql", "database", "ddd", "event-sourcing", ] categories = [ "web-programming", "asynchronous", ] license = "MIT" repository = "https://github.com/jdon/eventastic" [lib] name = "eventastic_postgres" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" [dependencies.eventastic] version = "0.4" [dependencies.futures] version = "0.3" [dependencies.futures-util] version = "0.3" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sqlx] version = "0.8" features = [ "runtime-tokio-rustls", "postgres", "uuid", "chrono", "json", ] [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"]