Cargo Features
[dependencies]
axiom-codec = { version = "0.2.1", default-features = false, features = ["halo2-axiom", "base64", "serde_with"] }
- default = halo2-axiom
-
The
halo2-axiom
feature is set by default wheneveraxiom-codec
is added without
somewhere in the dependency tree.default-features = false - halo2-axiom default
-
Enables halo2-axiom of axiom-eth
halo2, features turned on by axiom-eth
Features from optional dependencies
- base64 implicit feature
-
Enables base64 ^0.21
base64:
encodes and decodes base64 as bytes or utf8
- serde_with implicit feature
-
Enables serde_with ^2.2
serde_with:
Custom de/serialization functions for Rust's serde