# 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.68" name = "passivized_docker_engine_client" version = "0.0.9" authors = ["Joshua Potts <8704475+iamjpotts@users.noreply.github.com>"] include = [ "src/**/*.rs", "Cargo.toml", ] description = "Docker Engine Client - manage and run containers, images, and volumes." readme = "README.md" keywords = [ "docker", "engine", "client", "compose", "container", ] categories = [ "api-bindings", "asynchronous", ] license = "MPL-2.0" repository = "https://github.com/iamjpotts/passivized_docker_engine_client" [dependencies.base64] version = "0.21" [dependencies.byteorder] version = "1.4" [dependencies.const-str] version = "0.5" [dependencies.futures] version = "0.3" [dependencies.hyper] version = "0.14" features = [ "client", "http1", "http2", ] [dependencies.hyper-tls] version = "0.5" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3" features = ["parsing"] [dependencies.tokio] version = "1.32" features = [ "macros", "rt-multi-thread", ] [dependencies.url] version = "2.3" [dev-dependencies.backoff] version = "0.4" features = [ "futures", "tokio", ] [dev-dependencies.http] version = "0.2" [dev-dependencies.itertools] version = "0.11" [dev-dependencies.mockito] version = "1.0" [dev-dependencies.native-tls] version = "0.2" [dev-dependencies.openssl] version = "0.10" [dev-dependencies.passivized_htpasswd] version = "0.0.5" [dev-dependencies.passivized_test_support] version = "0.0.10" [dev-dependencies.rand] version = "0.8" [dev-dependencies.simple_logger] version = "4.2" features = [ "timestamps", "threads", ] default-features = false [dev-dependencies.tar] version = "0.4" [dev-dependencies.tempfile] version = "3.8" [dev-dependencies.thiserror] version = "1.0" [dev-dependencies.tokio] version = "1.32" features = ["fs"] [target."cfg(unix)".dependencies.hyperlocal] version = "0.8"