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 = "2021"
rust-version = "1.88.0"
name = "pdk-test"
version = "1.7.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PDK Test"
readme = "README.md"
keywords = [
    "test",
    "docker",
]
categories = ["development-tools::testing"]
license-file = "LICENSE.txt"

[features]
default = []
experimental = []

[lib]
name = "pdk_test"
crate-type = ["rlib"]
path = "src/lib.rs"
doctest = false

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

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

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

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

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

[dependencies.bollard]
version = "0.18.1"

[dependencies.convert_case]
version = "0.6"

[dependencies.docker_credential]
version = "1.3"

[dependencies.env_logger]
version = "0.11"

[dependencies.flate2]
version = "1.0"

[dependencies.futures]
version = "0.3"

[dependencies.getrandom]
version = "0.2"

[dependencies.indoc]
version = "2"

[dependencies.log]
version = "0.4.20"

[dependencies.pdk_test_macros]
version = "1.7.0"
package = "pdk-test-macros"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"
features = ["alloc"]
default-features = false

[dependencies.tar]
version = "0.4"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.43.0"
features = ["full"]
default-features = false

[dependencies.versions]
version = "6.0.0"

[dev-dependencies.anyhow]
version = "1.0.75"

[dev-dependencies.curl-sys]
version = "=0.4.75"

[dev-dependencies.httpmock]
version = "0.6.8"

[dev-dependencies.reqwest]
version = "0.11.22"
features = ["json"]

[dev-dependencies.serde_json]
version = "1.0"
features = ["alloc"]
default-features = false