blob: c5872871558319a2e8c77813492d940ae78f4e37 [file] [log] [blame] [edit]
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.
[package]
edition = "2018"
rust-version = "1.31"
name = "paste"
version = "1.0.15"
authors = ["David Tolnay <[email protected]>"]
build = "build.rs"
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macros for all your token pasting needs"
documentation = "https://docs.rs/paste"
readme = "README.md"
keywords = ["macros"]
categories = [
"development-tools",
"no-std",
"no-std::no-alloc",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/dtolnay/paste"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]
[lib]
name = "paste"
path = "src/lib.rs"
proc-macro = true
[[test]]
name = "test_item"
path = "tests/test_item.rs"
[[test]]
name = "test_attr"
path = "tests/test_attr.rs"
[[test]]
name = "compiletest"
path = "tests/compiletest.rs"
[[test]]
name = "test_doc"
path = "tests/test_doc.rs"
[[test]]
name = "test_expr"
path = "tests/test_expr.rs"
[dev-dependencies.paste-test-suite]
version = "0"
[dev-dependencies.rustversion]
version = "1.0"
[dev-dependencies.trybuild]
version = "1.0.49"
features = ["diff"]