[dev-dependencies.pico-sys]
version = "0.0.1"
[features]
default = ["std"]
std = []
[package]
authors = ["Sean McArthur <sean@seanmonstar.com>"]
build = "build.rs"
categories = ["network-programming", "no-std", "parser-implementations", "web-programming"]
description = "A tiny, safe, speedy, zero-copy HTTP/1.x parser."
documentation = "https://docs.rs/httparse"
keywords = ["http", "parser", "no_std"]
license = "MIT/Apache-2.0"
name = "httparse"
readme = "README.md"
repository = "https://github.com/seanmonstar/httparse"
version = "1.5.0"
[profile.bench]
codegen-units = 1
lto = true
opt-level = 3