2017-12-22 15:51:36 +03:00
|
|
|
[package]
|
2019-10-25 04:11:24 +03:00
|
|
|
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
|
2018-11-18 08:00:07 +03:00
|
|
|
description = "Common utilities for swc macros."
|
2021-03-31 07:09:10 +03:00
|
|
|
documentation = "https://rustdoc.swc.rs/swc_macros_common/"
|
2021-12-30 12:59:18 +03:00
|
|
|
edition = "2021"
|
2021-12-01 08:20:52 +03:00
|
|
|
license = "Apache-2.0"
|
2020-09-21 16:53:48 +03:00
|
|
|
name = "swc_macros_common"
|
|
|
|
repository = "https://github.com/swc-project/swc.git"
|
2023-06-21 18:44:11 +03:00
|
|
|
version = "0.3.8"
|
2017-12-22 15:51:36 +03:00
|
|
|
|
2022-04-04 14:12:03 +03:00
|
|
|
[lib]
|
|
|
|
bench = false
|
|
|
|
|
2017-12-22 15:51:36 +03:00
|
|
|
[dependencies]
|
2023-06-21 18:38:46 +03:00
|
|
|
pmutil = "0.6.1"
|
2019-11-24 08:17:27 +03:00
|
|
|
proc-macro2 = "1"
|
|
|
|
quote = "1"
|
2017-12-22 15:51:36 +03:00
|
|
|
|
|
|
|
[dependencies.syn]
|
2018-02-27 07:21:57 +03:00
|
|
|
features = ["derive", "visit", "parsing", "full", "printing", "extra-traits"]
|
2023-06-21 18:38:46 +03:00
|
|
|
version = "2"
|