# 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-proc-macro" version = "0.2.0" authors = ["Ken Talley <4344285+kwtalley@users.noreply.github.com"] description = "Rust macros that simplify query and response types for Provenance Blockchain smart contracts" keywords = [ "provenance", "blockchain", "smart-contracts", "defi", "finance", ] categories = [ "api-bindings", "cryptography::cryptocurrencies", "wasm", ] license = "Apache-2.0" repository = "https://github.com/provenance-io/provwasm" [lib] proc-macro = true [dependencies.itertools] version = "0.13.0" [dependencies.proc-macro2] version = "1.0.58" [dependencies.prost-types] version = "0.13.2" default-features = false [dependencies.provwasm-common] version = "0.1.1" [dependencies.quote] version = "1.0.27" [dependencies.syn] version = "1.0.109" [dev-dependencies.cosmwasm-std] version = "2.1.3" features = [ "cosmwasm_2_1", "stargate", "std", ] default-features = false [dev-dependencies.prost] version = "0.13.2" features = ["prost-derive"] default-features = false [dev-dependencies.serde] version = "1.0.197" features = ["derive"] default-features = false [dev-dependencies.trybuild] version = "1.0.80" features = ["diff"]