Cargo Features
[dependencies]
gear-runtime-interface = { version = "1.4.2", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default whenevergear-runtime-interface
is added without
somewhere in the dependency tree.default-features = false - std default = gear-lazy-pages, gear-sandbox-host, log
-
Enables std of ark-bls12-381 ^0.4.0, ark-ec ^0.4.2, ark-ff ^0.4.2, ark-scale, byteorder, parity-scale-codec, gear-core, sha2, 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
- ark-ec std
-
Enables ark-ec ^0.4.2
- ark-ff std
-
Enables ark-ff ^0.4.2
- ark-scale std
- sha2 std