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
somewhere in the dependency tree.default-features = false - 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.