swc_graph_analyzer 4.0.0

Graph analyzer
Documentation
[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     = "4.0.0"

[lib]
bench = false

[dependencies]
auto_impl      = { workspace = true }
petgraph       = { workspace = true }
swc_common     = { version = "4.0.0", path = "../swc_common/" }
swc_fast_graph = { version = "5.0.0", path = "../swc_fast_graph/" }
tracing        = { workspace = true }

[dev-dependencies]
testing = { version = "4.0.0", path = "../testing" }