[package]
name = "nghttp2-sys"
version = "0.1.0"
authors = ["Joseph Quinn <quinn.josephr@protonmail.com>"]
build = "build.rs"
links = "nghttp2"
description = "Rust bindings for libnghttp2, generated with bindgen."
homepage = "https://github.com/quinnjr/nghttp2-sys"
documentation = "https://docs.rs/nghttp2-sys"
readme = "README.md"
keywords = ["http2", "nghttp2", "http", "bindings", "ffi"]
categories = ["external-ffi-bindings", "web-programming::http-server"]
license = "ISC"
repository = "https://github.com/quinnjr/nghttp2-sys"
[profile.dev]
opt-level = 0
lto = false
codegen-units = 16
debug = true
debug-assertions = true
rpath = false
panic = "unwind"
overflow-checks = true
incremental = true
[profile.release]
opt-level = 3
lto = false
codegen-units = 16
debug = false
debug-assertions = false
rpath = false
panic = "unwind"
overflow-checks = false
incremental = false
[build-dependencies.bindgen]
version = "0.26.3"
[badges.maintenance]
status = "actively-developed"
[badges.travis-ci]
branch = "master"
repository = "quinnjr/nghttp2-sys"