paste 1.0.3

Macros for all your token pasting needs
Documentation
[package]
name = "paste"
version = "1.0.3"
authors = ["David Tolnay <dtolnay@gmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Macros for all your token pasting needs"
repository = "https://github.com/dtolnay/paste"
categories = ["no-std"]
readme = "README.md"

[lib]
proc-macro = true

[dev-dependencies]
rustversion = "1.0"
trybuild = "1.0"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]