Cargo Features

p3-keccak-air has no features set by default.

[dependencies]
p3-keccak-air = { version = "0.2.0", features = ["parallel", "asm"] }
parallel

TODO: Consider removing, at least when this gets split off into another repository.
We should be able to enable p3-maybe-rayon/parallel directly; this just doesn't seem to work when using cargo with the -p or --package option.

Enables parallel of p3-maybe-rayon

asm