# 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" version = "0.4.0" authors = ["Danilo Cianfrone "] description = "Crate for using Event Sourcing in Rust applications" readme = "../README.md" keywords = ["architecture", "ddd", "event-sourcing", "cqrs", "es"] categories = ["rust-patterns", "web-programming", "asynchronous", "data-structures"] license = "MIT" repository = "https://github.com/ar3s3ru/eventually-rs" [dependencies.eventually-core] version = "0.4.0" [dependencies.eventually-postgres] version = "0.2.0" optional = true [dependencies.eventually-util] version = "0.4.0" [dev-dependencies.futures] version = "0.3" features = ["async-await"] [dev-dependencies.tokio-test] version = "0.2" [features] default = [] full = ["serde", "tracing", "postgres"] postgres = ["eventually-postgres"] serde = ["eventually-core/serde"] tracing = ["eventually-core/with-tracing", "eventually-util/with-tracing", "eventually-postgres/with-tracing"]