[dev-dependencies.paste-test-suite]
version = "0"
[dev-dependencies.rustversion]
version = "1.0"
[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0.49"
[lib]
name = "qlora_paste"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Tyler Zervas <tz-dev@vectorweight.com>", "David Tolnay <dtolnay@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["development-tools", "no-std", "no-std::no-alloc"]
description = "Macros for all your token pasting needs (maintained fork)"
documentation = "https://docs.rs/qlora-paste"
edition = "2018"
keywords = ["macros", "paste", "token", "concat"]
license = "MIT OR Apache-2.0"
name = "qlora-paste"
readme = "README.md"
repository = "https://github.com/tzervas/qlora-paste"
rust-version = "1.31"
version = "1.0.17"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]
[[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"