bindgen 0.25.3

Automatically generates Rust FFI bindings to C and C++ libraries.
Documentation
# 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 = "bindgen"
version = "0.25.3"
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"
exclude = ["bindgen-integration", "ci", "tests/**"]
description = "Automatically generates Rust FFI bindings to C and C++ libraries."
documentation = "https://docs.rs/bindgen"
readme = "README.md"
keywords = ["bindings", "ffi", "code-generation"]
categories = ["external-ffi-bindings", "development-tools::ffi"]
license = "BSD-3-Clause"
repository = "https://github.com/servo/rust-bindgen"

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

[[bin]]
name = "bindgen"
path = "src/main.rs"
doc = false
[dependencies.quasi]
version = "0.32"
features = ["with-syntex"]

[dependencies.clap]
version = "2"

[dependencies.syntex_syntax]
version = "0.58"

[dependencies.cexpr]
version = "0.2"

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

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

[dependencies.regex]
version = "0.2"

[dependencies.lazy_static]
version = "0.2.1"

[dependencies.aster]
version = "0.41"
features = ["with-syntex"]

[dependencies.clang-sys]
version = "0.18.0"
features = ["runtime", "clang_3_9"]

[dependencies.peeking_take_while]
version = "0.1.2"

[dependencies.log]
version = "0.3"
optional = true
[dev-dependencies.shlex]
version = "0.1"

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

[dev-dependencies.diff]
version = "0.1"
[build-dependencies.quasi_codegen]
version = "0.32"

[features]
static = []
testing_only_libclang_3_9 = []
testing_only_libclang_3_8 = []
default = ["logging"]
testing_only_extra_assertions = []
logging = ["env_logger", "log"]
testing_only_docs = []
testing_only_libclang_4 = []
[badges.travis-ci]
repository = "servo/rust-bindgen"