Cargo Features

AbstractClient has no features set by default.

[dependencies]
abstract-client = { version = "0.26.0", features = ["interchain", "test-utils"] }
interchain

Enables cw-orch-interchain and interchain 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

test-utils = cw-plus-interface, cw20, cw20-base

Enables testing of abstract-interface

Affects builder::cw20_builder

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.

cw-plus-interface test-utils?

Enables cw-plus-orch

Used for test-utils feature

For Cw20 builder

cw20 test-utils?
cw20-base test-utils?