[[bin]]
name = "bindgen"
path = "main.rs"
[dependencies.bindgen]
default-features = false
features = ["__cli", "experimental"]
version = "=0.69.3"
[dependencies.clap]
features = ["derive"]
version = "4"
[dependencies.clap_complete]
version = "4"
[dependencies.env_logger]
optional = true
version = "0.10.0"
[dependencies.log]
optional = true
version = "0.4"
[dependencies.shlex]
version = "1"
[features]
__testing_only_extra_assertions = ["bindgen/__testing_only_extra_assertions"]
__testing_only_libclang_16 = ["bindgen/__testing_only_libclang_16"]
__testing_only_libclang_9 = ["bindgen/__testing_only_libclang_9"]
default = ["logging", "runtime", "which-rustfmt"]
logging = ["bindgen/logging", "dep:env_logger", "dep:log"]
runtime = ["bindgen/runtime"]
static = ["bindgen/static"]
which-rustfmt = ["bindgen/which-rustfmt"]
[package]
authors = ["The rust-bindgen project contributors"]
categories = ["external-ffi-bindings", "development-tools::ffi"]
description = "Automatically generates Rust FFI bindings to C and C++ libraries."
documentation = "https://docs.rs/bindgen"
edition = "2018"
homepage = "https://rust-lang.github.io/rust-bindgen/"
keywords = ["bindings", "ffi", "code-generation"]
license = "BSD-3-Clause"
name = "bindgen-cli"
readme = "README.md"
repository = "https://github.com/rust-lang/rust-bindgen"
rust-version = "1.64.0"
version = "0.69.3"
[package.metadata.dist]
dist = true
[package.metadata.release]
release = true