Cargo Features
Astroport has no features set by default.
[dependencies]
astroport = { version = "5.7.0-cw1.0", features = ["backtraces", "injective", "sei"] }
- backtraces
-
for quicker tests, cargo test --lib
for more explicit tests, cargo test --features=backtracesEnables backtraces of cosmwasm-std ^1.5
- injective = injective-math, thiserror
-
Affects
astroport::injective_ext
,token_factory::MsgBurn
,token_factory::MsgMint
… - sei
-
Affects
token_factory::MsgCreateDenom
,token_factory::MsgBurn
,token_factory::MsgMint
…
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?