Cargo Features

[dependencies]
bindgen-cli = { version = "0.70.1", default-features = false, features = ["logging", "static", "runtime", "prettyplease"] }
default = logging, runtime

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

prettyplease

Enables bindgen

bindgen-cli has 5 features without comments.