blob: 9b7a04e75d44b63849692852480f947c64738bc1 [file] [log] [blame]
Jason Macnaka1b32582020-03-19 21:13:33 +00001[package]
2name = "paste-impl"
Chih-Hung Hsieh19811482020-04-17 14:32:19 -07003version = "0.1.10"
Jason Macnaka1b32582020-03-19 21:13:33 +00004authors = ["David Tolnay <dtolnay@gmail.com>"]
5edition = "2018"
6license = "MIT OR Apache-2.0"
7description = "Implementation detail of the `paste` crate"
8repository = "https://github.com/dtolnay/paste"
9
10[lib]
11proc-macro = true
12
13[badges]
14travis-ci = { repository = "dtolnay/paste" }
15
16[dependencies]
17proc-macro-hack = "0.5"
18proc-macro2 = "1.0"
19quote = "1.0"
20syn = "1.0"
21
22[package.metadata.docs.rs]
23targets = ["x86_64-unknown-linux-gnu"]