summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: e340b9beae823df21e932fedb1535f7e10a496ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[package]

name = "shiplift"
version = "0.1.2"
authors = ["softprops <d.tangren@gmail.com>"]
description = "A Rust interface for maneuvering Docker containers"
documentation = "https://softprops.github.io/shiplift"
homepage = "https://github.com/softprops/shiplift"
repository = "https://github.com/softprops/shiplift"
keywords = ["docker", "unix", "containers", "hyper", "ship"]
license = "MIT"

[dependencies]
mime = "0.0.11"
httparse = "0.1.1"
hyper = "0.5.2"
jed = "0.1.1"
openssl = "0.6.2"
unix_socket = "0.4.2"
url = "0.2.34"
rustc-serialize = "0.3.14"