Cargo Features

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

[dependencies]
astroport-pair-stable = { version = "4.1.0", features = ["backtraces", "injective", "sei", "library"] }
backtraces

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

Enables backtraces of cosmwasm-std ^1.5

injective

Enables injective of astroport

sei

Enables sei of astroport

library