[package]
edition = "2024"
rust-version = "1.85"
name = "http-body-alt"
version = "0.1.0"
authors = ["fakeshadow <everestshadow@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "http-body alternative"
readme = "README.md"
keywords = [
"http",
"http-body",
]
license = "Apache-2.0"
repository = "https://github.com/HFQR/xitca-web"
resolver = "2"
[lib]
name = "http_body_alt"
path = "src/lib.rs"
[dependencies.bytes]
version = "1.11.1"
[dependencies.futures-core]
version = "0.3.32"
default-features = false
[dependencies.http]
version = "1.4.0"
[dependencies.pin-project-lite]
version = "0.2.17"
[lints.clippy]
await_holding_lock = "allow"
needless_return = "allow"
new_without_default = "allow"
[lints.rust]
unreachable_patterns = "allow"