Cargo Features

[dependencies]
ink_codegen = { version = "5.1.1", default-features = false, features = ["std"] }
default = std

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

std default

Enables std of derive_more ^1.0.0, use_std of itertools ^0.12, std of ink_primitives and ink_ir, std of parity-scale-codec and serde and use_std of either

either:

deprecated alias

ink_codegen has 2 features without comments.