mantle-macros 0.2.1

Macros used internally by the Mantle framework.
Documentation
[package]
name = "mantle-macros"
version = "0.2.1"
license = "Apache-2.0"
description = "Macros used internally by the Mantle framework."
edition = "2018"
repository = "https://github.com/oasislabs/mantle.git"
authors = ["Oasis Labs <feedback@oasislabs.com>"]
readme = "README.md"
keywords = ["mantle", "blockchain"]

[dependencies]
proc-macro2 = "0.4"
proc-quote = "0.2"
syn = { version = "0.15", features = ["full", "extra-traits", "visit-mut"] }
tiny-keccak = "1.4"

[lib]
proc-macro = true