s2-testcontainers 0.36.8

Testcontainers helpers for the S2 Docker image
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 = "s2-testcontainers"
version = "0.36.8"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Testcontainers helpers for the S2 Docker image"
homepage = "https://s2.dev"
documentation = "https://docs.rs/s2-testcontainers/latest/s2_testcontainers/"
readme = "README.md"
keywords = [
    "s2",
    "testcontainers",
    "integration-testing",
    "streams",
]
categories = [
    "development-tools::testing",
    "database",
]
license = "MIT"
repository = "https://github.com/s2-streamstore/s2/tree/main/testcontainers"
resolver = "2"

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

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

[dependencies.reqwest]
version = "0.12"
features = ["rustls-tls"]
default-features = false

[dependencies.s2-sdk]
version = "0.31"

[dependencies.testcontainers]
version = "0.27"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.52"
features = ["time"]

[dev-dependencies.tokio]
version = "1.52"
features = [
    "macros",
    "rt",
]