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