2020-11-22 12:14:22 +03:00
|
|
|
[package]
|
|
|
|
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
|
|
|
description = "General purpose testing macros"
|
2021-03-31 07:09:10 +03:00
|
|
|
documentation = "https://rustdoc.swc.rs/testing_macros/"
|
2020-11-22 12:14:22 +03:00
|
|
|
edition = "2018"
|
|
|
|
license = "Apache-2.0/MIT"
|
|
|
|
name = "testing_macros"
|
|
|
|
repository = "https://github.com/swc-project/swc.git"
|
2021-11-25 14:16:46 +03:00
|
|
|
version = "0.2.4"
|
2020-11-22 12:14:22 +03:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
anyhow = "1"
|
|
|
|
glob = "0.3"
|
|
|
|
pmutil = "0.5.1"
|
|
|
|
proc-macro2 = "1.0.24"
|
|
|
|
quote = "1"
|
|
|
|
regex = "1"
|
|
|
|
relative-path = "1.3.2"
|
|
|
|
syn = {version = "1", features = ["fold", "parsing", "full", "extra-traits"]}
|