Cargo Features

[dependencies]
cw-tokenfactory-types = { version = "2.6.0", default-features = false, features = ["osmosis_tokenfactory", "cosmwasm_tokenfactory", "kujira_tokenfactory"] }
default = osmosis_tokenfactory

The osmosis_tokenfactory feature is set by default whenever cw-tokenfactory-types is added without default-features = false somewhere in the dependency tree.

osmosis_tokenfactory default

use the /osmosis.tokenfactory... msg types

cosmwasm_tokenfactory

use the /cosmwasm.tokenfactory... msg types

kujira_tokenfactory

use the /kujira.denom... msg types