Cargo Features

anchor-token has no features set by default.

[dependencies]
anchor-token = { version = "0.3.0", features = ["backtraces"] }
backtraces

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

Enables backtraces of cosmwasm-std ^0.16.0