# 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" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Eventastic is an opinionated fork of Eventually-rs. It enforces the use of transactions and handles idempotency." readme = "README.md" keywords = [ "architecture", "ddd", "event-sourcing", "cqrs", "es", ] categories = [ "rust-patterns", "web-programming", "asynchronous", "data-structures", ] license = "MIT" repository = "https://github.com/jdon/eventastic" [lib] name = "eventastic" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.futures] version = "0.3" [dependencies.serde] version = "1" features = [ "derive", "derive", ] [dependencies.thiserror] version = "1"