docker 0.0.39

Docker Remote API in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[package]
name = "docker"
description = "Docker Remote API in Rust"
version = "0.0.39"
authors = ["Graham Lee <ghmlee@ghmlee.com>"]
license = "Apache-2.0"
homepage = "https://github.com/ghmlee/rust-docker"
repository = "https://github.com/ghmlee/rust-docker.git"
documentation = "https://ghmlee.github.io/rust-docker/doc/docker"
readme = "README.md"
keywords = ["docker"]

[dependencies]
openssl = "0.6.4"
unix_socket = "0.4.5"
rustc-serialize = "0.3.16"