Cargo Features
namada_core has no features set by default.
[dependencies]
namada_core = { version = "0.47.2", features = ["mainnet", "rand", "ethers-derive", "testing", "migrations", "benches", "control_flow", "task_env", "arbitrary"] }
- mainnet
- rand testing? = rand_core
-
Enables rand ^0.8
- ethers-derive
-
Enables ethers-derive of ethbridge-structs
- testing = proptest, rand
-
for tests and test utilities
- migrations = linkme, namada_migrations
- benches = proptest
- control_flow = lazy_static, tokio, wasmtimer
- task_env = tokio
- arbitrary
-
Enables arbitrary, arbitrary of chrono, ibc, nam-indexmap, and masp_primitives
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?
- lazy_static control_flow?
- linkme migrations?
- rand_core rand?
-
Enables rand_core ^0.6
- wasmtimer control_flow?
-
Enables wasmtimer ^0.2.0
- tokio wasm not wasm control_flow? task_env?
- proptest benches? testing?