Cargo Features

namada_state has no features set by default.

[dependencies]
namada_state = { version = "0.47.2", features = ["testing", "migrations", "benches"] }
testing = proptest

for tests and test utilities

Enables testing of namada_core, namada_merkle_tree, and namada_storage

migrations = linkme, namada_migrations

Enables migrations of namada_core and namada_storage

benches

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_migrations migrations?
linkme migrations?
proptest testing?