[[bin]]
name = "bindgen"
path = "main.rs"
[dependencies.bindgen]
default-features = false
features = ["__cli", "experimental", "prettyplease"]
version = "0.72.1"
[dependencies.env_logger]
optional = true
version = "0.10.0"
[dependencies.log]
optional = true
version = "0.4"
[dependencies.proc-macro2]
version = "1.0.80"
[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"]
logging = ["bindgen/logging", "dep:env_logger", "dep:log"]
prettyplease = ["bindgen/prettyplease"]
runtime = ["bindgen/runtime"]
static = ["bindgen/static"]
[lints.clippy]
cast_possible_truncation = "allow"
cast_possible_wrap = "allow"
cast_precision_loss = "allow"
cast_sign_loss = "allow"
default_trait_access = "allow"
enum_glob_use = "allow"
ignored_unit_patterns = "allow"
implicit_hasher = "allow"
items_after_statements = "allow"
match_same_arms = "allow"
maybe_infinite_iter = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
must_use_candidate = "allow"
redundant_closure_for_method_calls = "allow"
return_self_not_must_use = "allow"
similar_names = "allow"
struct_excessive_bools = "allow"
struct_field_names = "allow"
too_many_lines = "allow"
trivially_copy_pass_by_ref = "allow"
unnecessary_wraps = "allow"
unreadable_literal = "allow"
unused_self = "allow"
used_underscore_binding = "allow"
wildcard_imports = "allow"
[lints.clippy.pedantic]
level = "warn"
priority = -1
[lints.rust]
unused_qualifications = "warn"
[package]
authors = ["The rust-bindgen project contributors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["external-ffi-bindings", "development-tools::ffi"]
description = "Automatically generates Rust FFI bindings to C and C++ libraries."
documentation = "https://docs.rs/bindgen"
edition = "2021"
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.70.0"
version = "0.72.1"
[package.metadata.dist]
dist = true
[package.metadata.release]
release = true