opensearch-testcontainer 0.3.2

Testcontainer for OpenSearch
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 = "2024"
name = "opensearch-testcontainer"
version = "0.3.2"
authors = ["Alberto Paro"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Testcontainer for OpenSearch"
documentation = "https://docs.rs/opensearch-client/0.3.2/opensearch_client/"
readme = "README.md"
keywords = [
    "docker",
    "testcontainers",
    "testcontainer",
    "opensearch",
    "integration-test",
]
license = "Apache-2.0"
repository = "https://github.com/aparo/opensearch-client-rs"
resolver = "2"

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

[dependencies.testcontainers]
version = "0.27.3"

[dev-dependencies.reqwest]
version = "0.13.4"
features = ["blocking"]

[dev-dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dev-dependencies.serde_json]
version = "1.0.150"

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