# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "sg721-name" version = "1.2.5" authors = [ "Shane Vitarana ", "John Y ", ] exclude = ["artifacts/*"] description = "Stargaze Names Collection Contract" homepage = "https://stargaze.zone" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/public-awesome/names" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.cosmwasm-schema] version = "1.2.1" [dependencies.cosmwasm-std] version = "1.2.1" [dependencies.cw-controllers] version = "0.16.0" [dependencies.cw-storage-plus] version = "0.16.0" [dependencies.cw-utils] version = "0.16.0" [dependencies.cw2] version = "0.16.0" [dependencies.cw721] version = "0.16.0" [dependencies.cw721-base] version = "0.16.0" features = ["library"] [dependencies.schemars] version = "0.8.11" [dependencies.semver] version = "1" [dependencies.serde] version = "1.0.145" features = ["derive"] default-features = false [dependencies.sg-name] version = "1.2.5" [dependencies.sg-name-market] version = "1.2.5" [dependencies.sg-std] version = "0.22.9" [dependencies.sg721] version = "0.22.9" [dependencies.sg721-base] version = "0.22.9" features = ["library"] [dependencies.subtle-encoding] version = "0.5.1" features = ["bech32-preview"] [dependencies.thiserror] version = "1.0.31" [features] backtraces = ["cosmwasm-std/backtraces"] library = []