Cargo Features

[dependencies]
shadow-nft-standard = { version = "0.1.1", default-features = false, features = ["no-entrypoint", "no-log-ix-name", "cpi", "verbose", "use-token-2022"] }
default = use-token-2022, verbose

These default features are set whenever shadow-nft-standard is added without default-features = false somewhere in the dependency tree.

no-entrypoint cpi?
no-idl no-log-ix-name
cpi = no-entrypoint
verbose default = num-format
use-token-2022 default = spl-token-2022

Affects common::token_2022

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.

num-format verbose
spl-token-2022 use-token-2022

Enables spl-token-2022 ^0.6.1