Cargo Features

namada_token has no features set by default.

[dependencies]
namada_token = { version = "0.47.2", features = ["std", "mainnet", "masp", "migrations", "multicore", "download-params", "testing", "arbitrary"] }
std

Enables std of namada_shielded_token

mainnet

Enables mainnet of namada_shielded_token

masp

Enables masp of namada_shielded_token

migrations = linkme, namada_migrations

Enables migrations of namada_shielded_token

multicore

Enables multicore of namada_shielded_token

download-params

Enables download-params of namada_shielded_token

testing = masp_primitives, proptest

Enables testing of namada_core and namada_shielded_token

namada_core:

for tests and test utilities

arbitrary

Enables arbitrary, arbitrary of namada_core

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.

masp_primitives testing?
namada_migrations migrations?
linkme migrations?
proptest testing?