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 wheneverblueprint-networking-round-based-extension
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of blueprint-crypto and blueprint-networking
blueprint-networking-round-based-extension has 2 features without comments.