Cargo Features

[dependencies]
ethereum-rlp = { version = "0.2.3", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever ethereum-rlp is added without default-features = false somewhere in the dependency tree.

std default = lazy_static

Enables std of byteorder, elastic-array-plus ^0.9.1, and ethereum-hexutil

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.

lazy_static std

Enables lazy_static ^0.2