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, sp-application-crypto, sp-block-builder, sp-consensus-aura, sp-consensus-grandpa, sp-core, sp-genesis-builder, sp-inherents, sp-runtime, sp-session ^35.0.0, sp-storage, sp-transaction-pool, and sp-version
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