Cargo Features
[dependencies]
mpl-utils = { version = "0.3.6", default-features = false, features = ["spl-token"] }
- default = spl-token
-
The
spl-token
feature is set by default whenevermpl-utils
is added without
somewhere in the dependency tree.default-features = false - spl-token default = spl-token-2022
-
Affects
mpl-utils::token
…
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.