fix(header): deprecate HeaderFormatter

This commit is contained in:
Sean McArthur
2017-01-25 23:17:59 -08:00
parent 53762cafc6
commit cca798a09e
4 changed files with 39 additions and 13 deletions

View File

@@ -10,6 +10,7 @@ license = "MIT"
authors = ["Sean McArthur <sean.monstar@gmail.com>"]
keywords = ["http", "hyper", "hyperium"]
categories = ["web-programming::http-client", "web-programming::http-server"]
build = "build.rs"
[dependencies]
base64 = "0.3.0"
@@ -32,6 +33,9 @@ num_cpus = "1.0"
pretty_env_logger = "0.1"
spmc = "0.2"
[build-dependencies]
rustc_version = "0.1"
[features]
default = []
nightly = []