Cargo Features

cw-it has no features set by default.

[dependencies]
cw-it = { version = "0.3.1", features = ["astroport", "osmosis", "rpc-runner", "chain-download", "multi-test", "astroport-multi-test", "osmosis-test-tube"] }
astroport astroport-multi-test? = cw20

Enables astroport ^2.9.0 and astroport

astroport:

Astroport deps

Affects cw-it::astroport

osmosis = apollo-utils, osmosis-test-tube, proptest

Affects cw-it::osmosis

rpc-runner = bip32

Affects cw-it::rpc_runner

chain-download = tokio

Affects artifact::ChainArtifact

multi-test astroport-multi-test? = apollo-cw-multi-test, paste, regex

Affects cw-it::multi_test

astroport-multi-test = astroport, astroport-factory, astroport-generator, astroport-incentives, astroport-liquidity-manager, astroport-maker, astroport-native-coin-registry, astroport-pair, astroport-pair-concentrated, astroport-pair-stable, astroport-router, astroport-staking, astroport-token, astroport-vesting, astroport-whitelist, multi-test

Affects utils::get_astroport_multitest_contracts

osmosis-test-tube osmosis?

Enables osmosis-test-tube ^22.1.0

Affects cw-it::osmosis_test_app

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.

bip32 rpc-runner?
cw20 astroport?

Enables cw20 ^0.15

astroport-token astroport-multi-test?

Enables astroport-token

Astroport contracts for multi-test

astroport-native-coin-registry astroport-multi-test?
astroport-factory astroport-multi-test?

Enables astroport-factory =1.5.1

astroport-generator astroport-multi-test?

Enables astroport-generator =2.3.0

astroport-maker astroport-multi-test?

Enables astroport-maker =1.3.1

astroport-pair-stable astroport-multi-test?

Enables astroport-pair-stable =2.1.3

astroport-pair astroport-multi-test?

Enables astroport-pair =1.3.2

astroport-router astroport-multi-test?

Enables astroport-router =1.2.0

astroport-staking astroport-multi-test?
astroport-vesting astroport-multi-test?

Enables astroport-vesting =1.3.1

astroport-whitelist astroport-multi-test?
astroport-liquidity-manager astroport-multi-test?

Enables astroport-liquidity-manager =1.0.3-astroport-v2

astroport-pair-concentrated astroport-multi-test?

Enables astroport-pair-concentrated =1.2.7

astroport-incentives astroport-multi-test?

Enables astroport-incentives =1.0.0

apollo-utils osmosis?
regex multi-test?
apollo-cw-multi-test multi-test?

Enables apollo-cw-multi-test

Cw-multi-test deps

paste multi-test?
tokio chain-download?

Enables tokio

RPC Runner and chain-download deps

Affects helpers::block_on

proptest osmosis?

Enables proptest

Osmosis deps