Cargo Features

namada_shielded_token has no features set by default.

[dependencies]
namada_shielded_token = { version = "0.47.2", features = ["std", "async-send", "mainnet", "migrations", "multicore", "download-params", "masp", "testing"] }
std testing? = download-params, multicore

Affects masp::fs

async-send

Enables async-send of namada_io

mainnet
migrations = linkme, namada_migrations
multicore std? testing?

Enables rayon

download-params std?

Enables download-params of masp_proofs

masp = flume, namada_io, namada_wallet

Enables control_flow and task_env of namada_core

Affects namada_shielded_token::masp

testing = multicore, proptest, std

Enables test-dependencies of masp_primitives and testing of namada_core and namada_tx

namada_core:

for tests and test utilities

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.

namada_io async-send? masp?
namada_migrations migrations?
namada_wallet masp?
flume masp?
linkme migrations?
proptest testing?