sg-std 0.13.0

Bindings for CosmWasm contracts to call into custom modules of Stargaze
Documentation
[dependencies.cosmwasm-std]
version = "1.0.0"

[dependencies.cw-utils]
version = "0.13.4"

[dependencies.cw721]
version = "0.13.2"

[dependencies.cw721-base]
features = ["library"]
version = "0.13.2"

[dependencies.schemars]
version = "0.8.8"

[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0.133"

[dependencies.thiserror]
version = "1.0.30"
[dev-dependencies.cosmwasm-schema]
version = "1.0.0"

[features]
backtraces = ["cosmwasm-std/backtraces"]
library = []

[package]
authors = ["Jorge Hernandez <jorge@publicawesome.com>"]
description = "Bindings for CosmWasm contracts to call into custom modules of Stargaze"
edition = "2021"
homepage = "https://stargaze.zone"
license = "Apache-2.0"
name = "sg-std"
repository = "https://github.com/public-awesome/contracts"
resolver = "2"
version = "0.13.0"