[dependencies.proc-macro2]
version = "1.0.92"
[dependencies.quote]
version = "1.0.37"
[lib]
name = "ibc_middleware_module_macros"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Heliax AG <hello@heliax.dev>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "IBC module to facilitate middleware implementations - macros"
edition = "2021"
homepage = "https://github.com/heliaxdev/ibc-middleware"
keywords = ["blockchain", "privacy", "crypto", "protocol", "network"]
license = "MIT"
name = "ibc-middleware-module-macros"
readme = "README.md"
repository = "https://github.com/heliaxdev/ibc-middleware"
version = "0.2.0"