Cargo Features

[dependencies]
ink_sandbox = { version = "6.0.0-alpha", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever ink_sandbox is added without default-features = false somewhere in the dependency tree.

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.