2020-12-27 07:11:44 +03:00
|
|
|
[package]
|
2022-08-12 02:58:00 +03:00
|
|
|
authors = ["강동윤 <kdy1@dudy.kr>"]
|
|
|
|
description = "Macros for EqIgnoreSpan and TypeEq."
|
2021-03-31 07:09:10 +03:00
|
|
|
documentation = "https://rustdoc.swc.rs/swc_eq_ignore_macros/"
|
2022-08-12 02:58:00 +03:00
|
|
|
edition = "2021"
|
|
|
|
license = "Apache-2.0"
|
|
|
|
name = "swc_eq_ignore_macros"
|
|
|
|
repository = "https://github.com/swc-project/swc.git"
|
|
|
|
version = "0.1.1"
|
2020-12-27 07:11:44 +03:00
|
|
|
|
|
|
|
[lib]
|
2022-08-12 02:58:00 +03:00
|
|
|
bench = false
|
2020-12-27 07:11:44 +03:00
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
2022-08-12 02:58:00 +03:00
|
|
|
pmutil = "0.5.3"
|
2020-12-27 07:11:44 +03:00
|
|
|
proc-macro2 = "1.0.24"
|
2022-08-12 02:58:00 +03:00
|
|
|
quote = "1.0.7"
|
|
|
|
syn = { version = "1", features = ["full"] }
|