[package] name = "hyper" version = "0.2.0" 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 "] keywords = ["http", "hyper", "hyperium"] [dependencies] cookie = "*" log = ">= 0.2.0" mime = "*" openssl = "*" rustc-serialize = "*" time = "*" unicase = "*" unsafe-any = "*" url = "*"