Cargo Features
open-fastrlp has no features set by default.
[dependencies]
open-fastrlp = { version = "0.1.4", features = ["std", "alloc", "derive", "ethnum", "ethereum-types"] }
- std = alloc
- alloc std?
- derive = rlp-derive
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.
- ethnum implicit feature
-
Enables ethnum
ethnum:
256-bit integer implementation
- ethereum-types implicit feature
-
Enables ethereum-types ^0.14
ethereum-types:
Ethereum types
- rlp-derive derive?
-
Enables open-fastrlp-derive