sg-std 2.1.0

Bindings for CosmWasm contracts to call into custom modules of Stargaze
Documentation
[package]
name        = "sg-std"
authors     = ["Jorge Hernandez <jorge@publicawesome.com>"]
description = "Bindings for CosmWasm contracts to call into custom modules of Stargaze"
version     = { workspace = true }
edition     = { workspace = true }
homepage    = { workspace = true }
repository  = { workspace = true }
license     = { workspace = true }

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
# for more explicit tests, cargo test --features=backtraces
backtraces = ["cosmwasm-std/backtraces"]
# use library feature to disable all instantiate/execute/query exports
library = []

[dependencies]
cosmwasm-schema = { workspace = true }
cosmwasm-std    = { workspace = true }
cw721           = { workspace = true }
cw-utils        = { workspace = true }
schemars        = { workspace = true }
serde           = { workspace = true }
thiserror       = { workspace = true }