Cargo Features

[dependencies]
rust-bls-bn254 = { version = "0.2.0", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever rust-bls-bn254 is added without default-features = false somewhere in the dependency tree.

std default

Enables std of ark-bn254 ^0.4.0, ark-ec ^0.4.2, ark-ff ^0.4.2, ark-std ^0.4.0, and sha2

rust-bls-bn254 has 2 features without comments.