[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "1.0"
[lib]
name = "libvex_macros"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Noam Shalom Kleinburd <noam93k@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Helper macros to generate bindings for valgrind's LibVEX."
edition = "2018"
license = "MIT"
name = "libvex-macros"
readme = false
repository = "https://github.com/noam93k/libvex-rs"
version = "0.1.0"