Cargo Features

[dependencies]
battery-ffi = { version = "0.7.5", default-features = false, features = ["cbindgen"] }
default = cbindgen

The cbindgen feature is set by default whenever battery-ffi is added without default-features = false somewhere in the dependency tree.

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

cbindgen build default

Enables cbindgen ^0.10.0