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, ark-ec, ark-ff, ark-serialize, ark-std, hkdf, hmac, and sha2

bls_on_arkworks has 2 features without comments.