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 whenever solana-gateway-anchor is added without default-features = false somewhere in the dependency tree.

no-entrypoint default
cpi
idl-build

Enables idl-build of anchor-lang

solana-gateway-anchor has 4 features without comments.