# 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 = "prov-cosmwasm-std" version = "1.0.0-provbeta3" authors = ["Fred Kneeland "] description = "Standard library for Wasm based smart contracts on Cosmos blockchains" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/provenance-io/cosmwasm/tree/main/packages/std" [package.metadata.docs.rs] features = ["stargate", "staking"] [dependencies.base64] version = "0.13.0" [dependencies.prov-cosmwasm-derive] version = "1.0.0-betaprov3" [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.2" [dependencies.thiserror] version = "1.0" [dependencies.uint] version = "=0.9.1" [dev-dependencies.chrono] version = "0.4" features = ["alloc", "std"] default-features = false [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.prov-cosmwasm-crypto] version = "1.0.0-betaprov3"