[dependencies.hex]
version = "0.4.3"
[dependencies.http-constant]
version = "1.9.0"
[dependencies.lombok-macros]
version = "1.0.0"
[dependencies.serde]
version = "1.0.216"
[dependencies.serde-xml-rs]
version = "0.6.0"
[dependencies.serde_json]
version = "1.0.134"
[dependencies.serde_urlencoded]
version = "0.7.1"
[dependencies.url]
version = "2.5.4"
[lib]
name = "http_type"
path = "src/lib.rs"
[package]
authors = ["ltpp-universe <root@ltpp.vip>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["network-programming", "web-programming"]
description = "A library providing essential types for HTTP, including request bodies, response headers, and other core HTTP abstractions."
edition = "2021"
exclude = ["target", "Cargo.lock", "sh", ".github"]
keywords = ["http", "request", "response", "tcp", "redirect"]
license = "MIT"
name = "http-type"
readme = "README.md"
repository = "https://github.com/ltpp-universe/http-type.git"
version = "2.0.0"