# 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" name = "mini_cqrs_es" version = "0.7.0" authors = ["Andrea Pavoni "] publish = true description = "Minimal, opinionated micro-framework to implement CQRS/ES in Rust." readme = "README.md" keywords = [ "cqrs", "event-sourcing", "cqrs-es", "ddd", ] license = "MIT" repository = "https://github.com/andreapavoni/mini_cqrs_es" [[example]] name = "game" path = "examples/game.rs" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.futures] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" features = ["raw_value"] [dependencies.tokio] version = "1" features = ["full"] [dependencies.uuid] version = "1.4.1" features = [ "serde", "v4", ]