Cargo Features
[dependencies]
namada_apps = { version = "1.1.2", default-features = false, features = ["mainnet", "jemalloc", "migrations", "namada-eth-bridge"] }
- default = migrations
-
The
migrations
feature is set by default whenevernamada_apps
is added without
somewhere in the dependency tree.default-features = false - mainnet
-
Enables mainnet of namada_apps_lib ^0.47.2
- jemalloc
-
Enables jemalloc of namada_node ^0.47.2
- migrations default
-
Enables migrations of namada_apps_lib ^0.47.2
- namada-eth-bridge
-
Enables namada-eth-bridge of namada_apps_lib ^0.47.2
namada_apps has 5 features without comments.