Cargo Features
[dependencies]
govern-cpi = { version = "0.4.0", default-features = false, features = ["anchor-debug", "no-entrypoint", "no-log-ix-name", "cpi"] }
- default = cpi
-
The
cpi
feature is set by default whenevergovern-cpi
is added without
somewhere in the dependency tree.default-features = false - anchor-debug
- no-entrypoint cpi
- no-idl no-log-ix-name
- cpi default = no-entrypoint
govern-cpi has 5 features without comments.