Cargo Features

[dependencies]
dhatu = { version = "0.2.2", default-features = false, features = ["sp_keyring", "asset_migration", "unstable", "tokio", "serde", "subxt"] }
default unstable? = serde, tokio

These default features are set whenever dhatu is added without default-features = false somewhere in the dependency tree.

sp_keyring
asset_migration unstable?

Affects tx::dhatu_assets

unstable = asset_migration, default, sp-keyring, subxt, unstable_sp_core
tokio default

Affects callback_executor::Executor, extrinsics::Transaction, types::ReceiverChannel, types::SenderChannel, types::InternalChannels, facade::ExtrinsicFacade

serde default

Affects callback_executor::CallBackBody, enums::Reason, enums::Hash, facade::ExtrinsicFacade

unstable_sp_core subxt unstable?

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.

sp-keyring unstable?

Enables sp-keyring ^24.0.0

mock substrate account