[package] name = "provwasm-stdv1" version = "0.0.2" authors = ["Abhishek"] edition = "2018" license = "Apache-2.0" 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"] [features] backtraces = [] [dependencies] cosmwasm-std = { version = "1.1.9", default-features = false } schemars = "0.8.1" serde = { version = "1.0.127", default-features = false, features = ["derive"] } [dev-dependencies] cosmwasm-schema = { version = "1.1.9" }