Cargo Features
dao-voting-cw721-staked has no features set by default.
[dependencies]
dao-voting-cw721-staked = { version = "2.5.0", features = ["backtraces", "library", "test-tube"] }
- backtraces
-
for more explicit tests, cargo test --features=backtraces
Enables backtraces of cosmwasm-std ^1.5.4
- library
-
use library feature to disable all instantiate/execute/query exports
- test-tube
-
use test tube feature to enable test-tube integration tests, for example cargo test --features "test-tube"