abstract-cw1 1.2.2

Definition and types for the CosmWasm-1 interface
Documentation
[package]
name = "abstract-cw1"
version = "1.2.2"
authors = ["Ethan Frey <ethanfrey@users.noreply.github.com>"]
edition = "2021"
description = "Definition and types for the CosmWasm-1 interface"
license = "Apache-2.0"
repository = "https://github.com/CosmWasm/cw-plus"
homepage = "https://cosmwasm.com"

[dependencies]
cosmwasm-schema = "1.4.0"
cosmwasm-std = "1.4.0"
schemars = "0.8.15"
serde = { version = "1.0.188", default-features = false, features = ["derive"] }