Files
hyper/Cargo.toml
Jonathan Reem 2790f604b0 v.0.1.2
2015-01-19 20:25:23 +01:00

24 lines
494 B
TOML

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