Cargo Features
[dependencies]
cw22 = { version = "2.1.0", default-features = false, features = ["cosmwasm", "cosmwasm_v1"] }
- default = cosmwasm
-
The
cosmwasmfeature is set by default whenevercw22is added withoutsomewhere in the dependency tree.default-features = false - cosmwasm default
-
Enables cosmwasm of cw-extra-types
- cosmwasm_v1
-
Enables cosmwasm_v1 of cw-extra-types
CW22 has 3 features without comments.