passivized_docker_engine_client 0.0.10-alpha

Docker Engine Client - manage and run containers, images, and volumes.
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.89"
name = "passivized_docker_engine_client"
version = "0.0.10-alpha"
authors = ["Joshua Potts <8704475+iamjpotts@users.noreply.github.com>"]
build = false
include = [
    "src/**/*.rs",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"

[lib]
name = "passivized_docker_engine_client"
path = "src/lib.rs"

[dependencies.base64]
version = "0.21"

[dependencies.byteorder]
version = "1.4"

[dependencies.const-str]
version = "0.5"

[dependencies.http-body-util]
version = "0.1"

[dependencies.hyper]
version = "1.1"
features = [
    "client",
    "http1",
    "http2",
]

[dependencies.hyper-tls]
version = "0.6.0"

[dependencies.hyper-util]
version = "0.1"
features = [
    "http1",
    "http2",
]

[dependencies.log]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0.28"

[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 = "1.0"

[dev-dependencies.itertools]
version = "0.12"

[dev-dependencies.mockito]
version = "1.2"

[dev-dependencies.native-tls]
version = "0.2"

[dev-dependencies.openssl]
version = "0.10.35"

[dev-dependencies.passivized_htpasswd]
version = "0.0.6"

[dev-dependencies.passivized_test_support]
version = "0.0.11"

[dev-dependencies.rand]
version = "0.8"

[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.9"

[lints.clippy]
to_string_trait_impl = "allow"
uninlined_format_args = "allow"