cpp_macros 0.3.2

Procedural macro implementation for the `cpp` crate
Documentation
[package]
name = "cpp_macros"
version = "0.3.2"
authors = ["Michael Layzell <michael@thelayzells.com>"]
description = "Procedural macro implementation for the `cpp` crate"
readme = "../README.md"
license = "MIT/Apache-2.0"
keywords = ["c", "cxx", "ffi", "compiler"]
categories = ["development-tools::ffi"]
repository = "https://github.com/mystor/rust-cpp"
documentation = "https://docs.rs/cpp_macros"

[lib]
proc-macro = true

[dependencies]
lazy_static = "0.2.2"
cpp_common = { path = "../cpp_common", version = "=0.3.2" }
cpp_synom = { version = "0.12" }
cpp_syn = { version = "0.12", features=["full", "visit"] }
quote = "0.3"
aho-corasick = "0.6"
byteorder = "1.0"