# 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 = "eventsourced-projection" version = "0.6.1" authors = ["Heiko Seeberger "] description = "Projections for EventSourced." homepage = "https://github.com/hseeberger/eventsourced" documentation = "https://docs.rs/eventsourced-nats/latest/eventsourced-projection" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/hseeberger/eventsourced" [dependencies.bytes] version = "1.6" [dependencies.error-ext] version = "0.2" [dependencies.eventsourced] version = "0.27.0" features = ["serde_json"] [dependencies.futures] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sqlx] version = "0.7" features = [ "postgres", "runtime-tokio", ] [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["sync"] [dependencies.tracing] version = "0.1" [dependencies.trait-variant] version = "0.1" [dev-dependencies.testcontainers] version = "0.15" [dev-dependencies.testcontainers-modules] version = "0.3" features = ["postgres"] [dev-dependencies.tokio] version = "1" features = [ "sync", "macros", ] [dev-dependencies.uuid] version = "1.8" features = [ "serde", "v7", ]