Cargo Features

[dependencies]
cw22 = { version = "2.1.0", default-features = false, features = ["cosmwasm", "cosmwasm_v1"] }
default = cosmwasm

The cosmwasm feature is set by default whenever cw22 is added without default-features = false somewhere in the dependency tree.

cosmwasm default

Enables cosmwasm of cw-extra-types

cosmwasm_v1

Enables cosmwasm_v1 of cw-extra-types

CW22 has 3 features without comments.