Cargo Features
[dependencies]
ink_sandbox = { version = "5.0.0", 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-support ^30.0.0, frame-system ^30.0.0, pallet-balances ^30.0.0, pallet-contracts ^29.0.0, pallet-timestamp ^29.0.0, parity-scale-codec, scale-info, sp-core ^30.0.0, sp-externalities ^0.27.0, and sp-io ^32.0.0
ink_sandbox has 2 features without comments.