headers 0.3.3

typed HTTP headers
Documentation
[package]
name = "headers"
version = "0.3.3" # don't forget to update html_root_url
description = "typed HTTP headers"
license = "MIT"
readme = "README.md"
homepage = "https://hyper.rs"
repository = "https://github.com/hyperium/headers"
authors = ["Sean McArthur <sean@seanmonstar.com>"]
keywords = ["http", "headers", "hyper", "hyperium"]
categories = ["web-programming"]

[workspace]
members = [
    "./",
    "headers-core",
]

[dependencies]
http = "0.2.0"
headers-core = { version = "0.2", path = "./headers-core" }
base64 = "0.13"
bitflags = "1.0"
bytes = "1"
mime = "0.3.14"
sha-1 = "0.8"
time = "0.1.34"

[features]
nightly = []