Cargo Features

[dependencies]
pallet-ssvm = { version = "0.2.0-rc1", default-features = false, features = ["std"] }
default = std

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

std default = serde, ssvm

Enables std of parity-scale-codec ^2.0.0, frame-support ^3.0.0, frame-system ^3.0.0, pallet-balances ^3.0.0, pallet-timestamp ^3.0.0, primitive-types ^0.9.0, rlp, rustc-hex, sha2 ^0.8.0, sha3 ^0.8.0, sp-core ^3.0.0, sp-io ^3.0.0, sp-runtime ^3.0.0, and sp-std ^3.0.0

Affects backend::HostContext

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.

serde std
ssvm std

Enables rust-ssvm