Cargo Features
abstract-standalone has no features set by default.
[dependencies]
abstract-standalone = { version = "0.26.0", features = ["stargate", "test-utils"] }
- stargate
-
Enables stargate of abstract-sdk
- test-utils
-
Enables test-utils of abstract-sdk and abstract-testing
Testing
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-standalone::mock
…