# 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_elasticsearch" version = "0.6.1" authors = ["Jeroen van Maanen"] include = [ "/src/**/*", "/Cargo.*", "/build.rs", "/README.md", "/LICENSE", ] description = "Support for Elastic Search in dendrite" 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.anyhow] version = "^1.0" [dependencies.async-channel] version = "^2.1" [dependencies.async-trait] version = "0.1.51" [dependencies.bytes] version = "^1.0" [dependencies.dendrite_lib] version = "0.14.1" [dependencies.dendrite_macros] version = "0.5.0" [dependencies.elasticsearch] version = "7.14.0-alpha.1" [dependencies.log] version = "^0.4" [dependencies.prost] version = "^0.12" [dependencies.serde] version = "~1" [dependencies.serde_json] version = "~1" [dependencies.tokio] version = "^1.0" features = [ "macros", "rt-multi-thread", "time", ]