async-h1 2.3.2

Asynchronous HTTP 1.1 parser.
Documentation
[dependencies.async-channel]
version = "1.5.1"

[dependencies.async-dup]
version = "1.2.2"

[dependencies.async-std]
version = "1.7.0"

[dependencies.byte-pool]
version = "0.2.2"

[dependencies.futures-core]
version = "0.3.8"

[dependencies.http-types]
default-features = false
version = "2.9.0"

[dependencies.httparse]
version = "1.3.4"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.log]
version = "0.4.11"

[dependencies.pin-project]
version = "1.0.2"
[dev-dependencies.async-std]
features = ["attributes"]
version = "1.7.0"

[dev-dependencies.pretty_assertions]
version = "0.6.1"

[package]
authors = ["Yoshua Wuyts <yoshuawuyts@gmail.com>"]
categories = ["asynchronous", "parser-implementations", "web-programming", "web-programming::http-client", "web-programming::http-server"]
description = "Asynchronous HTTP 1.1 parser."
documentation = "https://docs.rs/async-h1"
edition = "2018"
keywords = ["async", "http", "stream", "parser", "http1"]
license = "MIT OR Apache-2.0"
name = "async-h1"
readme = "README.md"
repository = "https://github.com/http-rs/async-h1"
version = "2.3.2"