httpbis 0.9.1

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]
edition = "2018"
name = "httpbis"
version = "0.9.1"
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.5"

[dependencies.futures]
version = "0.3.1"

[dependencies.log]
version = "0.4"

[dependencies.log-ndc]
version = "0.2.*"

[dependencies.net2]
version = "0.2"

[dependencies.rand]
version = "~0.5"

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

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

[dependencies.tokio]
version = "~0.2.6"
features = ["net", "uds", "io-util", "time"]

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

[dev-dependencies.url]
version = "1"
[target."cfg(unix)".dependencies.unix_socket]
version = "0.5"