diff --git a/Cargo.toml b/Cargo.toml index 11a37363..c298e474 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -70,7 +70,7 @@ harness = false [features] multicore = ["rayon"] profile = [] -default = ["asm","parallel", "std", "multicore"] +default = ["asm", "std"] asm = ["ark-ff/asm"] parallel = [ "std", "ark-ff/parallel", "ark-std/parallel", "ark-ec/parallel", "ark-poly/parallel", "rayon"] std = ["ark-ff/std", "ark-ec/std", "ark-std/std", "ark-relations/std", "ark-serialize/std"]