swc_cached 0.3.20

Cached types for swc
Documentation
[package]
authors       = ["강동윤 <kdy1997.dev@gmail.com>"]
description   = "Cached types for swc"
documentation = "https://rustdoc.swc.rs/swc_cached/"
edition       = "2021"
include       = ["Cargo.toml", "src/**/*.rs"]
license       = "Apache-2.0"
name          = "swc_cached"
repository    = "https://github.com/swc-project/swc.git"
version       = "0.3.20"

[lib]
bench = false

[dependencies]
ahash     = "0.8.8"
anyhow    = "1.0.81"
dashmap   = "5.5.3"
once_cell = "1.19.0"
regex     = "1.5.4"
serde     = "1.0.197"