cw22 0.5.0

Definition and types for the CosmWasm-22 interface
Documentation
[dependencies.cosmwasm-schema]
version = "2.1.4"

[dependencies.cosmwasm-std]
version = "2.1.4"

[dependencies.cw-storage-plus]
version = "2.0.0"

[dependencies.schemars]
version = "0.8.21"

[dependencies.semver]
version = "1.0.23"

[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0.215"

[features]
cosmwasm_2_0 = ["cosmwasm-std/cosmwasm_2_0"]
cosmwasm_2_1 = ["cosmwasm-std/cosmwasm_2_1"]
default = ["cosmwasm_2_1"]

[lib]
name = "cw22"
path = "src/lib.rs"

[package]
authors = ["ThienLK1@aura-nw", "Kromsten <kromsten@megarock.app>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Definition and types for the CosmWasm-22 interface"
edition = "2021"
homepage = "https://cosmwasm.com"
license = "Apache-2.0"
name = "cw22"
readme = "README.md"
repository = "https://github.com/CosmWasm/cw-plus"
resolver = "1"
version = "0.5.0"