cosmwasm-std 0.16.0-rc1

Standard library for Wasm based smart contracts on Cosmos blockchains
Documentation
[dependencies.base64]
version = "0.13.0"

[dependencies.cosmwasm-derive]
version = "0.16.0-rc1"

[dependencies.schemars]
version = "0.8.1"

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

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

[dependencies.thiserror]
version = "1.0"

[dependencies.uint]
version = "0.9.0"
[dev-dependencies.chrono]
version = "0.4"

[dev-dependencies.hex]
version = "0.4"

[dev-dependencies.hex-literal]
version = "0.3.1"

[features]
backtraces = []
default = ["iterator"]
iterator = []
staking = []
stargate = []

[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/main/packages/std"
version = "0.16.0-rc1"
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.cosmwasm-crypto]
version = "0.16.0-rc1"