# 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 = "provwasm-mocks" version = "2.5.0" authors = ["Ken Talley <4344285+kwtalley@users.noreply.github.com"] description = "Rust mocks that enable unit testing of CosmWasm smart contracts that interact with custom modules in the Provenance Blockchain" readme = "README.md" keywords = [ "provenance", "blockchain", "smart-contracts", "defi", "finance", ] categories = [ "development-tools::testing", "cryptography::cryptocurrencies", "wasm", ] license = "Apache-2.0" repository = "https://github.com/provenance-io/provwasm" [dependencies.cosmwasm-std] version = "2.1.4" features = [ "cosmwasm_2_1", "stargate", "std", ] default-features = false [dependencies.provwasm-common] version = "0.2.0" [dependencies.provwasm-std] version = "2.5.0" [dependencies.schemars] version = "0.8.16" [dependencies.serde] version = "1.0.197" features = [ "derive", "derive", ] default-features = false