Cargo Features

[dependencies]
marginfiv2cpi = { version = "0.1.0", default-features = false, features = ["no-entrypoint", "no-log-ix-name", "cpi"] }
default = cpi

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

no-entrypoint cpi
no-idl no-log-ix-name
cpi default = no-entrypoint

marginfiv2cpi has 4 features without comments.