swc/crates/swc_node_base/Cargo.toml
2022-05-09 17:02:34 +00:00

21 lines
623 B
TOML

[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Speedy web compiler"
documentation = "https://rustdoc.swc.rs/swc_node_base/"
edition = "2021"
license = "Apache-2.0"
name = "swc_node_base"
repository = "https://github.com/swc-project/swc.git"
version = "0.5.3"
[lib]
bench = false
[dependencies]
[target.'cfg(not(target_os = "linux"))'.dependencies]
mimalloc-rust = { version = "0.1" }
[target.'cfg(all(target_os = "linux", target_env = "gnu", all(target_arch = "x86_64", target_arch = "aarch64")))'.dependencies]
tikv-jemallocator = { version = "0.4", features = ["disable_initial_exec_tls"] }