# 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 = "dendrite" version = "0.14.1" authors = ["Jeroen van Maanen"] include = [ "/src/**/*", "/proto/**/*", "/Cargo.*", "/build.rs", "/README.md", "/LICENSE", ] description = "Event Sourcing and CQRS in Rust with AxonServer." homepage = "https://github.com/rustigaan/dendrite" readme = "README.md" keywords = [ "event-sourcing", "CQRS", "AxonServer", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/rustigaan/dendrite" [dependencies.dendrite_auth] version = "0.11.1" optional = true [dependencies.dendrite_elasticsearch] version = "0.6.1" optional = true [dependencies.dendrite_lib] version = "0.14.1" [dependencies.dendrite_macros] version = "0.5.0" optional = true [dependencies.dendrite_mongodb] version = "0.2.1" optional = true [features] all = [ "default", "auth", "elasticsearch", "mongodb", ] auth = ["dendrite_auth"] default = ["dendrite_macros"] elasticsearch = ["dendrite_elasticsearch"] mongodb = ["dendrite_mongodb"]