cosmwasm-std 0.9.2

Standard library for Wasm based smart contracts on Cosmos blockchains
Documentation
[badges.circle-ci]
branch = "master"
repository = "CosmWasm/cosmwasm"

[badges.maintenance]
status = "actively-developed"
[dependencies.base64]
version = "0.11.0"

[dependencies.schemars]
version = "0.7"

[dependencies.serde]
default-features = false
features = ["derive", "alloc"]
version = "1.0.103"

[dependencies.serde-json-wasm]
version = "0.2.1"

[dependencies.snafu]
version = "0.6.6"

[dev-dependencies]

[features]
backtraces = ["snafu/backtraces"]
default = []
iterator = []
staking = []

[package]
authors = ["Ethan Frey <ethanfrey@users.noreply.github.com>"]
description = "Standard library for Wasm based smart contracts on Cosmos blockchains"
edition = "2018"
license = "Apache-2.0"
name = "cosmwasm-std"
readme = "README.md"
repository = "https://github.com/CosmWasm/cosmwasm/tree/master/packages/std"
version = "0.9.2"