Cargo Features

[dependencies]
ic-verify-bls-signature = { version = "0.3.0", default-features = false, features = ["alloc"] }
default = alloc

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

alloc default = lazy_static

Enables alloc of ic_bls12_381 and hex

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.

lazy_static alloc
hex alloc