Cargo Features
[dependencies]
ink_codegen = { version = "5.1.1", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverink_codegen
is added without
somewhere in the dependency tree.default-features = false - 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.