Cargo Features

[dependencies]
bls_on_arkworks = { version = "0.3.0", default-features = false, features = ["std"] }
default = std

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

std default

Enables std of ark-bls12-381 ^0.4.0, ark-ec ^0.4.2, ark-ff ^0.4.2, ark-serialize ^0.4.2, ark-std ^0.4.0, hkdf, hmac, and sha2

bls_on_arkworks has 2 features without comments.