[package] name = "shiplift" version = "0.3.1" authors = ["softprops "] 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.3" log = "0.3" jed = "0.1" openssl = "0.9" hyper = "0.10" hyper-openssl = "0.2" rustc-serialize = "0.3" tar = "0.3" url = "0.5" [dev-dependencies] env_logger = "0.4.0"