nghttp2-sys 0.1.0

Rust bindings for libnghttp2, generated with bindgen.
# 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 = "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"