[package] name = "li-async-h1" version = "2.3.3" license = "MIT OR Apache-2.0" repository = "https://github.com/http-rs/async-h1" documentation = "https://docs.rs/async-h1" description = "Asynchronous HTTP 1.1 parser." keywords = ["async", "http", "stream", "parser", "http1"] categories = [ "asynchronous", "parser-implementations", "web-programming", "web-programming::http-client", "web-programming::http-server" ] authors = ["Yoshua Wuyts "] readme = "README.md" edition = "2018" [dependencies] httparse = "1.3.4" async-std = "1.7.0" li-http-types = {version = "2.12.0", default-features = false } futures-core = "0.3.8" log = "0.4.11" pin-project = "1.0.2" async-channel = "1.5.1" async-dup = "1.2.2" [dev-dependencies] pretty_assertions = "0.6.1" async-std = { version = "1.7.0", features = ["attributes"] }