Cargo Features

parity-crypto has no features set by default.

[dependencies]
parity-crypto = { version = "0.9.0", features = ["publickey"] }
publickey = ethereum-types, lazy_static, rustc-hex, secp256k1

public key crypto utils
moved from ethkey module in parity ethereum repository

Affects parity-crypto::publickey

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 publickey?

Enables ethereum-types ^0.12.0

lazy_static publickey?
rustc-hex publickey?
secp256k1 publickey?

Enables secp256k1 ^0.20.0