Cargo Features

[dependencies]
rgb-runtime = { version = "0.12.0-beta.4", default-features = false, features = ["std", "all", "fs", "serde", "rand"] }
default = std

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

std default all? fs?
all = fs, log, serde, std
fs all? = serde, std

Enables fs of bp-wallet and rgb-std

Affects wallet::file

serde all? fs? = serde_yaml

Enables serde, serde of bp-std and rgb-std

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_yaml serde?
log all?
rand wasm32 implicit feature

Enables rand

rand:

Random number generators and other randomness functionality