Cargo Features

[dependencies]
ark-bw6-761-ext = { version = "0.4.1", default-features = false, features = ["std", "parallel"] }
default = std

The std feature is set by default whenever ark-bw6-761-ext is added without default-features = false somewhere in the dependency tree.

std default

Enables std of ark-bw6-761 ^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-bw6-761-ext has 3 features without comments.