blob: 588712f19b16749150412848b393ea46bd84a0f5 [file] [log] [blame]
[package]
name = "http"
# When releasing to crates.io:
# - Update html_root_url in lib.rs.
# - Update CHANGELOG.md.
# - Create git tag
version = "0.1.7"
readme = "README.md"
documentation = "https://docs.rs/http"
repository = "https://github.com/hyperium/http"
homepage = "https://github.com/hyperium/http"
license = "MIT/Apache-2.0"
authors = [
"Alex Crichton <alex@alexcrichton.com>",
"Carl Lerche <me@carllerche.com>",
"Sean McArthur <sean@seanmonstar.com>",
]
description = """
A set of types for representing HTTP requests and responses.
"""
keywords = ["http"]
categories = ["web-programming"]
[dependencies]
bytes = { path = "../bytes" }
fnv = { path = "../rust-fnv" }
itoa = { path = "../itoa" }
[target.'cfg(not(target_env = "sgx"))'.dependencies]
sgx_tstd = { path = "../../sgx_tstd" }
[dev-dependencies]
indexmap = "1.0"
quickcheck = "0.6"
rand = "0.4"
seahash = "3.0.5"
serde = "1.0"
serde_json = "1.0"
[[bench]]
name = "header_map"
path = "benches/header_map/mod.rs"
[[bench]]
name = "header_value"
path = "benches/header_value.rs"