# 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 = "2021" name = "areq-h1" version = "0.1.0-alpha" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An implementation of HTTP/1.1 as part of areq crate" readme = false license = "Apache-2.0 OR MIT" [lib] name = "areq_h1" path = "src/lib.rs" [[test]] name = "serve" path = "tests/serve.rs" [dependencies.areq-body] version = "=0.1.0-alpha" [dependencies.async-channel] version = "2.3" [dependencies.bytes] version = "1.8" [dependencies.futures-lite] version = "2.4" [dependencies.http] version = "1.1" [dependencies.httparse] version = "1.9" [dependencies.pin-project-lite] version = "0.2" [dev-dependencies.async-executor] version = "1.13" [dev-dependencies.async-io] version = "2.3" [dev-dependencies.async-net] version = "2.0" [dev-dependencies.http-body-util] version = "0.1" [dev-dependencies.hyper] version = "1" features = [ "http1", "server", ] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.smol-hyper] version = "0.1.1" [lints.clippy] manual-assert = "deny" match-wildcard-for-single-variants = "deny" missing-assert-message = "deny" semicolon-if-nothing-returned = "deny" trivially-copy-pass-by-ref = "deny" unwrap-used = "deny" use-self = "deny"