A newer version is available. For the latest information, see the
current release documentation.
Installation
editInstallation
editAdd elasticsearch
crate and version to Cargo.toml. Choose the version that is
compatible with the version of Elasticsearch you are using:
[dependencies] elasticsearch = "8.6.0-alpha.1"
The following optional dependencies may also be useful to create requests and read responses:
serde = "~1" serde_json = "~1"