Cargo Features

[dependencies]
axiom-query = { version = "2.0.17", default-features = false, features = ["display", "asm", "revm", "halo2-axiom", "jemallocator", "keygen"] }
default = display, halo2-axiom, jemallocator, keygen

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

display default

Enables ark-std ^0.3.0 and display of axiom-eth

halo2, features turned on by axiom-eth

asm

Enables asm of axiom-eth

revm

Enables revm of axiom-eth

halo2-axiom default

Enables halo2-axiom of axiom-eth

jemallocator default

Enables jemallocator of axiom-eth

keygen default

Enables clap =4.4.7, enum_dispatch, and serde_yaml, keygen of axiom-eth

Affects axiom-query::keygen

Required by the axiom-query-keygen binary