[package]
authors = [
"Jyun-Yan You <jyyou.tw@gmail.com>",
"Emilio Cobos Álvarez <ecoal95@gmail.com>",
"The Servo project developers",
]
build = "build.rs"
description = "A binding generator for Rust"
homepage = "https://github.com/servo/rust-bindgen"
keywords = ["bindings", "ffi", "code-generation"]
license = "BSD-3-Clause"
name = "libbindgen"
readme = "README.md"
repository = "https://github.com/servo/rust-bindgen"
version = "0.1.4"
workspace = ".."
[dev-dependencies]
diff = "0.1"
clap = "2"
shlex = "0.1"
[build-dependencies]
quasi_codegen = "0.26"
[dependencies]
cexpr = "0.2"
cfg-if = "0.1.0"
clang-sys = { version = "0.12", features = ["runtime", "clang_3_9"] }
lazy_static = "0.2.1"
rustc-serialize = "0.3.19"
syntex_syntax = "0.50"
regex = "0.1"
[dependencies.aster]
features = ["with-syntex"]
version = "0.34"
[dependencies.env_logger]
optional = true
version = "0.3"
[dependencies.log]
optional = true
version = "0.3"
[dependencies.quasi]
features = ["with-syntex"]
version = "0.26"
[features]
assert_no_dangling_items = []
default = ["logging"]
llvm_stable = []
logging = ["env_logger", "log"]
static = []
docs_ = []