Cargo Features

tari_wallet has no features set by default.

[dependencies]
tari_wallet = { version = "0.8.1", features = ["test_harness", "c_integration", "avx2"] }
test_harness = tari_test_utils

Affects tari_wallet::testnet_utils, database::TransactionBackend.update_completed_transaction_timestamp, wallet::Wallet.transaction_backend

c_integration
avx2

Enables avx2 of tari_core and tari_crypto ^0.8

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.

tari_test_utils test_harness?