[package]
name = "thhp"
version = "0.1.0"
authors = ["kei10in <kei10in@gmail.com>"]
description = "Very Fast HTTP Parser"
keywords = ["http", "parser", "no_std"]
categories = ["network-programming", "no-std", "parser-implementations", "web-programming"]
license = "MIT"
repository = "https://github.com/kei10in/thhp"
[profile.bench]
opt-level = 3
lto = true
codegen-units = 1
[dependencies.arrayvec]
version = "0.4"
optional = true
[dev-dependencies.httparse]
version = "1.2"
[dev-dependencies.picohttpparser-sys]
version = "1.0"
default-features = false
[features]
default = ["std"]
nightly = ["picohttpparser-sys/sse4"]
std = []