# 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 = "async-h1b" version = "3.0.7" authors = [ "Yoshua Wuyts ", "Delta4 ", ] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "hitdns fork of Asynchronous HTTP 1.1 parser." documentation = "https://docs.rs/async-h1b" 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/delta4chat/async-h1" [lib] name = "async_h1b" path = "src/lib.rs" [[example]] name = "client" path = "examples/client.rs" [[example]] name = "server" path = "examples/server.rs" [[test]] name = "accept" path = "tests/accept.rs" [[test]] name = "client_decode" path = "tests/client_decode.rs" [[test]] name = "client_encode" path = "tests/client_encode.rs" [[test]] name = "continue" path = "tests/continue.rs" [[test]] name = "server-chunked-encode-large" path = "tests/server-chunked-encode-large.rs" [[test]] name = "server_decode" path = "tests/server_decode.rs" [[test]] name = "server_encode" path = "tests/server_encode.rs" [[test]] name = "test_utils" path = "tests/test_utils.rs" [dependencies.async-channel] version = "1.5.1" [dependencies.async-dup] version = "1.2.2" [dependencies.async-io] version = "1.13.0" [dependencies.futures-lite] version = "1.13.0" [dependencies.http-types] version = "2.9.0" default-features = false [dependencies.httparse] version = "1.3.4" [dependencies.log] version = "0.4.11" [dependencies.pin-project] version = "1.0.2" [dependencies.smolscale2] version = "0.5.8" features = ["preempt"] [dependencies.thiserror] version = "1.0.22" [dev-dependencies.async-std] version = "1.7.0" features = ["attributes"] [dev-dependencies.pretty_assertions] version = "0.6.1"