opensearch 2.4.0

Official OpenSearch Rust client
Documentation
# 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 = "2018"
name = "opensearch"
version = "2.4.0"
authors = [
    "Elastic and Contributors",
    "OpenSearch Contributors",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Official OpenSearch Rust client"
homepage = "https://opensearch.org/docs/latest"
readme = "README.md"
keywords = [
    "opensearch",
    "elasticsearch",
    "search",
    "lucene",
]
categories = [
    "api-bindings",
    "database",
]
license = "Apache-2.0"
repository = "https://github.com/opensearch-project/opensearch-rs"

[package.metadata.docs.rs]
all-features = true

[features]
aws-auth = [
    "aws-credential-types",
    "aws-sigv4",
    "aws-smithy-runtime-api",
    "aws-types",
]
beta-apis = []
default = ["native-tls"]
experimental-apis = ["beta-apis"]
native-tls = ["reqwest/native-tls"]
rustls-tls = ["reqwest/rustls"]

[lib]
name = "opensearch"
path = "src/lib.rs"

[[example]]
name = "advanced_index_actions"
path = "examples/advanced_index_actions.rs"

[[example]]
name = "aws_auth"
path = "examples/aws_auth.rs"

[[example]]
name = "cat_indices"
path = "examples/cat_indices.rs"

[[example]]
name = "index_lifecycle"
path = "examples/index_lifecycle.rs"

[[example]]
name = "index_template"
path = "examples/index_template.rs"

[[example]]
name = "json"
path = "examples/json.rs"

[[test]]
name = "auth"
path = "tests/auth.rs"

[[test]]
name = "aws_auth"
path = "tests/aws_auth.rs"

[[test]]
name = "cert"
path = "tests/cert.rs"

[[test]]
name = "client"
path = "tests/client.rs"

[[test]]
name = "error"
path = "tests/error.rs"

[dependencies.aws-credential-types]
version = "1"
optional = true

[dependencies.aws-sigv4]
version = "1"
optional = true

[dependencies.aws-smithy-runtime-api]
version = "1"
features = ["client"]
optional = true

[dependencies.aws-types]
version = "1"
optional = true

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1.0"

[dependencies.dyn-clone]
version = "1"

[dependencies.lazy_static]
version = "1.4"

[dependencies.percent-encoding]
version = "2.1.0"

[dependencies.reqwest]
version = "0.13"
features = [
    "gzip",
    "json",
    "query",
]
default-features = false

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.serde_with]
version = "3"

[dependencies.url]
version = "2.1"

[dependencies.void]
version = "1.0.2"

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.aws-config]
version = "1"

[dev-dependencies.aws-smithy-async]
version = "1"

[dev-dependencies.chrono]
version = "0.4"
features = ["serde"]

[dev-dependencies.clap]
version = "2"

[dev-dependencies.futures]
version = "0.3.1"

[dev-dependencies.http-body-util]
version = "0.1.0"

[dev-dependencies.hyper]
version = "1"
features = ["full"]

[dev-dependencies.hyper-util]
version = "0.1"
features = ["full"]

[dev-dependencies.sysinfo]
version = "0.38.0"

[dev-dependencies.test-case]
version = "3"

[dev-dependencies.textwrap]
version = "0.16"

[dev-dependencies.tokio]
version = "1"
features = ["full"]

[dev-dependencies.tracing]
version = "0.1"

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dev-dependencies.xml-rs]
version = "1.0"

[build-dependencies.rustc_version]
version = "0.4"