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