thhp 0.1.0

Very Fast HTTP Parser
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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 = []