tk-http 0.3.5

A full-features asynchronous HTTP implementation for tokio-rs stack, including websockets.
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 = "tk-http"
version = "0.3.5"
authors = ["Alexey Popravka <alexey.popravka@horsedevel.com>", "Paul Colomiets <paul@colomiets.name>"]
description = "    A full-features asynchronous HTTP implementation for tokio-rs stack,\n    including websockets.\n"
homepage = "https://github.com/swindon-rs/tk-http/"
documentation = "https://docs.rs/tk-http"
readme = "README.md"
keywords = ["http", "websockets", "tokio"]
categories = ["asynchronous", "network-programming", "web-programming::http-client", "web-programming::http-server", "web-programming::websocket"]
license = "MIT/Apache-2.0"
repository = "https://github.com/swindon-rs/tk-http/"
[dependencies.byteorder]
version = "1.0.0"

[dependencies.futures]
version = "0.1.13"

[dependencies.httparse]
version = "1.2.2"

[dependencies.log]
version = "0.3.8"

[dependencies.matches]
version = "0.1.4"

[dependencies.netbuf]
version = "0.4.0"

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

[dependencies.rand]
version = "0.3.15"

[dependencies.sha1]
version = "0.2.0"

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

[dependencies.tk-sendfile]
version = "0.4.0"
optional = true

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

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

[dependencies.url]
version = "1.4.0"
[dev-dependencies.argparse]
version = "0.2.1"

[dev-dependencies.env_logger]
version = "0.4.3"

[dev-dependencies.futures-cpupool]
version = "0.1.5"

[dev-dependencies.native-tls]
version = "0.1"

[dev-dependencies.rustls]
version = "0.9.0"

[dev-dependencies.time]
version = "0.1.37"

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

[dev-dependencies.tokio-rustls]
version = "0.2.1"

[dev-dependencies.tokio-tls]
version = "0.1"

[features]
default = ["sendfile"]
sendfile = ["tk-sendfile"]