[package]
name = "min_http11_core"
version = "0.2.2"
edition = "2024"
resolver = "2"
authors = ["Jerome David <programingjd@gmail.com>"]
categories = ["web-programming::http-server"]
description = "Minimum HTTP/1.1 version, request line and headers"
keywords = ["http", "method", "path", "version", "header"]
license = "MIT"
repository = "https://github.com/programingjd/min_http11"
include = [
"Cargo.toml", "src", "LICENSE", "README.md"
]
[dependencies.thiserror]
version = "2.0"
default-features = false
features = []
[dependencies.crc32fast]
version = "1.5"
default-features = false
features = ["std"]
[features]
default = []
_minimal = []