# 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 = "2.2.0-rc.3" authors = ["Ethan Frey "] 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", "cosmwasm_2_2", "staking", "stargate", ] [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.0-rc.3" [dependencies.cosmwasm-derive] version = "2.2.0-rc.3" [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.0-rc.3" [dev-dependencies.cosmwasm-schema] version = "2.2.0-rc.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 [dev-dependencies.serde_json] version = "1.0.81" [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 = [ "abort", "iterator", "std", ] iterator = [] staking = [] stargate = [] std = [] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.bech32] version = "0.11.0" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.cosmwasm-crypto] version = "2.2.0-rc.3" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.rand_core] version = "0.6.4" features = ["getrandom"]