swc_fast_graph 7.0.0

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

[lib]
bench = false

[dependencies]
indexmap   = { workspace = true }
petgraph   = { workspace = true }
rustc-hash = { workspace = true }

swc_common = { version = "6.0.0", path = "../swc_common" }