httpbin 0.3.3

A httpbin reimplementation in rust. Works as a library and as a standalone webserver binary. (not affiliated to the original httpbin)
Documentation
[[bin]]
doc = false
name = "httpbin"

[dependencies.argparse]
version = "0.2.1"

[dependencies.env_logger]
version = "0.3.5"

[dependencies.futures]
version = "0.1.2"

[dependencies.httparse]
version = "1.2.1"

[dependencies.httpdate]
version = "0.3.0"

[dependencies.log]
version = "0.3.6"

[dependencies.netbuf]
version = "0.4.0"

[dependencies.quick-error]
version = "1.1.0"

[dependencies.serde_json]
version = "1.0.0"

[dependencies.tk-bufstream]
version = "0.3.0"

[dependencies.tk-http]
default-features = false
version = "0.3.1"

[dependencies.tk-listen]
version = "0.1.0"

[dependencies.tokio-core]
version = "0.1.6"

[dependencies.tokio-io]
version = "0.1.0"

[lib]
name = "httpbin"

[package]
authors = ["paul@colomiets.name"]
categories = ["asynchronous", "network-programming", "command-line-utilities"]
description = """
    A httpbin reimplementation in rust. Works as a library and as a standalone
    webserver binary. (not affiliated to the original httpbin)
"""
documentation = "http://docs.rs/httpbin-rs"
homepage = "http://github.com/tailhook/httpbin-rs"
keywords = ["tokio", "http", "httpbin", "command-line"]
license = "MIT/Apache-2.0"
name = "httpbin"
readme = "README.rst"
version = "0.3.3"