summaryrefslogtreecommitdiffstats
path: root/Cargo.toml
blob: c23ac25336d6d310414f8dd6052f2c8c7779fbd9 (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.0"
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]
hyperlocal = "0.1"
log = "0.3"
jed = "0.1"
mime = "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.7"
features = ["openssl"]