Cargo Features
tgrade-valset has no features set by default.
[dependencies]
tgrade-valset = { version = "0.17.1", features = ["backtraces", "library", "integration"] }
- backtraces
-
for more explicit tests, cargo test --features=backtraces
Enables backtraces of cosmwasm-std ^1.1.9
- library
-
use library feature to disable all instantiate/execute/query exports
- integration = bech32, cosmwasm-vm
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.
- bech32 integration?
-
Enables bech32 ^0.8.1
For integration tests ("integration" feature)
- cosmwasm-vm integration?
-
Enables cosmwasm-vm ^1.1.0