Cargo Features
[dependencies]
abstract-money-market-standard = { version = "0.24.1", default-features = false, features = ["export", "testing"] }
- default = export
-
The
export
feature is set by default wheneverabstract-money-market-standard
is added without
somewhere in the dependency tree.default-features = false - export default
- testing
-
cw-orch:
enable the optional dependencies
Affects
abstract-money-market-standard::tests
…