2021-11-22 15:41:03 +03:00
|
|
|
[package]
|
2022-03-16 12:58:24 +03:00
|
|
|
authors = [
|
|
|
|
"강동윤 <kdy1997.dev@gmail.com>",
|
|
|
|
"Daniel Woznicki <daniel.woznicki@gmail.com>",
|
|
|
|
]
|
2021-11-22 15:41:03 +03:00
|
|
|
description = "Implementation of Comments of swc_common"
|
|
|
|
documentation = "https://rustdoc.swc.rs/swc_node_comments/"
|
2021-12-30 12:59:18 +03:00
|
|
|
edition = "2021"
|
2021-11-22 15:41:03 +03:00
|
|
|
license = "Apache-2.0"
|
|
|
|
name = "swc_node_comments"
|
|
|
|
repository = "https://github.com/swc-project/swc.git"
|
2023-03-11 06:44:48 +03:00
|
|
|
version = "0.16.37"
|
2021-11-22 15:41:03 +03:00
|
|
|
|
2022-04-04 14:12:03 +03:00
|
|
|
[lib]
|
|
|
|
bench = false
|
2021-11-22 15:41:03 +03:00
|
|
|
|
|
|
|
[dependencies]
|
2022-08-11 12:52:44 +03:00
|
|
|
ahash = "0.7.6"
|
|
|
|
dashmap = "5.1.0"
|
2023-03-08 05:51:08 +03:00
|
|
|
swc_atoms = { version = "0.4.39", path = "../swc_atoms" }
|
2023-03-11 06:44:48 +03:00
|
|
|
swc_common = { version = "0.29.37", path = "../swc_common" }
|