2018-01-12 10:53:06 +03:00
|
|
|
[package]
|
2018-11-17 10:38:23 +03:00
|
|
|
name = "swc_ecma_parser_macros"
|
2019-11-24 08:17:27 +03:00
|
|
|
version = "0.4.0"
|
2019-10-25 04:11:24 +03:00
|
|
|
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
2018-11-18 08:00:07 +03:00
|
|
|
license = "Apache-2.0/MIT"
|
|
|
|
repository = "https://github.com/swc-project/swc.git"
|
|
|
|
documentation = "https://swc-project.github.io/rustdoc/swc_ecma_parser_macros/"
|
|
|
|
description = "Macros for swc_ecma_parser."
|
2019-11-17 07:21:53 +03:00
|
|
|
edition = "2018"
|
2018-01-12 10:53:06 +03:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
2019-11-24 08:17:27 +03:00
|
|
|
swc_macros_common = { version = "0.3", path ="../../../macros/common" }
|
|
|
|
proc-macro2 = "1"
|
|
|
|
pmutil = "0.5.1"
|
2018-01-12 10:53:06 +03:00
|
|
|
|
|
|
|
[dependencies.syn]
|
2019-11-24 08:17:27 +03:00
|
|
|
version = "1"
|
|
|
|
features = ["fold", "parsing", "full"]
|
2018-01-12 10:53:06 +03:00
|
|
|
|
|
|
|
|
|
|
|
[dependencies.quote]
|
2019-11-24 08:17:27 +03:00
|
|
|
version = "1"
|