[dependencies.indexmap]
version = "2.0.0"
[dependencies.petgraph]
version = "0.6.0"
[dependencies.rustc-hash]
version = "1.1.0"
[dependencies.swc_common]
version = "0.36.0"
[lib]
bench = false
name = "swc_fast_graph"
path = "src/lib.rs"
[package]
authors = ["강동윤 <kdy1997.dev@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Faster version of petgraph"
edition = "2021"
include = ["Cargo.toml", "src/**/*.rs"]
license = "Apache-2.0"
name = "swc_fast_graph"
readme = false
repository = "https://github.com/swc-project/swc.git"
version = "0.24.1"