summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: 6031b6800223b3d9adda2e8e0d0a560a306065ed (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
[package]

name = "shiplift"
version = "0.2.1"
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]
flate2 = "0.2"
hyperlocal = "0.2"
log = "0.3"
jed = "0.1"
openssl = "0.7"
rustc-serialize = "0.3"
tar = "0.3"
url = "0.5"

[dev-dependencies]
env_logger = "0.3"

[dependencies.hyper]
version = "0.9"
features = ["openssl"]