Cargo Features

[dependencies]
blueprint-networking-round-based-extension = { version = "0.1.0-alpha.3", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever blueprint-networking-round-based-extension is added without default-features = false somewhere in the dependency tree.

std default

Enables std of blueprint-crypto and blueprint-networking

blueprint-networking-round-based-extension has 2 features without comments.