cpp_macros 0.5.0

Procedural macro implementation for the `cpp` crate
Documentation
[package]
name = "cpp_macros"
version = "0.5.0"
authors = ["Nika Layzell <nika@thelayzells.com>", "Olivier Goffart <ogoffart@woboq.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 = "1.0"
cpp_common = { path = "../cpp_common", version = "=0.5.0" }
syn = { version = "0.15", features=["full", "visit"] }
quote = "0.6"
proc-macro2 = "0.4"
aho-corasick = "0.6"
byteorder = "1.0"