Cargo Features

[dependencies]
brb_membership = { version = "1.4.1", default-features = false, features = ["bad_crypto", "ed25519", "blsttc"] }
default = blsttc

The blsttc feature is set by default whenever brb_membership is added without default-features = false somewhere in the dependency tree.

bad_crypto

Affects brb_membership::bad_crypto

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.

ed25519 implicit feature

Enables ed25519-dalek ^1.0.0

ed25519-dalek:

Fast and efficient ed25519 EdDSA key generations, signing, and verification in pure Rust

Affects brb_membership::ed25519

blsttc default

Enables blsttc ^3.4.0

Affects brb_membership::blsttc