[package]
edition = "2018"
rust-version = "1.92"
name = "qlora-paste"
version = "1.0.20"
authors = [
"David Tolnay <dtolnay@gmail.com>",
"Tyler Zervas <tz-dev@vectorweight.com>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macros for all your token pasting needs - Maintained fork of paste"
documentation = "https://docs.rs/qlora-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/tzervas/qlora-paste"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = ["--generate-link-to-definition"]
[lib]
name = "qlora_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"
[dev-dependencies.cargo-husky]
version = "1.5"
features = ["user-hooks"]
default-features = false
[dev-dependencies.rustversion]
version = "1.0"
[dev-dependencies.trybuild]
version = "1.0.49"
features = ["diff"]