# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "li-async-h1" version = "2.3.3" authors = ["Yoshua Wuyts "] description = "Asynchronous HTTP 1.1 parser." documentation = "https://docs.rs/async-h1" readme = "README.md" keywords = [ "async", "http", "stream", "parser", "http1", ] categories = [ "asynchronous", "parser-implementations", "web-programming", "web-programming::http-client", "web-programming::http-server", ] license = "MIT OR Apache-2.0" repository = "https://github.com/http-rs/async-h1" [dependencies.async-channel] version = "1.5.1" [dependencies.async-dup] version = "1.2.2" [dependencies.async-std] version = "1.7.0" [dependencies.futures-core] version = "0.3.8" [dependencies.httparse] version = "1.3.4" [dependencies.li-http-types] version = "2.12.0" default-features = false [dependencies.log] version = "0.4.11" [dependencies.pin-project] version = "1.0.2" [dev-dependencies.async-std] version = "1.7.0" features = ["attributes"] [dev-dependencies.pretty_assertions] version = "0.6.1"