Cargo Features

[dependencies]
buffi_macro = { version = "0.2.0", default-features = false, features = ["with_c_api", "with_tracing"] }
default = with_c_api

The with_c_api feature is set by default whenever buffi_macro is added without default-features = false somewhere in the dependency tree.

with_c_api default
with_tracing

buffi_macro has 3 features without comments.