provwasm-std 2.2.0

Rust bindings that enable CosmWasm smart contracts to interact with custom modules in the Provenance Blockchain
Documentation
[package]
name = "provwasm-std"
version = { workspace = true }
repository = { workspace = true }
edition = { workspace = true }
license = { workspace = true }
authors = ["Ken Talley <ktalley@figure.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"]

[dependencies]
chrono = { version = "0.4.24", default-features = false }
cosmwasm-std = { workspace = true, features = ["stargate"] }
cosmwasm-schema = { workspace = true }
prost = { workspace = true, default-features = false, features = ["prost-derive"] }
prost-types = { workspace = true, default-features = false }
provwasm-common = { workspace = true }
provwasm-proc-macro = { workspace = true }
schemars = { workspace = true }
serde = { workspace = true, default-features = false, features = ["derive"] }
serde-cw-value = "0.7.0"
base64 = "0.21.0"
strum_macros = "0.25.3"