[build-dependencies.cc]
version = "1.0"
[dependencies.libc]
version = "0.2"
[features]
default = ["sse4"]
sse4 = []
[package]
authors = ["Kevin Swiber <kswiber@gmail.com>"]
build = "build.rs"
categories = ["network-programming", "parser-implementations", "web-programming"]
description = "Rust bindings to a tiny HTTP parser written in C (https://github.com/h2o/picohttpparser)."
keywords = ["http", "parser", "pico"]
license = "MIT/Apache-2.0"
links = "picohttpparser"
name = "picohttpparser-sys"
repository = "https://github.com/kevinswiber/picohttpparser-sys"
version = "1.0.0"