Cargo Features

storage-outpost has no features set by default.

[dependencies]
storage-outpost = { version = "0.1.1", features = ["no_exports", "backtraces", "library"] }
no_exports
backtraces

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

Enables backtraces of cosmwasm-std ^1.5.0

library

use library feature to disable all instantiate/execute/query exports