[dependencies.heck]
version = "0.5"
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "2"
[lib]
name = "typst_macros"
path = "src/lib.rs"
proc-macro = true
[lints.clippy]
blocks_in_conditions = "allow"
mutable_key_type = "allow"
uninlined_format_args = "warn"
[package]
authors = ["The Typst Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["compilers"]
description = "Proc-macros for Typst."
edition = "2021"
homepage = "https://typst.app"
keywords = ["typst"]
license = "Apache-2.0"
name = "typst-macros"
readme = "README.md"
repository = "https://github.com/typst/typst"
rust-version = "1.77"
version = "0.12.0"