[package] name = "hermit-toolkit-hmip721" version = "0.1.1" edition = "2021" authors = ["Dao lang ", "MARBLE"] description = "Hermit hmip721 nft" license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = "1.0" schemars = "0.7" cosmwasm-std = { package = "secret-cosmwasm-std", version = "0.10" } hermit_toolkit_utils = { version = "0.1.0", package = "hermit-toolkit-utils" }