# 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 = "2021" name = "testcontainers-redpanda-rs" version = "0.10.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Unofficial redpanda test container" homepage = "https://github.com/milenkovicm/testcontainers-redpanda-rs" readme = "README.md" keywords = [ "testcontainers", "testing", "kafka", "redpanda", "integration-testing", ] categories = ["development-tools::testing"] license = "MIT" repository = "https://github.com/milenkovicm/testcontainers-redpanda-rs" [lib] name = "testcontainers_redpanda_rs" path = "src/lib.rs" [[test]] name = "verification" path = "tests/verification.rs" [dependencies.log] version = "0.4" [dependencies.testcontainers] version = "0.23" [dev-dependencies.ctor] version = "0.2" [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.rdkafka] version = "0.36" features = ["cmake-build"] [dev-dependencies.reqwest] version = "0.12" [dev-dependencies.rusty_ulid] version = "2.0" [dev-dependencies.serial_test] version = "3.1" [dev-dependencies.tokio] version = "1" features = [ "rt", "macros", ]