Files
hyper/Cargo.toml
cyderize d9c657da73 Make status::StatusCode_0 pass
Needed to allow unstable.

Also, why do we depend on typeable? Removed from Cargo.toml
2015-01-10 19:36:51 +11:00

27 lines
513 B
TOML

[package]
name = "hyper"
version = "0.0.21"
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>"]
[dependencies]
url = "*"
openssl = "*"
mime = "*"
unsafe-any = "*"
cookie = "*"
time = "*"
mucell = "*"
log = "*"
rustc-serialize = "*"
[dev-dependencies]
curl = "*"