Cargo Features

[dependencies]
fie-ffi = { version = "0.3.0", default-features = false, features = ["c", "header"] }
default = c

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

c default

Affects fie-ffi::c

header = cbindgen

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 header?

Enables cbindgen ^0.8