Cargo Features

[dependencies]
halo2-ecc = { version = "0.4.1", default-features = false, features = ["display", "asm", "halo2-axiom", "jemallocator", "mimalloc", "plotters"] }
default = display, halo2-axiom, jemallocator

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

display default

Enables display of halo2-base

asm

Enables asm of halo2-base

halo2-axiom default

Enables halo2-axiom of halo2-base

jemallocator default

Enables jemallocator of halo2-base

mimalloc

Enables mimalloc of halo2-base

Features from optional dependencies

plotters implicit feature

Enables plotters

plotting circuit layout