Cargo Features
[dependencies]
solana-chunk-loader = { version = "0.1.0", default-features = false, features = ["anchor-debug", "cpi", "no-entrypoint", "no-idl", "no-log-ix-name", "idl-build"] }
- default = no-idl
-
The
no-idl
feature is set by default wheneversolana-chunk-loader
is added without
somewhere in the dependency tree.default-features = false - anchor-debug
-
Enables anchor-debug of anchor-lang
- cpi = no-entrypoint
- no-entrypoint cpi?
- no-idl default
- no-log-ix-name
- idl-build
-
Enables idl-build of anchor-lang
solana-chunk-loader has 7 features without comments.