secret-toolkit-snip721 0.3.0

Boilerplate for using SNIP-20 contracts on Secret Network
Documentation
[package]
name = "secret-toolkit-snip721"
version = "0.3.0"
edition = "2018"
authors = ["SCRT Labs <info@scrtlabs.com>"]
license-file = "../../LICENSE"
repository = "https://github.com/scrtlabs/secret-toolkit"
readme = "Readme.md"
description = "Boilerplate for using SNIP-20 contracts on Secret Network"
categories = ["cryptography::cryptocurrencies", "wasm"]
keywords = ["secret-network", "secret-contracts", "secret-toolkit"]

[dependencies]
serde = "1.0"
schemars = "0.7"
cosmwasm-std = { package = "secret-cosmwasm-std", version = "0.10" }
secret-toolkit-utils = { version = "0.3", path = "../utils" }