[dependencies.proc-macro2]
version = "1.0.95"
[dependencies.quote]
version = "1.0.40"
[dependencies.syn]
features = ["full"]
version = "2.0.104"
[lib]
name = "clasma"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Oliver Bergqvist <spherinder@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A procedural macro for partial borrowing"
documentation = "https://docs.rs/clasma"
edition = "2024"
keywords = ["proc-macro", "partial-borrow", "clasma"]
license = "GPL-3.0-or-later"
name = "clasma"
readme = "README.md"
repository = "https://github.com/spherinder/clasma"
version = "0.1.1"
[[test]]
name = "test"
path = "tests/test.rs"