Cargo Features

[dependencies]
signature_bls = { version = "0.35.0", default-features = false, features = ["alloc"] }
default = alloc

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

alloc default

signature_bls has 2 features without comments.