swc/crates/swc_graph_analyzer/Cargo.toml

23 lines
523 B
TOML
Raw Normal View History

[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Graph analyzer"
2021-12-30 12:59:18 +03:00
edition = "2021"
include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_graph_analyzer"
repository = "https://github.com/swc-project/swc.git"
2023-02-28 09:42:16 +03:00
version = "0.18.36"
[lib]
bench = false
[dependencies]
ahash = "0.7.6"
auto_impl = "0.5.0"
2022-03-11 17:00:55 +03:00
petgraph = "0.6.0"
2023-02-28 09:42:16 +03:00
swc_fast_graph = {version = "0.17.34", path = "../swc_fast_graph/"}
tracing = "0.1.32"
[dev-dependencies]
2023-02-28 09:42:16 +03:00
testing = {version = "0.31.35", path = "../testing"}