Cargo Features

namada_ethereum_bridge has no features set by default.

[dependencies]
namada_ethereum_bridge = { version = "0.47.2", features = ["namada-eth-bridge", "migrations", "testing"] }
namada-eth-bridge
migrations = linkme, namada_migrations
testing = namada_account, namada_governance

Enables testing of namada_core and namada_state

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_account testing?
namada_governance testing?
namada_migrations migrations?
linkme migrations?