swc_fast_graph 5.0.0

Faster version of petgraph
Documentation
[package]
authors     = ["강동윤 <kdy1997.dev@gmail.com>"]
description = "Faster version of petgraph"
edition     = "2021"
include     = ["Cargo.toml", "src/**/*.rs"]
license     = "Apache-2.0"
name        = "swc_fast_graph"
repository  = "https://github.com/swc-project/swc.git"
version     = "5.0.0"

[lib]
bench = false

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

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