[package]
name = "safe_http_parser"
version = "0.1.0-beta.4"
edition = "2021"
authors = ["Jonas Jebing <noreply.jonas.8049@protonmail.com>"]
license = "MIT OR Apache-2.0"
keywords = ["http", "safe", "parser"]
categories = ["web-programming"]
description = "HTTP head parser for the safe_http crate"
repository = "https://gitlab.com/JonasJebing/safe_http_rs"
documentation = "https://docs.rs/safe_http_parser/"
[dependencies]
safe_http = { path = "../safe_http", version = "0.1.0-beta.4" }
safe_uri = { path = "../safe_uri", version = "0.1.0-beta.4" }
shared_bytes = { path = "../shared_bytes", version = "0.1.0-beta.4" }
[dev-dependencies]
quickcheck = "1"
tap = "1"