rama-http 0.2.0-alpha.6

rama http layers, services and other utilities
Documentation
[dependencies.async-compression]
features = ["tokio", "brotli", "zlib", "gzip", "zstd"]
optional = true
version = "0.4"

[dependencies.base64]
version = "0.22"

[dependencies.bitflags]
version = "2.4"

[dependencies.bytes]
version = "1"

[dependencies.const_format]
version = "0.2.32"

[dependencies.futures-lite]
version = "2.3.0"

[dependencies.headers]
version = "0.4"

[dependencies.http]
version = "1"

[dependencies.http-body]
version = "1"

[dependencies.http-body-util]
version = "0.1"

[dependencies.http-range-header]
version = "0.4.0"

[dependencies.httpdate]
version = "1.0"

[dependencies.iri-string]
version = "0.7.0"

[dependencies.mime]
version = "0.3.17"

[dependencies.mime_guess]
default-features = false
version = "2"

[dependencies.paste]
version = "1.0"

[dependencies.percent-encoding]
version = "2.1"

[dependencies.pin-project-lite]
version = "0.2.13"

[dependencies.rama-core]
version = "0.2.0-alpha.6"

[dependencies.rama-http-types]
version = "0.2.0-alpha.6"

[dependencies.rama-net]
features = ["http"]
version = "0.2.0-alpha.6"

[dependencies.rama-ua]
version = "0.2.0-alpha.6"

[dependencies.rama-utils]
version = "0.2.0-alpha.6"

[dependencies.regex]
version = "1.10.3"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_html_form]
version = "0.2"

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
features = ["macros", "fs", "io-std"]
version = "1.38"

[dependencies.tokio-util]
features = ["io"]
version = "0.7"

[dependencies.tracing]
version = "0.1"

[dependencies.uuid]
features = ["v4"]
version = "1.6"

[dev-dependencies.brotli]
version = "7"

[dev-dependencies.flate2]
version = "1.0"

[dev-dependencies.itertools]
version = "0.14.0"

[dev-dependencies.parking_lot]
version = "0.12.3"

[dev-dependencies.rama-http-backend]
version = "0.2.0-alpha.6"

[dev-dependencies.rama-tcp]
version = "0.2.0-alpha.6"

[dev-dependencies.tempfile]
version = "3.10"

[dev-dependencies.tokio]
features = ["full"]
version = "1.38"

[dev-dependencies.tokio-test]
version = "0.4.4"

[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3.17"

[dev-dependencies.zstd]
version = "0.13"

[features]
compression = ["dep:async-compression"]
default = []
telemetry = ["rama-core/telemetry"]
tls = ["rama-net/tls"]

[lib]
name = "rama_http"
path = "src/lib.rs"

[lints.clippy]
await_holding_lock = "warn"
empty_enum = "warn"
enum_glob_use = "warn"
exit = "warn"
filter_map_next = "warn"
fn_params_excessive_bools = "warn"
if_let_mutex = "warn"
imprecise_flops = "warn"
inefficient_to_string = "warn"
linkedlist = "warn"
lossy_float_literal = "warn"
macro_use_imports = "warn"
match_on_vec_items = "warn"
match_wildcard_for_single_variants = "warn"
mem_forget = "warn"
needless_borrow = "warn"
needless_continue = "warn"
option_option = "warn"
rest_pat_in_fully_bound_structs = "warn"
str_to_string = "warn"
suboptimal_flops = "warn"
todo = "warn"
type_complexity = "allow"
unnested_or_patterns = "warn"
unused_self = "warn"
verbose_file_reads = "warn"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.rust]
elided_lifetimes_in_paths = "allow"
unreachable_pub = "deny"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(fuzzing)"]
level = "warn"
priority = 0

[package]
authors = ["Glen De Cauwsemaecker <glen@plabayo.tech>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "network-programming", "web-programming"]
description = "rama http layers, services and other utilities"
edition = "2021"
keywords = ["io", "async", "proxy", "http", "rama"]
license = "MIT OR Apache-2.0"
name = "rama-http"
readme = "README.md"
repository = "https://github.com/plabayo/rama"
rust-version = "1.80.0"
version = "0.2.0-alpha.6"

[package.metadata.cargo-public-api-crates]
allowed = []

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]