summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: abfc8995b6b2c815944431f10816a94b3b1cd6b7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
[package]

name = "shiplift"
version = "0.3.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]
byteorder = "1.0.0"
flate2 = "0.2"
http = "0.1"
hyper = "0.12"
hyper-openssl = "0.6"
hyperlocal = "0.6"
jed = "0.1"
log = "0.3"
mime = "0.3"
openssl = "0.10"
rustc-serialize = "0.3"
tar = "0.4"
tokio-core = "0.1"
url = "1.7"
serde = "1.0"
serde_derive = "1.0"

[dev-dependencies]
env_logger = "0.4.0"