swc_config 0.1.12

Types for configuring swc
Documentation
[package]
authors       = ["강동윤 <kdy1997.dev@gmail.com>"]
description   = "Types for configuring swc"
documentation = "https://rustdoc.swc.rs/swc_config/"
edition       = "2021"
license       = "Apache-2.0"
name          = "swc_config"
repository    = "https://github.com/swc-project/swc.git"
version       = "0.1.12"

[dependencies]
anyhow     = "1"
indexmap   = "2.0.0"
serde      = { version = "1", features = ["derive", "rc"] }
serde_json = "1"
sourcemap  = { version = "8.0", optional = true }

swc_cached       = { version = "0.3.19", path = "../swc_cached" }
swc_config_macro = { version = "0.1.3", path = "../swc_config_macro" }

[lib]
bench = false