# 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 = "2018" name = "jk-cosmwasm-std" version = "0.16.2" authors = ["Ethan Frey "] description = "(Modified) 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 = ["stargate", "staking"] [dependencies.base64] version = "0.13.0" [dependencies.cosmwasm-derive] version = "0.16.2" [dependencies.schemars] version = "0.8.1" [dependencies.serde] version = "1.0.103" features = ["derive", "alloc"] default-features = false [dependencies.serde-json-wasm] version = "0.3.1" [dependencies.thiserror] version = "1.0" [dependencies.uint] version = "0.9.0" [dev-dependencies.chrono] version = "0.4" [dev-dependencies.hex] version = "0.4" [dev-dependencies.hex-literal] version = "0.3.1" [features] backtraces = [] default = ["iterator"] iterator = [] staking = [] stargate = [] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.cosmwasm-crypto] version = "0.16.2"