Cargo Features

dexter-vault has no features set by default.

[dependencies]
dexter-vault = { version = "1.1.0", features = ["backtraces", "library"] }
backtraces

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

Enables backtraces of cosmwasm-std ^1.5.0

library