Cargo Features

[dependencies]
gear-runtime-interface = { version = "1.4.1", default-features = false, features = ["std"] }
default = std

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

std default = gear-lazy-pages, gear-sandbox-host, log

Enables std of byteorder, parity-scale-codec, gear-core, sp-io ^24.0.0, gp-runtime-interface, sp-std ^9.0.0, and gp-wasm-interface

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.

gear-lazy-pages std
gear-sandbox-host std
log std