[package] name = "p3-keccak-air" description = "Plonky3 is a toolkit for implementing polynomial IOPs (PIOPs), such as PLONK and STARKs." version = "0.1.4-succinct" edition = "2021" license = "MIT OR Apache-2.0" [dependencies] p3-air = "0.1.4-succinct" p3-field = "0.1.4-succinct" p3-matrix = "0.1.4-succinct" p3-maybe-rayon = "0.1.4-succinct" p3-util = "0.1.4-succinct" tracing = "0.1.37" [features] # 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. parallel = ["p3-maybe-rayon/parallel"]