# 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 = "actix-elastic" version = "1.0.7" authors = ["Cheng JIANG "] description = "elasticsearch 7.x actix actor" keywords = ["actix", "elasticsearch", "actix-web"] license = "MIT" repository = "https://github.com/GopherJ/actix-elastic" [dependencies.actix] version = "0.10.0" [dependencies.backoff] version = "0.2.1" [dependencies.bytes] version = "0.5.6" [dependencies.elasticsearch] version = "7.10.0-alpha.1" features = ["rustls-tls"] default-features = false [dependencies.futures] version = "0.3.6" [dependencies.log] version = "0.4.11" [dependencies.pin-project] version = "0.4.26" [dependencies.serde] version = "1.0.116" [dependencies.serde_json] version = "1.0.58" [dependencies.thiserror] version = "1.0.21" [dependencies.url] version = "2.1.1" [features] default = [] v5 = []