1[package]
2name = "paste"
3version = "1.0.5"
4authors = ["David Tolnay <dtolnay@gmail.com>"]
5edition = "2018"
6license = "MIT OR Apache-2.0"
7description = "Macros for all your token pasting needs"
8repository = "https://github.com/dtolnay/paste"
9categories = ["no-std"]
10readme = "README.md"
11
12[lib]
13proc-macro = true
14
15[dev-dependencies]
16paste-test-suite = { version = "0", path = "tests/macros" }
17rustversion = "1.0"
18trybuild = "1.0"
19
20[package.metadata.docs.rs]
21targets = ["x86_64-unknown-linux-gnu"]
22