Cargo Features
[dependencies]
griffin-solochain-runtime = { version = "0.1.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default whenevergriffin-solochain-runtime
is added without
somewhere in the dependency tree.default-features = false - std default = substrate-wasm-builder
-
Enables std of parity-scale-codec, scale-info, sp-api ^34.0.0, sp-application-crypto ^38.0.0, sp-block-builder ^34.0.0, sp-consensus-aura ^0.40.0, sp-consensus-grandpa ^21.0.0, sp-core ^34.0.0, sp-genesis-builder ^0.15.0, sp-inherents ^34.0.0, sp-runtime ^39.0.0, sp-session ^35.0.0, sp-storage ^21.0.0, sp-transaction-pool ^34.0.0, and sp-version ^37.0.0
Affects
griffin-solochain-runtime::native_version
…
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.
- substrate-wasm-builder build std
-
Enables substrate-wasm-builder ^24.0.0