[dependencies.cookie]
features = ["percent-encode"]
version = "0.18"
[dependencies.either]
version = "1"
[dependencies.indexmap]
version = "2"
[dependencies.memchr]
version = "2"
[dependencies.pear]
version = "0.2.9"
[dependencies.percent-encoding]
version = "2"
[dependencies.ref-cast]
version = "1.0"
[dependencies.serde]
default-features = false
features = ["std"]
optional = true
version = "1.0"
[dependencies.stable-pattern]
version = "0.1"
[dependencies.state]
version = "0.6"
[dependencies.time]
features = ["formatting", "macros"]
version = "0.3"
[dependencies.tinyvec]
features = ["std", "rustc_1_57"]
version = "1.6"
[dependencies.uncased]
version = "0.9.10"
[dependencies.uuid]
default-features = false
optional = true
version = "1"
[dev-dependencies]
[features]
default = []
serde = ["dep:serde", "uncased/with-serde-alloc"]
uuid = ["dep:uuid"]
[lib]
name = "rocket_http_community"
path = "src/lib.rs"
[lints.clippy]
manual_range_contains = "allow"
module_inception = "allow"
multiple_bound_locations = "allow"
needless_borrow = "allow"
result_large_err = "allow"
type_complexity = "allow"
[lints.rust]
async_fn_in_trait = "allow"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(nightly)"]
level = "warn"
priority = 0
[package]
authors = ["Sergio Benitez <sb@sergio.bz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming"]
description = """
Types, traits, and parsers for HTTP requests, responses, and headers. (Community Fork)
"""
documentation = "https://docs.rs/rocket-community/latest/rocket_http/"
edition = "2021"
homepage = "https://github.com/rocket-rs-community/Rocket"
keywords = ["rocket", "web", "framework", "http"]
license = "MIT OR Apache-2.0"
name = "rocket_http-community"
readme = "README.md"
repository = "https://github.com/rocket-rs-community/Rocket"
rust-version = "1.82.0"
version = "0.6.0"