# 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-std" version = "2.5.0" authors = ["Ken Talley <4344285+kwtalley@users.noreply.github.com"] description = "Rust bindings that enable CosmWasm smart contracts to interact with custom modules in the Provenance Blockchain" keywords = [ "provenance", "blockchain", "smart-contracts", "defi", "finance", ] categories = [ "api-bindings", "cryptography::cryptocurrencies", "wasm", ] license = "Apache-2.0" repository = "https://github.com/provenance-io/provwasm" [dependencies.base64] version = "0.22.1" [dependencies.bech32] version = "0.11.0" features = ["alloc"] default-features = false [dependencies.chrono] version = "0.4.24" default-features = false [dependencies.cosmwasm-schema] version = "2.1.4" [dependencies.cosmwasm-std] version = "2.1.4" features = [ "cosmwasm_2_1", "stargate", "std", ] default-features = false [dependencies.hex] version = "0.4.3" default-features = false [dependencies.prost] version = "0.13.2" features = [ "prost-derive", "prost-derive", ] default-features = false [dependencies.prost-types] version = "0.13.2" default-features = false [dependencies.provwasm-common] version = "0.2.0" [dependencies.provwasm-proc-macro] version = "0.2.0" [dependencies.schemars] version = "0.8.16" [dependencies.serde] version = "1.0.197" features = [ "derive", "derive", ] default-features = false [dependencies.serde-cw-value] version = "0.7.0" [dependencies.sha2] version = "0.10.8" default-features = false [dependencies.strum_macros] version = "0.26.4" [dependencies.thiserror] version = "1.0.58" [dependencies.uuid] version = "1.10.0" default-features = false