Cargo Features

astroport-factory has no features set by default.

[dependencies]
astroport-factory = { version = "1.8.0-rc.1-tokenfactory", 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

library