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
somewhere in the dependency tree.default-features = false - 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