[dependencies.bytes]
version = "1"
[dependencies.fnv]
version = "1.0.5"
[dependencies.itoa]
version = "1"
[dev-dependencies.doc-comment]
version = "0.3"
[dev-dependencies.quickcheck]
version = "1"
[dev-dependencies.rand]
version = "0.8.0"
[dev-dependencies.serde]
version = "1.0"
[dev-dependencies.serde_json]
version = "1.0"
[features]
default = ["std"]
std = []
[lib]
name = "http"
path = "src/lib.rs"
[package]
authors = ["Alex Crichton <alex@alexcrichton.com>", "Carl Lerche <me@carllerche.com>", "Sean McArthur <sean@seanmonstar.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming"]
description = """
A set of types for representing HTTP requests and responses.
"""
documentation = "https://docs.rs/http"
edition = "2018"
keywords = ["http"]
license = "MIT OR Apache-2.0"
name = "http"
readme = "README.md"
repository = "https://github.com/hyperium/http"
rust-version = "1.49.0"
version = "1.2.0"
[[test]]
name = "header_map"
path = "tests/header_map.rs"
[[test]]
name = "header_map_fuzz"
path = "tests/header_map_fuzz.rs"
[[test]]
name = "status_code"
path = "tests/status_code.rs"