swc_visit_macros 0.5.13

Visitor generator for stable rustc
Documentation
[package]
authors     = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Visitor generator for stable rustc"
edition     = "2021"
license     = "Apache-2.0"
name        = "swc_visit_macros"
repository  = "https://github.com/swc-project/swc.git"
version     = "0.5.13"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[lib]
bench      = false
proc-macro = true

[dependencies]
Inflector   = { workspace = true }
proc-macro2 = { workspace = true }
quote       = { workspace = true }
syn         = { workspace = true, features = ["parsing", "full"] }

swc_macros_common = { version = "0.3.11", path = "../swc_macros_common" }