[package] name = "hyper" version = "0.0.18" description = "A modern HTTP library." readme = "README.md" documentation = "http://hyperium.github.io/hyper/hyper/index.html" repository = "https://github.com/hyperium/hyper" license = "MIT" authors = ["Sean McArthur ", "Jonathan Reem "] [dependencies] url = "*" openssl = "*" mime = "*" unsafe-any = "*" typeable = "*" cookie = "*" time = "*" mucell = "*" log = "*" rustc-serialize = "*" [dev-dependencies] curl = "*"