httpbin 0.3.2

A httpbin reimplementation in rust. Works as a library and as a standalone webserver binary. (not affiliated to the original httpbin)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

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

[lib]
name = "httpbin"

[[bin]]
name = "httpbin"
doc = false
[dependencies.env_logger]
version = "0.3.5"

[dependencies.time]
version = "0.1.0"

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

[dependencies.log]
version = "0.3.6"

[dependencies.futures]
version = "0.1.2"

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

[dependencies.serde_json]
version = "1.0.0"

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

[dependencies.httparse]
version = "1.2.1"

[dependencies.argparse]
version = "0.2.1"

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

[dependencies.netbuf]
version = "0.4.0"

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

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