Cargo Features

[dependencies]
starky = { version = "0.4.0", default-features = false, features = ["std", "parallel", "timing"] }
default = parallel, std, timing

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

std default

Enables std of anyhow and plonky2

plonky2:

Local dependencies

parallel default

Enables parallel of plonky2 and plonky2_maybe_rayon

timing default

Enables timing of plonky2