Cargo Features
[dependencies]
ink_allocator = { version = "5.0.0", default-features = false, features = ["std", "ink-fuzz-tests", "no-allocator"] }
- default = std
-
The
std
feature is set by default wheneverink_allocator
is added without
somewhere in the dependency tree.default-features = false - std default ink-fuzz-tests?
- ink-fuzz-tests = std
- no-allocator
ink_allocator has 4 features without comments.