# 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 = "2018" name = "dockertest" version = "0.5.0" authors = [ "Vegard Sandengen ", "Jon Foss Mikalsen ", ] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A library to control docker containers when running your integration tests." homepage = "https://www.orcalabs.no" documentation = "https://docs.rs/dockertest" readme = "README.md" keywords = [ "docker", "integration", "test", "container", ] categories = [ "development-tools", "development-tools::testing", ] license = "MIT" repository = "https://github.com/orcalabs/dockertest-rs" [lib] name = "dockertest" path = "src/lib.rs" [[test]] name = "api" path = "tests/api/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.async-trait] version = "0.1.81" [dependencies.base64] version = "0.22.1" [dependencies.bollard] version = "0.17.1" [dependencies.bytes] version = "1.7.1" [dependencies.dyn-clone] version = "1.0.17" [dependencies.futures] version = "0.3.30" [dependencies.rand] version = "0.8.5" [dependencies.secrecy] version = "0.8.0" [dependencies.serde] version = "1.0.208" [dependencies.serde_json] version = "1.0.125" [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.39.3" features = ["full"] [dependencies.tracing] version = "0.1.40" [dev-dependencies.access-queue] version = "1.1.0" [dev-dependencies.once_cell] version = "1.19.0" [dev-dependencies.test-log] version = "0.2.16" features = ["trace"] default-features = false [dev-dependencies.tracing-subscriber] version = "0.3.18" features = [ "env-filter", "fmt", ] default-features = false [build-dependencies.anyhow] version = "1.0.86" [features] tls = ["bollard/ssl"]