# 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 = "actor-es" version = "0.15.0" authors = ["Daniel Olano "] description = "An event sourcing + CQRS abstraction on top of Riker" readme = "README.md" keywords = ["cqrs", "event_sourcing", "actor_model"] license = "GPL-3.0-or-later" repository = "https://github.com/Valiuapp/riker-es" [dependencies.async-trait] version = "0.1.36" [dependencies.bson] version = "1.0.0" [dependencies.chrono] version = "0.4.13" [dependencies.futures] version = "0.3.5" [dependencies.log] version = "0.4.8" [dependencies.riker] version = "0.4.1" [dependencies.riker-es-macros] version = "0.1" [dependencies.thiserror] version = "1.0.20" [dependencies.uuid] version = "0.8.1" features = ["v4", "v5"] [dev-dependencies.riker-patterns] version = "0.4.1"