Cargo Features

[dependencies]
ink_ir = { version = "5.1.1", 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 use_std of either, use_std of itertools ^0.12, std of impl-serde ^0.4.0 and ink_prelude

ink_ir has 2 features without comments.