[package] name = "shiplift" version = "0.2.0" 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.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"]