httpbis 0.7.0

Rust implementation of HTTP/2 protocol
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 = "httpbis"
version = "0.7.0"
authors = ["Stepan Koltsov <stepan.koltsov@gmail.com>"]
description = "Rust implementation of HTTP/2 protocol"
keywords = ["http2"]
license = "MIT/Apache-2.0"
repository = "https://github.com/stepancheg/rust-http2"

[lib]
bench = false
[dependencies.bytes]
version = "0.4"

[dependencies.futures]
version = "0.1.*"

[dependencies.futures-cpupool]
version = "0.1.*"

[dependencies.log]
version = "0.4"

[dependencies.net2]
version = "0.2"

[dependencies.tls-api]
version = "0.1"

[dependencies.tls-api-stub]
version = "0.1"

[dependencies.tokio-core]
version = "0.1.*"

[dependencies.tokio-io]
version = "0.1.*"

[dependencies.tokio-timer]
version = "0.1.*"

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

[dependencies.void]
version = "1"
[dev-dependencies.tls-api-openssl]
version = "0.1"

[dev-dependencies.url]
version = "1"
[target."cfg(unix)".dependencies.tokio-uds]
version = "0.1"

[target."cfg(unix)".dependencies.unix_socket]
version = "0.5"