Cargo Features
[dependencies]
ark-bls12-381-ext = { version = "0.4.1", default-features = false, features = ["std", "parallel"] }
- default = std
-
The
std
feature is set by default wheneverark-bls12-381-ext
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of ark-bls12-381 ^0.4.0, ark-ec ^0.4.2, ark-ff ^0.4.2, ark-models-ext, ark-serialize ^0.4.2, and ark-std ^0.4.0
- parallel
-
Enables parallel of ark-ec ^0.4.2, ark-ff ^0.4.2, and ark-std ^0.4.0
ark-bls12-381-ext has 3 features without comments.