swc/crates/swc_nodejs_common/Cargo.toml
2024-04-29 00:54:45 +00:00

21 lines
747 B
TOML

[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Common code for SWC bindings"
documentation = "https://rustdoc.swc.rs/swc_binding_utils/"
edition = "2021"
license = "Apache-2.0"
name = "swc_nodejs_common"
repository = "https://github.com/swc-project/swc.git"
version = "0.0.8"
[lib]
bench = false
[dependencies]
anyhow = { workspace = true }
napi = { workspace = true, features = ["napi3", "serde-json"] }
serde = { workspace = true, features = ["derive"] }
serde_json = { workspace = true, features = ["unbounded_depth"] }
tracing = { workspace = true }
tracing-subscriber = { workspace = true, features = ["env-filter"] }