httparse 1.5.0

A tiny, safe, speedy, zero-copy HTTP/1.x parser.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "gcc"
version = "0.3.55"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"

[[package]]
name = "httparse"
version = "1.5.0"
dependencies = [
 "pico-sys",
]

[[package]]
name = "libc"
version = "0.2.99"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7f823d141fe0a24df1e23b4af4e3c7ba9e5966ec514ea068c93024aa7deb765"

[[package]]
name = "pico-sys"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "857a22dbb33879ca09532ffa27395fdf9cf50199041a01cb32ff6ba32b78b7e0"
dependencies = [
 "gcc",
 "libc",
]