Cargo Features
[dependencies]
axiom-core = { version = "2.0.13", default-features = false, features = ["display", "asm", "revm", "halo2-axiom", "jemallocator", "keygen", "blake3"] }
- default = display, halo2-axiom, jemallocator, keygen
-
These default features are set whenever
axiom-core
is added without
somewhere in the dependency tree.default-features = false - display default
-
Enables display of axiom-eth =0.4.1
halo2, features turned on by axiom-eth
- asm
-
Enables asm of axiom-eth =0.4.1
- revm
-
Enables revm of axiom-eth =0.4.1
- halo2-axiom default
-
Enables halo2-axiom of axiom-eth =0.4.1
- jemallocator default
-
Enables jemallocator of axiom-eth =0.4.1
- keygen default
-
Enables clap =4.4.7 and serde_yaml =0.9.16, keygen of axiom-eth =0.4.1
Affects
axiom-core::keygen
…Required by the axiom-core-keygen binary