Cargo Features

[dependencies]
gear-sandbox-env = { version = "1.7.0", default-features = false, features = ["std"] }
default = std

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

std default

Enables std of parity-scale-codec, sp-debug-derive, sp-std, and sp-wasm-interface-common

gear-sandbox-env has 2 features without comments.