# 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-common" version = "0.2.0" authors = ["Ken Talley <4344285+kwtalley@users.noreply.github.com"] description = "Common library for ProvWasm internal" keywords = [ "provenance", "blockchain", "smart-contracts", "defi", "finance", ] categories = [ "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