Cargo Features

[dependencies]
draffle = { version = "0.1.0", default-features = false, features = ["no-entrypoint", "no-idl", "cpi", "production"] }
default = production

The production feature is set by default whenever draffle is added without default-features = false somewhere in the dependency tree.

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

dRaffle has 5 features without comments.