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

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.