Cargo Features

astroport-pair-stable has no features set by default.

[dependencies]
astroport-pair-stable = { version = "3.4.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