[package] authors = ["강동윤 "] 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 = "0.12.0" [lib] bench = false [dependencies] ahash = "0.7.6" indexmap = "1.7.0" petgraph = "0.6" swc_common = { version = "0.24.0", path = "../swc_common"}