Cargo Features
[dependencies]
ink_linting_mandatory = { version = "5.0.0-rc", default-features = false, features = ["std", "ink-as-dependency"] }
- default = std
-
The
std
feature is set by default wheneverink_linting_mandatory
is added without
somewhere in the dependency tree.default-features = false - std dev default
-
Enables std of ink_env =5.0.0-rc, ink_metadata =5.0.0-rc, ink_primitives =5.0.0-rc, ink_storage =5.0.0-rc, parity-scale-codec, and scale-info
- ink-as-dependency
ink_linting_mandatory has 3 features without comments.