Cargo Features

[dependencies]
seedling-runtime = { version = "0.18.0", default-features = false, features = ["std"] }
default = std

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

std default = substrate-wasm-builder

Enables std of parity-scale-codec, cumulus-pallet-aura-ext ^0.17.0, cumulus-pallet-parachain-system ^0.17.0, cumulus-pallet-solo-to-para ^0.17.0, cumulus-primitives-core ^0.16.0, cumulus-primitives-timestamp ^0.16.0, frame-executive ^38.0.0, frame-support ^38.0.0, frame-system ^38.0.0, pallet-aura ^37.0.0, pallet-balances ^39.0.0, pallet-sudo ^38.0.0, pallet-timestamp ^37.0.0, staging-parachain-info ^0.17.0, parachains-common ^18.0.0, scale-info, sp-api ^34.0.0, sp-block-builder ^34.0.0, sp-consensus-aura ^0.40.0, sp-core ^34.0.0, sp-genesis-builder ^0.15.1, sp-inherents ^34.0.0, sp-offchain ^34.0.0, sp-runtime ^39.0.1, sp-session ^36.0.0, sp-transaction-pool ^34.0.0, and sp-version ^37.0.0

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

Enables substrate-wasm-builder ^24.0.1