# 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 = "dockerfile-build" version = "0.1.1" description = "A Rust library to automate building Docker images from a local Dockerfile" readme = "README.md" license = "MIT" resolver = "2" [dependencies.bollard] version = "0.13" [dependencies.dockertest] version = "0.3.1" optional = true [dependencies.flate2] version = "1.0.23" [dependencies.futures] version = "0.3.23" [dependencies.tar] version = "0.4.38" [dependencies.thiserror] version = "1.0.32" [dependencies.tokio] version = "1.20.1" [dependencies.tracing] version = "0.1.36" [dev-dependencies.tokio] version = "1.20.1" features = ["macros"] [dev-dependencies.wiremock] version = "0.5" [features] dockertest = ["dep:dockertest"]