rightsize-modules 0.3.0

Preconfigured rightsize containers — Redis, Memcached, ArangoDB, MongoDB, Redpanda, Kafka, SpringCloudConfig, PostgreSQL, MySQL, Apache Pinot, RabbitMQ, MariaDB, WireMock, ClickHouse, Keycloak, Neo4j, Floci, Apache Flink
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"
rust-version = "1.85"
name = "rightsize-modules"
version = "0.3.0"
authors = ["Mykyta Hriaznov"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Preconfigured rightsize containers — Redis, Memcached, ArangoDB, MongoDB, Redpanda, Kafka, SpringCloudConfig, PostgreSQL, MySQL, Apache Pinot, RabbitMQ, MariaDB, WireMock, ClickHouse, Keycloak, Neo4j, Floci, Apache Flink"
readme = "README.md"
keywords = [
    "testing",
    "containers",
    "integration-testing",
]
categories = [
    "development-tools::testing",
    "asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/ngriaznov/rightsize-rust"
resolver = "2"

[features]
backend-docker = ["dep:rightsize-docker"]
backend-msb = ["dep:rightsize-msb"]
default = [
    "backend-msb",
    "backend-docker",
]
sandbox-it = []

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.async-trait]
version = "0.1.89"

[dependencies.rightsize]
version = "0.3.0"

[dependencies.rightsize-docker]
version = "0.3.0"
optional = true

[dependencies.rightsize-msb]
version = "0.3.0"
optional = true

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.3"
features = [
    "rt-multi-thread",
    "net",
    "time",
    "io-util",
    "sync",
    "process",
    "macros",
]

[dev-dependencies.idna_adapter]
version = "=1.2.0"

[dev-dependencies.mysql_async]
version = "0.34"
features = ["minimal-rust"]
default-features = false

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

[dev-dependencies.subprocess]
version = "=0.2.9"

[dev-dependencies.tokio]
version = "1.52.3"
features = [
    "rt-multi-thread",
    "net",
    "time",
    "io-util",
    "sync",
    "process",
    "macros",
    "rt-multi-thread",
    "macros",
]

[dev-dependencies.tokio-postgres]
version = "0.7"

[dev-dependencies.ureq]
version = "3.3.0"
features = ["rustls"]
default-features = false