Cargo Features

[dependencies]
volt-abi = { version = "0.11.0", default-features = false, features = ["no-entrypoint", "no-idl", "cpi", "mainnet"] }
default = mainnet

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

no-entrypoint cpi?
no-idl
cpi = no-entrypoint
mainnet default

volt-abi has 5 features without comments.