Cargo Features

[dependencies]
bls12_381_relic = { version = "0.1.1", default-features = false, features = ["std", "alloc", "zeroize", "system", "vendored"] }
default = alloc, system

These default features are set whenever bls12_381_relic is added without default-features = false somewhere in the dependency tree.

std = alloc

Enables thiserror

alloc default std?
zeroize

Enables zeroize

system default

from librelic-sys

Enables system of librelic-sys

vendored

Enables vendored of librelic-sys