rs-docker 0.0.48

Docker Remote API in Rust
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 = "rs-docker"
version = "0.0.48"
authors = ["Thiago Areias <kblo.thiago@gmail.com>"]
description = "Docker Remote API in Rust"
homepage = "https://gitlab.com/kblobr/rust-docker"
documentation = "https://ghmlee.github.io/rust-docker/doc/docker"
readme = "README.md"
keywords = ["docker"]
license = "Apache-2.0"
repository = "https://gitlab.com/kblobr/rust-docker.git"
[dependencies.openssl]
version = "0.10.16"

[dependencies.serde]
version = "1.0.85"

[dependencies.serde_derive]
version = "1.0.85"

[dependencies.serde_json]
version = "1.0.37"

[dependencies.unix_socket]
version = "0.5.0"