You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
495 B
22 lines
495 B
[package]
|
|
name = "paste"
|
|
version = "1.0.5"
|
|
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]
|
|
paste-test-suite = { version = "0", path = "tests/macros" }
|
|
rustversion = "1.0"
|
|
trybuild = "1.0"
|
|
|
|
[package.metadata.docs.rs]
|
|
targets = ["x86_64-unknown-linux-gnu"]
|