Cargo Features

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

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

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

Whirlpools has 4 features without comments.