hyperx 0.15.1

Hyper's typed header module, eXtracted and improved
Documentation
[package]

name = "hyperx"
version = "0.15.1" # don't forget to update html_root_url
description = "Hyper's typed header module, eXtracted and improved"
readme = "README.md"
documentation = "https://docs.rs/hyperx"
repository = "https://github.com/dekellum/hyperx"
license = "MIT"
authors = ["David Kellum <dek-oss@gravitext.com>"]
keywords = ["http", "hyper", "hyperium"]
categories = [
    "network-programming",
    "web-programming::http-client",
    "web-programming::http-server"
]
exclude = [
    ".gitignore",
    ".travis.yml",
    "appveyor.yml",
]
build = "build.rs"

[dependencies]
base64 = ">=0.10.1, <0.11"
bytes = "0.4.4"
http = { version = "0.1", optional = true }
httparse = "1.0"
language-tags = "0.2"
log = "0.4"
mime = "0.3.2"
percent-encoding = "1.0"
time = ">=0.1.37, <0.2"
unicase = "2.0"

[features]
default = [ "compat" ]
nightly = []
raw_status = []
compat = [ "http" ]