Cargo Features

axon-tools-riscv has no features set by default.

[dependencies]
axon-tools-riscv = { version = "0.1.2", features = ["proof", "hash", "impl-rlp", "impl-serde"] }
proof = bit-vec, blst, hash, impl-rlp

Affects types::Proposal, types::Validator, types::Vote

hash proof? = tiny-keccak

Affects hash::keccak_256

impl-rlp proof? = rlp, rlp-derive

Enables rlp of ethereum-types

impl-serde = serde

Enables ethereum-types

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

bit-vec proof?
blst proof?

Enables ckb-blst

rlp impl-rlp?
rlp-derive impl-rlp?
serde impl-serde?
tiny-keccak hash?