Cargo Features

[dependencies]
ethprim = { version = "0.3.0", default-features = false, features = ["std", "serde", "sha3"] }
default = std

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

std default

Enables std of ethaddr and ethdigest

serde

Enables serde of ethaddr, ethdigest, and ethnum

sha3

Enables sha3 of ethaddr and ethdigest

ethprim has 4 features without comments.