http-field 0.0.3

HTTP fields (headers & trailers)
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.95"
name = "http-field"
version = "0.0.3"
authors = ["Rob Ede <robjtede@icloud.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP fields (headers & trailers)"
readme = false
keywords = [
    "http",
    "field",
    "fields",
    "header",
    "trailer",
]
categories = ["parsing"]
license = "MIT"
repository = "https://github.com/robjtede/httpea"
resolver = "2"

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

[[bench]]
name = "http-field"
path = "benches/http-field.rs"
harness = false

[dependencies.winnow]
version = "1"
features = ["binary"]
default-features = false

[dev-dependencies.divan]
version = "4"
package = "codspeed-divan-compat"

[lints.rust]
future-incompatible = "deny"
missing-debug-implementations = "warn"
missing-docs = "warn"
nonstandard-style = "deny"
rust-2018-idioms = "deny"