bindgen 0.45.0

Automatically generates Rust FFI bindings to C and C++ libraries.
Documentation
[[bin]]
doc = false
name = "bindgen"
path = "src/main.rs"
[badges.travis-ci]
repository = "rust-lang/rust-bindgen"
[dependencies.bitflags]
version = "1.0.3"

[dependencies.cexpr]
version = "0.3.3"

[dependencies.cfg-if]
version = "0.1.0"

[dependencies.clang-sys]
features = ["runtime", "clang_6_0"]
version = "0.26"

[dependencies.clap]
version = "2"

[dependencies.env_logger]
optional = true
version = "0.6"

[dependencies.lazy_static]
version = "1"

[dependencies.log]
optional = true
version = "0.4"

[dependencies.peeking_take_while]
version = "0.1.2"

[dependencies.proc-macro2]
default-features = false
version = "0.4"

[dependencies.quote]
default-features = false
version = "0.6"

[dependencies.regex]
version = "1.0"

[dependencies.which]
version = "2.0"
[dev-dependencies.clap]
version = "2"

[dev-dependencies.diff]
version = "0.1"

[dev-dependencies.shlex]
version = "0.1"

[features]
default = ["logging"]
logging = ["env_logger", "log"]
static = []
testing_only_docs = []
testing_only_extra_assertions = []
testing_only_libclang_3_8 = []
testing_only_libclang_3_9 = []
testing_only_libclang_4 = []
testing_only_libclang_5 = []

[lib]
path = "src/lib.rs"

[package]
authors = ["Jyun-Yan You <jyyou.tw@gmail.com>", "Emilio Cobos Álvarez <emilio@crisal.io>", "Nick Fitzgerald <fitzgen@gmail.com>", "The Servo project developers"]
build = "build.rs"
categories = ["external-ffi-bindings", "development-tools::ffi"]
description = "Automatically generates Rust FFI bindings to C and C++ libraries."
documentation = "https://docs.rs/bindgen"
homepage = "https://rust-lang.github.io/rust-bindgen/"
include = ["LICENSE", "README.md", "Cargo.toml", "build.rs", "src/*.rs", "src/**/*.rs"]
keywords = ["bindings", "ffi", "code-generation"]
license = "BSD-3-Clause"
name = "bindgen"
readme = "README.md"
repository = "https://github.com/rust-lang/rust-bindgen"
version = "0.45.0"