Cargo Features

ironfish-primitives has no features set by default.

[dependencies]
ironfish-primitives = { version = "0.1.0", features = ["transparent-inputs", "test-dependencies", "zfuture"] }
transparent-inputs = bs58, hdwallet, ripemd, secp256k1

Affects legacy::keys

test-dependencies = proptest

Enables test-dependencies of orchard ^0.2

zfuture

Affects ironfish-primitives::extensions, transaction::TxDigests.tze_digests, transaction::TransactionDigest.digest_tze

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.

bs58 transparent-inputs?

Enables bs58 ^0.4

hdwallet transparent-inputs?

Enables hdwallet ^0.3.1

ripemd transparent-inputs?
secp256k1 transparent-inputs?

Enables secp256k1 ^0.21

proptest test-dependencies?