[package] name = "mashup-impl" version = "0.1.14+deprecated" # remember to update html_root_url authors = ["David Tolnay "] license = "MIT OR Apache-2.0" description = "Concatenate identifiers in a macro invocation" repository = "https://github.com/dtolnay/mashup" documentation = "https://docs.rs/mashup" readme = "README.md" [lib] proc-macro = true [dependencies] proc-macro-hack = "0.4" proc-macro2 = "0.4" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]