Cargo Features
[dependencies]
solana-gateway-anchor = { version = "0.1.3", default-features = false, features = ["no-entrypoint", "cpi", "idl-build"] }
- default = no-entrypoint
-
The
no-entrypoint
feature is set by default wheneversolana-gateway-anchor
is added without
somewhere in the dependency tree.default-features = false - no-entrypoint default
- cpi
- idl-build
-
Enables idl-build of anchor-lang
solana-gateway-anchor has 4 features without comments.