# 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 = "stackify-docker-api" version = "0.15.0" authors = [ "Wojciech Kępka ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Interface to Docker API" homepage = "https://github.com/cylewitruk/docker-api-rs" documentation = "https://docs.rs/docker-api" readme = "README.md" keywords = ["docker"] license = "MIT" repository = "https://github.com/cylewitruk/docker-api-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "stackify_docker_api" path = "src/lib.rs" [[example]] name = "common" path = "examples/common.rs" [[example]] name = "container" path = "examples/container.rs" [[example]] name = "exec" path = "examples/exec.rs" [[example]] name = "image" path = "examples/image.rs" [[example]] name = "network" path = "examples/network.rs" [[example]] name = "service" path = "examples/service.rs" [[example]] name = "system" path = "examples/system.rs" [[example]] name = "volume" path = "examples/volume.rs" [[test]] name = "common" path = "tests/common.rs" [[test]] name = "container_tests" path = "tests/container_tests.rs" [[test]] name = "docker_tests" path = "tests/docker_tests.rs" [[test]] name = "image_tests" path = "tests/image_tests.rs" [[test]] name = "network_tests" path = "tests/network_tests.rs" [dependencies.asynchronous-codec] version = "0.7.0" [dependencies.base64] version = "0.22.0" [dependencies.byteorder] version = "1.4" [dependencies.bytes] version = "1.0" [dependencies.chrono] version = "0.4" features = ["serde"] optional = true [dependencies.containers-api] version = "0.9" [dependencies.futures-util] version = "0.3" [dependencies.http] version = "1.1.0" [dependencies.hyper] version = "0.14.28" features = [ "client", "http1", "tcp", "stream", ] [dependencies.hyper-openssl] version = "0.9" optional = true [dependencies.log] version = "0.4" [dependencies.openssl] version = "0.10" optional = true [dependencies.paste] version = "1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.stackify-docker-api-stubs] version = "0.6" [dependencies.tar] version = "0.4" [dependencies.thiserror] version = "1" [dependencies.url] version = "2.1" [dev-dependencies.clap] version = "4" features = ["derive"] [dev-dependencies.env_logger] version = "0.11.3" [dev-dependencies.futures] version = "0.3.1" [dev-dependencies.futures-util] version = "0.3" [dev-dependencies.gethostname] version = "0.4.3" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.tempfile] version = "3" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [features] default = [ "containers-api/chrono", "chrono", ] par-compress = ["containers-api/par-compress"] swarm = [] tls = ["containers-api/tls"] vendored-ssl = [ "tls", "containers-api/vendored-ssl", ] [target."cfg(unix)".dev-dependencies.nix] version = "0.28.0" features = ["user"]