Cargo Features

sg-std has no features set by default.

[dependencies]
sg-std = { version = "3.2.0", features = ["backtraces", "library"] }
backtraces

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

Enables backtraces of cosmwasm-std ^1.3.1

library

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