Files
hyper/Cargo.toml
Sean McArthur 1f5547c4b7 v0.1.10
2015-02-03 19:09:06 -08:00

25 lines
543 B
TOML

[package]
name = "hyper"
version = "0.1.10"
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 <sean.monstar@gmail.com>",
"Jonathan Reem <jonathan.reem@gmail.com>"]
keywords = ["http", "hyper", "hyperium"]
[dependencies]
cookie = "*"
log = ">= 0.2.0"
mime = "*"
mucell = "*"
openssl = "*"
rustc-serialize = "*"
time = "*"
unicase = "*"
unsafe-any = "*"
url = "*"