Cargo Features

[dependencies]
dao-voting-token-staked = { version = "2.6.0", default-features = false, features = ["backtraces", "library", "test-tube", "osmosis_tokenfactory", "cosmwasm_tokenfactory", "kujira_tokenfactory"] }
default = osmosis_tokenfactory

The osmosis_tokenfactory feature is set by default whenever dao-voting-token-staked is added without default-features = false somewhere in the dependency tree.

backtraces

for more explicit tests, cargo test --features=backtraces

Enables backtraces of cosmwasm-std ^1.5.4

library

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

test-tube

use test tube feature to enable test-tube integration tests, for example cargo test --features "test-tube"

osmosis_tokenfactory default

different tokenfactory cosmos sdk module standards. enable corresponding standard in types library

Enables osmosis_tokenfactory of cw-tokenfactory-issuer

cosmwasm_tokenfactory

Enables cosmwasm_tokenfactory of cw-tokenfactory-issuer

kujira_tokenfactory

Enables kujira_tokenfactory of cw-tokenfactory-issuer