Cargo Features

[dependencies]
abstract-dex-standard = { version = "0.26.0", default-features = false, features = ["export", "testing"] }
default = export

The export feature is set by default whenever abstract-dex-standard is added without default-features = false somewhere in the dependency tree.

export default
testing

Enables daemon of cw-orch and testing of abstract-interface

Keep this as a version and update when publishing new versions Default features only works on the workspace Cargo.toml, so using workspace = true is not possible here

Affects abstract-dex-standard::tests

Features from optional dependencies

Keep as is until TendermintStake updates.