# 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.1" authors = ["Joseph Quinn "] build = "build.rs" links = "nghttp2" description = "Rust bindings for libnghttp2, generated with bindgen." homepage = "https://github.com/quinnjr/nghttp2-rs/tree/master/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-rs/tree/master/nghttp2-sys" [build-dependencies.bindgen] version = "0.40.0" [features] default = [] rustfmt = [] rustup = ["rustfmt"] [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "quinnjr/nghttp2-sys"