swc/crates/swc_cached/Cargo.toml

23 lines
519 B
TOML
Raw Normal View History

[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"
2022-08-08 06:00:13 +03:00
version = "0.3.0"
[lib]
bench = false
[dependencies]
ahash = "0.7.6"
anyhow = "1.0.55"
dashmap = "5.1.0"
2022-03-11 17:00:55 +03:00
once_cell = "1.10.0"
regex = "1.5.4"
serde = "1.0.136"
2022-08-08 06:00:13 +03:00
swc_atoms = {version = "0.4.0", path = "../swc_atoms"}