Cargo Features
[dependencies]
ink_codegen = { version = "6.0.0-alpha", 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, std and use_std of either, use_std of itertools, std of ink_primitives and ink_ir and std of parity-scale-codec and serde
serde:
Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library.
ink_codegen has 2 features without comments.