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 wheneverabstract-dex-standard
is added without
somewhere in the dependency tree.default-features = false - 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.