[dependencies.cosmwasm-schema]
version = "1.1.5"
[dependencies.cosmwasm-std]
version = "1.1.5"
[dependencies.schemars]
version = "0.8.11"
[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0.145"
[lib]
crate-type = ["cdylib", "rlib"]
[package]
authors = ["Shane Vitarana <s@noreply.publicawesome.com>"]
description = "Rust definition of name service metadata, used by Stargaze Names"
edition = "2021"
exclude = ["contract.wasm", "hash.txt"]
homepage = "https://stargaze.zone"
license = "Apache-2.0"
name = "sg-name"
readme = "README.md"
repository = "https://github.com/public-awesome/names"
version = "0.11.0"