cosmwasm-std 3.0.3

Standard library for Wasm based smart contracts on Cosmos blockchains
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "cosmwasm-std"
version = "3.0.3"
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 = [
    "cosmwasm_3_0",
    "staking",
    "stargate",
    "ibc2",
]

[features]
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"]
cosmwasm_3_0 = ["cosmwasm_2_2"]
default = [
    "exports",
    "iterator",
    "std",
]
exports = []
ibc2 = []
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 = "3.0.3"

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

[dependencies.cw-schema]
version = "3.0.3"

[dependencies.derive_more]
version = "2.0.1"
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]
version = "1.0.140"

[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 = "3.0.3"

[dev-dependencies.cosmwasm-schema]
version = "3.0.3"

[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

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.bech32]
version = "0.11.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.cosmwasm-crypto]
version = "3.0.3"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.rand_core]
version = "0.6.4"
features = ["getrandom"]