# 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 = "1.5.11"
authors = ["Ethan Frey <ethanfrey@users.noreply.github.com>"]
build = 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/tree/main/packages/std"

[package.metadata.docs.rs]
features = [
    "abort",
    "stargate",
    "staking",
    "ibc3",
    "cosmwasm_1_4",
]

[lib]
name = "cosmwasm_std"
path = "src/lib.rs"

[dependencies.base64]
version = "0.21.0"

[dependencies.bnum]
version = "0.10.0"

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

[dependencies.derivative]
version = "2"

[dependencies.forward_ref]
version = "1"

[dependencies.hex]
version = "0.4"

[dependencies.schemars]
version = "0.8.3"

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

[dependencies.serde-json-wasm]
version = "0.5.2"
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.crc32fast]
version = "1.3.2"

[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"]
cosmwasm_1_3 = ["cosmwasm_1_2"]
cosmwasm_1_4 = ["cosmwasm_1_3"]
default = [
    "iterator",
    "abort",
]
ibc3 = ["stargate"]
iterator = []
staking = []
stargate = []

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

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