Cargo Features

crypto-addr has no features set by default.

[dependencies]
crypto-addr = { version = "0.2.3", features = ["eth", "secp256k1"] }
eth = eip55, k256, sha3

Affects addr::ETH_TEST_VECTORS

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.

secp256k1 implicit feature

Enables secp256k1 ^0.26.0

eip55 eth?

Enables eip55 ^0.3.0

k256 eth?
sha3 eth?