min_http11_core 0.2.5

Minimum HTTP/1.1 version, request line and headers
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_core"
version = "0.2.5"
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 version, request line and headers"
readme = "README.md"
keywords = [
    "http",
    "method",
    "path",
    "version",
    "header",
]
categories = ["web-programming::http-server"]
license = "MIT"
repository = "https://github.com/programingjd/min_http11"
resolver = "2"

[features]
_minimal = []
default = []

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

[dependencies.crc32fast]
version = "1.5"
features = ["std"]
default-features = false

[dependencies.thiserror]
version = "2.0"
features = ["std"]
default-features = false