Cargo Features

Astroport has no features set by default.

[dependencies]
astroport = { version = "5.0.0-rc.1-tokenfactory", features = ["backtraces", "injective", "sei"] }
backtraces

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

Enables backtraces of cosmwasm-std ^1.5

injective = injective-math, thiserror

Affects astroport::injective_ext

sei

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

injective-math injective?

Enables injective-math ^0.1

optional

thiserror injective?