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 wheneverdraffle
is added without
somewhere in the dependency tree.default-features = false - no-entrypoint cpi?
- no-idl
- cpi = no-entrypoint
- production default
dRaffle has 5 features without comments.