Cargo Features

[dependencies]
light-compressed-token = { version = "1.2.0", default-features = false, features = ["no-entrypoint", "no-log-ix-name", "cpi", "custom-heap", "cpi-context", "idl-build"] }
default = custom-heap, idl-build

These default features are set whenever light-compressed-token is added without default-features = false somewhere in the dependency tree.

no-entrypoint cpi?
no-log-ix-name
cpi = no-entrypoint
custom-heap default = light-heap
mem-profiling test-sbf bench-sbf cpi-context
idl-build default

Enables idl-build of anchor-lang =0.29.0 and anchor-spl =0.29.0

Affects light-compressed-token::light_compressed_token.stub_idl_build

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

light-heap custom-heap