[package] name = "cw721-soulbound" version = "1.0.2" authors = [ "Drew Taylor ", "Ethan Frey ", "Orkun Külçe ", ] edition = "2021" description = "Definition and types for the CosmWasm-721 NFT interface" license = "Apache-2.0" repository = "https://github.com/archway-network/cw721-soulbound" [dependencies] cw-utils = "0.14" cosmwasm-std = { version = "^1.0.0" } schemars = "0.8.10" serde = { version = "1.0.140", default-features = false, features = ["derive"] } [dev-dependencies] cosmwasm-schema = { version = "1.0.0" }