swc/crates/swc_graph_analyzer/Cargo.toml
2022-09-28 22:57:51 +00:00

23 lines
520 B
TOML

[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Graph analyzer"
edition = "2021"
include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_graph_analyzer"
repository = "https://github.com/swc-project/swc.git"
version = "0.18.3"
[lib]
bench = false
[dependencies]
ahash = "0.7.6"
auto_impl = "0.5.0"
petgraph = "0.6.0"
swc_fast_graph = {version = "0.17.3", path = "../swc_fast_graph/"}
tracing = "0.1.32"
[dev-dependencies]
testing = {version = "0.31.3", path = "../testing"}