Cargo Features
[dependencies]
gear-sandbox-interface = { version = "1.6.2", default-features = false, features = ["std", "runtime-benchmarks"] }
- default = std
-
The
std
feature is set by default whenevergear-sandbox-interface
is added without
somewhere in the dependency tree.default-features = false - std default = gear-sandbox-host, log
-
Enables std of parity-scale-codec, gp-runtime-interface, and gp-wasm-interface
Affects
gear-sandbox-interface::detail
… - runtime-benchmarks
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.