Cargo Features

[dependencies]
bindgen-cli = { version = "0.69.4", default-features = false, features = ["logging", "static", "runtime", "which-rustfmt"] }
default = logging, runtime, which-rustfmt

These default features are set whenever bindgen-cli is added without default-features = false somewhere in the dependency tree.

logging default

Enables env_logger ^0.10.0 and log, logging of bindgen

static

Enables static of bindgen

runtime default

Enables runtime of bindgen

which-rustfmt default

Dynamically discover a rustfmt binary using the which crate

Enables which-rustfmt of bindgen