async_docker 0.1.0

A Rust asynchronous interface for Docker API
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "async_docker"
version = "0.1.0"
authors = ["destruktiw"]
description = "A Rust asynchronous interface for Docker API"
homepage = "https://github.com/destruktiw/async_docker"
keywords = ["docker", "unix", "containers", "async", "asynchronous"]
license = "MIT"
repository = "https://github.com/destruktiw/async_docker"
[dependencies.byteorder]
version = "1.0"

[dependencies.bytes]
version = "0.4"

[dependencies.error-chain]
version = "0.12"

[dependencies.flate2]
version = "0.2"

[dependencies.futures]
version = "0.1"

[dependencies.http]
version = "0.1"

[dependencies.hyper]
version = "0.12"

[dependencies.hyper-openssl]
version = "0.6"
optional = true

[dependencies.log]
version = "0.3"

[dependencies.openssl]
version = "0.10"
optional = true

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tar]
version = "0.3"

[dependencies.tokio]
version = "0.1"

[dependencies.tokio-codec]
version = "0.1"

[dependencies.url]
version = "0.5"

[features]
default = ["without-ssl"]
ssl = ["openssl", "hyper-openssl"]
without-ssl = []
[target."cfg(unix)".dependencies.tokio-uds]
version = "0.2"

[target."cfg(unix)".dependencies.unix_socket]
version = "0.5"