[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dev-dependencies.syn]
version = "2"
[lib]
name = "quip"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Michael Ni <michael.ni678@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::procedural-macro-helpers"]
description = "Quasi-quoting macros with expression interpolation"
documentation = "https://docs.rs/quip"
edition = "2024"
homepage = "https://github.com/michaelni678/quip"
keywords = ["macros", "quote", "syn"]
license = "Apache-2.0"
name = "quip"
readme = "README.md"
repository = "https://github.com/michaelni678/quip"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs", "--sort-modules-by-appearance"]
[[test]]
name = "interpolation"
path = "tests/interpolation.rs"
[[test]]
name = "sanity"
path = "tests/sanity.rs"
[[test]]
name = "syntax"
path = "tests/syntax.rs"