http-core 0.0.1

Primitive HTTP types
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"
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"