Cargo Features

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

These default features are set 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

rand default

Enables rand

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