Cargo Features
[dependencies]
blueprint-networking-agg-sig-gossip-extension = { version = "0.1.0-alpha.2", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverblueprint-networking-agg-sig-gossip-extension
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of bitvec, blueprint-crypto, blueprint-networking, and blueprint-std
bitvec:
The standard library includes the allocator.
blueprint-networking-agg-sig-gossip-extension has 2 features without comments.