Cargo Features

namada_ibc has no features set by default.

[dependencies]
namada_ibc = { version = "0.47.2", features = ["migrations", "testing", "arbitrary"] }
migrations = linkme, namada_migrations
testing = ibc-testkit, proptest

Enables testing of namada_core and namada_state

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.

namada_migrations migrations?
linkme migrations?
ibc-testkit testing?
proptest testing?