# 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" rust-version = "1.75" name = "testcontainers" version = "0.23.1" authors = [ "Thomas Eizinger", "Artem Medvedev ", "Mervyn McCreight", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for integration-testing against docker containers from within Rust." readme = "README.md" keywords = [ "docker", "testcontainers", ] categories = ["development-tools::testing"] license = "MIT OR Apache-2.0" repository = "https://github.com/testcontainers/testcontainers-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "testcontainers" path = "src/lib.rs" [[test]] name = "async_runner" path = "tests/async_runner.rs" [[test]] name = "dual_stack_host_ports" path = "tests/dual_stack_host_ports.rs" [[test]] name = "sync_runner" path = "tests/sync_runner.rs" [dependencies.async-trait] version = "0.1" [dependencies.bollard] version = "0.17.0" features = ["ssl"] [dependencies.bollard-stubs] version = "=1.45.0-rc.26.0.1" [dependencies.bytes] version = "1.6.0" [dependencies.conquer-once] version = "0.4" optional = true [dependencies.docker_credential] version = "1.3.1" [dependencies.either] version = "1.12.0" [dependencies.etcetera] version = "0.8.0" [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4" [dependencies.memchr] version = "2.7.2" [dependencies.parse-display] version = "0.9.0" [dependencies.pin-project-lite] version = "0.2.14" [dependencies.reqwest] version = "0.12.5" features = [ "rustls-tls", "rustls-tls-native-roots", "hickory-dns", "json", "charset", "http2", ] optional = true default-features = false [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-java-properties] version = "0.2.0" optional = true [dependencies.serde_json] version = "1" [dependencies.serde_with] version = "3.7.0" [dependencies.signal-hook] version = "0.3" optional = true [dependencies.thiserror] version = "1.0.60" [dependencies.tokio] version = "1" features = [ "macros", "fs", "rt-multi-thread", ] [dependencies.tokio-stream] version = "0.1.15" [dependencies.tokio-tar] version = "0.3.1" [dependencies.tokio-util] version = "0.7.10" features = ["io"] [dependencies.url] version = "2" features = ["serde"] [dev-dependencies.anyhow] version = "1.0.86" [dev-dependencies.pretty_env_logger] version = "0.5" [dev-dependencies.reqwest] version = "0.12.4" features = ["blocking"] default-features = false [dev-dependencies.temp-dir] version = "0.1.13" [dev-dependencies.tokio] version = "1" features = ["macros"] [features] blocking = [] default = [] http_wait = ["reqwest"] properties-config = ["serde-java-properties"] watchdog = [ "signal-hook", "conquer-once", ]