Cargo Features
[dependencies]
ink_ir = { version = "6.0.0-alpha", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverink_ir
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std and use_std of either, use_std of itertools, std of impl-serde and ink_prelude
ink_ir has 2 features without comments.