[package]
edition = "2024"
rust-version = "1.95"
name = "http-core"
version = "0.0.1"
authors = ["Rob Ede <robjtede@icloud.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Primitive HTTP types"
readme = false
keywords = [
"http",
"core",
"types",
]
categories = [
"network-programming",
"parsing",
]
license = "MIT"
repository = "https://github.com/robjtede/httpea"
resolver = "2"
[lib]
name = "http_core"
path = "src/lib.rs"
[dependencies.http-field]
version = "0.0.3"
[dependencies.http-method]
version = "0.0.2"
[dependencies.http-request-target]
version = "0.1.0"
[dependencies.http-status-code]
version = "0.0.2"
[dependencies.http-version]
version = "0.0.2"
[lints.rust]
future-incompatible = "deny"
missing-debug-implementations = "warn"
missing-docs = "warn"
nonstandard-style = "deny"
rust-2018-idioms = "deny"