Cargo Features

astroport-pair has no features set by default.

[dependencies]
astroport-pair = { version = "1.5.1", features = ["backtraces", "library"] }
backtraces

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

Enables backtraces of cosmwasm-std ^1.1

library