bindgen-cli 0.63.0

Automatically generates Rust FFI bindings to C and C++ libraries.
[[bin]]
name = "bindgen"
path = "main.rs"
[dependencies.bindgen]
version = "=0.63.0"

[dependencies.clap]
version = "3"

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

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

[dependencies.shlex]
version = "1"

[features]
default = ["logging", "runtime", "which-rustfmt"]
logging = ["bindgen/logging", "env_logger", "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.57.0"
version = "0.63.0"