ntex-http 1.1.0

Http types for ntex framework
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.88"
name = "ntex-http"
version = "1.1.0"
authors = ["ntex contributors <team@ntex.rs>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Http types for ntex framework"
homepage = "https://ntex.rs"
documentation = "https://docs.rs/ntex-http/"
readme = false
keywords = [
    "network",
    "framework",
    "async",
    "futures",
]
categories = [
    "network-programming",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ntex-rs/ntex.git"
resolver = "2"

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

[dependencies.foldhash]
version = "0.2.0"

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

[dependencies.http]
version = "1.3.1"

[dependencies.itoa]
version = "1.0.15"

[dependencies.log]
version = "0.4"

[dependencies.ntex-bytes]
version = "1.5.2"

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

[dependencies.thiserror]
version = "2"

[dev-dependencies.bincode]
version = "1.3.3"

[dev-dependencies.futures-util]
version = "0.3.31"
features = ["alloc"]
default-features = false

[dev-dependencies.ntex]
version = "3.6.1"

[dev-dependencies.serde_json]
version = "1"

[lints.rust]
missing_debug_implementations = "deny"
rust_2018_idioms = "deny"
unreachable_pub = "deny"
warnings = "deny"

[lints.rust.async_fn_in_trait]
level = "allow"
priority = -1

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