[package] name = "abstract-cw20" version = "3.0.0" authors = ["Ethan Frey "] edition = "2021" description = "Definition and types for the CosmWasm-20 interface" license = "Apache-2.0" repository = "https://github.com/CosmWasm/cw-plus" homepage = "https://cosmwasm.com" [features] [dependencies] cw-utils = "1.0.1" cosmwasm-schema = "1.4.0" cosmwasm-std = "1.4.0" schemars = "0.8.15" serde = { version = "1.0.188", default-features = false, features = ["derive"] } cw-orch = { workspace = true } [dev-dependencies] cosmwasm-schema = { version = "1.4.0" }