cw1155-base 0.9.0

Basic implementation of a CosmWasm-1155 compliant token
Documentation
[dependencies.cosmwasm-std]
version = "0.16.0"

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

[dependencies.cw0]
version = "0.9.0"

[dependencies.cw1155]
version = "0.9.0"

[dependencies.cw2]
version = "0.9.0"

[dependencies.schemars]
version = "0.8.1"

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

[dependencies.thiserror]
version = "1.0.20"
[dev-dependencies.cosmwasm-schema]
version = "0.16.0"

[features]
backtraces = ["cosmwasm-std/backtraces"]
library = []

[lib]
crate-type = ["cdylib", "rlib"]

[package]
authors = ["Huang Yi <huang@crypto.com>"]
description = "Basic implementation of a CosmWasm-1155 compliant token"
documentation = "https://docs.cosmwasm.com"
edition = "2018"
homepage = "https://cosmwasm.com"
license = "Apache-2.0"
name = "cw1155-base"
repository = "https://github.com/CosmWasm/cw-plus"
version = "0.9.0"