2018-01-12 10:53:06 +03:00
|
|
|
[package]
|
2018-11-17 10:38:23 +03:00
|
|
|
name = "swc_ecma_parser_macros"
|
2019-01-19 03:31:03 +03:00
|
|
|
version = "0.2.1"
|
2018-01-12 10:53:06 +03:00
|
|
|
authors = ["강동윤 <kdy1@outlook.kr>"]
|
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."
|
2018-01-12 10:53:06 +03:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
2019-01-17 18:01:10 +03:00
|
|
|
swc_macros_common = { version = "0.1", path ="../../../macros/common" }
|
2018-12-30 18:48:56 +03:00
|
|
|
proc-macro2 = "0.4.24"
|
2018-01-12 10:53:06 +03:00
|
|
|
|
|
|
|
[dependencies.syn]
|
2018-06-02 12:01:00 +03:00
|
|
|
version = "0.14.1"
|
2018-01-12 10:53:06 +03:00
|
|
|
features = ["fold"]
|
|
|
|
|
|
|
|
|
|
|
|
[dependencies.quote]
|
2018-06-02 12:01:00 +03:00
|
|
|
version = "0.6.3"
|