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 whenever blueprint-networking-agg-sig-gossip-extension is added without default-features = false somewhere in the dependency tree.

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.