# 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" rust-version = "1.71.0" name = "cqrs-es" version = "0.4.12" authors = ["Dave Garred "] build = false exclude = ["docs"] autobins = false autoexamples = false autotests = false autobenches = false description = "A lightweight, opinionated CQRS and event sourcing framework." documentation = "https://docs.rs/cqrs-es" readme = "README.md" keywords = [ "cqrs", "event-sourcing", "serverless", ] license = "Apache-2.0" repository = "https://github.com/serverlesstechnology/cqrs" [lib] name = "cqrs_es" path = "src/lib.rs" [[test]] name = "lib" path = "tests/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "^1.0.37" [dependencies.tokio] version = "1" features = [ "macros", "sync", "rt", ] [dev-dependencies.chrono] version = "^0.4.24" features = ["clock"] default-features = false [dev-dependencies.uuid] version = "1.7" features = ["v4"]