Cargo Features

EthKeystore has no features set by default.

[dependencies]
eth-keystore = { version = "0.5.0", features = ["geth-compat"] }
geth-compat = ethereum-types, k256

Enables ecdsa of k256 ^0.11.0

Affects keystore::EthKeystore.address, utils::geth_compat

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.

ethereum-types geth-compat?

Enables ethereum-types ^0.13.1

k256 geth-compat?

Enables k256 ^0.11.0