cosmwasm-std 1.2.1

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

[dependencies.cosmwasm-derive]
version = "1.2.1"

[dependencies.derivative]
version = "2"

[dependencies.forward_ref]
version = "1"

[dependencies.hex]
version = "0.4"

[dependencies.schemars]
version = "0.8.3"

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

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

[dependencies.sha2]
version = "0.10.3"

[dependencies.thiserror]
version = "1.0.26"

[dependencies.uint]
version = "0.9.3"
[dev-dependencies.chrono]
default-features = false
features = ["alloc", "std"]
version = "0.4"

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

[dev-dependencies.serde_json]
version = "1.0.81"

[features]
abort = []
backtraces = []
cosmwasm_1_1 = []
cosmwasm_1_2 = ["cosmwasm_1_1"]
default = ["iterator", "abort"]
ibc3 = ["stargate"]
iterator = []
staking = []
stargate = []

[package]
authors = ["Ethan Frey <ethanfrey@users.noreply.github.com>"]
description = "Standard library for Wasm based smart contracts on Cosmos blockchains"
edition = "2021"
license = "Apache-2.0"
name = "cosmwasm-std"
readme = "README.md"
repository = "https://github.com/CosmWasm/cosmwasm/tree/main/packages/std"
version = "1.2.1"
[package.metadata.docs.rs]
features = ["abort", "stargate", "staking", "ibc3", "cosmwasm_1_2"]
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.cosmwasm-crypto]
version = "1.2.1"