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 ^0.14
- impl-serde = serde
-
Enables ethereum-types ^0.14
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?
-
Enables bit-vec ^0.6
- blst proof?
-
Enables ckb-blst
- rlp impl-rlp?
-
Enables rlp ^0.5
- rlp-derive impl-rlp?
-
Enables rlp-derive ^0.1
- serde impl-serde?
- tiny-keccak hash?