Cargo Features

[dependencies]
sp-keyring = { version = "41.0.0", default-features = false, features = ["std", "bandersnatch-experimental"] }
default = std

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

std default

Enables std of sp-core, sp-runtime, and strum ^0.26.3

bandersnatch-experimental

This feature adds Bandersnatch crypto primitives.
It should not be used in production since the implementation and interface may still be subject to significant changes.

Enables bandersnatch-experimental of sp-core

Affects sp-keyring::bandersnatch