[lib]
name = "http_constant"
path = "src/lib.rs"
[package]
authors = ["root@ltpp.vip"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "web-programming"]
description = "A comprehensive library providing common HTTP constants for header names, versions, MIME types, and protocol identifiers."
edition = "2024"
exclude = ["target", "Cargo.lock", "sh", ".github"]
keywords = ["http", "request", "response", "tcp", "redirect"]
license = "MIT"
name = "http-constant"
readme = "README.md"
repository = "https://github.com/crates-dev/http-constant.git"
version = "1.76.0"
[profile.dev]
codegen-units = 1
debug = 0
incremental = false
lto = true
opt-level = 3
panic = "unwind"
strip = "debuginfo"
[profile.release]
codegen-units = 1
debug = 0
incremental = false
lto = true
opt-level = 3
panic = "unwind"
strip = "debuginfo"