Cargo Features
[dependencies]
ink_sandbox = { version = "6.0.0-alpha", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverink_sandbox
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of frame-metadata ^20.0.0, frame-support, frame-system, ink_primitives, pallet-balances, pallet-revive, pallet-timestamp, parity-scale-codec, scale-info, sp-core, sp-externalities, and sp-io
ink_sandbox has 2 features without comments.