swc/crates/swc_cached/Cargo.toml

22 lines
526 B
TOML
Raw Normal View History

[package]
2022-08-11 12:52:44 +03:00
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Cached types for swc"
documentation = "https://rustdoc.swc.rs/swc_cached/"
2022-08-11 12:52:44 +03:00
edition = "2021"
include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_cached"
repository = "https://github.com/swc-project/swc.git"
2023-06-22 16:40:52 +03:00
version = "0.3.17"
[lib]
bench = false
[dependencies]
2023-10-24 03:01:58 +03:00
ahash = "0.8.5"
2023-06-22 10:40:41 +03:00
anyhow = "1.0.71"
2023-06-22 16:37:35 +03:00
dashmap = "5.4.0"
2023-06-22 10:40:41 +03:00
once_cell = "1.18.0"
2022-08-11 12:52:44 +03:00
regex = "1.5.4"
serde = "1.0.136"