macro_paste 1.1.4

Macros for all your token pasting needs. Maintained, drop-in replacement for paste.
Documentation
# 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 = "2021"
name = "macro_paste"
version = "1.1.4"
authors = [
    "David Tolnay <dtolnay@gmail.com>",
    "The Butler Group LLC <dev@butlergroup.net>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macros for all your token pasting needs. Maintained, drop-in replacement for paste."
documentation = "https://docs.rs/macro_paste"
readme = "README.md"
keywords = [
    "macros",
    "macro",
    "paste",
    "ident",
    "concat",
]
categories = [
    "development-tools",
    "development-tools::procedural-macro-helpers",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/butlergroup/macro_paste"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = ["--generate-link-to-definition"]

[features]
protocol_feature_macro_paste = []
protocol_feature_paste = ["protocol_feature_macro_paste"]

[lib]
name = "macro_paste"
path = "src/lib.rs"
proc-macro = true

[[test]]
name = "compiletest"
path = "tests/compiletest.rs"

[[test]]
name = "test_attr"
path = "tests/test_attr.rs"

[[test]]
name = "test_doc"
path = "tests/test_doc.rs"

[[test]]
name = "test_expr"
path = "tests/test_expr.rs"

[[test]]
name = "test_item"
path = "tests/test_item.rs"

[dependencies.rustversion]
version = "1.0.22"

[dependencies.trybuild]
version = "1.0.116"
features = ["diff"]

[dev-dependencies]