[package] name = "shiplift" version = "0.3.2" 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] byteorder = "1" bytes = "0.4" flate2 = "1" futures = "0.1" http = "0.1" hyper = "0.12" hyper-openssl = "0.6" hyperlocal = { version = "0.6", optional = true } log = "0.4" mime = "0.3" openssl = "0.10" tar = "0.4" tokio = "0.1" tokio-codec = "0.1" tokio-io = "0.1" url = "1.7" serde = "1" serde_derive = "1" serde_json = "1" [dev-dependencies] env_logger = "0.5" [features] default = ["unix-socket"] unix-socket = ["hyperlocal"]