Cargo Features

cw-dex-router has no features set by default.

[dependencies]
cw-dex-router = { version = "0.4.1-rc.1", features = ["library", "osmosis", "astroport"] }
library

use library feature to disable all instantiate/execute/query exports

osmosis = cw-dex-osmosis
astroport = cw-dex-astroport

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-dex-osmosis osmosis?
cw-dex-astroport astroport?