[dependencies.anyhow]
version = "1.0.81"
[dependencies.glob]
version = "0.3.0"
[dependencies.once_cell]
version = "1.19.0"
[dependencies.proc-macro2]
version = "1.0.24"
[dependencies.quote]
version = "1.0.7"
[dependencies.regex]
version = "1.5.4"
[dependencies.relative-path]
version = "1.6.1"
[dependencies.syn]
features = ["fold", "parsing", "full", "extra-traits"]
version = "2"
[features]
rust-analyzer = []
[lib]
bench = false
name = "testing_macros"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "General purpose testing macros"
documentation = "https://rustdoc.swc.rs/testing_macros/"
edition = "2021"
license = "Apache-2.0"
name = "testing_macros"
readme = "README.md"
repository = "https://github.com/swc-project/swc.git"
version = "1.0.0"
[[test]]
name = "test"
path = "tests/test.rs"