Files
hyper/Cargo.toml
Sean McArthur f836ee89c1 v0.1.11
2015-02-06 22:10:17 -08:00

24 lines
530 B
TOML

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