Cargo Features

[dependencies]
ink_ir = { version = "6.0.0-alpha", default-features = false, features = ["std"] }
default = std

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

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.