Cargo Features
test-tube has no features set by default.
[dependencies]
test-tube = { version = "0.8.0", features = ["cosmwasm_2_0", "module-wrappers", "wasm-sudo", "wasm"] }
- cosmwasm_2_0
-
Enables cosmwasm_2_0 of cosmwasm-std
cosmwasm-std:
This enables functionality that is only available on 2.0 chains. It adds
CosmosMsg::Any
, replacingCosmosMsg::Stargate
. It also addsQueryRequest::Grpc
. - module-wrappers = bank, wasm
- wasm-sudo
- bank wasm module-wrappers? = osmosis-std
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.