# 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 = "archway-bindings" version = "0.2.1" authors = ["Augusto Elesbão "] description = "CosmWasm bindings to interact with Archway's modules" homepage = "https://archway.io" readme = "README.md" keywords = [ "archway", "blockchain", "cosmwasm", "smart-contracts", "wasm", ] categories = [ "cryptography", "cryptography::cryptocurrencies", "database", "wasm", ] license = "Apache-2.0" repository = "https://github.com/archway-network/archway-bindings" [package.metadata.docs.rs] features = ["staking"] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.cosmwasm-schema] version = "1.4.0" [dependencies.cosmwasm-std] version = "1.4.0" features = ["stargate"] [dependencies.schemars] version = "0.8.15" [dependencies.serde] version = "1.0.188" features = ["derive"] default-features = false [dependencies.thiserror] version = "1.0.48" [features] backtraces = ["cosmwasm-std/backtraces"] staking = ["cosmwasm-std/staking"]