[package] name = "cw1155" version = "0.16.0" authors = ["Huang Yi "] edition = "2018" description = "Definition and types for the CosmWasm-1155 interface" license = "Apache-2.0" repository = "https://github.com/CosmWasm/cw-plus" homepage = "https://cosmwasm.com" [dependencies] cw-utils = { path = "../../packages/utils", version = "0.16.0" } cosmwasm-schema = "1.1.0" cosmwasm-std = { version = "1.1.0" } schemars = "0.8.1" serde = { version = "1.0.103", default-features = false, features = ["derive"] }