Cargo Features

[dependencies]
ark-vesta-ext = { version = "0.5.0", default-features = false, features = ["std", "parallel"] }
default = std

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

std default

Enables std of ark-ec, ark-ff, ark-models-ext, ark-serialize, ark-std, and ark-vesta

parallel

Enables parallel of ark-ec, ark-ff, and ark-std

ark-vesta-ext has 3 features without comments.