# 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.2.0" authors = ["kei10in "] build = "build.rs" description = "Very Fast HTTP Parser" readme = "README.md" 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.3" [dev-dependencies.picohttpparser-sys] version = "1.0" features = ["sse4"] default-features = false [build-dependencies.version_check] version = "0.1" [features] default = ["std"] std = [] thhp_simd = []