Cargo Features

[dependencies]
zo-abi = { version = "0.6.0", default-features = false, features = ["devnet", "no-entrypoint", "no-log-ix-name", "cpi"] }
default = no-entrypoint

The no-entrypoint feature is set by default whenever zo-abi is added without default-features = false somewhere in the dependency tree.

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

ZoAbi has 5 features without comments.