async-h1 2.1.0

Asynchronous HTTP 1.1 parser.
Documentation
[dependencies.async-std]
features = ["unstable"]
version = "1.6.0"

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

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

[dependencies.http-types]
version = "2.0.0"

[dependencies.httparse]
version = "1.3.3"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.log]
version = "0.4"

[dependencies.pin-project-lite]
version = "0.1.1"
[dev-dependencies.async-std]
features = ["unstable", "attributes"]
version = "1.4.0"

[dev-dependencies.async-test]
version = "1.0.0"

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

[dev-dependencies.tempfile]
version = "3.1.0"

[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.1.0"