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.