Cargo Features

cw-desmos-filter-posts has no features set by default.

[dependencies]
cw-desmos-filter-posts = { version = "0.1.4", features = ["backtraces", "library"] }
backtraces

for more explicit tests, cargo test --features=backtraces

Enables backtraces of cosmwasm-std ^1.0.0-beta and cosmwasm-vm ^1.0.0-beta

library

use library feature to disable all init/handle/query exports