Cargo Features

[dependencies]
ark-linear-sumcheck = { version = "0.4.0", default-features = false, features = ["std", "parallel"] }
default = std

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

std default parallel?

Enables std of ark-ff, ark-poly, ark-serialize, ark-std, and blake2 ^0.9

parallel = rayon, std

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

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

rayon parallel?