Cargo Features

[dependencies]
sl-dkls23 = { version = "1.0.0-beta", default-features = false, features = ["multi-thread", "test-support", "tracing"] }
default = multi-thread, tracing

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

multi-thread default

Enables rt-multi-thread of tokio

test-support

Enables simple-relay of sl-mpc-mate

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.

tracing default