mantle-macros 0.1.0

Macros used internally by the Mantle framework.
Documentation
[package]
name = "mantle-macros"
version = "0.1.0"
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", "dsl"]

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

# [dev-dependencies]
# compiletest_rs = { version = "0.3", features = ["tmp"] }
# mantle = { version = "0.1", path = "../mantle" }
# mantle-test = { version = "0.1", path = "../mantle-test" }
# serde = { version = "1.0", features = ["derive"] }
# serde_cbor = "0.9"

[lib]
proc-macro = true