min_http11_parser 0.3.2

Minimum HTTP/1.1 request parser
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"
name = "min_http11_parser"
version = "0.3.2"
authors = ["Jerome David <programingjd@gmail.com>"]
build = false
include = [
    "Cargo.toml",
    "src",
    "LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimum HTTP/1.1 request parser"
readme = "README.md"
keywords = [
    "http",
    "request",
    "parser",
]
categories = ["web-programming::http-server"]
license = "MIT"
repository = "https://github.com/programingjd/min_http11"
resolver = "2"

[features]
_minimal = ["min_http11_core/_minimal"]
default = []

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

[dependencies.memchr]
version = "2.8"
features = ["std"]
default-features = false

[dependencies.min_http11_core]
version = "0.2.2"
features = []
default-features = false

[dependencies.read_until_slice]
version = "0.1"

[dependencies.tokio]
version = "1.50"
features = [
    "io-util",
    "time",
]
default-features = false

[dependencies.tracing]
version = "0.1"
features = ["std"]
default-features = false

[dev-dependencies.tokio]
version = "1.50"
features = [
    "test-util",
    "macros",
    "net",
    "rt",
]
default-features = false

[dev-dependencies.tracing-subscriber]
version = "0.3"
features = [
    "std",
    "fmt",
    "ansi",
]
default-features = false