swc_graph_analyzer 8.0.0

Graph analyzer
Documentation
[package]
authors     = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Graph analyzer"
edition     = { workspace = true }
include     = ["Cargo.toml", "src/**/*.rs"]
license     = { workspace = true }
name        = "swc_graph_analyzer"
repository  = { workspace = true }
version     = "8.0.0"

[lib]
bench = false

[dependencies]
auto_impl      = { workspace = true }
petgraph       = { workspace = true }
rustc-hash     = { workspace = true }
swc_common     = { version = "8.0.0", path = "../swc_common/" }
swc_fast_graph = { version = "9.0.0", path = "../swc_fast_graph/" }
tracing        = { workspace = true }

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