[package] name = "cw22" version = "0.2.0" authors = [ "ThienLK1@aura-nw", "Kromsten " ] edition = "2021" description = "Definition and types for the CosmWasm-22 interface" license = "Apache-2.0" repository = "https://github.com/CosmWasm/cw-plus" homepage = "https://cosmwasm.com" [dependencies] cosmwasm-schema = "1.1.0" cosmwasm-std = { version = "1.5.8", default-features = false } cw-storage-plus = "1.0.1" schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] } semver = "1.0.14"