[package]
name = "http_tiny"
edition = "2021"
version = "2.0.0-pre.5"
authors = ["KizzyCode Software Labs./Keziah Biermann"]
description = "A simple, dependency-less HTTP-header builder and parser"
categories = ["data-structures", "encoding", "network-programming", "parsing", "web-programming"]
keywords = ["HTTP", "HTTP-Header", "HTTP-Request", "HTTP-Response"]
license = "BSD-2-Clause OR MIT"
repository = "https://github.com/KizzyCode/http-tiny-rust"
readme = "README.md"
[badges]
appveyor = { repository = "KizzyCode/http-tiny-rust" }
maintenance = { status = "actively-developed" }
is-it-maintained-open-issues = { repository = "KizzyCode/http-tiny-rust" }
is-it-maintained-issue-resolution = { repository = "KizzyCode/http-tiny-rust" }
[features]
default = ["convenience"]
convenience = []
[dependencies]
[profile.release]
overflow-checks = true
[profile.bench]
overflow-checks = true