Cargo Features
[dependencies]
seedling-runtime = { version = "0.18.0", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverseedling-runtime
is added without
somewhere in the dependency tree.default-features = false - std default = substrate-wasm-builder
-
Enables std of parity-scale-codec, cumulus-pallet-aura-ext, cumulus-pallet-parachain-system, cumulus-pallet-solo-to-para, cumulus-primitives-core, cumulus-primitives-timestamp, frame-executive, frame-support, frame-system, pallet-aura, pallet-balances, pallet-sudo, pallet-timestamp, staging-parachain-info, parachains-common, scale-info, sp-api, sp-block-builder, sp-consensus-aura, sp-core, sp-genesis-builder, sp-inherents, sp-offchain, sp-runtime, sp-session, sp-transaction-pool, and sp-version
Affects
seedling-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