Cargo Features

[dependencies]
ink_linting = { version = "5.0.0-rc", default-features = false, features = ["std", "ink-as-dependency"] }
default = std

The std feature is set by default whenever ink_linting is added without default-features = false somewhere in the dependency tree.

std 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 has 3 features without comments.