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 wheneverzo-abi
is added without
somewhere in the dependency tree.default-features = false - devnet
- no-entrypoint default cpi?
- no-idl no-log-ix-name
- cpi = no-entrypoint
ZoAbi has 5 features without comments.