Cargo Features
[dependencies]
ink_macro = { version = "6.0.0-alpha", default-features = false, features = ["std", "unstable-hostfn"] }
- default = std
-
The
std
feature is set by default wheneverink_macro
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of ink_codegen, ink_ir, ink_metadata, ink_primitives, parity-scale-codec, and scale-info
- unstable-hostfn dev
-
Enables unstable-hostfn of ink_env and ink_storage
ink_macro has 3 features without comments.