http_extensions 0.5.1

Shared HTTP types and extension traits for clients and servers.
Documentation
# 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 = "2024"
rust-version = "1.91"
name = "http_extensions"
version = "0.5.1"
authors = ["The Oxidizer Project Authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared HTTP types and extension traits for clients and servers."
homepage = "https://github.com/microsoft/oxidizer"
readme = "README.md"
keywords = [
    "oxidizer",
    "http",
    "extensions",
    "client",
    "server",
]
categories = ["network-programming"]
license = "MIT"
repository = "https://github.com/microsoft/oxidizer/tree/main/crates/http_extensions"
resolver = "2"

[package.metadata.cargo_check_external_types]
allowed_external_types = [
    "futures_core::stream::Stream",
    "bytes::bytes::Bytes",
    "bytesbuf::mem::global::GlobalPool",
    "bytesbuf::mem::has_memory::HasMemory",
    "bytesbuf::mem::memory::Memory",
    "bytesbuf::mem::memory_shared::MemoryShared",
    "bytesbuf::view::BytesView",
    "http::*",
    "http_body::Body",
    "layered::layer::stack::Stack",
    "layered::service::Service",
    "layered::dynamic::DynamicService",
    "ohno::enrichable::Enrichable",
    "ohno::error_ext::ErrorExt",
    "ohno::error_label::ErrorLabel",
    "ohno::error_label::Labeled",
    "recoverable::Recovery",
    "recoverable::RecoveryInfo",
    "recoverable::RecoveryKind",
    "serde_core::de::*",
    "serde_core::ser::*",
    "templated_uri::error::UriError",
    "templated_uri::path_and_query::PathAndQuery",
    "templated_uri::uri::Uri",
    "templated_uri::base_uri::BaseUri",
    "thread_aware::affinity::MemoryAffinity",
    "thread_aware::affinity::PinnedAffinity",
    "thread_aware::core::ThreadAware",
    "tick::clock::Clock",
]

[package.metadata.docs.rs]
all-features = true

[features]
default = []
json = [
    "dep:serde_core",
    "dep:serde_json",
]
test-util = ["tick/test-util"]

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

[[example]]
name = "custom_client"
path = "examples/custom_client.rs"

[[example]]
name = "custom_server"
path = "examples/custom_server.rs"

[[bench]]
name = "http_request_builder"
path = "benches/http_request_builder.rs"
harness = false
required-features = [
    "test-util",
    "json",
]

[[bench]]
name = "http_response_builder"
path = "benches/http_response_builder.rs"
harness = false
required-features = [
    "test-util",
    "json",
]

[dependencies.bytes]
version = "1.11.1"
default-features = false

[dependencies.bytesbuf]
version = "0.5.3"
features = ["bytes-compat"]
default-features = false

[dependencies.futures]
version = "0.3.31"
features = ["std"]
default-features = false

[dependencies.http]
version = "1.4.1"
features = ["std"]
default-features = false

[dependencies.http-body]
version = "1.0.1"
default-features = false

[dependencies.http-body-util]
version = "0.1.3"
default-features = false

[dependencies.layered]
version = "0.3.2"
default-features = false

[dependencies.ohno]
version = "0.3.5"
default-features = false

[dependencies.pin-project]
version = "1.1.8"
default-features = false

[dependencies.recoverable]
version = "0.1.5"
default-features = false

[dependencies.serde_core]
version = "1.0.228"
optional = true
default-features = false

[dependencies.serde_json]
version = "1.0.145"
features = ["std"]
optional = true
default-features = false

[dependencies.templated_uri]
version = "0.3.0"
default-features = false

[dependencies.thread_aware]
version = "0.7.3"
features = ["derive"]
default-features = false

[dependencies.tick]
version = "0.3.3"
features = ["fmt"]
default-features = false

[dev-dependencies.alloc_tracker]
version = "0.5.9"
default-features = false

[dev-dependencies.criterion]
version = "0.8.1"
default-features = false

[dev-dependencies.futures]
version = "0.3.31"
features = [
    "std",
    "executor",
]
default-features = false

[dev-dependencies.hyper]
version = "1.10.1"
features = [
    "client",
    "http1",
]
default-features = false

[dev-dependencies.hyper-util]
version = "0.1.20"
features = [
    "server-auto",
    "tokio",
]
default-features = false

[dev-dependencies.mutants]
version = "0.0.3"
default-features = false

[dev-dependencies.serde]
version = "1.0.228"
features = ["derive"]
default-features = false

[dev-dependencies.serde_core]
version = "1.0.228"
default-features = false

[dev-dependencies.serde_json]
version = "1.0.145"
features = ["std"]
default-features = false

[dev-dependencies.static_assertions]
version = "1.1.0"
default-features = false

[dev-dependencies.tokio]
version = "1.48.0"
features = [
    "macros",
    "rt-multi-thread",
    "net",
]
default-features = false

[dev-dependencies.uuid]
version = "1.21.0"
default-features = false

[lints.clippy]
allow_attributes = "warn"
allow_attributes_without_reason = "warn"
as_pointer_underscore = "warn"
assertions_on_result_states = "warn"
clone_on_ref_ptr = "warn"
deref_by_slicing = "warn"
disallowed_script_idents = "warn"
empty_drop = "warn"
empty_enum_variants_with_brackets = "warn"
empty_structs_with_brackets = "warn"
fn_to_numeric_cast_any = "warn"
if_then_some_else_none = "warn"
map_err_ignore = "warn"
missing_const_for_fn = "allow"
multiple_crate_versions = "allow"
multiple_unsafe_ops_per_block = "warn"
option_if_let_else = "allow"
panic = "warn"
redundant_pub_crate = "allow"
redundant_type_annotations = "warn"
renamed_function_params = "warn"
semicolon_outside_block = "warn"
should_panic_without_expect = "allow"
significant_drop_tightening = "allow"
undocumented_unsafe_blocks = "warn"
unnecessary_safety_comment = "warn"
unnecessary_safety_doc = "warn"
unneeded_field_pattern = "warn"
unused_result_ok = "warn"
unwrap_used = "warn"
wildcard_imports = "allow"

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

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

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

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

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

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

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

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

[lints.rust]
ambiguous_negative_literals = "warn"
missing_debug_implementations = "warn"
missing_docs = "warn"
redundant_imports = "warn"
redundant_lifetimes = "warn"
trivial_numeric_casts = "warn"
unsafe_op_in_unsafe_fn = "warn"
unused_lifetimes = "warn"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = [
    "cfg(coverage,coverage_nightly)",
    "cfg(loom)",
]

[lints.rustdoc]
missing_crate_level_docs = "warn"
unescaped_backticks = "warn"