[package] name = "ics721-types" version = "0.1.0" edition = "2021" authors = ["ekez ", "mr-t ", "Art3mix "] description = "an implementation of the ICS721 specification for transfering NFTs between blockchains" license = "MIT" [dependencies] cosmwasm-std = { workspace = true, features = ["cosmwasm_1_2"] } cosmwasm-schema = { workspace = true } cw-storage-plus = { workspace = true } cw721 = { workspace = true } serde = { workspace = true } thiserror = { workspace = true }