Cargo Features

cw-it has no features set by default.

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

Enables astroport and astroport ^2.9.0

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, bech32, paste, regex, sha2

Affects cw-it::multi_test

astroport-multi-test = astroport, astroport-factory, 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 ^25.0.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?

Enables astroport-native-coin-registry =1.0.1

astroport-factory astroport-multi-test?

Enables astroport-factory =1.8.0

astroport-maker astroport-multi-test?
astroport-pair-stable astroport-multi-test?

Enables astroport-pair-stable =4.0.0

astroport-pair astroport-multi-test?

Enables astroport-pair =2.0.1

astroport-router astroport-multi-test?
astroport-staking astroport-multi-test?

Enables astroport-staking =2.1.0

astroport-vesting astroport-multi-test?
astroport-whitelist astroport-multi-test?
astroport-pair-concentrated astroport-multi-test?

Enables astroport-pair-concentrated =4.0.2

astroport-incentives astroport-multi-test?

Enables astroport-incentives =1.1.0

astroport-liquidity-manager astroport-multi-test?
apollo-utils osmosis?
regex multi-test?
apollo-cw-multi-test multi-test?

Enables apollo-cw-multi-test

Cw-multi-test deps

bech32 multi-test?
sha2 multi-test?
paste multi-test?
tokio chain-download?

Enables tokio

RPC Runner and chain-download deps

Affects helpers::block_on

proptest osmosis?

Enables proptest

Osmosis deps