Cargo Features

btc-vanity has no features set by default.

[dependencies]
btc-vanity = { version = "2.1.0", features = ["all", "ethereum", "solana"] }
all = ethereum, solana
ethereum all? = hex, secp256k1, sha3

Affects keys_and_address::eth, keys_and_address::EthereumKeyPair

solana all? = openssl, solana-sdk

Affects keys_and_address::sol, keys_and_address::SolanaKeyPair

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.

hex ethereum?

Enables hex

Dependencies for Ethereum support
Make it optional

secp256k1 ethereum?

Enables secp256k1

Make it optional

sha3 ethereum?

Enables sha3

Make it optional

solana-sdk solana?

Enables solana-sdk

Dependencies for Solana support

openssl solana?