# 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 = "evented" version = "0.2.4" authors = ["Heiko Seeberger "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Event Sourcing in Rust on top of PostgreSQL" homepage = "https://github.com/hseeberger/evented" documentation = "https://github.com/hseeberger/evented" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/hseeberger/evented" [lib] name = "evented" path = "src/lib.rs" [dependencies.async-stream] version = "0.3" [dependencies.error-ext] version = "0.2" [dependencies.futures] version = "0.3" [dependencies.secrecy] version = "0.10" features = ["serde"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_with] version = "3.11" [dependencies.sqlx] version = "0.8" features = [ "postgres", "runtime-tokio", ] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" [dependencies.tracing] version = "0.1" [dependencies.trait-variant] version = "0.1" [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.sqlx] version = "0.8" features = ["uuid"] [dev-dependencies.testcontainers] version = "0.21" [dev-dependencies.time] version = "0.3" features = ["serde"] [dev-dependencies.tokio] version = "1" [dev-dependencies.tracing-test] version = "0.2" [dev-dependencies.uuid] version = "1.10" features = ["serde"]