[package]
edition = "2021"
name = "cosmwasm-std"
version = "2.2.6"
authors = ["Ethan Frey <ethanfrey@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Standard library for Wasm based smart contracts on Cosmos blockchains"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/CosmWasm/cosmwasm"
[package.metadata.docs.rs]
features = [
"abort",
"cosmwasm_2_2",
"staking",
"stargate",
]
[features]
abort = []
cosmwasm_1_1 = []
cosmwasm_1_2 = ["cosmwasm_1_1"]
cosmwasm_1_3 = ["cosmwasm_1_2"]
cosmwasm_1_4 = ["cosmwasm_1_3"]
cosmwasm_2_0 = ["cosmwasm_1_4"]
cosmwasm_2_1 = ["cosmwasm_2_0"]
cosmwasm_2_2 = ["cosmwasm_2_1"]
default = [
"iterator",
"std",
]
iterator = []
staking = []
stargate = []
std = []
[lib]
name = "cosmwasm_std"
path = "src/lib.rs"
[dependencies.base64]
version = "0.22.0"
[dependencies.bnum]
version = "0.11.0"
[dependencies.cosmwasm-core]
version = "=2.2.6"
[dependencies.cosmwasm-derive]
version = "=2.2.6"
[dependencies.derive_more]
version = "1.0.0-beta.6"
features = ["debug"]
default-features = false
[dependencies.hex]
version = "0.4"
[dependencies.rmp-serde]
version = "1.3.0"
[dependencies.schemars]
version = "0.8.4"
[dependencies.serde]
version = "1.0.192"
features = [
"alloc",
"derive",
"std",
]
default-features = false
[dependencies.serde-json-wasm]
version = "1.0.1"
features = ["std"]
default-features = false
[dependencies.sha2]
version = "0.10.3"
[dependencies.static_assertions]
version = "1.1.0"
[dependencies.thiserror]
version = "1.0.26"
[dev-dependencies.chrono]
version = "0.4"
features = [
"alloc",
"std",
]
default-features = false
[dev-dependencies.cosmwasm-core]
version = "=2.2.6"
[dev-dependencies.cosmwasm-schema]
version = "=2.2.6"
[dev-dependencies.crc32fast]
version = "1.3.2"
[dev-dependencies.hex-literal]
version = "0.4.1"
[dev-dependencies.paste]
version = "1.0.15"
[dev-dependencies.proptest]
version = "1.5.0"
features = [
"attr-macro",
"std",
]
default-features = false
[dev-dependencies.serde_json]
version = "1.0.81"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.bech32]
version = "0.11.0"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.cosmwasm-crypto]
version = "=2.2.6"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.rand_core]
version = "0.6.4"
features = ["getrandom"]